/*=======================================================================
	Structure
=======================================================================*/
html,body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	/*margin-top: 0px;*/
	background-color: #3076b3;
	background-image: url('/images/formatting/background.jpg');
	background-repeat: repeat-x;
}

#Container1 {
	position: relative;
	width: 1104px;
	height: 100%;
/*	background-image: url('/images/general/BgUpload.jpg');*/
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	/*border: solid 1px #CCC;*/
}

#Container2 {
	position: relative;
	width: auto;
	height: 100%;
	/*padding: 0 5px;*/
	margin: 0 25px;
	/*border: solid 1px #CCC;*/
	}
/*
#Wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	border: solid 1px #F00;
}
*/
#TopNav{
	position: relative;
	top: 7px;
	right: 60px;
	/*border: solid 1px #00F;*/
	height: 20px;
	float: right;
}

#Menubar{
	position: relative;
	top: 290px; 
	/*left: 20px;*/
	width: auto;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	/*background-color: #DDD;*/
}
/*
#Content{
	width: 100%;
	position: absolute;
	top: 0px; 
	left: 0px;
	background-color: #DDD;
}
*/
#Footer{
	width: auto;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}

#Form{
	position: relative;
	top: 428px;
	left: 392px;
	width: 549px;
	height: 280px;
/*	border: solid 0px #CCC;*/
/*	background-color: #F00;*/
}

.ErrorDiv {
	font-family: Arial;
	font-size: 12px;
	color: #800000;
	padding: 10px;
	background-color: #FFFFCC;
	border: solid 1px #AAAAAA;
}

.NoRecords {
	font-family: Verdana;
	font-size: 12px;
	color: #800000;
	padding: 20px;
	background-color: #FFCCCC;
	border: solid 1px #C0C0C0;
}

#PgAboutUs{
	/*display: none;*/
	position: relative;
	top: 400px;
	left: 365px;
	width: 630px;
	/*border: solid 1px #F00;*/
}

#PgContact{
	/*display: none;*/
	position: relative;
	top: 405px;
	left: 410px;
	width: 600px;
	/*border: solid 1px #F00;	*/
}

#PgPortfolio{
	/*display: none;*/
	position: relative;
	top: 405px;
	left: 325px; 
	width: 693px;
	/*border: solid 1px #F00;*/
}

#PgUpload{
	/*display: none;*/
	position: relative;
	top: 420px;
	left: 418px; 
	width: 547px;
	height: 355px;
	/*border: solid 1px #F00;*/
}






/*=======================================================================
	Formatting
=======================================================================*/

	.BorderOuter{
		background-color: #AAAAAA;
	}

	.BorderInner{
		background-color: #FFFFFF;
	}

	.DashLine{
		width: 100%;
		height: 1px;
		line-height: 1px;
		border-top: dashed 1px #AAA;
		border-collapse: collapse;
		display: inline;
	}

	.Divider{
		width: 100%;
		height: 1px;
		line-height: 1px;
		border-bottom: solid 1px #CCC;
		border-collapse: collapse;
		padding: 0;
		background-color: #FFF;
	}

/*=======================================================================
	Grid
=======================================================================*/

	.GridHeader{
		height: 18px;
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		padding-left: 2px;
		padding-right: 2px;
/*		background-color: #CCCCCC;*/
		background-image: url('/images/formatting/GridBg_Blue.jpg');
		white-space: nowrap;
	}

	.GridDetail{
		height: 18px;
		font-family: verdana;
		font-size: 10px;
		font-weight: normal;
		color: #000000;
/*		white-space: nowrap;*/
		padding-left: 2px;
		padding-right: 2px;
/*		cursor: pointer;*/
	}

	.RowBgEven{
		background-color: #E9EEF5;
	}

	.RowBgOdd{
		background-color: #D7E1EE;
	}

	.RowBgSelected{
		background-color: #FFCC99;
	}

	.RowBgNew{
		font-style: italic;
		color: #CC0000;
		background-color: #FFFFCA;
	}

	.RowBgDisabled{
		color: #777;
/*		background-color: #FFA4A4;*/
	}



/*=======================================================================
	Nav
=======================================================================*/

	a:hover{
		text-decoration:underline;
	}

	.navlink{
		position: relative;
		left: 30px;
		font-family: Arial;
		font-size:14px;
		color:#555555;
		text-align:left;
		font-weight:bold;
		padding:3px 0px 1px 0px;
	}

	.navlink a{
		color:#555555;
		text-decoration:none;
		padding:0px 15px 0px 13px;
	}



/*=======================================================================
	Text
=======================================================================*/

	a{
		text-decoration: none;
	}

	a:hover{
		text-decoration: underline;
	}

	a:visited{
		color: #00f;
	}

	.PageHeading18{
		font-family: Arial;
		font-size: 18px;
		font-weight: bold;
	}

	.PageHeading16{
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
	}

	.PageHeading14{
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
	}

	.PageHeading12{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
	}

	.PageContent10{
		font-family: Arial;
		font-size: 10px;
	}

	.PageContent11{
		font-family: Arial;
		font-size: 11px;
	}

	.PageContent12{
		font-family: Arial;
		font-size: 12px;
	}

	.PageContent13{
		font-family: Arial;
		font-size: 13px;
	}

	.PageContent16{
		font-family: Arial;
		font-size: 16px;
	}

/*=======================================================================
	Form
=======================================================================*/

	.Button{
		position: relative;
		padding-bottom: 1px;
		height: 18px;
		font-family: arial;
		font-size: 10px;
		border: solid 1px #AAAAAA;
	}

	.Dropdown{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 20px;
		padding: 2px;
/*
		border: solid 1px #AAAAAA;
		padding-left: 2px;
		padding-right: 2px;
*/
	}

	.Label{
		font-family: Verdana;
		font-size: 11px;
		font-weight: bold;
		color: #555555;
	}

	.Textbox{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 20px;
		padding: 2px !important;
		padding: 1px;
/*
		border: solid 1px #AAAAAA;
		padding-left: 2px;
		padding-right: 2px;
*/
	}

	.UploadFile{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
/*		border: solid 1px #AAAAAA;*/
		padding-left: 2px;
		padding-right: 2px;

/*
		position: absolute;
		top: 0px;
		left: 0px;
*/
		width: 405px;
/*		opacity: .5;*/
	}

	.UploadFileAlt{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		width: 338px;
/*		height: 16px;*/
		border: solid 1px #AAAAAA;
		padding-left: 2px;
		padding-right: 2px;
	}

	.UploadDescription{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		width: 400px;
		height: 40px;
		border: solid 1px #AAAAAA;
		padding-left: 2px;
		padding-right: 2px;
	}
