#ForumContent {
	/*
	font-size: 8px;
	font-family: Verdana;
*/
width: 900px;
	padding: 20px;
}
/*topheader*/
#ForumContent .topheader {
	margin-bottom:20px;
	float: right;
	width: 550px;
}

#ForumContent .topheader img {
	vertical-align: middle;
}
#ForumContent .topheader table {
	height:25px;
	border-collapse:separate;
	width:100%;
	background-color:Transparent;
	font-size:100%;
}
#ForumContent .topheader td {
	height:25px;
}
#ForumContent .topheader th {
	height:18px;
	color:#65ac3f;
	white-space:nowrap;
	font-weight:normal;
}
#ForumContent .topheader a {
	color: #fff;
	text-decoration: none;
}
#ForumContent .topheader a:hover {
	text-decoration:underline;
	color: #65AC3F;
}
#ForumContent .topheader th.menuitemHome {
	height: 18px;
	color:white;
	text-align:center;
	width:11%;
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
}
#ForumContent .topheader th.menuitemRecentT {
	height: 18px;
	color:white;
	text-align:center;
	width:11%;
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
}
#ForumContent .topheader th.menuitemRecentP {
	height: 18px;
	color:white;
	text-align:center;
	width:11%;
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
}
#ForumContent .topheader th.menuitemSearch {
	height: 18px;
	color:white;
	text-align:center;
	width:11%;
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
}
#ForumContent .topheader th.menuitemRegister {
	height: 18px;
	color:white;
	text-align:center;
	width:11%;
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
}
#ForumContent .topheader th.menuitemFaq {
	height: 18px;
	color:white;
	text-align:center;
	width:11%;
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
}
#ForumContent .topheader th.menuitemStatus {
	height: 18px;
	color:white;
	text-align:center;
	width:11%;
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
}
#ForumContent .topheader th.rightitem {
	border-left:1px solid #9FAABF;
	color:Silver;
	text-align:right;
	border-right:none;
}
#ForumContent .topheader td.outerheader {
	width:6px;
	display: none;
}
/*header*/
#ForumContent .header {
	display: none;
}
#ForumContent .header table {
	font-size: 12px;
	width:100%;
	height:40px;
	border:none;
}
#ForumContent .header td {
	white-space:nowrap;
}
#ForumContent .header h1 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0px;
	font-family: 'Arial Narrow';
	margin-top:5px;
}
#ForumContent .header a {
	color: #65ac3f;
	text-decoration: none;
}
#ForumContent .header img {
	vertical-align:middle;
	border:none;
}
/*main body*/
#ForumContent .forumcontent table {
	font-size: 11x;
	background:#131313;
}
#ForumContent .forumcontent h1 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0px;
	font-family: 'Arial Narrow';
}
#ForumContent .forumcontent h2 {
	margin-bottom: 0px;
	font-size: 12px;
	margin-top:0px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
#ForumContent .forumcontent h3 {
	text-indent: 3px;
	font-variant: small-caps;
	margin-bottom: 0px;
	color: #7E8FAD;
}
#ForumContent .forumcontent h4 {
	font-size: 14px;
}
#ForumContent .forumcontent a {
	color: #7E8FAD;
	text-decoration: underline;
	font-weight: bold;
}
#ForumContent .forumcontent a:hover {
	text-decoration: none;
}
#ForumContent .forumcontent th {
	color:#7E8FAD;
	font-weight: bold;
	font-size: 12px;
	text-align:justify;
	padding: 5px;
}
#ForumContent .forumcontent th a {
	color:gray;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#ForumContent .forumcontent th a:hover {
	text-decoration:underline;
}
#ForumContent,
#ForumContent .forumcontent td {
	color: #7E8FAD;
	font-size: 12px;
	padding-bottom: 5px;
}
#ForumContent .forumcontent button {
	font-family: Verdana;
	font-size: 11px;
}
#ForumContent .forumcontent textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
#ForumContent .forumcontent select {
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid slategray;
}
#ForumContent .forumcontent img {
	vertical-align:middle;
	border:none;
}
#ForumContent .forumcontent hr {
	height:1px;
	border:none;
	color:silver;
	background:#131313;
}
#ForumContent INPUT[type="text"], 
/*#ForumContent INPUT[type="button"], 
#ForumContent INPUT[type="submit"], */
#ForumContent INPUT[type="file"], 
#ForumContent INPUT[type="password"] {
	border: 1px solid #000;
	font-size: 12px;
	color: #000;
	background: #fff;
}
/* other classes */
#ForumContent .gradientbutton,
#ForumContent input.gradient button {
	background-image:url(images/darkgradient.gif);
	border:1px solid #333333;
	color:#000000;
	font-size:11px;
	font-variant:small-caps;
	font-weight:bold;
}
#ForumContent .radiolist td {
	text-align: left;
}
#ForumContent button.formatting {
	width: 25px;
	height: 20px;
	border: none;
	background-color:Transparent;
	cursor: pointer;
}
#ForumContent div.editbar {
	margin-top: 3px;
	background-image: url(images/editbar_bg.gif);
	height: 20px;
	border-left: 1px solid slategray;
	border-right: 1px solid slategray;
	border-top: 1px solid slategray;
}
#ForumContent div.quote {
	color: #999;
	text-decoration: none;
	padding-left: 15px;
	font-style: oblique;
}
#ForumContent td.forumCurrentForumTitle {
	height: 25px;
	background: url('images/thhead_back.png') no-repeat;
	border-bottom: 1px solid #7E8FAD;
	padding: 0px;
}
#ForumContent img.forumLogo {
}
.location {
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 50px;
	border-bottom: 1px solid #333;
}
tr.itemHeader { background: #333; }

table.mysubTable {}
img.icon { display: none; }
.altRow { background: #333; }
table.editMods { width: 50%; }
table.editMods td { padding: 3px; }
