/**
* Subversion: $Id: style.css 3248 2008-05-30 06:46:03Z atonkin $ 
*/

.logo {
	color: white;
	font-size: 18px;
	font-weight: bold;
}

/* Login form */
fieldset {
	border: 1px solid white;
	margin: 2px;
	padding: 2px;
}

legend {
	color: white;
}

fieldset.loginForm 
{
	position: absolute;
	top: 50%;
	left: 50%;
	width:320px;
	margin-left:-160px;
	margin-top:-100px;
}
fieldset.loginForm legend {
	font-weight: bold;
	color: #1f9a4d;
}
fieldset.loginForm A {
	color: #1f9a4d;
}

body#top,
.logo {
	background-color: #7BB460;
}
body#top {
	font-size: 11px;
}

BODY
{
	color: black;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
IMG
{
	border: 0px;
}

P
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 3px 3px;
}

FORM
{
	margin-top: 3px;
	margin-bottom: 3px;
}

INPUT
{
	border: 1px solid white;
}

SELECT {
	border: 1px solid white;
}

OPTION {
	border: 1px solid white;
}

input.radio
{
	border: 0px;
}


HR {
	color: #1f9a4d;
	background-color: #1f9a4d;
	height: 1px;
}

div.hr
{
	width:100%; 
	background-color:#1f9a4d; 
	color:#1f9a4d; 
	height:1px; 
	line-height: 1px;
	margin-bottom: 10px;
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: -10px;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: -10px;
}

BUTTON
{
	color: black;
	border: 1px solid gray;
	padding: 1px;
	font-size: 11;
	font-style: normal;
	font-family: tahoma;
	cursor: hand;
}

TABLE, TR, TD
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

A {
	color : black;
	font-style : normal;
	text-decoration: none;
}

A:hover {
	color : Black;
	font-style : normal;
	text-decoration : underline;
}

.messagediv
{
	font-family: Arial;
	font-size: 14px;	
}

.messageLegend
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: Red;
}


/* error bar */
.ibandiv
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: White;
	background: #F0E68C;
}
/* error bar */

.ConfirmDiv
{
	width: 100%;
	border: solid 2px blue;
	background-color: #AAAAFF;
	color: black;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	padding: 3px;
}

.MsgDiv
{
	width: 100%;
	border: solid 2px green;
	background-color: #AAFFAA;
	color: black;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	padding: 3px;
}

.BANNER
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: silver;
}

.BANNER_SESSDATA
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
}

.COLUMNHEADER
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.PAGETITLE
{
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


.SectionHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


.InputLabel
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.counter{ border-right:1px solid white; 
			width:3px; white-space:nowrap; color:#000000;
			text-align:center;}

td.InputLabel
{
	padding-top: 8px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	text-wrap: none;
}

.InputBox
{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: black;
	border: 1px solid #1f9a4d;
}
.InputBox:focus
{
	border: 1px solid #1f9a4d;
}

.statusbuttons_off {
	width: 100px;
	padding: 0px;
	background: buttonface;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color: black;
	border: 1px solid gray;
}
.statusbuttons_on {
	width: 100px;
	padding:0px;
	background: buttonhighlight;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color: black;
	border: 1px solid gray;
}

.page_navigator {
	color : silver;
	font-style : normal;
	text-decoration: none;
}
A.page_navigator {
	color : white;
}
A.page_navigator:hover {
	text-decoration : underline;
}
SPAN.page_no {
	color : white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A.page_no {
	color : white;
	font-size: 11px;
	font-weight: normal;
}
A.page_no:hover {
	text-decoration : underline;
}
FONT.hl {
	color : Navy;
	font-weight : normal;
	font-size : 10pt;
}


TABLE.mski {
	background : White;
	border : 0px;
}

TR.differ {
	border : 0px;
	background-color: #E2FAEC;
}

a.sl:link, a.sl:visited, a.sl:hover{
	color : White;
	font-style : normal;
	text-decoration: underline;
}

TH {
	background-image: url(../img/img_back.gif);
	border : 0px;
	color : #FFFFFF;
	font-size : 10pt;
	border-bottom: 1px solid #008000;
}

@media print {
	.noprint {
		display: none;
	}
	.InputLabel {font-size : 6pt;}
	.COLUMNHEADER {font-size : 7pt;}
}

.alnr 
{
	text-align: right;
}

.screen_center
{
	position: absolute;
	left: 25%;
	top: 40%;
}

.screen_bottom
{
	position: absolute;
	bottom: 30px;
}

.red
{
	color: #FF0000;
}
.orange
{
	color: #FF8800;
}

 p.footer
	{margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";
	margin-left:0cm; margin-right:0cm; margin-top:0cm}
TD.border_left
{
	border-left:1px solid #1f9a4d;
	padding-left: 10px; 
}

.margin_l
{
	margin-left: 80px;
}

.borderL_white
{
	border-left: 1px solid #FFFFFF
}

.total td
{
	border-top:1px solid #1f9a4d;
	font-weight: bold;
}
.ms-HoverCellInActive,.ms-SpLinkButtonInActive
{
border:none;
margin:1px;
color:#4c4c4c;
vertical-align:top;
background-color:transparent;
}
.ms-HoverCellActive,.ms-SpLinkButtonActive
{
border:#008000 1px solid; 
	border-bottom: 2px solid #008000;
vertical-align:top;
background-color:#00f002;
/* background-image:url("/img/menubuttonhover.gif"); */
	background-image: url(../img/img_back.gif);
}