@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding:0;
	font: normal 10px arial;
	color: #555555;
	background: #61718E;
}
input, select, textarea, file, label, legend{
	font: normal 10px arial;
}
li{
	font-weight:normal;
}
.antifloat{
	clear:both;
	height:1px;
}
.floatLeft
{
	float:left;
}
.floatRight
{
	float:right;
	color:#FFFFFF;
	padding:10px;
}
.floatRight a
{
	color:#EFDD1D;
}
a {
	font-size: 10px;
	color: #283A5E;
}
#header{
	height:52px;
	background: #283A5E;
}
#navBar{
	background: #5D76A9;
}
#divContainer{
	margin: 5px;
	background: #FFF;
	border: 3px solid #EFDD1D;
}
h1{
	font: normal 2em verdana;
	margin:0;
	padding:10px;
	color:#FFF;
}
h2{
	font: normal verdana;
	margin:0;
	padding:5px;
	color:#EFDD1D;
}
/* Menu Part */
#navBar
{
	background-color:#5D76A9;
	overflow:auto;
	width:100%;
	margin: 0px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font: bold 10px arial;	
}

#nav a {
	display: block;
	vertical-align:middle;
	padding: 5px 15px;
	color:#9F9F9F;
	text-decoration:none;
}

.popup #nav a {
	display: block;
	vertical-align:middle;
	padding: 5px 15px;
	color:#FFFFFF;
	text-decoration:none;
}
#nav a.active{
	color:#FFF;
	text-decoration:none;
}
#nav ul a {
	display: block;
	vertical-align:middle;
	padding: 5px 15px;
}
#nav li:hover {
	background-color: #E37F14;
}
li.mod {
	background: #E37F14;
}

#nav li { /* all list items */
	float: left;
	border-left: solid 1px #7A8286;	
	margin: 0px;
	font-weight:bold;
/*	width: 10em; /* width needed or else Opera goes nuts */
}
#nav li.last { /* put border at last li */
	border-right: solid 1px #B0B5B8;	
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index:10;
	background-color: #666E73;
	left: -99em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 16.8em;
}
#nav li ul a {
	border-top: solid 1px #A0A6AA;
	font-size: 10px;
	width: 13.5em;
	
}
#nav li ul a:hover {
	background: #E37F14;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 14.6em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -99em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#actionLinks{
	padding: 5px;
	background: #EFDD1D;
}
#actionLinks ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font: bold 10px arial;
	width:100%;
}
#actionLinks li{
	float: left;
}
#actionLinks li a{
	margin-left: 3px;
	padding: 3px;
	border: 2px outset #EFDD1D;
	color: #283A5E;
	text-decoration: none;
}
#actionLinks li a:hover{
	background: #FFFABF;
}
#listPane{
	padding: 5px;
}
ul.subNav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font: bold 10px arial;
	width:100%;
	border-bottom:2px solid #E2E0EF;
}
.subNav li{
	float: left;
}
.subNav li a{
	margin-left: 3px;
	padding: 3px;
	text-decoration: none;
}
.popup fieldset{
	background: #FFFFFF;
}
fieldset{
	background: #FFFFFF;
	border: 1px solid #5D76A9;
}
fieldset legend{
	font-weight: bold;
	padding: 5px;
}
/*List Table*/

