html, body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	height: 100%;
}

.BlindScreen
{
	position: fixed;
	left: 0;
	top : 0;
	width: 100%;
	height: 100%;
	background-color: Black;
	visibility: hidden;
	z-index: 1999;
	filter: Alpha(Opacity=0);
	opacity: 0;
}

.ModalDialog
{
	position: fixed;
	top: 150px;
	z-index: 2000;
	overflow: hidden;
}

.RestrictDlg
{
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 20px;
}

table
{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table tr, td
{
	margin: 0;
	padding: 0;
}

.Header
{
	background-color: #0065A4;
	background-image: url(../images/common/gisheader.jpg);
	background-repeat: no-repeat;
}

.Body
{
	background-color: White;
}

.Footer
{
	border-top: solid 1px #C9DDFF;
	border-bottom: solid 1px #C9DDFF;
	background-color: #8599CC;
	padding: 2px;
	position: relative;
}

.Header #Small
{
	height: 100%;
}

.Header #mainIconSet
{
	margin: 5px 0px;
	float: right;
	width: auto;
}

.Header #Small #mainIconSet
{
	margin: 5px 20px;
}

#mainIconSet td
{
	text-align: center;	
}

#mainIconSet img
{
	border: solid 1px White;
}

.Header #Small #mainIconSet img
{
	padding: 2px;
	border: none;
}

#mainIconSet .IconBorder
{
}

#mainIconSet .Text
{
	margin: 5px 25px 0px 25px;
	font-size: 7pt;
	white-space: nowrap;
}

#Small #mainIconSet .Text
{
	margin: 0px 25px 0px 5px;
}

.Header a
{
	color: White;
	text-decoration: none;
}

.Info a
{
	font-weight: bold;
	font-size: 10px;
}

a:hover
{
	color: Red;
}

.Header a:hover
{
	color: Yellow;
}

.SubHeaderDiv
{
	background-color: #8599CC;
	padding: 3px 0px 3px 0px;
	border-top: solid 1px White;
	border-bottom: solid 1px #C9DDFF;
}

.SubHeader td
{
	padding-top: 7px;
	padding-bottom: 7px;
	white-space: nowrap;
}

.SubHeader .Text td
{
	padding:0;
}

.SubHeader .TextMain
{
	font-size: 12px;
	color: White;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}

.Bright
{
	color: White;
	font-weight: bold;
}

.ListA
{
	list-style-image: url(../images/common/bullet_standard.gif);
	margin-bottom: 15px;
}

.Info
{
	color: #000077;
	font-size: 11px;
	margin-bottom: 30px;
}

.MainInfo
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	vertical-align: top;
}

.SectionC
{
	padding-right: 25px;
}

