img {
	border: 0;
}


H1 {
	margin-top: 0;
	font-family: Arial, "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;	
	font-size: 1.5em;
	border-bottom: 0 solid transparent;
}

H2 {
	margin-top: 0;
	font-family: Arial, "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;	
	font-size: 1.3em;
	border: 0;
}

H3 {
	font-family: Arial, "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;	
	font-size: 1.15em;
	border: 0;
	margin-left: 0;
}

.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; 
}

.header {
	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;
}

.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: 1px 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: 4px 4px 0px 5px;
	float: right;
	display: inline;
}

A.headerbutton:hover {
	background-color: #eee;
	border: 1px solid #C9D787;	
	color: Black;
	border-bottom: 0px;
	padding: 3px 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;
}
