body {
	font-size: 0.9em;
	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: 360px;
}

#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;
	font-size: 0.8em;
}

#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: 320px;
	background: #eeeeee; /*#DEE7F7*/
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: silver;
	padding: 3px 15px;
	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.1em;
	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%;*/
	border: 1px solid silver;
	overflow: auto;
	padding: 5px;
	background-color: #eee;
	margin-top: 0px;
	font-size: 12px;
	margin: 20px 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;
}
