﻿/**************************************************/
#forum
{
	width: 100%;
}

#forum thead td
{
	font-weight:bold;
	color:#006;
	padding-bottom:5px;
	letter-spacing:1px;
	font-size:110%;
}

#forum thead td img
{
	margin:0 5 0 0;
	vertical-align:middle
}

#forum tbody th
{
	width:100%;
}

/**************************************************/
#forum table
{
	width:100%;
}

#forum table td
{
	vertical-align:top;
	font-size:70%;
}

#forum table thead td
{
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#95B8E6' ,endColorStr= '#6E90BD' ,gradientType= '0' );
	color:#FFF;
	font-weight:bold;
	padding:5 5 3 5;
	border-left:1px solid #6E90BD;
	border-right:1px solid #6E90BD;
	border-bottom:1px solid #6E90BD;
	font-size:90% !important;
}

#forum table thead a
{
	color:#FFF;
	text-decoration:underline;
}

#forum table thead a:hover
{
	color:#000;
}

#forum table tfoot td
{
	padding:5;
	text-align:center;
}

/**************************************************/
#forum table table
{
	width:100%;
}

#forum table table td
{
	font-size:70% !important;
	border:1px solid #CCC;
}

#forum table table thead td
{
	filter:none;
	background-color:#EEE !important;
	color:#666;
	text-align:center;
}

#forum table table thead th
{
	border:1px solid #CCC;
}

#forum table table tbody td
{
	line-height:18px;
	padding:5 5 3 5;
	color:#555;
}

#forum table table tbody div
{
	text-align:center;
}

#forum table table a
{
	color:#7395C1;
	font-weight:bold;
	text-decoration:underline;
}

#forum table table a:hover
{
	color:#356299;
}

/**************************************************/
#forum table table table
{
	width:100%;
}

#forum table table table td
{
	border:0;
	background-color:#FFF !important;
	color:#000;
	font-weight:lighter;
	text-align:left;
	padding:10;
}

#forum table table table thead td
{
	background-color:#DDD !important;
	font-size:80% !important;
	padding:5;
	font-weight:bold;
}

#forum table table table thead th
{
	text-align:right;
	background-color:#DDD;
	border:0;
	font-size:80%;
}

#forum table table table thead th input
{
	margin:0 5 5 0 !important;
}

#forum table table table tbody th
{
	background-color:#DDD;
	text-align:left;
	font-size:80%;
	padding:15;
}

/**************************************************/
#page_no td
{
	vertical-align:middle !important;
	padding:5 0 5 0;
	text-align:right;
}

/**************************************************/
#forum select
{
	font-size:95%;
	margin-left:10;
}

#forum textarea
{
	font-size:95%;
	margin:0 0 5 0;
}

#forum input
{
	font-size:80% !important;
	margin:0 !important;
	padding:2 0 0 0 !important;
}


