/*
-----------------------------------------------
StrictlyWestie Forum
Author:   Michael Diener
Version:  September 18, 2007
-----------------------------------------------/*
/*	Table-Forum
	The main table for forum display */
.table-forum {
	background-color: #FFFFFF;
	border: 2px solid #E5E5E5;
	width:100%;
	padding: 0;
	margin:.5em 0 0 0;
	border-spacing: 1px;
	clear:both;
}
.table-forum td {padding: 4px;}
/* Main table cell colours and backgrounds */
.table-forum .light, .table-forum .lighttop {
	background-color: #EFEFEF;
	font-size:85%;
	vertical-align: middle;
	text-align: center;
}
.table-forum .dark, .table-forum .darktop {
	background-color: #DEE3E7;
	font-size:85%;
	vertical-align: middle;
	text-align: center;
}
.table-forum .darktop, .table-forum .lighttop {
	vertical-align: top; 
	text-align:left; 
	font-size:100%;
}
.table-forum .title {
	font-weight: bold;
	font-size: 100%;
	color: #006699;
	text-align: left;
}
.table-forum .title a, .table-forum .heading a {
	text-decoration: none;
	color: #006699;
}
.table-forum .title a:hover, .table-forum .heading a:hover {
	text-decoration: underline;
	color: #35B3D1; 
}
.table-forum .title p {
	font-weight: normal;
	font-size:85%;
}
.table-forum .date {
	font-size:85%;
	text-align:right;
	clear:both;
	padding:.5em;
}
.table-forum .post {
	text-align:left;
}
.table-forum .quotecode {
	width: 90%;
	padding: 0;
	margin:0 auto;
}
.table-forum .quote {
	color: #444444;
	line-height: 125%;
	background-color: #FAFAFA;
	border: 1px solid #D1D7DC;
}
.quotecode td {text-align:left;}
/* heading row silver color */
.table-forum .heading {
	padding:0 2px;
	margin:0;
	background: #D1D7DC url(../../v1/image/css/light.gif);
	border: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	height: 28px;
	white-space: nowrap;
	font-weight: bold;
	letter-spacing: 1px;
	color: #006699;
	text-align:center;
}
/* heading row dark blue color */
.table-forum .solid {
	height: 25px;
	padding:0;
	margin:0;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	background: #006699 url(../../v1/image/css/dark.gif);
	border: 0px;
}
/*	Table-emoticons
	This contains the table for the smileys */
.table-emoticons {
	border: 0;
	margin: .4em 0 0 0;
	text-align:center;
}
.table-emoticons td {
	padding: 0px;
	font-size:75%;
}
.table-emoticons caption {font-size:120%;}

