/* 
Document   : lauheader
Created on : Feb 8, 2009, 3:16:57 PM
Author     : kwornham
Description:
CSS for the header portion of LAU page
*/

#rrs_header{

}
#rrs_logo {
	margin-bottom:5px;
      	padding:3px;
	float:left;
	width:500px;
}
#rrs_logon {
	float:right;
	margin-right:5px;
	margin-bottom:0;
	font-size:0.8em;
	text-align:right;
}
#logon_form {
	margin-bottom:2px;
}
.htext{
	height:18px;
	width:100px;
	font-size:10px;
	margin:2px;
}
.cbox {
	height:18px;
	width:18px;
	font-size:10px;
	margin:3px;
	vertical-align:middle;
}
.button {
	background-color:#666666;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
}
#rrs_status {
	width:100%;
	height:1.5em;
	color:white;
        padding-top: 0.2em;
        background-color:red;
	font-weight:bold;
        clear:both;
        margin-bottom: 0.4em;
}
#status_text{
	float:left;
	margin-left:25px;
}
#error_text{
	float:right;
	font-weight:bold;
	margin-right:25px;
}
#left_nav{
	margin-top:5px;
	float:left;
	width:150px;
	border:olive medium double;
        background-color: #FAF8F8;
}

#submenu {
	border-left:olive medium double;
	border-top:olive medium double;
}
#foot {
	text-align:center;
	font-size:0.8em;
	margin-top:2em;
}

