@charset "UTF-8";
/* CSS Document */

body {
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #036A33;	
}


input, select, textarea {
	background-color: #cccccc;	
}

input.text {
	background-color: #ffffff;
}

input.select-all {
	background-color: #ffffff;
}

input.text {
	background-color: #ffffff;
}

textarea {
	background-color: #cccccc;
}

button {
	color: #036A33;	
}

#content {
}

#right {
	float: right;
}


#clear {
	clear: right;
}

#topnav {

}

#topnavcancel {
	float: left;
}

#topnavdate {
	color: #999;
	font-size: 12px;
}

#topnavcontent {
	float: right;
}

#topnavhr {
	clear: both;
}

#copyright {
	float: none;
	color: #999;
	font-size: 12px;
}

#contenttable {
	width: 100%;
}

#notification {
	font-size: 13px;
	font-family: Helvetica;
	line-height: normal;
}

table {
	border-color: #666;
}

a.infobox {
	border-bottom: 1px dashed #900;
	text-decoration: none;
}
a.infobox:hover {
	cursor: help;
	color: #900;
	background: white;
}
a.infobox span {
	visibility: hidden;
	position: absolute;
	left: -99em;
	margin-top: 1.5em;
	padding: 1em;
	text-decoration: none;
}
a.infobox:hover span, a.infobox:focus span, a.infobox:active span {
	visibility: visible;
	left: 1em;
	border: 1px solid #900;
	color: blue;
	background: white;
}

.radioBox {
	margin: 10px;
	padding: 5px;
	
}