.MainInfo .Title
{
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

.Wnd
{
	margin:0 auto;
}

.Info .Wnd
{
	margin-top: 15px;
}

.Wnd .Title
{
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 2px;
	margin-left:2px;
	margin-right:2px;
	color: White;
}

.WndHdr img
{
	vertical-align: middle;
	margin-right: 5px;
}

.WndBody .WndMain td
{
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
}

.WndLTC
{
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}

.WndRTC
{
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}

.WndLBC
{
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}

.WndRBC
{
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}

.WndT
{
	background-repeat: repeat-x;
}

.WndB
{
	background-repeat: repeat-x;
	background-position: bottom;
}

.WndHdr .WndL
{
	background-repeat: repeat-y;
}

.WndHdr .WndR
{
	background-repeat: repeat-y;
	background-position: right;
}

.WndBody .WndL
{
	background-repeat: repeat-y;
}

.WndBody .WndR
{
	background-repeat: repeat-y;
	background-position: right;
}

.WndHdr .WndMain
{
	padding: 5px;
}

.WndBody .WndMain
{
	padding: 10px;
}

.ModalDialog .Wnd .Title
{
	color: White;
}

.Info .WndLTC
{
	background-image: url(../images/common/wndLTC.png);
}

.ModalDialog .WndLTC
{
	background-image: url(../images/common/wndLTC2.png);
}

.Info .WndRTC
{
	background-image: url(../images/common/wndRTC.png);
}

.ModalDialog .WndRTC
{
	background-image: url(../images/common/wndRTC2.png);
}

.Info .WndLBC
{
	background-image: url(../images/common/wndLBC.png);
}

.ModalDialog .WndLBC
{
	background-image: url(../images/common/wndLBC2.png);
}

.Info .WndRBC
{
	background-image: url(../images/common/wndRBC.png);
}

.ModalDialog .WndRBC
{
	background-image: url(../images/common/wndRBC2.png);
}

.Info .WndT
{
	background-color: #C9DDFF;
	background-image: url(../images/common/wndTBorder.gif);
}

.ModalDialog .WndT
{
	background-color: #0065a4;
	background-image: url(../images/common/wndBorder2.gif);
}

.Info .WndB
{
	background-image: url(../images/common/wndBorder.gif);
}

.ModalDialog .WndB
{
	background-color: #ddddee;
	background-image: url(../images/common/wndBorder2.gif);
}

.Info .WndHdr .WndL
{
	background-color: #8599CC;
	background-image: url(../images/common/wndLBorderG.gif);
	background-repeat: no-repeat;
	border-bottom: solid 1px #8599CC;
}

.ModalDialog .WndHdr .WndL
{
	background-color: #0065a4;
	background-image: url(../images/common/wndBorder2.gif);
	border-bottom: solid 1px #ffffff;
}

.Info .WndHdr .WndR
{
	background-color: #8599CC;
	background-image: url(../images/common/wndRBorderG.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom: solid 1px #8599CC;	
}

.ModalDialog .WndHdr .WndR
{
	background-color: #0065a4;
	background-image: url(../images/common/wndBorder2.gif);
	border-bottom: solid 1px #ffffff;
}

.Info .WndBody .WndL
{
	background-image: url(../images/common/wndBorder.gif);
}

.ModalDialog .WndBody .WndL
{
	background-color: #ddddee;
	background-image: url(../images/common/wndBorder2.gif);
}

.Info .WndBody .WndR
{
	background-image: url(../images/common/wndBorder.gif);
}

.ModalDialog .WndBody .WndR
{
	background-color: #ddddee;
	background-image: url(../images/common/wndBorder2.gif);
}

.Info .WndHdr .WndMain
{
	background-color: #8599CC;
	border-bottom: solid 1px #8599CC;
	background-image: url(../images/common/wndHBG.gif);
	background-repeat: repeat-x;
}

.ModalDialog .WndHdr .WndMain
{
	border-bottom: solid 1px #ffffff;
	background-color: #0065a4;
}

.ModalDialog .WndBody .WndMain
{
	background-color: #ddddee;
	color: Black;
}

.Field1
{
	font-size: 11px;
	color: #00416B;
	width: 120px;
	border: 1px solid #C9DDFF;
	vertical-align: middle;
	padding: 2px;
	margin-left: 10px;
}

.Button
{	
	background-color: #8599CC;
	color: White;
	width: auto;
	border: solid 1px #C9DDFF;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 6px 2px 6px;
}

.RButton
{	
	background-color: Red;
	color: White;
	width: auto;
	border: solid 1px Yellow;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 6px 2px 6px;
}

.DButton
{	
	background-color: #555555;
	color: #777777;
	width: auto;
	border: solid 1px #C9DDFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 6px 2px 6px;
}

.GButton
{	
	background-color: #005500;
	color: Yellow;
	width: auto;
	border: solid 1px #C9DDFF;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 6px 2px 6px;
}

.CopyRight
{
	margin-top: 2px;
	margin-right: 25px;
	margin-bottom: 2px;
	float: right;
}

#mainMenu
{
	position: relative;
	margin-left: 185px;
	min-width: 470px;
	color: White;
}

#modContainerFrame
{
	position: relative;
	width: 100%;
	height: 100%;
}

.ModFrame
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-style: none;
	visibility: hidden;
}

#statusBar
{
	left: 5px;
	position: absolute;
	z-index: 5;
}

#statusBar .Item
{
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	border: solid 1px #c9ddff;
	background-Color: #0065a4;
	padding: 1px 15px 1px 15px;
	cursor: pointer;
}

#statusBar .Item a
{
	color: White;
	text-decoration: none;
}

#statusBar .Item a:hover
{
	color: yellow;
}

#disclaimer
{
	width: 600px;
	height: 300px;
	overflow-y: scroll;
}