﻿.Width_Total
{
	width : 764px;
}

.Width_UserBox
{
	width : 160px;
}

.Width_Message
{
	width : 604px;
}
/*
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td
{
	font-family: Verdana, sans-serif, Helvetica, Arial;
	font-size: 11px;
}
*/
input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3b3b3b;	
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;	
}

img {
	border: 0;
}

/* Header 1 - Main header */
tr.header1 
{	
	font-weight: bold;
	padding-left: 0px;
	font-size: 10pt;
}

a.conn { font-size: large;}
a.conn:hover { font-size: large; }

tr.header1 a { text-decoration: none; }
tr.header1 a:hover { text-decoration: underline; }	

td.header1 
{
	background : url('titleBack.gif') repeat-x top ;
	font-weight: bold;
	padding-left: 0px;
	padding-top:0px;
	height: 32px;
	font-size: 11pt;
}	

td.header1left 
{
	background: url('title_lcap.gif') no-repeat left top;
	font-weight: bold;
	padding-top:0px;
	padding-left: 0px;
	height: 32px;
	font-size: 11pt;
	width: 25px;
}

td.header1right
{
	background: url('title_rcap.gif') no-repeat right top;
	font-weight: bold;
	padding-left: 0px;
	padding-top:0px;
	height: 32px;
	font-size: 11pt;
	width: 25px;
}

.header1Title
{
	font-weight: bold;
	padding-left: 0px;	
	height: 32px;
	font-size: 11pt;
}

/* Header 2 - Sub header */
tr.header2 
{
	font-weight: bold;
	vertical-align:middle;
	padding-left: 0px;
}

/*#header2links
{
color : #FF0000;
}*/

td.header2 {
	background: url('stitleBack.gif') repeat-x top;
	font-weight: bold;
	vertical-align:middle;
	
}

td.header2left {
	font-weight: bold;
}

td.header2right {
	background : url('stitle_rcap.gif') repeat-x top;
	font-weight: bold;
}

td.header2 a { text-decoration: none; height:32px}
td.header2 a:link { text-decoration: none; }
td.header2 a:visited { text-decoration: none; }
td.header2 a:active { text-decoration: none; }
td.header2 a:hover { text-decoration: underline; }

td.infoTable {
	padding: 0px;
	padding: 0px;
}

/* all links */
.content a			{ text-decoration: none; margin:0px}
.content a:hover	{ text-decoration: underline; margin:0px}

/* Footer1 - Bottom of tables */
.footer1 {
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td {
	font-size: 10px;
}

.forumheading
{
	font-size: 9pt;
	font-weight: bold;
}

a.post_link
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.postheader a 
{
	color: Black;	
}

/* most tables are class 'content' */
.content
{
	padding: 0px;
	margin: 0px;
	color: #000000;
}

.postformheader 
{
	font-weight:bold;
}

table.content td {
	padding: 0px 0px;
}

/* used for quoting messages */
.quote {
	padding-left: 16px;
	margin: 5px;
}

.innerquote
{
	padding: 4px;
	background-color: #fefefe;
	border: 1px dashed #808080;
}

/* used for code */
.code
{
	padding-left: 16px;	
	margin: 5px;
}

.innercode
{
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color: #000000;
	font-size:8pt;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 10px; }
.largefont	{ font-size: 11px; }

/* Image Links */
a.imagelink {
	font-weight: bold;
	color: #FF0000;
}
a:hover.imagelink {
	text-decoration: none;
}

/* Used for editor textarea */
.posteditor {
	width: 100%;
	height: 200px;
}

/* Table just above and below tables */
table.command {
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; color: #000000; }
.navlinks a { color: #000000; text-decoration: none }
.navlinks a:hover {color: #666666;
}

/* for printing */
table.print {
	border: solid 1px #C0C0C0;
}
.printheader {
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}

.pbutton {
	font-size: 10px;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
}
 
.textfield {
	background-color: #FFFFFF;
	border: 1px solid #3B3b3b;
	width: 100%;
}

.ButtonOut
{
	border: #669966 1px solid;
}
.ButtonOver
{
	border: #000000 1px solid;
	background-color: #ffffff;
}
.ButtonChecked
{
	border: #000000 1px solid;
}
.ButtonOff
{
	border: #669966 1px solid;
}

#bbcodeFeatures
{
	border: #eeffee 1px solid;
}

/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/
div.postdiv
{
	min-height: 100px;
	overflow: auto;	
}
