@charset "UTF-8";
/* CSS Document */

#leftCol {
	display: none;
}
#mainContent {
	width: 860px;
}
.AdminTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.AdminTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0058BE;
	color: #FFFFFF;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.AdminTable a:link, .AdminTable a:visited {
	color: #0058BE;/* #3D582B;*/
}
.AdminTable a:hover {
	color: #00B5EC
}
.AdminHeader {
	font-weight: bold;
	
}
.AdminHeader a:link, a:visited{
	color: #FFFFFF;
}
#container #mainContent .AdminTable .AdminHeader td {
	color: #FFFFFF;
}
.AdminFooter {
	font-size: 10px;
}
.AdminFooter a:hover {
	font-size: 10px;
}
.ATableShade1 {
	background-color: #F7FBFF;
	color: #000000;
}

.ATableShade2, #inputForm tr {
	background-color: #E3ECF2;
	color: #000000;
}
#container {
	background: #FFFFFF;
	/*width: 99%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: center;
	
} 

#sidebar1 {
	display: none;
}

#mainContent {
	margin: 0px auto !Important; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px!Important; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	text-align: center;
	float: none;
} 
h4 {
	font-size: 12px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #007396;
	
}
#headBoxLeft {
	float: left;
	vertical-align: middle;
	text-align: left;
	 
	margin-left: 20px;
}
#headBoxRight {
	float: right;
	vertical-align: middle;
	text-align: right;
	margin-right: 20px;
}
input[type=text], input[type=file], textarea, select, input[type=password] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #014278;	
}

.imagePrefs {
	padding: 5px;
	border: 1px solid #003366;
	background-color: #E8F2FB;
}
.hiddenImage {
	position: absolute;
	z-index: 100;
	display: none;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #004779;
}
h4 a:link, a:visited {
	color: #014278;/* #3D582B;*/
}
h4 a:hover {
	color: #00B5EC
}
#mainContent .AdminHeader a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent .AdminHeader a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#mainContent .AdminHeader a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#mainContent .AdminHeader a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/*a:link, a:visited {
	color: #72000E;
}
a:hover {
	color: #014278;
}*/

