﻿.forum {
	color: #7F7F7F;
	border: 1px solid #c5c5c5;
	width: 670px;
	border-collapse: collapse;
	/*border: 1px solid #CCC;*/
	margin:0px;
	padding:0px;
}

a,a:visited {
	text-decoration: none;
	color: #000000;
	font-style: normal;
}
h5 {
	font-style:normal;
}
a:hover {
	text-decoration:underline;
	font-style: normal;
}

caption,.forum th, .forum td {
	border-left: 0;
}

caption,.forum tfoot th,.forum tfoot td {
	background-color: #E63C1E;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
}

.forum thead th {
	/* background-color: #C30;
	color: #FFB3A6;*/
	color: #FFFFFF;
	height: 52px;
	text-align: center;

}

.forum tbody th {
	padding: 20px 10px;
	border-bottom: 1px solid #CCC;

}

.tdCenter {
	text-align: center;
}

.tdIcon {
	width: 50px;
	text-align: center;
}
.tdNumber {
	width: 100px;
	text-align: center;
}
.tdTitle {
	width: 300px;

}

.tdLastReply {
	width: 250px;
	text-align: center;
}

.tdWrittenBy {
	vertical-align: top;
	width: 100px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.tdHeader {
	border-bottom: 1px solid #CCC;

}
.tdMessage {
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}
.spanMessage {
	margin-bottom: 10px;
}
.forum h5{
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.forum hr {
	border: 0px;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}

.quote {
	margin-bottom: 15px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
}
.quote h6 {
	font-size: 11px;
	font-weight: bold;
	
	margin:0px;
}

.odd {
	background-color: #F7F7F7;
	color: #666
}
.trHeader {
	/* background-color: #e63c1e;*/
		background-image: url("/img/UI/forum_red_topp.jpg");
		background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase
	
}
.trHeader td{
	height: 24px;
	padding-left: 10px;
}
.trHeader a{
	
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase
}



.trHeader2 {
	/* background-color: #e63c1e;*/
			background-image: url("/img/UI/forum_black_topp.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	text-transform: uppercase
	
}
.trHeader2 td{
	height: 24px;
	padding-left: 10px;
}
.trHeader2 a{
	
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase
}




#writeNew {
	width: 200px;
}