﻿a {
	color: #DDFFFF;
	text-decoration:underline;
}
a:visited {
	color: #B9FD7B;
}
a:hover {
	color: #FFFFFF;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-weight: normal; font-style: normal; font-size: 12pt;
	background-image:url(images/bgBody.png);
	background-repeat:repeat-x;
	background-color: rgb(144,160,153);
	color: rgb(255,255,204);
}

#header {
	width:100%;
	padding-left:20px;
	height:155px;
	background-repeat: no-repeat;
	background-image:url(images/logo.jpg);
	background-position:center;
	height:154px;
	background-color:black;
}

td#leftnav {
	margin-left:20px;
	padding-right:10px;
	margin-top:20px;
	width:100px
}

td#content {
	padding-top:20px;
	padding-left:20px;
	border-left:1px solid #999999;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica; font-weight: bold; 
	font-style: normal; font-size: 24pt;
	color: rgb(238,192,30);
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica; font-weight: bold; 
	font-style: normal; font-size: 18pt;
	color: rgb(255,204,0);
	margin-bottom: 4px;
}

#hoverpanel h2 {
	font-family: "Trebuchet MS", Arial, Helvetica; font-weight: bold; 
	font-style: normal; font-size: 20pt;
	color: rgb(192,0,0);
	margin-bottom: 4px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica; font-weight:normal;
	font-style: normal; font-size: 16pt;
	color: rgb(255,204,0);
	margin-top: 6px; margin-bottom: 3px;
}

h4 {
	font-family: "Trebuchet MS" , Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 13pt;
	color: rgb(255,204,0);
	margin-bottom: 2px;
}

h5 {
	color: rgb(255,204,0);
	margin-bottom: 1px;
}
h6 {
	color: rgb(255,204,0);
	margin-bottom: 1px;
}

HR
{
	color: rgb(255,204,0);
}
BUTTON 
{
	background-color: rgb(255,204,0);	
	border-color: rgb(153,153,0);
	color: black;
}

CHECKBOX {
	font-weight: normal; font-style: normal;
	font-size:10pt;
	color:Black;
}

LABEL {
	color: rgb(255,255,204);
	font-family: "Trebuchet MS", Arial, Helvetica; 
}

#modal LABEL{
	color: Black;
	font-size:10pt;
	font-family: "Trebuchet MS", Arial, Helvetica; 
}

TEXTAREA
{
	font-family: "Trebuchet MS", Arial, Helvetica; 
	border-color: rgb(153,102,0);
	color: black;
}
FIELDSET {
	border-color: rgb(153,102,0);
	color: white;
}

LEGEND {
	color: rgb(255,204,0);
}

SELECT {
	border-color: rgb(153,102,0);
	color: black;
}

TABLE {
	border-color: rgb(153,102,0);
	color: rgb(255,255,204);
}

CAPTION {
	color: rgb(255,204,0);
}

TH {
	color: rgb(255,204,0);
	height:20px;
	background-color: Navy;
	background-image: url("images/tblhead.bmp");
	font-style: italic;
	font-size: 10pt;
}

TD {
	border-color: rgb(153,102,0);
	vertical-align:top;
}

UL {
	 margin-left:30px;
}

.btn {
	height: 22px;
	width: 90px;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-weight: bold; font-style: normal; 
	color: black;
	background: url(images/smallbutton.gif);
	border: none 0px;
}

.btn:hover { background: url(images/smallbuttonhover.gif); }
.btn:active { background: url(images/smallbuttonpressed.gif); }

.btnsubmit, .buttonsubmitwait {
	background-image:url(images/submitbutton.gif); border-style:none;
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-weight: bold; font-style: normal; font-size: 14pt;
	margin-left:-10px;
	background-color:Navy;
	color: rgb(255,204,0);
}

.btnsubmit:hover {
	background-image:url(images/submitbuttonhover.gif); border-style:none;
}

.btnsubmit:active {
	background: url(images/submitbuttonpressed.gif); 
}

.btnsubmitwait {
	background: url(pleasewait.gif);
}

.cbodropdown {
 /* This is for the little box next to a multi-choice simulated combo */
	vertical-align: text-bottom; 
	position: relative; left: -2px; top: 0px;
	padding-bottom: 2px;
	border-top-style: none; border-right-style: none; 
	border-left-style: none; border-bottom-style: none; 
}

.datepicker {
	height:16px;
	width:70px; background:#DCDCFF;
	color:Black; font-size:10pt;
	border-width:1px;
	position: relative; top: 2px; left:2px;
}

