html,
body 
{
	height:100%;
	width:100%;
}

body
{
	font-size:10pt;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

* html #container 
{
	height:100%;
}

html > body #container 
{
	padding-bottom:15px;
}

#container 
{
	position:relative;
	background:url('/_images/container_flr.jpg') left top repeat-y;
	min-height:98.2%;
	margin-bottom:-30px;
}

#header 
{
	position:relative;
	padding-bottom:10px;
	background-color:#3f6526;
	min-width:800px;
}

#graphic-1 
{
	position:absolute;
	height:34px;
	width:34px;
	top:63px;
	left:0;
	z-index:1;
	background:url('/_images/hdr_bottom_curve.gif') left bottom no-repeat
}

#header h1 
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:232px;
	height:63px;
}

#header img
{
	border:none;
}

* html #header h2 
{
	position:relative;
	left:-3px;
}

#header h2 
{
	margin:0;
	padding:0;
	width:341px;
	height:63px;
	margin-left:232px;
}

#site-functions 
{
	position:absolute;
	top:0;
	right:0;
	list-style:none;
	margin:0;
}

#site-functions li 
{
	position:relative;
	float:left;
}

#site-functions a 
{
	text-indent:10000px;
}

#site-functions a 
{
	text-indent:-10000px;
	display:block;
	height:50px;
}

.HeaderLogoutLink 
{
	width:67px;
	background:url('/_images/hdr_logout.gif') left top no-repeat;
}

.AppHomeLink 
{
	width:67px;
	background-position:left top;
	background-repeat:no-repeat;
}

.SearchOspiLink
{
	width:53px;
	background:url('/_images/global_search.gif') left top no-repeat;
}

.EdsHomeLink 
{
	width:67px;
	background:url('/_images/global_home.gif') left top no-repeat;
}

.HelpLink
{
	width:53px;
	background:url('/_images/global_help.gif') left top no-repeat;
}

.FeedbackLink
{
	width:71px;
	background:url('/_images/global_feedback.gif') left top no-repeat;
}

#menu-bar 
{
	position:relative;
	min-width:800px;
}

.top-menu-visible#content 
{
	clear:both;
}

#secondary-nav 
{
	position:relative;
	list-style:none;
	margin:0;
	padding:0 0 0 30px;
	height:25px;
	background-color:Transparent;
}

#secondary-nav li 
{
	position:relative;
	float:right;
	margin:0;
	padding:0px;
	height:23px;
}

#printer-friendly a 
{
	display:block;
	background:url('/_images/btn_print.gif') right top no-repeat;
	height:23px;
	width:114px;
	text-indent:-10000px;
}

#logout a 
{
	display:block;
	background:url('/_images/btn_logout.gif') right top no-repeat;
	height:23px;
	width:71px;
	text-indent:-10000px;
}

* html #content 
{
	margin:0 -20px 27px 10px;
}

#content 
{
	position:relative;
	min-width:800px;
	margin:0 0 15px 10px;
	background-color:white;
	padding:0 10px 10px 10px;
}

* html .side-menu-visible
{
	float:left;
	clear:none;
	margin:0 0 0 4px;
	height:1%;
}
	
/** html .side-menu-visible#sub-content 
{
	position:relative;
}*/

.side-menu-visible#sub-content
{
	display:table-cell;
	background:white url('/_images/dotted_line.gif') left top repeat-y;
	padding-left:20px;
	margin-left:130px;
}

* html #sub-content 
{
	position:relative;
	margin:0;
	height:1%;
}

#sub-content 
{
	padding:10px 0px 0px 0px !important;
	margin:0;
}

#section-title 
{
	height:30px;
	background:url('/_images/dotted_line.gif') left bottom repeat-x;
	margin-top:-12px;
	margin-bottom:5px;
	position:relative;
}

html #section-title h3
{
	margin:0;
	padding:0;
	color:#006600;
	font-size:1.3em;
}

* html #section-title span 
{
	position:inherit;
	margin-left:-50px;
}

#section-title span 
{
	position:absolute;
	right:0;
	margin-top:5px;
}

#sub-content h3
{
	color:black;
	margin:0 0 15px 0;
	padding:0;
}

#footer 
{
	position:relative;
	z-index:1;
	height:0;
	clear:both;
	font-size:.8em;
	min-width:800px;
	background:white url('/_images/dotted_line.gif') left top repeat-x;
	list-style:none;
	margin:0 0 0 10px;
	padding:5px 5px 5px 155px;
}

#footer li 
{
	display:inline;
	padding:0 10px;
}

#footer a 
{
	color:black;
	padding-left:12px;
	background:url('/_images/nav_arrowblk.gif') left center no-repeat;
}

div.clear 
{
	clear:both;
}

* html a.application-header 
{
	font-size:.9em;
}

a.application-header 
{
	display:block;
	height:43px;
	width:312px;
	background-image:url(/_images/hdr_mid_divider.gif);
	padding:10px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:whitesmoke;
}


.validation-summary 
{
	color:#D42828;
	font-weight:bold;
	border: 3px solid #CB2026;
	padding: 17px;
	border-collapse: collapse;
	padding-left: 60px;
	background: #F6CBCA url(/_images/error.png) 5px center no-repeat;
}

.validation-summary * 
{
	font-weight:normal;
}

.validation-summary-info 
{
       color:#3752A4;
       font-weight:bold;
       border: 3px solid #6A88D4;
       padding: 14px;
       border-collapse: collapse;
       padding-left: 55px;
       background: #AFCAF6 url(/_images/information.png) 4px center no-repeat;
}

.validation-summary-success 
{
	color:#1B8D44;
	font-weight:bold;
	border: 3px solid #359545;
	padding: 17px;
	border-collapse: collapse;
	padding-left: 60px;
	background: #CEE6C3 url(/_images/success.png) 5px center no-repeat;
}

.validation-summary-warning
{
    display: block;
	color:#CF8819;
	font-weight:bold;
	border: 3px solid #FFA502;
	padding: 17px;
	border-collapse: collapse;
	padding-left: 60px;
	background: #FEEFB3 url(/_images/warning.png) 5px center no-repeat;
}