A.UL 
{
	text-decoration: underline
}

A
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

A:link
{
    COLOR: #000000
}
A:hover
{
    COLOR: #0074d2
}

A img 
{
	border: none;
	outline: none;
}

DIV.SectionHeader
{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	background-color: White;
	
}

td.clRptTd
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 2px;
    COLOR: black;
    PADDING-TOP: 2px;
    FONT-FAMILY: Arial, Verdana
}

tr.clRptTd td
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 2px;
    COLOR: black;
    PADDING-TOP: 2px;
    FONT-FAMILY: Arial, Verdana
}

.clRptTable
{
    BORDER-RIGHT: steelblue;
    PADDING-RIGHT: 0px;
    BORDER-TOP: steelblue;
    FONT-SIZE: x-small;
    BORDER-LEFT: steelblue;
    BORDER-BOTTOM: steelblue;
    BACKGROUND-COLOR: transparent
}

LABEL.Alert,DIV.Alert
{
    BORDER-RIGHT: red ridge;
    PADDING-RIGHT: 5px;
    BORDER-TOP: red ridge;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    MARGIN: 5px;
    BORDER-LEFT: red ridge;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: red ridge;
    BACKGROUND-COLOR: white
}


DIV.PopUp
{
	background-color: #EEF7F9;
	font-family: Arial;
	font-size: 8pt;
	padding: 2px;
}

BODY
{
	
	background-color: #EEF7F9;
	font-family: Arial;
	font-size: 8pt;

}

BODY.MainWindow
{
	/*background-image: url('images/BodyBG.png');*/
}
	


Body.PopUp
{
	margin: 2px;
	padding: 2px;
	overflow: hidden;
	height: 100%;
}

DIV.Header
{
	background-image: url('Images/Header.png');
	background-repeat: no-repeat;
	height: 56px;
	padding: 0px;
	border-bottom: white 2px solid;
	background-color: #1197A1;

}

DIV.HeaderText
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: White;
}





.rptHeader
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;    
    padding-top: 0px;
    padding-bottom: 0px; 
    
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: #78CE78;
    font-weight: normal;
}


span.hdiv
{
	height: 24px; 
	margin: 1px 10px 1px 10px; 
	padding: 0px;		
	width:1px;	
	border-right: groove white 2px;
}

DIV.ThreeCol
{ 
	float: left; 
	width: 33%; 
	font-size: 8pt; 
	font-family: arial; 
	padding: 1px;
}

DIV.TwoCol
{ 
	float: left;
	width: 49%; 
	font-size: 8pt; 
	font-family: arial;
	padding: 1px;
}


DIV.TwoColRight
{ 	
	width: 49%; 
	font-size: 8pt; 
	font-family: arial;
	padding: 1px;
}


DIV.DynCol
{ 
	float: left;
	font-size: 8pt; 
	font-family: arial;	
}


DIV.DynColBorder
{ 
	
	float: left;	
	font-size: 8pt; 
	font-family: arial; 
	BORDER: groove #ffffff 2px;  
	PADDING: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

DIV.TwoColBorder
{ 
	
	float: left;
	width: 48%; 
	font-size: 8pt; 
	font-family: arial; 
	BORDER: groove #ffffff 2px;  
	PADDING: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

DIV.ThreeColBorder
{ 
	float: left; 
	width: 32%; 
	font-size: 8pt; 
	font-family: arial; 
	BORDER: groove #ffffff 2px;  
	PADDING: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;

}



DIV.OneColBorder
{ 
	
	clear: both;
	width: 98%; 
	font-size: 8pt; 
	font-family: arial; 
	BORDER: groove #ffffff 2px;  
	PADDING: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;

}

.SectionLabel
{	
	POSITION: relative; 
	TOP: -15px;
	background-color: #EEF7F9;
	text-align: center;
	padding-left: 5px; 
	padding-right: 5px;
}


DIV.TabArea 
{
	background-color: #1097A0; 
	margin-bottom: 0px;
	padding-bottom: 0px; 
	padding-top: 5px;
}

#FilterTabs  
{
		border-bottom: outset 2px white;
		font-family:  Verdana;
		font-size: 12px;
		font-weight: bold;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		padding: 3px;		
	}
	
#FilterTabs li {
	list-style: none;
	display: inline;
	margin: 0px;			
}


#FilterTabs li a {

	padding: 3px 0.5em;	
	margin-left: 3px;
	border: 1px solid black;
	border-bottom: none;
	background-color: darkgray;
}

