body {
	font-family: arial,helvetica;
	font-size: 80%;
	margin: 0;
}
h4 {
	text-align: left;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin: .25em;
}
#container {
	/*background-color: #DDD;*/
	padding: 0 10px;
	margin-bottom: 6px;
	width:800px;
	margin:3px auto;
}
#ws_head {
	height: 180px;
	position: relative;
}
#WS_heading {
	position: absolute;
	border: 0px #0F0 dotted;
	top: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
	font-size: 1.65em;
	font-weight: normal;
	line-height: 1em;
	width:100%;
}
#WS_logo {
	position: absolute;
	top: 10px;
	left: 2px;
}


#ws_menu {
	height: 29px;
	margin-bottom: 20px;
	background-color: #688B2D;
}
#ws_menu div {
	padding: 0 37px;
	float: left;
	font-size: 11pt;
	color: #999;
	height: 29px;
	line-height: 21pt;
}
#ws_menu div a {
	color: #FFF;
	text-decoration: none;
}
#ws_menu div.here,#ws_menu div.here > a {
	color:#000;
	background-color: #B2CC99;
}
#ws_menu div.here > ul > li > a {
	color:#000;
}
/* #ws_menu #menu_ao { padding-right:0; } */
#copyright {
	text-align: center;
	color: #000;
	font-size: 9pt;
}

.quickassess_buttons {
	background-color: #B2CC99;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px outset;
	padding: 4px;
	cursor:pointer;
}

button {
	margin: 2px;
	padding: 0 .25em;
	width: auto;
	overflow: visible;
	cursor:pointer;
}
hr {
	border: 0px;
	background-color: #693;
	width: 100%;
	height: 2px;
}
th { text-align:left; }
th[align=center] { text-align:center; }
.th_center { text-align:center; } /* this is for ie6 */
th[align=right] { text-align:right; }
.th_right { text-align:right; } /* this is for ie6 */
.calc {
	color: navy;
	font-family: courier;
	font-weight: bold;
}
tr.bottom_rule td, tr.bottom_rule th {
	border-bottom: 1px #693 solid;
	padding-bottom: 5px;
}
tr.top_rule td, tr.top_rule th {
	border-top: 1px #693 solid;
	padding-bottom: 5px;
}

span.jslider td { border-bottom: 0px #693 solid; }


.balloon {
	height:16px;
	width: 16px;
}
image.balloon {
	position: static;
}

.datatable {
	border:0;
	margin: 5px auto;
	font-size:13px;
}
	.datatable td, .datatable th {
		padding:3px;
		margin:0;
		text-align:left;
		vertical-align:top;
	}
	.datatable td[align="right"], .datatable th[align="right"] {
		text-align:right;
	}
		.datatable th {
			background-color: #D6CDBE;
			color: #6B5B61;
			background-color: #fff;
			padding-left:20px;
		}
	.datatable tr.shaded {
		background-color: #B3C598;
	}
