/* CSS Document */
.panelShadow {
	background-color:#999999;
	opacity:0.6;
	filter: alpha(opacity=60);
	position:absolute;
	top:15px;
	left:15px;
	}
.panelFrame {
	position:absolute;
	top:0px;
	left:0px;
	border-color:#000066;
	border-style:outset;
	border-width:3px;
	visibility: inherit;
	}
.panelTitle {
	position:absolute;
	top:0px;
	height:18px;
	background-color:#000099;
	border-bottom:groove 2px #33CC00;
	padding:3px 5px 2px 5px;
	cursor: move;
	}
.panelIcon {
	position:absolute;
	top:3px;
	width:18px;
	height:18px;
	cursor:default;
	}
.panelMenu {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 175px;
	background-color: #ffffcc;
	border: 3px outset #FFFF99;
	cursor:default;
	}
.panelMenuItem{
	position:absolute;
	left:0px;
	width: 175px;
	height: 24px;
	border-bottom:1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	}
.panelCaption {
	position:absolute;
	top:3px;
	left:28px;
	color:#FFFF99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	}
.panelContent {
	position:absolute;
	top:25px;
	padding:5px;
	overflow:auto;
	background-color:#FFFFCC;
	visibility: inherit;
	}
.tipFrame {
	position:absolute;
	width:210px;
	z-index:20;
	}
.tipShadow {
	background-color:#999999;
	opacity:0.6;
	filter: alpha(opacity=60);
	position:absolute;
	top:5px;
	left:5px;
	width:200px;
	z-index:20;
	}
.tipContent {
	position:absolute;
	left:0px;
	top:0px;
	width:190px;
	z-index:25;
	background-color:#FFFFCC;
	border:solid #000000 1px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-style:italic;
	font-weight:normal;
	}
.cmdMenu {
	position: absolute;
	}
.cmdMenuFrame {
	position:absolute;
	background-color: #ffffcc;
	border: 3px outset #FFFF99;
	z-index: 20;
	cursor:default;
	}
.cmdMenuShadow {
	top:10px;
	left:10px;
	background-color:#999999;
	opacity:0.6;
	filter: alpha(opacity=60);
	position:absolute;
	}
.cmdMenuItem {
	position:absolute;
	left:0px;
	width: inherit;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	z-index: 30;
	color: #000000;
	}
.formBack {
	background-color:#FFFFCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	}
.formHead {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	}
.formItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-indent: 0.5in;
	font-style: normal;
	line-height: normal;
	}
.formItemNS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
}
.formNote {
	font-size: 11pt;
	font-style: italic;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
.formNoteSmall {
	font-size: 9pt;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
.formError {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:italic;
	text-indent:0in;
	color:#FF0000;
	}
.wmBackground {
	background-color:#CCCCCC;
	position:absolute;
	margin:10px;
	width:740px;
	height:400px;
	}
.wmWelcome {
	border:none;
	width: 100%;
	height: 100%;
	}
.wmHead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36pt;
	color:#000000;
	text-align:center;
	padding-top: 60px;
	padding-bottom: 50px;
	}
.wmSubHead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	padding-left:20%;
	padding-right:20%;
	}
.wmText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:normal;
	text-align:justify;
	padding-left:10%;
	padding-right:10%;
	}
.wmTitle {
	position:absolute;
	left:10px;
	top:10px;
	width:800px;
	height:80px;
	font-family:sans-serif;
	font-size:24pt;
	color:#FFFF99;
	padding: 10px;
	}
.wmCommand {
	position:absolute;
	left:0px;
	top:0px;
	width:160px;
	height:400px;
	}
.wmTool {
	position:absolute;
	width:100px;
	padding-top:10px;
	height:20px;
	padding-bottom:10px;
	background-color:#0066CC;
	border:outset;
	border-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FFFF00;
	}
.wmMap {
	position:absolute;
	border:5px inset #999999;
	top:5px;
	left:5px;
	width:560px;
	height:380px;
	}
.wmTableTop {
	background-color:#FFFF99;
	}
.wmTableBottom {
	background-color:#FFFFCC;
	width:400px;
	height:300px;
	overflow:auto;
	}
.wmTableButton {
	background-color: #FFFF99;
	width:400px;
	height:50px;
	}
.wmWorkArea {position:absolute;
	top:0px;
	left:160px;
	width:580px;
	height:400px;
	}
