/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }
/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
.topicname		{ font-weight: bold; font-size: 18px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }

th.thHead	{ font-size: 12px; border-width: 1px 1px 0px 1px;
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(/image/cellpic3.gif);
}

th.thSides	{ border-width: 0px 1px 0px 1px;
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(/image/cellpic3.gif);
}

th.thRight	{ border-width: 0px 1px 0px 0px;
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(/image/cellpic3.gif);
}

th.thLeft		{ border-width: 0px 0px 0px 1px;
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(/image/cellpic3.gif);
}

th.thBottom	{ border-width: 0px 1px 1px 1px;
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(/image/cellpic3.gif);
}

th.thTop	{ border-width: 1px 0px 0px 0px;
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(/image/cellpic3.gif);
}

th.thCornerL	 { border-width: 1px 0px 0px 1px;
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(/image/cellpic3.gif);
}

th.thCornerR { border-width: 1px 1px 0px 0px;
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(/image/cellpic3.gif);
}

