@charset "utf-8";
/* CSS Document */

/*Layout Styles*/
body {
	margin: 0;
	padding: 0;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container {
	width: 80%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #999;
	background: url(../images/bg-gradient.gif) repeat-x bottom;
}
#mainContent {
	padding: 15px;
	margin: 0;
}
#idBar {
	background: #ececec;
	color: #545454;
	padding: 4px;
}
div#leftColumn {
	width: 22%;
	float: left;
}
div#rightColumn {
	width: 78%;
	float: right;
}
div.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	overflow: hidden;
}
div.clear span {
	visibility: hidden;
}

/*Text Styles*/
h1 {
	font-size: 1.8em;
	/*color: #003399;*/
	color: #25408F;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 2px 0;
	margin: 15px 0 15px 0;
	/*border-bottom: 2px dotted #ff6500;*/
	border-bottom: 2px dotted #88b249;
}
h2 {
	font-size: 1.1em;
	color: #666666;
	margin: 5px 0;
}
p {
	font-size: .8em;
	line-height: 150%;
	margin: 8px 0 0 4px;
}

/*List Styles*/
ul#identification {
	margin: 5px 0 5px 5px;
	padding: 0;
	font-size: .8em;
	width: 80%;
}
ul#identification li {
	list-style: none;
	float: left;
	padding: 0 10px 0 0;
}

/*Button and Link Styles*/
/*div.btn_left {
	background: url(../images/btn_leftside.gif) no-repeat left;
}
div.btn_right {
	background: url(../images/btn_rightside.gif) no-repeat right;
}
div.btn {
	background: url(../images/btn_bg.gif) repeat-x;
	width: 150px;
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}*/
/*input.button {
    border: 0;
    background: url(../images/btn_leftside.gif) no-repeat;
    height: 25px;
    position: relative;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #525252;
	padding: 0 0 0 5px;
	margin: 0;
}
.buttonEnding {
    position: absolute;
    display: inline;
    width: 10px;
    height: 25px;
    background: url(../images/btn_rightside.gif) no-repeat;
	padding: 0;
	margin: 0;
}
*/
a {
	color: #6a8e38;
	font-weight: bold;
}
a.button {
    background: url(../images/btn_green.png) no-repeat;
    color: #525252;
    display: block;
    float: right;
    font: bold 10px arial, sans-serif;
	text-transform: uppercase;
    height: 25px;
	width: 66px;
    margin-right: 0;
    padding-right: 10px;
    text-decoration: none;
	cursor: pointer;
}
a.button span {
    display: block;
    line-height: 16px;
    padding: 3px 0 6px 13px;
}
a.button:active {
    color: #000;
	outline: none; 
}
a.button:active span {
} 
a.button-deactivated {
    background: transparent url(../images/btn_gray.png) no-repeat;
    color: #999999;
    display: block;
    float: right;
    font: bold 10px arial, sans-serif;
	text-transform: uppercase;
    height: 25px;
	width: 66px;
    margin-right: 0;
    padding-right: 10px;
    text-decoration: none;
	cursor: pointer;
}
a.button-deactivated span {
    background: transparent url(../images/btn_leftside-deactivated.png) no-repeat;
    display: block;
    line-height: 16px;
    padding: 3px 0 6px 12px;
}
/*a.button {
    background: transparent url(../images/btn_rightside.png) no-repeat scroll top right;
    color: #525252;
    display: block;
    float: right;
    font: bold 10px arial, sans-serif;
	text-transform: uppercase;
    height: 25px;
    margin-right: 6px;
    padding-right: 12px;
    text-decoration: none;
}
a.button span {
    background: transparent url(../images/btn_leftside.png) no-repeat;
    display: block;
    line-height: 16px;
    padding: 3px 0 6px 12px;
}
a.button:active {
	background-position: bottom right;
    color: #000;
	outline: none; 
}
a.button:active span {
	background-position: bottom left;
} 
a.button-deactivated {
    background: transparent url(../images/btn_rightside-deactivated.png) no-repeat scroll top right;
    color: #999999;
    display: block;
    float: right;
    font: bold 10px arial, sans-serif;
	text-transform: uppercase;
    height: 25px;
    margin-right: 6px;
    padding-right: 12px;
    text-decoration: none;
}
a.button-deactivated span {
    background: transparent url(../images/btn_leftside-deactivated.png) no-repeat;
    display: block;
    line-height: 16px;
    padding: 3px 0 6px 12px;
}*/

