/* CSS Document */

.theBody {
	margin: 0px;
	padding: 0px;
	background-color: white;
}
form {
	margin: 0px;
}

img {
	border: 0px;
}

.container {
	margin: 15px auto 0px auto;
	width: 750px;
}



.header {
	clear: both;
}





.forum table {
	width: 100%;
}
.forum th {
	text-align: center;
	background-color: #54606C;
	color: #fff;
	padding: 0.75em;
	white-space: nowrap;
}
.forum td {
	background-color: #eee;
	padding: 0.75em;
	color: #000;
}
.forum th.name {
	text-align: left;
}
.forum td.count {
	text-align: center;
}
.forum td p {
	margin-top: 0px;
	margin-bottom: 5px;
}

.forum td.lastPost {
	font-size: smaller;	
	white-space: nowrap;
	text-align: right;
}

.forum .starter {
	font-size: smaller;
}

.forum.posts td {
	vertical-align: top;
}

.forum.posts td .postHeader {
	border-bottom: 1px solid #444;
	clear: both;
}
.forum.posts td .postTitle {
	font-weight: bold;
	float: left;
}
.forum.posts td .postDateTime {
	float: right;
	font-size: smaller;
}
.forum.posts td .postAttachment {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #444;
	margin-top: 5px;
	font-size: smaller;
}
.forum.posts td .postMessage {
	padding-top: 5px;
	
}
.forum.posts td .postReply {
	text-align: right;
}
.forum.posts td.poster {
	width: 10em;
}
.forum.posts td.poster .postCount {
	font-size: smaller;
}
.forum.posts th {
	text-align: left;
}

.forum label {
	font-weight: bold;
}

.forum .notes {
	font-size: smaller;
}
.forum .forumpageindex {
	text-align: right;
	padding-bottom: 5px;
}
.adtable {
color:#fff;
border-collapse:collapse;
font-size:10px !important;
}
.adtable td {
border:1px solid #fff;
}
.rohead {
background-color:#404a56;
}
.ro1 {
background-color:#708090;
}
.ro2 {
background-color:#54606d;
}

#contentpanel h2.newssection {
    padding: 5px 10px;
    background-color:#708090;
}
#contentpanel h2.newssection a {
	color: white;
	text-decoration: none;
}
#contentpanel h2.newssection a:hover {
	text-decoration: underline;
}

#contentpanel .news h3 {
    background-color: #90a0b0;
    clear: left;
}

#contentpanel .news .newsimage {
    float: left; padding-bottom: 10px; padding-right: 10px;
}

br.clear {
    clear: both;
}
#contentpanel .news .newsseparator {
    line-height: 1;
    font-size: 1px;
}