/* CSS Document */

@import url("../fonts/cantarel_wfk/stylesheet.css");
@import url("../fonts/cantarel_bolds_wfk/stylesheet.css");
@import url("../fonts/montserrat_alt_wfk/stylesheet.css");

.logobkg{
	background-image:url(../imgs/login_screens/logo_bkg_bw_0002.jpg);
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.aoheaderbkg{ 
	background-image:url(../imgs/login_screens/login_bkg_001.jpg);
	background-repeat:repeat-x;
}
.aoheaderrow{
	min-height:480px;	
	max-height:480px;
	height:480px;	
}
.ao-alerts{
	margin-bottom:0px;
	text-align:center; 
	font-family: 'montserrat_alternatesregular';		 
}
.ao-centerlogincol{
    float: none;    
    margin-left: auto;
    margin-right: auto;
	    
	min-width: 800px;
	max-width:800px;
    width: 800px;
	
	min-height:480px;	
	max-height:480px;
	height:480px;
	background-image:url(../imgs/login_screens/login_screen_bkg_002.jpg);
	background-size:auto; 
	background-repeat:no-repeat; 
	background-position:top left; 	
}
.ao-centerlogincol h4{
	color:#094069; 
	font-family: 'cantarellbold';
}

.ao-col-left{
    /*background-color: #099;*/
    height: 360px;
    margin-top: 90px;
    position: absolute;
    width: 220px;	
}
.ao-col-left .ao-col-left-content{
	width: 100%;
	margin-left: 0px; 
	margin-right:0px;	
	text-align: left;
}
.ao-col-left .ao-col-left-content a:link { color:#000; text-decoration:none; font-size:0.90em; }
.ao-col-left .ao-col-left-content a:visited { color:#000; }
.ao-col-left .ao-col-left-content a:hover { color:#003366; font-weight:bold; }

.ao-col-left .ao-col-left-content .normal-links{}
.ao-col-left .ao-col-left-content .normal-links{}
.ao-col-left .ao-col-left-content .normal-links a:link { 
	font-size:12px; 
	font-family: 'montserrat_alternatesregular';
	color:#525252; 
	text-decoration:none; 
	}
.ao-col-left .ao-col-left-content .normal-links a:visited { color: #525252; }
.ao-col-left .ao-col-left-content .normal-links a:hover { color: #003366; }
											
.ao-col-left .ao-col-left-content ul{
	list-style-type: none;
	padding:10px; 
}
.ao-col-right{
    /*background-color: #99c;*/
	overflow-y: auto;
    height: 290px;
    margin-left: 244px;
    margin-top: 95px;
    padding: 4px;
    position: absolute;
    width: 440px;
	text-align: left;
}
.ao-forms{
	font-size:12px;	
}
.ao-forms label{
	 font-family: 'cantarellregular';	
}
.ao-forms .pad4x{
	padding-left:4px;
	padding-right:4px;
	padding-top: 2px;	
}
.ao-forms .row{
    margin-left: 0px;
	margin-right:0px;
}
.ao-forms .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 1;
    padding: 3px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.ao-forms .form-control-b {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 12px;
    height: 24px;
    line-height: 1;
    padding: 3px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.ao-login-footer{
	padding-top:0px;
	padding-bottom:3px;
	background-color:#666;
	color:#FFF;
	font-size:11px;
}
.ao-login-footer-alt{
	background-color:#174266;
	padding-top:3px; padding-bottom:3px;	
	text-align:center;		
}
ao-login-footer-altb{
	padding-top:5px; padding-bottom:2px;	
}
.ao-login-footer a:link { color:#FFF; text-decoration:none; }
.ao-login-footer a:visited { color: #FFF; }
.ao-login-footer a:hover { color: #FFF; font-weight:bold; }
.ao-login-footer a:active { color: #FFF; }

.datepicker .today{ color:#900; }
.datepicker table tr td, .datepicker table tr th {  (96) 
    border: medium none;
    border-radius: 4px;
    height: 20px;
    text-align: center;
    width: 30px;
}
.datepicker .cw {
    color: #006699;
    font-size: 11px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
    width: 12px;
}
.datepicker.dropdown-menu {
    color: #333333;
    font-size: 12px;
}
.datepicker .dow {
    color: #006699;
	font-size: 12px;
}




