
#content {width:623px;border:0px;margin:0px;}
#info_document	{width:623px;top:0;border:0; margin:0;}
#bail_document	{width:623px;border:0px;margin:0;}
.help_document {height:88px;width:623px;border:0;margin:0}

.highlighted{background-color:red}
.selected{background-color:orange}

body {
	background-color: #9AB7C4;
	background-image: url(img/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.homeFooter {
	background-color: #FFFFFF;
	background-image: url(img/footer_home.jpg);
	height: 287px;
	background-repeat: no-repeat;
	background-position: top;
}
.homeContent {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 179px;
}
.homeLoginText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: right;
	height: 30px;
}
.homeLoginField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	border: 1px solid #000000;
}
.insideFooter {

	background-color: #FFFFFF;
	background-image: url(img/footer_inside.jpg);
	margin-top:15px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: top;
}
.navLowerBG {
	background-color: #FFFFFF;
	background-image: url(img/bg_side_nav.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 117px;
}
.sideNav {
	background-color: #FFFFFF;
}
.insideContent {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	padding-right: 31px;
	padding-left: 32px;
}
.insideTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #873600;
	background-color: #FFFECC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 14px;
	padding-left: 14px;
}

/*overrides ul indentation */
.nav1{
	margin:0px;
	padding:0px;
	text-indent: 22px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 173px;
	text-transform: uppercase;
	text-decoration: none;
	/*background-color:#CADDE4;*/
}
.nav1 li {
	line-height: 25px;
	background-image: url(img/nav_buttong_bg_OFF.jpg);
	background-repeat: no-repeat;
}

.nav1 li a,.nav1 li ul li a {
	color: #000000;
	text-decoration: none;
}

.nav1 li ul {
	list-style:none;
	margin:0 0 0 0;
	text-transform: capitalize;
	padding: 5px 0 0 0;
	background-image: url(img/sub_nav_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.nav1 li ul li {
	padding-left: 25px;
	text-indent:0;
	line-height: 19px;
	width:145px;
	background-image: url(img/sub_nav_buttong_bg_OFF.jpg);

}


.nav1 li.active {
	background-image: url(img/nav_buttong_bg_ON.jpg);
}

.nav1 li a.active,.nav1 li ul li.active {
	color: #FFFFFF;
}

.nav1 li ul li.active {
	background-image: url(img/sub_nav_buttong_bg_ON.jpg);
}

h1 {
	font-size: 23px;
	color: #106476;
	padding-top: 15px;
	font-weight: normal;
}

.command,.command.form {
	margin:3px;
	width:100px;
	padding:3px 10px 3px 10px;
	font-size: 12px;
	background-color:#9AB7C4;
	color:#FFFFFF;
	text-decoration: none;
}

#status_document {height:18px;}
#status_release {float:left;background: url(app/img/status_1_off.jpg);width:100px;height:18px}
#status_stop {float:left;background: url(app/img/status_2_off.jpg);width:39px;height:18px}
#status_yd {float:left;background: url(app/img/status_3_off.jpg);width:134px;height:18px}
#status_adjourn {float:left;background: url(app/img/status_4_off.jpg);width:119px;height:18px}
#status_do {float:left;background: url(app/img/status_5_off.jpg);width:82px;height:18px}
#status_ro {float:left;background: url(app/img/status_6_off.jpg);width:89px;height:18px}

#status_release.selected {background: url(app/img/status_1_on.jpg)}
#status_stop.selected {background: url(app/img/status_2_on.jpg)}
#status_yd.selected {background: url(app/img/status_3_on.jpg)}
#status_adjourn.selected {background: url(app/img/status_4_on.jpg)}
#status_do.selected {background: url(app/img/status_5_on.jpg)}
#status_ro.selected {background: url(app/img/status_6_on.jpg)}


