@charset "utf-8";
#Container {
	position:relative;
	margin:0 auto 0;
	clear: both;
	float: none;
	height: 950px;
	border:1px #CBD6FE solid;
	background-image:url(images/adu_body.png);
	background-repeat:repeat-y;
	width:1000px;
}
#SectionLeft {
	position:relative;
	float: left;
	top:0px;
	width:155px;
	/*background-image:url(images/section_left_runner.png);
	background-repeat:repeat-x;*/
	
	height: auto;
	padding:10px;
	
	font-size:14px;
	font-variant:normal;
	text-align:center;
	}
	
#SectionMid {
	position:relative;
	float: left;
	top:0px;
	width:805px;

	background-color:#FFFFFF;
	/*background-image:url(images/adu_body.png);*/
	padding:10px;
	text-align:center;
	overflow:auto;
	
	
}

#Header{
	position:relative;
	margin:0 auto 0;
	padding:3px;
	clear: both;
	float: none;
	height: 75px;
	background-color:#000099;
	background-image:url(images/adu_header.png);
	width:994px;
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#000000;
	border:1px #CBD6FE solid;
}


body {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #444444;
	
	background-color:#036;
	
}

h1{
	color:#333333;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	
	line-height:12px;
	padding-bottom:10px;
}

h2{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

h3{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
}

p{
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	line-height:10px;
	padding-bottom:3px;
	
}

a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000099;

font-weight:bold;
text-decoration:none;
}

li {
	text-align:left;
	list-style:none;
	list-style-position:inherit;
	list-style-type:none;
	text-indent:-20px;

	
}

.StatusSaved{
	color:#0000FF;
	font-size:14px;
}
.StatusFailed{
	color:#FF0000;
	font-size:14px;
}

.StatusPending{
	color:#FFFF00;
	font-size:14px;
}

/*table formatting*/
th {
color:#111111;
font-size:12px;
font-weight:bolder;
/*background-image:url(images/section_left_runner2.png);*/
background-color:#a7a4ff;


}

tr{
color:#666666;

}

td {
color:#333333;
font-size:11px;
font-weight:normal;
text-align:left;

border-top-color:#CBD6FE;
border-top-style:solid;
border-top-width:1px;

border-bottom-color:#CBD6FE;
border-bottom-style:solid;
border-bottom-width:1px;

border-left-color:#CBD6FE;
border-left-style:solid;
border-left-width:1px;

border-right-color:#CBD6FE;
border-right-style:solid;
border-right-width:1px;
padding:2px;

}

table {
border:1px;
border-style:solid;
border-color:#CBD6FE;
background-color:#e7e4ff;
/*background-image:url(images/section_left_runner.png);*/

}

input.btn{
color:#000000;
background-color:#FFFF00;
font-size:12px;
}

input.btn:hover{
color:#000000;
background-color:#FF0000;
font-size:12px;
}