body {
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#topmenu {
	height: 29px;
	/*background-color: #eee;*/
	border-bottom: 1px solid silver;
	background-image: url('images/menubg.png');
	background-repeat: repeat-x;
}

#topmenu img {
	margin-right: 4px;
	vertical-align: bottom;
}

#topmenu UL {
	padding: 0;
	margin: 0;
	position: relative;	
}

#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;
}

#content {
	padding: 15px 10px 30px 10px;
}

.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;
}

A, A:visited {
	text-decoration: none;
	color: #829993;
}

.submenu IMG {
	margin-right: 3px;
	vertical-align: bottom;
	padding-top: 3px;
}

.textfield {
	border: 1px solid silver;
	background-color: #eeeeee;
	width: 300px;
}

.buttonarea {
	width: 300px;
	text-align: center;
}

.header {
	/*background-color: #D6E8F2;
	border: 1px solid #C0D6E2;	
	font-weight: bold;
	padding: 2px;*/
	background-color: #fff;
	font-weight: bold;
	font-size: 1.0em;
	padding: 2px 2px 2px 6px;
	margin: 2px -8px 0 -8px;
	color: #000;
	border-bottom: 1px dotted silver;
	background-color: #eee;
}

.header A {
	color: #000;
}

.header IMG {
	vertical-align: bottom;
	margin-right: 4px;
}


.stdmargin {
	margin: 8px;
}

.button {
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	font-size: 12px;
}

.validationError {
	color: red;
	font-weight: bold;
}

H1 {
	margin-top: 0;
	font-family: Arial, "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;	
	font-size: 1.5em;
}

H2 {
	margin-top: 0;
	font-family: Arial, "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;	
	font-size: 1.3em;
}

H3 {
	font-family: Arial, "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;	
	font-size: 1.15em;
}

.status {
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 1px;
	display: block;
	width: 99%;
}

.roundedcorner_box {
	background: #eee;
	min-height: 20px;

}
.roundedcorner_top div {
	background-image: url('/images/corners/eee_tl.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.roundedcorner_top {
	background-image: url('/images/corners/eee_tr.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.roundedcorner_bottom div {
	background-image: url('/images/corners/eee_bl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.roundedcorner_bottom {
	background-image: url('/images/corners/eee_br.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.roundedcorner_top div, .roundedcorner_top, 
.roundedcorner_bottom div, .roundedcorner_bottom {
	width: 100%;
	font-size: 1px;
	height: 8px;
}
.roundedcorner_content { 
	margin: 0 8px; 
}

pre {
	font-size: 1.3em;
	overflow: auto;
}

.roundedcorner_content A {
	text-decoration: none;
}

.icon {
	vertical-align: bottom;
	margin-right: 3px;
}

.roundedcodebox {
	display: none;
	margin: 6px -8px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 8px;
}

.floatstop {	
	clear: both;
	font-size: 0px;
	overflow: hidden;
	height: 0;
	float: none;
}

.roundedtablink {
	text-decoration: none;
	font-weight: bold;
	color: #808080;
}

.roundedtablink IMG {
	margin-right: 4px;
	vertical-align: bottom;
}

.forumpost_infoline {
	background-color: #eee;
	padding: 3px 5px;
	border-bottom: 1px dotted silver;
	border-top: 1px dotted silver;
}

TD.listrow {
	text-align: center; 
	border-bottom: 1px solid #eeeeee; 
	line-height: 1.5em;
	background-color: #fff;
}

TD.listrow_odd {
	text-align: center; 
	border-bottom: 1px solid #eeeeee; 
	line-height: 1.5em;
	background-color: #F7F7F0;
}

.pagingbox {
	float: right; 
	margin-right: 20px;		
	font-size: 8pt;	
}

.pagingbox A {
	color: #3F444D;
	text-decoration: none;
	margin: 0px;
	border-color: #C9D787;
	border-style: solid;
	border-width: 2px 1px 0 1px;
	padding: 0px 3px 0px 3px;
	vertical-align: bottom;
	display: inline;	
	float: left;
	margin-top: 3px;
}

.pagingbox A:hover {
	text-decoration: underline;
}

A.headerbutton {
	font-weight: normal;
	font-size: 10pt;
	color: Black;
	padding: 2px 4px 0px 5px;
	float: right;
	display: inline;
}

A.headerbutton:hover {
	background-color: #eee;
	border: 1px solid #C9D787;	
	color: Black;
	border-bottom: 0px;
	padding: 1px 3px 0px 4px;
	text-decoration: none;
}

A.headerbutton IMG {
	vertical-align: bottom;
	padding: 0 5px 0 5px;
}

A.infolinebutton {
	color: gray;
	
}

A.infolinebutton:hover {
	color: #000;
}

.forumpost_infoline A.infolinebutton IMG {
	vertical-align: bottom;
	margin-right: 4px;
}

.feedburnerFeedBlock .headline {
	font-weight: bold;
}

.feedburnerFeedBlock UL {
	list-style-type: square;
}

.textareabuttons IMG {
	margin-right: 3px;
}