body {
	font-size: 0.8em;
	font-family: Verdana, "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

img {
	border: 0;
}

A, A:visited {
	text-decoration: none;
	color: #829993;
}

#content {
	padding: 1px 10px 10px 12px;
	margin-right: 270px;
}

#topmenu {
	height: 29px;
	/*background-color: #eee;*/
	border-bottom: 1px solid silver;
	background-image: url('http://net-tutorials.com/images/menubg.png');
	background-repeat: repeat-x;
}

#topmenu img {
	margin-right: 4px;
	vertical-align: bottom;
}

#topmenu UL {
	padding: 0;
	margin: 0;
	
}

#topmenu LI {
	padding: 0;
	margin: 0;
	display: inline;

}

#topmenu A {		
	float: left;	
	display: block;
	border-right: 1px solid silver;		
	text-decoration: none;
	padding: 8px 15px 5px 15px;
	text-align: center;
	color: #808080;
}

#topmenu A#activeTab {
	border-bottom: 0;
	font-weight: bold;
}

.submenu {
	background-color: #eee;
	border-bottom: 1px solid silver;
	display: none;
}

.submenu A {
	height: 22px;
	display: block;
	padding: 0 8px;
	margin-right: 4px;
	float: left;
	text-decoration: none;
	color: gray;
}

.submenu A:hover {
	background-color: #D6E8F2;
}

.submenu IMG {
	margin-right: 3px;
	vertical-align: bottom;
	padding-top: 3px;
}

#menu {	
	position: absolute;
	right: 0;
	top: 29px;
	width: 230px;
	background: #eeeeee; /*#DEE7F7*/
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: silver;
	padding: 3px 8px;
	background-repeat: repeat-x;
}

#menu A {
	color: #5C832F;
}

#menu A:visited {
	color: gray;
}

UL.menu {
	padding-left: 1.8em; 
	margin-left: 0; 
	margin-top: 5px; 
	list-style-type: square;
}


H1 {
	font-family: Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: -8px;
	border-bottom: 1px dotted silver;
}

H2 {
	font-family: Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: -8px;
}

H3 {
	font-family: Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-left: -8px;
}

H5 {
	margin-bottom: 5px;
	font-size: 0.9em;
}

pre {
	width: 95%;
	max-width: 800px;
	border: 1px solid silver;
	/*overflow: scroll;*/
	padding: 2px;
	background-color: #eeeeee;
	margin-top: 0px;
	font-size: 12px;
	margin: 10px;
}

.floatstop {	
	clear: both;
	font-size: 0px;
	overflow: hidden;
	height: 0;
	float: none;
}

.stdmargin {
	margin: 8px;
}

.textfield {
	border: 1px solid silver;
	background-color: #eeeeee;
	width: 300px;
}

.buttonarea {
	width: 300px;
	text-align: center;
}

.button {
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	font-size: 12px;
}

.status {
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 1px;
	display: block;
	width: 99%;
}

.validationError {
	color: red;
	font-weight: bold;
}

th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dotted silver;
	padding-right: 20px;
	color: gray;
}

div.listview {
	border-bottom: 1px solid #47C8E8;
}

h2.listview {	
	display:inline;
	float:left;
	margin:0;
}

table.listview td {
	border-bottom : 1px solid #eee;
	line-height : 1.5em;
	background-color : #fff;
}

table.listview tr.odd td {
	background-color : #F7F7F0;	
}

p {
	margin: 0px;
}

.deprecated {
	border: 1px solid red;
	padding: 5px;
	margin: 8px 0;
}

.rightbox {
	float: right; 
	width: 300px; 
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	padding: 8px;
	margin: 0 0 10px 15px;
}

.rightbox h3 {
	margin: 0 0 8px 0;
	border-bottom: 1px solid black;
}

.rightbox ul {
	list-style-type: square;
}