﻿body, html{width:98%;height:100%;}
.PageHeader
{
	font-weight:bold;
	font-size:13pt ;
	color: white;
	background-color: #7fb3e2;
	width: 100%;
	font-family: Verdana;
	line-height: 25px;
	border-right: #7fb3e2 1px solid;
	border-top: #7fb3e2 1px solid;
	border-left: #7fb3e2 1px solid;
	border-bottom: #7fb3e2 1px solid;
}
.GroupHeader
{
	font-size: small;
	color: black;
	background-color: #C8DEF2;
	font-weight: bold;
	width: 100%;
	font-family: Verdana;
	line-height: 20px;
	border-right: #C8DEF2 1px solid;
	border-top: #C8DEF2 1px solid;
	border-left: #C8DEF2 1px solid;
	border-bottom: #C8DEF2 1px solid;
}
.PageDiv
{
	border-right: cornflowerblue 1px solid;
	border-top: cornflowerblue 1px solid;
	border-left: cornflowerblue 1px solid;
	border-bottom: cornflowerblue 1px solid;

}
.PageTable
{
	width: 100%;
}
.GroupTable
{
	width:100%;
	border-right: lightsteelblue 1px solid;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 1px solid;
}
.GroupTD
{
	border-right: lightsteelblue 1px solid;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 1px solid;
}
A:link {
	COLOR: #0067c6; TEXT-DECORATION: none;FONT-FAMILY:Arial ; font-size:small   
}
A:visited {
	COLOR: #0067c6; TEXT-DECORATION: none;FONT-FAMILY:Arial;font-size:small   
}
A:hover {
	COLOR: #999999! important; TEXT-DECORATION: none;FONT-FAMILY:Arial;font-size:small   
}
A:active {
	COLOR: #999999! important; TEXT-DECORATION: none;FONT-FAMILY:Arial;font-size:small   
}
.Label
{
	font-family: Verdana;
	text-align: left;
	color:#666666;
}
.DropDown
{
	font-size: 8pt;
	font-family: verdana;
	background-color: #ffffff;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	border-right: #666666 1px solid;
	font-family: Verdana;
	color: #004632;
	height: 25px;
	width: 200px;
}
/*
.TextBox
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	font-size: 8pt;
	border-left: #6699cc 1px solid;
	color: #004632;
	border-bottom: #6699cc 1px solid;
	font-family: Verdana;
	background-color: #ffffff;
	text-align: left;
	width: 200px;
}*/
.Button
{
	font-size: 11px;
	text-align: center;
	width: 100px;
}
.SelectedNode
{
	background-color: lightcyan;
	COLOR: #0067c6; 
	TEXT-DECORATION: none;
	FONT-FAMILY:Arial;
	font-size:small
}
.Grid
{
	font-family:Verdana;
	font-size:xx-small;
	HeaderStyle-BackColor:Silver;
}
.GridHeader
{
	background-color:lightsteelblue;
}
.ReportTableHeader
{
	font-size:8pt;
	color: black;
	background-color: #C8DEF2;
	font-weight: bold;
	font-family: Verdana;
	text-align:center;
}
.ReportHeaderOne
{
	font-size: 16pt;
	color: #000081;
	font-weight: bold;
	font-family: Verdana;
}
.ReportHeaderTwo
{
	font-size: 12pt;
	color: #000081;
	font-weight: bold;
	font-family: Verdana;
}
.ReportHeaderThree
{
	font-size: 10pt;
	color: #000081;
	font-weight: bold;
	font-family: Arial;
}
.TreeViewSelectedNode
{
	font-weight:bold;
	
}
.TreeView
{
	 background-color:#F5F5F5;	
}

.ToolTipTable
{
	font-size: xx-small;
	font-family: Verdana;
	border-right: lightsteelblue 1px solid;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 1px solid;
	background-color:White;
}
.FirstColumn
{
	border-right: lightsteelblue 1pt solid; 
	border-top: lightsteelblue 1pt solid;
	border-left: medium none; 
	border-bottom: medium none;
}
.SecColumn
{
	border-right: medium none; 
	border-top: lightsteelblue 1pt solid;
	border-left: medium none; 
	border-bottom: medium none;
	text-align: center;
}
.MapLocation
{
	font-size: xx-small;
	font-family: Verdana;
}
.DataItem
{
	font-size: xx-small;
	font-family: Verdana;
	color: Black;
}

.LabelReportText
{
	font-weight:normal ;
	font-size: 8pt;
	font-family: Verdana;
	text-align: left;
	color:#0000C0;
}
.LabelReportField
{
	font-weight:bold ;
	font-size: 10pt;
	font-family: Verdana;
	text-align: left;
	color:Navy;
}
.VisibleTab
{
	font-size: small;
	color: black;
	background-color: White;
	font-weight: bold;
	font-family: Verdana;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
}
.HiddenTab
{
	font-size: small;
	color: black;
	background-color: #C8DEF2;
	font-weight: bold;
	font-family: Verdana;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	cursor:hand;
}