/* CSS Styles for AVI PEP Website by http://www.thinksoda.com/ */

/* Background page properties */

body{	
	background-color: #99a086;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/login-page_background.gif);
	background-position: top; 
	background-repeat: repeat-y;
}

/* Page Layout properties */

#logo_box {	
	width: 289px;
	height: 82px;
	padding:10px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(images/login_logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#login_box {	
	width: 240px;
	height: 141px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;	
	color: #000000;
	text-align:left;
}

#center_all { 
	padding-top: 20px;
	width: 520px; 
	margin-top: 0px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto;  
	text-align:left;
}

/* Formatting of all text links, tables, ul & images */

.normal_text {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;	
	color: #000000;
}

.image  {
	border-style: none;
	border-width: 0px;
}

/* FORM Formatting */

input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000; 
	border: 1px solid #99a086; 
	background-color: #ffffff; 
	padding:3px;
}

.submit { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000; 
	border: 1px solid #99a086; 
	background-color: #dddddd; 
	padding:3px;
}

/* DIV for hiding GFX on printouts */

#dont_print {   	
}

#printlogo {
	position: absolute;	
	width: 250px;
	height: 62px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
}

#printlogo img{
    display: none
}

#printbox {
	position: absolute;	
	width: 390px;
	height: 200px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
}

#printbox {
	display: none;
}



/* END CSS */