.maphr
{
	width: 100%;
	margin:  10px 100px 25px 100px;
	height: 0;
	clear: both;
	border-bottom: 1px dashed #3F819F;
	padding: 0;
}
html>body .maphr { width: auto; margin:  25px 100px; }
.center { text-align: center; }
.fleft { float: left; }
.fright { float: right; }
.bold {font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.errortext { color: #f00; font-size: 11pt; }
.smalltext { font-size: 8pt; }
.largetext { font-size: 12pt !important; }

.quote
{
	margin: 10px;
	padding: 5px;
	font-size: 8pt;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* Forum Classes */
.forumheader
{
	width: 500px;
	color: #1B3542;
	vertical-align: top;
}
.forumheader td
{
	background: url(../images/title2.gif) repeat-x #89A5B9;
	border-top: 20px solid #426279;
	line-height: 18px;
	padding-left: 5px;
}
.forumheader a
{
	color: #1B3542 !important;
}

.forum
{
	width: 500px;
	padding: 0;
	color: #193542;
	margin: 0 30px 5px 250px;
}
.forum a
{
	color: #193542;
	display: block;
}

.forumrow
{
	background: #A1B4C2;
	width: 500px;
	vertical-align: middle;
}
.forumrow:hover
{
	background: #7C96A9;
}

.forumrow td
{
	border-top: 2px solid #426279;
	vertical-align: middle;
}
.forumrow p
{
	width: 100%;
	border-bottom: 1px solid #426279;
	margin-bottom: 3px;
	padding: 2px 0;
}
html>body .forumrow p { width: auto; }
.tleft
{
	padding: 2px 10px;
	text-align: left;
	white-space: nowrap;
}
.clanstd
{
	width: 70px;
	text-align: center;
	padding: 2px;
}
.fmid
{
	width: 50px;
	padding: 2px;
	text-align: center;
	border-left: 2px solid #426279;
}
.tmid
{
	width: 100px;
	padding: 2px;
	text-align: center;
	font-size: 8pt;
	border-left: 2px solid #426279;
}
.showleft
{
	width: 150px;
	padding: 5px;
	text-align: left;
	vertical-align: top !important;
}
.showright
{
	padding: 5px;
	text-align: left;
	vertical-align: top !important;
	border-left: 2px solid #426279;
}
#tags ul
{
	width: 450px;
	border: 0;
	padding: 0;
	margin-bottom: 10px;
	text-align: left;
	font-size: 10pt;
	white-space: nowrap;
}
#tags li
{
	list-style-type: none;
	display: inline;
}
#tags a {
	margin: 0 1px 0 1px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #BEBEBE;
	text-decoration: none;
	width: 60px;
	text-align: center;
	background: #042F43;
	color: #BEBEBE;
	}
#tags a:hover{
	margin: 0 1px 0 1px;
	padding: 2px;
	text-decoration: none;
	width: 60px;
	background: #7EB3CB;
	color: #000;
	text-align: center;
	}
	
.forumtopic
{
	margin-left: 250px;
}
.forumreply
{
	margin-left: 300px;
}
