TD, TH, FONT, INPUT, SELECT, TEXTAREA
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

LABEL, SPAN
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

BODY 
{
	background-color: #ffffff;
}

A, A:active {
	color: #0a8161;
	text-decoration: underline;
}

A:hover {
	color: #9A5429;
}

.butSubmit
{
	background: #0a8161;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #000000;
}

.txt
{
	background: #ffffff;
	border: 1px solid #000000;
}

.pnlMapMainAll, .pnlMapOvAll
{
	position: absolute;
	overflow: hidden;
	z-index: 1;
	border: solid 1px #bbbbbb;
	background-color: #ffffff;
}

.pnlMapMain
{
	position: absolute;
	overflow: hidden;
	z-index: 3;
	border-width:1px;
	border-style:hidden;
}

.pnlMapMainRect, .pnlMapOvRect 
{
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	z-index: 98;
	background-color: #ff0000;
}

.pnlBMarks
{
	position: absolute;
	z-index: 4;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	border-top: solid 1px #bbbbbb;
}

.tblBMarks
{
	width:100%;
	background-color:#F7F3E8;
}

.tblBMarks td
{
	font-weight:bold;
	height:18px;
	width:100%;
}

.tblBMarks td.active
{
	color:#ffffff;
	background-color:#000000;
}

.tblBMarks td.unactive
{
	cursor:pointer;
	color:#ffffff;
	background-color:#0a8161;
}

.tblBMarks td.rest
{
	width: 2px;
	background-image:url(images/BMarkRest.gif);
	background-repeat:repeat-x;
}

.pnlLeg
{
	background-color:#F7F3E8;
	position: absolute;
	overflow: auto;
	z-index: 3;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
}

.pnlTxts
{
	position: absolute;
	overflow: auto;
	border: solid 1px #bbbbbb;
}

.pnlTools,.pnlCoords
{
	background-color:#F7F3E8;
	position: absolute;
	overflow: hidden;
	border: solid 1px #bbbbbb;
}

.tblTools, .tblCoords
{
	width: 100%;
}

.tblCoords td
{
	vertical-align: top;
}

.pnlMeas
{
	visibility:hidden;
}

.txtCoords,.txtMeas
{
	width: 250px;
	border: 0px;
	background-color:Transparent;
	font-size: 11px;
	font-style:italic;
}

.legGroup,.legUnvisibleGroup
{
	font-weight: bold;
}

.legUnvisible,.legUnvisibleGroup
{
	color: #969696;
}

.headAtt
{
}

.headAtt td
{
	font-weight:bold;
}

.tblAtt
{
	border: solid 1px #bbbbbb;
}

.tblAtt td, .tblAtt th
{
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #bbbbbb;
	white-space:nowrap;
}

.tblAtt th
{
	background-color:#F7F3E8;
	font-weight:normal;
	text-align:left;
}

.colsAtt
{
	background-color: #F7F3E8;
	padding-left:5px;
	padding-right:5px;
}

.error
{
	color:#ff0000;
	font-weight:bold;
}

.hidden
{
	visibility:hidden;
}

.txtVersion
{
	color:#cccccc;
	font-size:10px;
}

.pnlWorking
{
	position: absolute;
	visibility: hidden;
	z-index:2;
}

.pnlLogo
{
	position: absolute;
	overflow: hidden;
}

.pnlHeader
{
	border: solid 1px #bbbbbb;
	position: absolute;
	overflow: hidden;
}

.pnlFooter
{
	position: absolute;
	overflow: hidden;
}

.pnlWizName
{
	position: absolute;
	overflow: hidden;
}

.lblWizName
{
	font-size: 13px;
	font-weight: bold;
}

A.lbUou, A.lbUou:hover, A.lbUou:active
{
	background-color:#0a8161;
	padding:2px;
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
}

A.lbUou:hover
{
	background-color: #000000;
}
