@charset "utf-8";
/* CVWEB Page Styles */
/*
CVWEB Colors:

Green:#46B82F;
Dark Blue:#104F66;
Light Blue (Links): #4EAFD3
4EAFD3
Text: #333333;
*/

/* background:#A30000 url('/cvweb_ahaa/images/redbkgrnd.gif') repeat-y scroll 50% 0%; */
/*PAGE DEFAULTS ////////////////////////////////////////////////////////////////////*/
body{
	background:#A30000 url('/cvweb_ahaa/images/bdyBg.jpg') repeat-y scroll 50% 0%;
		
}

html, body, div{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#8B8B83;
	
	
/*position:absolute;	
bottom:0;
height:auto;	*/
}


table{
	border:none;
	margin:0 auto;
	width:auto;
	height:auto;
	
	

}



img{
	border-style:none;
	padding:none;
}

a{
	color:#666666;
	text-decoration:none;
}


a:hover{

	text-decoration:underline;
	color:white;
}

hr {
	color:#DDDDDD;
}

h1 {
	font-size:1.8em;
	font-weight:700;
	padding-top:0px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:2px;
	color:#c10000;
}

h2 {
	font-size:1.5em;
	font-weight:700;
	padding-top:0px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:2px;
	color:#c10000;
}

h3{
	font-size:1.3em;
	font-weight:700;
	padding-top:0px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:2px;
	color:#c10000;
}

.underLine{
	text-decoration:underline;
}

input[type="button"]{
	font-size:1.2em;
	font-weight:600;
	margin:3px;
	padding:5px;
}

input[type="reset"]{
	font-size:1.2em;
	font-weight:600;
	margin:3px;
	padding:5px;
}


input[type="submit"]{
	font-size:1.2em;
	font-weight:600;
	margin:3px;
	padding:5px;
}



#accessDenied{
	border:red thick solid;
	background-color:#EEEEEE;
}

.hidden {
	display: none;

}

.note{
	font-size:.8em;
	color:7777777;
	font-weight:normal;
}

.red{
	color:red;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

/* MAIN ////////////////////////////////////////////////////    



*/
#container{
	width:860px;
	padding:0px;
	border:none;
	height:auto;
	
}


#mainCell{
	margin:0;
	background-color:#ffffff;
	border:none;
	height:100%;
	width:auto;
	position:absolute;
	clear:both;
	bottom:0%;
	top:0%;
}






/* HEADER PROPERTIES */

#header {
	width:100%;
	margin:20px 0 0 0;
	background:#ffffff;
	border:none;
	height:100%;
	border-bottom-style:none;	
}

#header table{
	
	width:100%;
}

#header table th{
	
	padding:15px;
}




/* LEFTNAV  ////////////////////////////////////////////////////////*/

#leftNav {
	width:172px;
	height:100%;
	vertical-align:top;
	position:inherit;
	background:#ffffff;
	font-size:.8em;
	padding-right:0px;
	padding-left:2px;
	padding-bottom:20px;
	border:none;
	color:black;
	text-align:left;			
}

#leftNav a{
	color:black;
	
	
}

#leftNav div table{
	padding-top:0px;
	width:100%;
	height:100%;
	margin-bottom:20px;
	
}
	
#leftNav div table td{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	
}

#leftNav div table th{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid white;
	border-right:3px solid white;
	border-bottom:1px solid white;
	border-left:1px solid white;
	background-color:white;
	
}

#leftNav div table th:hover{
	cursor:pointer;
	background-color:#c10000;
	border-top:1px solid #ffffff;
	border-right:3px solid #CD2626;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	color:white;
}


/* Login Box */
#loginDiv table{
	height:110px;
}	

#loginDiv td{
	background-color:white;
	font-weight:bold;
}

/* My Account (logged in) Box */
#myAccountDiv table{

}	

#myAccountDiv td{
	background-color:#9D9792;
	font-weight:700;
	padding-bottom:5px;
	padding-top:5px;
}

#myAccountDiv th{
	padding-top:10px;
	padding-bottom:10px;
	background-color:green;
}
/* Menu Items */

#menuDiv th{
	padding-bottom:5px;
	padding-top:5px;
}




/* CONTENT  //////////////////////////////////////////////*/
#content {
	background:#ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:40px;
	width:656px;
	height:440px;
	min-height:500px;
	vertical-align:top;
	border-left:1px solid #DCDCDC;
	border-right-style:solid;
 	border-right:none;	
	position:relative;
	
}

/* FOOTER  //////////////////////////////////////////////////
has to be absolute to lock to the bottom of page but some of our pages expand so relative is needed
*/
#footer {
	/* places below all other elements */
	text-align:center;
	border-style:solid;
	color:#8B8B83;
	background-color:white;
	border:none;
	
	bottom:0;
	font-weight:bold;
	position:relative;
	clear:both;
	width:100%;
	margin-top:3%;
	padding-bottom:15px;
	
	
	}



/* MainLoginWelcome //////////////////////////////////*/

table.mainLoginWelcome {
margin-left:20px;	
	
}
table.mainLoginWelcome td{
	
	padding-left:20px;
	width:50%;
	vertical-align:top;
}

/* content area table left and right*/
.mll{
background:#ffffff;

}

.mll:hover{
background:#c10000;

}


.mlr{
background:#ffffff;

}

.mlr:hover{
background:#c10000;

}



