﻿/****************************************************************

	Left Menu Login, Search, and Security Levels 
	
	author: Steve Johnson 
	date: Sept 7, 2010
	
	update: Alex Belleque Jan 20, 2011
			Added items for Search & Security 

****************************************************************/

#login {
	width:170px;
	text-align:left;
	font-family:sans-serif;
	font-size:11px;
	color:#003366;
	font-weight:normal;
	background-color:#F2F6FF;
	margin:0;
	display:block; 
	float:left;
}
#login input {
	font-size:inherit;
	font-family:inherit;
	color:inherit;
}
#login form {
	border:none;
	margin:0;	
	border-left:2px solid #EAEAEA;
	border-right:2px solid #EAEAEA;
	border-bottom:1px solid #666;
	display:block;
	height:auto;

}
.sidenav_divider {
	color: #003366;
	font-size:11px;
	font-weight:700;
	background-color: #EAEAEA;
	width:100%;
	padding-bottom:1px;
	text-align:center;
	text-transform:uppercase;
}

.sidenav_divider_search {
	color: #003366;
	font-size:11px;
	font-weight:700;
	background-color: #EAEAEA;
	width:100%;
	text-align:center;
	margin-bottom:5px;
	text-transform:uppercase;
}

.sidenav_divider_security {
	color: #003366;
	font-size:11px;
	font-weight:700;
	background-color: #EAEAEA;
	width:100%;
	text-align:center;
	margin-bottom:5px;
	text-transform:uppercase;
}


.login_row {
	display:block;
	clear:left;
	vertical-align:middle;
	padding:3px 2px 3px 2px;
	overflow:hidden;
}
.login_text1 {
	margin:0;
	font-size:12px; font-size:9px;
	text-align:center;
	line-height:26px;
	text-transform:uppercase;
}
.login_text2 {
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin-left:-3px;
}
.login_label {
	display:inline;
	float:left;
	margin-left:10px;
	margin-top:6px;
}
.login_entry {
	display:inline;
	float:right;
}
.login_button {
	display:inline;
	text-align:center;
	font-size:92%;
	width:8.7em;
	line-height:18px;
	vertical-align:super;
	margin-left:31px;
	color:#003366
}
#mainbody h2.error {
	color:#AA0022;
	text-align:center;
	margin-top:24px;
	margin-bottom: 10px;
	padding:10px 0 5px 0;
	font-weight:bold;
	font-size:16px;
}
div.search {
	margin-top:0px;
}
div.search_bottom{
	border-bottom: 1px #666 solid;
}

.search_entry {
	display:inline;
	text-align:center;
	font-size:92%;
	width:8.7em;
	line-height:18px;
	max-width: 96px;
	vertical-align:super;
	margin-left:31px;
	margin-bottom:3px;
}
.adva_search {
	text-align:center;
	font-size:10px;
	margin-bottom:3px;
	margin-top:3px;	
}
.div.locked {
	color:#666 !important;
}


.security_content {
	
	padding-left:5px;
	padding-top:3px;
}


body {
	min-height: 1060px; 
}
