@import url('/css/menu.tabs.e.css');
.forumShell {
	font-size: 11px;
	font-family: Verdana, Arial;
	border: 1px solid #320101;
}

.forum {
	padding: 10px;
	margin: 5px;
	color: #FFF;
}

.forumRow {
	background-color: #111111;
}

#forumRow:Hover {
	background-color: #222;
}

.forumName {	
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

.forumName2 {	
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
.forumDesc {
	margin-top: 5px;
	width: 350px;
}

.forumColTitleRow {
	background-color: #320101;
	color: #FFF;
	repeat-x;
}

.forumColTitle {
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	
}


.topicShell {
	font-size: 11px;
	font-family: Verdana, Arial;
	border: 2px solid #790003;
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 2px;
	clear: both;
}

.topicShell2 {
	font-size: 11px;
	font-family: Verdana, Arial;
	border: 2px solid #34282C;
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 2px;
	clear: both;
}


.topic {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	padding: 5px;
	color: #FFF;
}

.topicRow {
	background-color: #111111;	
}
.topicRow1 {
	background-color: #111;	
}

.topicRow1:Hover {
	background-color: #252525;
}

.topicRow2 {
	background-color: #191919;	
}

#topicRow2:Hover {
	background-color: #252525;
}

#topicRow:Hover {
	background-color: #222;
}

.topicName {	
	font-weight: bold;
	text-decoration: none;
}

.topicDesc {
	margin-top: 5px;
	width: 350px;
}

.topicColTitleRow {
	background-color: #320101;
	color: #FFF;	
	repeat-x;
}

.topicColTitle {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px;	
	border-right: 2px solid #000;
}


.textbox {
	background-color: #111;
}