/*Navigation Styles*/
ul#sectionNav {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	color: #88b249;
	font-weight: bold;
	font-size: .9em;
	line-height: normal;
}
ul#sectionNav li {
	margin: 0;
	padding: 0;
	float: left;
	/*height: 30px;*/
}
ul#sectionNav li a {
	padding: 8px 16px;
	margin: 0;
	/*height: 16px;*/
	width: 140px;
	color: #88b249;
	text-decoration: none;
	border-bottom: 1px solid #d1d1d1;
	display: block;
}
ul#sectionNav li a:hover {
	background: url(../images/nav_arrow.gif) no-repeat 0 11px;
	/*padding-left: 16px;*/
	/*border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;*/
}
body#home ul#sectionNav li a.home, body#reportTravel ul#sectionNav li a.reportTravel, body#viewReports ul#sectionNav li a.viewReports, body#changePassword ul#sectionNav li a.changePassword, body#vehicleRequisition ul#sectionNav li a.vehicleRequisition, body#administration ul#sectionNav li a.administration {
	/*border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;*/
	background: url(../images/nav_arrow.gif) no-repeat 0 11px;
	padding-left: 16px;
}
/* second levels */
ul#sectionNav li li a{
	background-color:#fff;
	background-image:none;
	border: none;
	/*border-bottom:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;*/
	font-weight:bold;
	font-size: .9em;
	height:auto;
	padding:3px 8px;
	margin: 0;
	width:auto;
}
ul#sectionNav li li a span {
	visibility:visible;
}
ul#sectionNav li li a:hover {
	background:#BABABA;
/*	border-bottom:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;*/
	color:#FFF;
}
/*ul#sectionNav li ul li.nolink a {
	background-color:#bac7cb;
	cursor:default;
	font-weight:bold;
	outline:0;
	color:#515151;
}
ul#sectionNav li li.nolink a:hover {
	border-color:#bac7cb;
	color:#515151;
}*/
ul#sectionNav li li.sectioned a{
	padding-left:5px;
}
ul#sectionNav li ul {
	left: -999em;
	position: absolute;
	width: 195px;
	margin: 0;
	padding: 0;
}
ul#sectionNav li li {
/*	border-bottom:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;*/
	display:block;
	float:none;
	margin:0;
	padding:0;
	height: auto;
	border: 1px solid #FFF;
}
ul#sectionNav li:hover ul, ul#sectionNav li.sfhover ul {
	left: auto;
}
ul#sectionNav li:hover ul, ul#sectionNav li:active ul, ul#sectionNav li.sfhover ul {
	background-color:#fff;
	border: 1px solid #d1d1d1;
	display:block;
	list-style-type:none;
	margin: -34px 0 0 152px;
	padding:0;
	position:absolute;
	width:195px;
}

/*Table Styles*/
table {
	margin: 15px 0;
	font-size: .8em;
	border: 2px solid #979797;
}
table tr.alt {
	background: #ececec;
}
table tr.alt2 {
	background: #e0e0e0;
}
table tr td {
	padding: 4px;
	text-align: center;
}
table tr td.link {
	width: 45px;
}
table tr td.first, table tr th.first {
	text-align: left;
}
table tr th {
	background: #bababa;
	/*color: #003299;*/
	color: #25408F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding: 6px 4px;
	text-align: center;
}
table tr td.comments {
	text-align: left;
	/*border-bottom: 2px solid #bababa;*/
}
table tr td.comments-link {
	text-align: center;
	/*border-bottom: 2px solid #bababa;*/
}
table tr td.comments-first {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #25408F;
	text-align: left;
	/*border-bottom: 2px solid #bababa;
	background: #e0e0e0;*/
}
table tr td.comments-firstrow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #25408F;
	text-align: left;
	border-bottom: 2px solid #bababa;
	/*background: #e0e0e0;*/
}
table.fullreport {
	width: 100%;
}
table.fullreport tr td {
	text-align: left;
}
table.fullreport tr th {
	background: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 6px 20px 6px 4px;
	text-align: right;
	width: 140px;
}
/*table.fullreport tr td.first {
	background: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 6px 20px 6px 4px;
	text-align: right;
	width: 140px;
	font-weight: bold;
}*/

/*Button Styles*/
a.formbtn {
    background: transparent url(../images/btn_rightside.png) no-repeat scroll top right;
    color: #525252;
    display: block;
    float: right;
    font: bold 10px arial, sans-serif;
	text-transform: uppercase;
    height: 25px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}
a.formbtn span {
    background: transparent url(../images/btn_leftside.png) no-repeat;
    display: block;
    line-height: 16px;
    padding: 3px 0 6px 12px;
}
a.formbtn:active {
	background-position: bottom right;
    color: #000;
	outline: none; /* hide dotted outline in Firefox */
}
a.formbtn:active span {
	background-position: bottom left;
}

/* Message styles */
p.errorMsg, div.errorMsg {
	color: #C00;
	font-weight: bold;
}
p.successMsg, div.successMsg {
	color: #090;
	font-weight: bold;
}

/* Pagination */
div.pagination {
	border-top: 1px dotted #C3D6DD;
	border-bottom: 1px dotted #C3D6DD;
	padding: 8px 0 10px 0;
	height: 12px;
}
div.pagination p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
div.pagination p.display {
	float: left;
	color: #666;
}
div.pagination p.nav {
	float: right;
	word-spacing: 1em;
}
div.pagination p.nav a {
	word-spacing: normal;
}
div.pagination p.nav span {
	font-weight: bold;
	word-spacing: normal;
}

/* Header */
#header {
	margin: 0;
	padding: 0;
	/*text-align: center; */
	color: #000000;
	background-image: url(/images/page_header_4.png);
	background-repeat: repeat-x;
}

#header table {
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	height: 79px;
}

#header table td {
	padding: 1px;
}

/* Header Nav */
#navigation {
	background-image: url(/images/navigation2.png);
	background-repeat: repeat-x;
	height: 30px;
}
