BODY
{
	font-size: 8pt;
	font-family: Verdana;
}
TABLE
{
	width: 100%;
	height: 100%;
}
.title
{
	border-right: blue thin solid;
	border-top: blue thin solid;
	z-index: 100;
	left: 0px;
	border-left: blue thin solid;
	width: 580px;
	border-bottom: blue thin solid;
	position: absolute;
	top: 0px;
	height: 30px;
}
.viewFrame
{
	border: #95b7f3 1px solid;
}

.infoPanel
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
}

.infoHeader
{
	border-right: 1px inset;
	border-left: 1px inset;
	font-weight: bold;
	font-size: 8pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#5886D5' , EndColorStr= '#01349A' );
	color: white;
	font-family: Tahoma;
}

.infoBox
{
	border-right: 1px inset;
	padding-right: 2px;
	border-top: 1px inset;
	padding-left: 2px;
	border-left: 1px inset;
	border-bottom: 1px inset;
}

.infoBox SELECT
{
	font-weight: normal;
	font-size: 8pt;
	margin: 4px;
	font-family: Arial;
}

.infoBox INPUT
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma;
	width:120px;
}

.textBox
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	margin-top: 4px;
	font-weight: normal;
	margin-bottom: 4px;
	border-left: black 1px solid;
	width: 80px;
	border-bottom: black 1px solid;
	text-align: right;
}

.northArrow
{
	width: 50px;
	height: 50px;
	FILTER:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand');
}

.textLabel
{
	font-weight: bold;
	width: 60px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.panelFrame
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 10pt;
	margin-left: 3px;
	border-left: 2px outset;
	color: black;
	margin-right: 2px;
	padding-top: 4px;
	border-bottom: 2px outset;
	font-family: Arial;
	background-color: whitesmoke;
}

.panelContainer
{
	height: 100%;
	width: 100%;
	overflow: auto;
}

.leftTTL
{
	background-image: url(img\lttl.gif);
	width: 10px;
	height: 16px;
}

.midTTL
{
	width: 120px;
	height:16px;
	background-image: url(img\mttl.gif);
}

.rightTTL
{
	width:10px;
	height:16px;
	background-image: url(img\rttl.gif);
}

.leftTBL
{
	background-image: url(img\tblhead-left.gif);
	width: 15px;
	height: 25px;
}

.midTBL
{
	font-weight: bold;
	font-size: 10pt;
	background-image: url(img\tblhead.gif);
	padding-top: 4px;
	font-family: Verdana;
	height: 25px;
}

.rightTBL
{
	width:15px;
	height:25px;
	background-image: url(img\tblhead-right.gif);
}

.logo
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src= 'img\logo.png' ,sizingMethod= 'scale' );
	margin-bottom: 10px;
	width: 140px;
	height: 50px;
}

.box
{
	border-right: cornflowerblue 1px solid;
	border-top: cornflowerblue 1px solid;
	margin-bottom: 4px;
	padding-bottom: 4px;
	overflow: auto;
	border-left: cornflowerblue 1px solid;
	width: 140px;
	padding-top: 4px;
	border-bottom: cornflowerblue 1px solid;
}

.box INPUT
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma;
	width:120px;
}

.box .label
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma;
}

.layer
{
	padding-left: 2px;
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	cursor: default;
	text-align: left;
}

.layer IMG
{
	margin: 2px 3px;
	cursor: hand;
}

.controlFrame
{
	border-right: royalblue 1px inset;
	border-top: royalblue 1px inset;
	border-left: royalblue 1px inset;
	border-bottom: royalblue 1px inset;
}