.detail {
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-weight: normal; font-style: normal; font-size: 9pt;
	background-color: blue;
	color: rgb(255,255,255);
}

.dialog {
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-weight: normal; font-style: normal; font-size: 9pt;
	background-image:none;
	color:Navy;
	background-color: rgb(242,242,230);
	margin-top:0px; margin-left:0px;
}

.dialogcontent {
	background-color: rgb(242,242,230);
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-weight: normal; font-style: normal; font-size: 9pt;
	padding: 0px 12px 2px 12px;
	text-align: center;
	color: Navy;
}

.dialogheader {
	height: 25px;
	padding: 4px 4px 4px 4px;
	background:  #003399 url(images/vertgradient.png) repeat-x bottom;
	padding: 2px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: White;
}

.errormessage {
	font-size: 11pt;
	font-weight: bold;
	color: #F44;
}
.errordisplay {
	font-size: 10pt;
	font-weight: normal;
	color:  rgb(250, 81, 50);
	border:solid 2px darkred;
	background-color:rgb(142,130,150);
	padding-left:15pt;
	padding-right:10pt;
	line-height: 15pt;
}

.errordisplay hr {
	color: darkred;
}

.hoverpanel 
{
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-size:10pt;
	color:Navy;
	background-color: rgb(254,245,150);
	padding:10px 10px 10px 10px; 
	border-style:solid;
	border-color:rgb(255,204,0);
}

.hr-light {
	color: gray;
	margin-top:0px; margin-bottom:0px;
}
.link {
	color: #DDFFFF;
	text-decoration: underline;
}
.link:hover {
	color: #FFFFFF;
}
.label {
	color: rgb(255,204,0);
	font-style:italic;
	font-size:10pt;
}
.labelleft {
	text-align:right; padding-right: 8px;
	vertical-align:middle;
	color:Navy;
	font-style:italic; font-weight:bold;
	font-size:10pt;
}
.logon {
	font-family: "Trebuchet MS", Arial, Helvetica; 
}
.Menu1 {
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-weight: bold; font-style: normal; font-size: 10pt;
	color: rgb(238,192,30)
}

.Menu2 {
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-weight: normal; font-style: normal; font-size: 9pt;
	color: rgb(192,255,255);
}

.MenuHere {
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-weight: normal; font-style: normal; font-size: 9pt;
	color: rgb(255,255,255);
}

.Msg {
	color: rgb(255,128,128);
	font-style:italic;
	font-size:10pt;
}

.Ref {
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-weight: normal; font-style: normal; font-size: 7.5pt;
	margin-left: 12px;
	color: rgb(255,255,255);
}

.radio {
	color: rgb(255,204,0); 
	font-size:10pt;
}

.subtext {
	font-size:smaller;  padding-left:20px; color:rgb(255,216,79);
}


.txtarea {
	background-color:rgb(220,220,255);
	border-style:inset; border-color:White;
}

.txtbox, .txtcombo {
	background-color:rgb(220,220,255);
	border-style:inset; border-color:White;
}
.txtcombo {
	border-color:white;
	border-top-style:solid;
	border-width:2px;
	height:14px;
}

.txtdropdown {
	background-color:rgb(220,220,255);
	height:20px;
	border-width:2px;
	margin-top:2px;
}

/* For tabbed pages */

.tabbutton, .selectedtabbutton {
	font-size: 10pt; font-weight:bold;
	background: transparent url(images/tabnormal.gif) no-repeat;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	color: navy;
	width: 120px;
	border: none 0px;
	margin: 0px;
	padding:0px;
}
.tabbutton:hover {
	background: transparent url(images/tabhover.gif) no-repeat;
}

.selectedtabbutton { 
	font-size: 10pt; font-weight:bold;
	background: transparent url(images/tabselected.gif) no-repeat;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	color: white; 
	width: 120px;
	border: none 0px;
	margin: 0px;
	padding:0px;
}

.roundedbar_top {
	height:20px;
	width: 150px; 
	padding: 5px 0px 0px 0px;
	font-weight:bold;
	text-align: center;	
	background: url(images/roundedbar_top.png) no-repeat;
	font-size: 10pt;
}
.roundedbar_bottom {
	height:12px;
	width: 170px; 
	background: url(images/roundedbar_bottom.png) no-repeat;
}
.Spacer {
	line-height: 5pt;
}

.tabpage {
	background-color:transparent;
	border-style:solid;
	border-width: 1px;
	border-color: rgb(244,204,0);
	border-top-width: 0;
	margin-top:-23px;
	text-align: left;
}