#FilterTabs li a#current {

	background-color: white;			
	border: outset 2px white;
	border-bottom: 2px solid white;		
}


#FilterTabs li a:hover{

	background-color: silver;
	color: black;
}

table.dataList tr td {
	font-size: 8pt;
	FONT-FAMILY: Arial, Verdana;
	background-color: white;
				
}
			
table.dataList tr.header td {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;    
	padding-top: 0px;
	padding-bottom: 0px; 
	FONT-SIZE: 8pt;
	COLOR: black;
	FONT-FAMILY: Arial, Verdana;
	BACKGROUND-COLOR: #008B8B;
	text-align: center;				
	
}

table.dataList tr td.active {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial, Verdana;
	BACKGROUND-COLOR: aqua;				
}

Table.Disabled
{
	FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    background-color: white;
}


Table.Disabled TR TH 
{
    padding: 2px 5px 2px 5px;
    
    FONT-SIZE: 8pt;
    COLOR: #EEF7F9;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: silver;
    font-weight: bold;
}

Table.Disabled TR TD 
{
	padding: 2px 5px 2px 5px;    
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: gainsboro;
   font-weight: normal;
}


div.ReportDetailsHeader
{
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	BACKGROUND-COLOR: #008B8B;
	color: White;
}


Table.Report tr.Hilight 
{
	background-color: cyan;
}



Table.Report tr.Hilight td 
{
	background-color: cyan;
	padding: 2 5 2 5;    
	FONT-SIZE: 8pt;    
    COLOR: black;    
    FONT-FAMILY: Arial, Verdana
}


Table.Report tr.Active
{
	background-color: #AFEEEE;
}

Table.Report tr.Active td 
{
	background-color: #AFEEEE;
	padding: 2 5 2 5;
	FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana
}

Table.Report tr td.Active
{
	background-color: #AFEEEE;
	padding: 2 5 2 5;
	FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana
}


Table.Report tr.Error
{
	background-color: red;
}

Table.Report tr.Error td 
{
	background-color: red;
	padding: 2 5 2 5;
	FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana
}




Table.Report
{
	FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    background-color: #EEF7F9;
}


Table.Report TR TH 
{
    padding: 0px 5px 0px 5px;
    
    FONT-SIZE: 8pt;
    COLOR: #EEF7F9;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: #008B8B;
    font-weight: bold;

}

Table.Report TR TH A
{
	FONT-SIZE: 8pt;
    COLOR: #EEF7F9;
    FONT-FAMILY: Arial, Verdana;
}


Table.Report TR TH A:visited
{
	FONT-SIZE: 8pt;
    COLOR: #EEF7F9;
    FONT-FAMILY: Arial, Verdana;
}

Table.Report TR TH A:hover
{
	 FONT-SIZE: 8pt;
    COLOR: #80FFFF;
    FONT-FAMILY: Arial, Verdana;
}

Table.Report TR {
   BACKGROUND-COLOR: white;
}

Table.Report TR TD
{
	padding: 2px 5px 2px 5px;    
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana; 
	font-weight: normal;
}

Table.Report TR TD Input
{
	font-size: 8pt;
	font-family: Arial;
	width: 80%;
}


/***************** Listing Class *************************/

Table.Listing
{
	FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    background-color: #EEF7F9;
    border-left: solid 1px black;
	border-bottom: solid 1px black;

    
}


Table.Listing TR TH 
{
    padding: 0px 5px 0px 5px;
    
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: #8ACCD1;
    BORDER-BOTTOM: solid 2px #008B8B;
    font-weight: bold;
    border-right: solid 1px black;
    border-top: solid 1px black;
    

}

