.seforum { width:100% }

table.seforum,
tr.seforum,
td.seforum
{ /* required for text in tables, because tables do not inherit from body */
	background: transparent;
	color: #222;
	font-size: 11px;
	line-height: 135%;
    padding: 2px;
}

.seforum th{
	border-bottom: 1px solid #0B80AC !important;
	background-color: #DBDBDD;
    color: #333 !important;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px;
}
th.normal {
	background-color: #DBDBDD;
    color: #333 !important;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px;
    border-bottom: none !important;
}
td.row3 {
    background: url(../img/line.gif);
    height: 8px;
}

.seforum th a {
	color: #3F1500 !important;
}

.seforum td,
.divpad{ /* gives all tables faux cellpadding of 5px */
	padding: 5px;
	background: #F2F3F5;
}
.borderwrap,
.borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
	background: #FFF; 
	border: 4px solid #E9E9E8;
	padding: 0; 
	margin: 0; 
}

.borderwrapm{
	margin: 5px;
}
.maintitlecollapse {
	background: #0B80AC top left no-repeat;
	color: #FFF; 
	font-size: 11px;
	font-weight: bold; 
    text-transform: uppercase;
	margin: 0;
	padding: 8px;
}
.maintitlecollapse {
	border: 1px solid #FFF;
}
.maintitlecollapse p {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.maintitlecollapse a:link, 
.maintitlecollapse a:visited{ 
	background: transparent;
	color: #FFF;
	text-decoration: none; 
}
.maintitlecollapse a:hover, 
.maintitlecollapse a:active{ 
	background: transparent;
	color: #F1F1F1;
}
.row1{ 
	background: #F2F3F5; 
}
.row1{ 
	background: #fff; 
}

.row2 a { 
	border-bottom: none;
	color: #333;
}

.row2 a:hover { 
	border-bottom: none;
	color: #0B80AC;
	text-decoration: none;
}

.row2 { 
	background: #F2F3F5;
}
.forum_name a {
	color: #333 !important;
	font-weight: bold !important;
	border-bottom: none !important;
    text-transform: uppercase;
}

.forum_name a:hover {
	color: #0B80AC !important;
	border: none !important;
	text-decoration: none !important;
}
.forumdesc {
	color: #666666 !important;
}
td.row4 { 
	background: #fff; 
}
td.row4 p.top {
	border-bottom: 1px solid #999;
}
.forumdesc a:link,
.forumdesc a:visited,
.forumdesc a:active {
	color:#333 !important; 
	text-decoration: none;
	font-size:10px; 
	line-height:120%;
	margin:2px 0 0 0; 
	padding:0 0 0 15px; 
	background-image: url(../img/subscribe1.gif); 
	background-repeat:no-repeat; 
	background-position:0px 3px;
}

.quoted {
 	background-color:#f5f5f5;
 	border: 1px solid #cfcfcf;
 	border-left: none;
 	border-right: none;
 	font-style:italic !important ;
 	padding:5px 10px;
}
.quoted span {
 	font-size: 10px;
}