table.standard{
	width: 100%;
	border: 1px solid;
}
table.standard th{
	#background:#59719F;
	background:#9BA8BF;
	color: #FFF;
	font-weight: normal;
	font-size: 10px;
}
table.standard th a{
	color: #FFF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
table.standard td{
	border-bottom: 1px solid #E2E0EF;
	border-left: 1px solid #E2E0EF;
	padding: 1px;
	font-size: 10px;
	
}
table.standard tr:hover{
	background:#FFE56F;
}
table.standard td a{
	color: #5D76A9;
}
table.standard td a:hover{
	text-decoration: none;
}
table.standard tr.odd{
	background: #E0E5EF;
}
table.standard tr.odd:hover{
	background: #FFE56F;
}

/*Calender*/
table.standard_cal{
	width: 100%;
	border: 1px solid;
}
table.standard_cal th{
	#background:#59719F;
	background:#9BA8BF;
	color: #FFF;
}
table.standard_cal th a{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
table.standard_cal td{
	border-bottom: 1px solid #E2E0EF;
	border-left: 1px solid #E2E0EF;
	padding: 1px;
	font-weight: bold;
	
}
table.standard_cal td:hover{
	background:#FFE56F;
}
table.standard_cal td a{
	color: #5D76A9;
	font-weight: bold;
}
/*no border*/
table.standardNoBorder{
	width: 100%;
}
table.standardNoBorder th{
	background:#59719F;
	color: #FFF;
}
table.standardNoBorder th a{
	background:#59719F;
	color: #FFF;
	text-decoration: none;
}
table.standardNoBorder td{
	padding: 3px;
	font-weight: bold;
}
table.standardNoBorder td a{
	color: #5D76A9;
	font-weight: bold;
}
table.standardNoBorder td a:hover{
	text-decoration: none;
}
table.standardNoBorder tr.odd{
	background: #E0E5EF;
}
/*List Table width not 100%*/
table.standard_noWidth{
	border: 1px solid;
}
table.standard_noWidth th{
	background:#59719F;
	color: #FFF;
}
table.standard_noWidth th a{
	background:#59719F;
	color: #FFF;
	text-decoration: none;
}
table.standard_noWidth td{
	border-bottom: 1px solid #E2E0EF;
	border-left: 1px solid #E2E0EF;
	padding: 3px;
	font-weight: bold;
}
table.standard_noWidth td a{
	color: #5D76A9;
	font-weight: bold;
}
table.standard_noWidth td a:hover{
	text-decoration: none;
}
table.standard_noWidth tr.odd{
	background: #E0E5EF;
}

/*Form Table*/
table.standard_form th{
	font-weight: bold;
	text-align: right;
	width: 100px;
	vertical-align:top;
}
table.standard_form td{
	border-bottom: 1px solid #E2E0EF;
	border-left: 1px solid #E2E0EF;
	padding: 3px;
	min-width:100px;
	width:150px;
}
table.standard_form td a{
	color: #5D76A9;
}
#divFlashMessage
{
	background-color: #EFDD1D;
	border: solid 1px #EFDD1D;
	color:#FFF;
	-moz-border-radius: 5px;
	padding: 7px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -180px;
	width: 360px;
	text-align: center;
	font: bold 10px arial;
}
.popup{
	position: absolute;
	top: 15%;
	left: 3%;
	z-index: 6;
	border: double 3px #AB5805;
	background-color: #fff;
	padding: 7px;
	overflow:auto;
	min-width:800px;
}
.popupFloat{
	position:fixed;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -50px;
	z-index: 6;
	border: double 3px #AB5805;
	background-color: #fff;
	overflow:auto;
	min-width:800px;
	padding: 7px;
	font-size: .9em;
}
.popupLow{
	position:absolute;
	left: 40%;
	top: 125%;
	margin-left: -400px;
	margin-top: -50px;
	z-index: 6;
	border: double 3px #AB5805;
	background-color: #fff;
	overflow:auto;
	min-width:800px;
	padding: 7px;
	font-size: .9em;
}
.popupInner{
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 6;
	border: double 3px #AB5805;
	background-color: #fff;
	min-width:800px;
	padding: 7px;
}
.popup h3{
	padding: 0;
	border-bottom: 2px solid #E2E0EF;
}
.popup h1, p{
	margin:0px;
	padding:0px;
	color:#61718E;
}
.calendarButton
{
	width: 16px;
	height:16px;
	background: url(../img/calendar.gif) #003333;
	border: none;
	cursor: pointer;
}
/*for login*/
.loginForm
{
	
	width: 500px;
	margin:auto;
}
.loginForm fieldset
{
	border: solid 1px #6F8992;
	padding: 7px;
	background-color: #FAFBFB;	
}
.loginForm legend
{
	font: bold 1.1em arial;	
	background-color:#FAFBFB;
	border: solid 1px #BCC8CC;
	border-bottom: none;
	padding: 1px 5px;
}
.loginForm label
{
	width: 180px;
	display: inline-block;
	margin:0px;
	margin-right: 7px;
	text-align: right;
	vertical-align: top;
}
.loginForm label.narrow
{
	width: 70px;
}
.loginForm .input
{
	margin: 0px;
	margin-top: 10px;
}
.auto_complete div{
	background-color:#5D76A9;
	border: solid 1px #5D76A9;
	
}
.auto_complete  ul { /* all lists */
	padding: 0px;
	margin: 5px;
	list-style: none;
	font: 10px arial;
	color: #5D76A9;
}
.auto_complete  li{ /* all lists */
	background: #FFFFFF;
}
.auto_complete  li:hover{ /* all lists */
	background: #E0E5EF;
}
.withCalendar .validation-advice{
	position: absolute;	
	width: 85px; 
}
.validation-advice{
	color:red;
}
input, select, textarea, file{
	border:solid 1px #9BA8BF;
}
input.required, select.required, textarea.required{
	border:solid 1px #FF9F9F;
}
div.auto_complete    {
     width            :325px;
     background-color :white;
     border           :0px;
     margin           :0px;
     padding          :0px;
} 
li.selected    { background-color: #ffb; }
#searchPane{
	position:relative;
	z-index:1;
}
.buttonGroup{
	background:#9BA8BF;
	margin:0px 2px 0px 2px;
}
.buttonGroup input{
	background:#9BA8BF;
	color:#FFFFFF;
	border:1px #FFFFFF solid;
	font-weight:bold;
	margin:2px;
	font-size: 10px;
}
.buttonGroup input:hover{
	background:#E37F14;
	
}
.note {
	color:#CFCFCF; 
	font-style:italic; 
	font-size:8px
}
.borderDiv {
	border-right:1px solid #5D76A9; 
	border-left:1px solid #5D76A9; 
	border-bottom:1px solid #5D76A9; 
	
}
.listMove{
	cursor: move;
}
a.tooltip span {
	z-index:10;
	display:none; 
	margin-top:-15px; 
	margin-left:-10px; 
	width:150px; 
	line-height:16px; 
	background: #FFF;
} 
a.tooltip:hover span { 
	display:inline; 
	position:absolute; 
	border:2px solid #FFF; 
}