Table.Listing TR TH A
{
	FONT-SIZE: 8pt;
    COLOR: #EEF7F9;
    FONT-FAMILY: Arial, Verdana;
}


Table.Listing TR TH A:visited
{
	FONT-SIZE: 8pt;
    COLOR: #EEF7F9;
    FONT-FAMILY: Arial, Verdana;
}

Table.Listing TR TH A:hover
{
	 FONT-SIZE: 8pt;
    COLOR: #80FFFF;
    FONT-FAMILY: Arial, Verdana;
}

Table.Listing TR {
   BACKGROUND-COLOR: white;
}

Table.Listing TR TD
{
	padding: 2px 5px 2px 5px;    
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana; 
	font-weight: normal;
	border-right: solid 1px black;
}

Table.Listing TR TD Input
{
	font-size: 8pt;
	font-family: Arial;
	width: 80%;
}


Table.Listing tr.Hilight 
{
	background-color: silver;
}



Table.Listing tr.Hilight td 
{
	background-color: silver;
	padding: 2 5 2 5;    
	FONT-SIZE: 8pt;    
    COLOR: black;    
    FONT-FAMILY: Arial, Verdana
}


Table.Listing tr.Active
{
	background-color: gainsboro;
}

Table.Listing tr.Active td 
{
	background-color: gainsboro;
	padding: 2 5 2 5;
	FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana
}

Table.Listing tr td.Active
{
	background-color: gainsboro;
	padding: 2 5 2 5;
	FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana
}


/****************** Listing Class ************************/



TABLE.ClassNav
{
	cursor: auto;	
}

TABLE.ClassNav A IMG
{
	display: block;
	border: none;
}


DIV.MapToolBar 
{
	background-color: White;
	border: outset 2px white;
	padding: 2px;
}

DIV.MapToolBar A IMG 
{
	border: none;
}

DIV.MapToolBar A 
{
	
	border: solid 2px white;
}

DIV.MapToolBar A.Active
{
	
	border: solid 2px green;
}

.Hilight
{
	background-color: #AFEEEE;	
}

DIV.CompartmentInfo 
{
	padding: 5px;
	background-color: #AFEEEE;
	border: solid 1px black;
	position: absolute;
}


DIV.ToolBar
{
	background-color: White; 
	padding:4px; 
	border-bottom: groove white 2px;	
	padding-bottom: 0px;
	
}

DIV.ToolBar SPAN.Raise
{
	position: relative;
	top: -5px;
	
}


DIV.SearchPanel
{
	position: absolute;
	right: 5px;
	top: 58px;
}



DIV.SearchPanel Input
{
	font-size: 10pt;
	
	
}


DIV.AlertPanel
{
	position: absolute;
	right: 5px;
	top: 90px;
}

DIV.WindowTitle
{
	font-size: 12pt;
	font-weight: bold;
	color: white;
	background-color: #1197A1;

}


DIV.WindowFrame
{
 border: 3px ridge #1197A1;
 
 
}

fieldset
{
	margin: 10px;		
	border: 1px solid black;		
}



fieldset label
{
	color: #0D5A61;
}



fieldset legend
{
	color: Black;
	font-weight: bold;
}

fieldset ol
{
	margin: 0px;
	background-color: #c0e3e6;
	padding: 5px;
	background-image: url(Images/FormTrans.png);
	background-repeat: repeat-x;
}


fieldset li
{
	border-bottom: 1px #1498A2 solid;
	list-style: none;
	padding: 5px;
}



table.ScheduleCalendar
{
	background-color: Black;
	table-layout: fixed;
}


table.ScheduleCalendar tr.Header td
{
	font-size: 10pt;	
	font-weight: bold;
	text-align: center;	
	padding: 2px 5px 2px 5px;
}


table.ScheduleCalendar tr td
{
	font-size: 8pt;	
	text-align: right;
	padding: 2px 5px 2px 5px;
	background-color: White;
	vertical-align: top;
	width: 70px;
	
}


table.ScheduleCalendar tr.Footer td
{
	text-align: right;	
}

table.ScheduleCalendar tr a 
{
	font-size: 10pt;	
	text-decoration: underline;
	color: Blue;
	
}

