/* Normal, standard links. */

/* //-Enhanced User Statistics MOD- Start */
.statform
{
width: 85%;
margin: 1em auto;
text-align: center;
}
/* //-Enhanced User Statistics MOD- End */
/* //-Enhanced Forum Statistics MOD- Start */
.statform1
{
width: 85%;
margin: 0 auto;
text-align: center;
}
.signature img
{
   display: none;
}
/* //-Enhanced Forum Statistics MOD- End */
a:link
{
	color: #000000;
	text-decoration: underline;
}
a:visited
{
	color: #323232;
	text-decoration: underline;
}
a:hover
{
	color: #BB170D;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* Tabular by AzaToth */

/* Main tabular layout, must be same for all */
table.tabular1,
table.tabular2,
table.tabular3,
table.tabular4,
table.tabular5,
table.tabular6,
table.tabular7,
table.tabular8,
table.tabular9
{
	margin: 1em;
	width: 50%; /* Half screen ok? */
	max-width: 1024px;
	min-width: 600px;
	border-collapse: collapse;
	empty-cells: show;
}

/* Standard border */
table.tabular1 tr,
table.tabular2 tr,
table.tabular3 tr,
table.tabular4 tr,
table.tabular5 tr,
table.tabular1 colgroup col,
table.tabular2 colgroup col,
table.tabular3 colgroup col,
table.tabular4 colgroup col,
table.tabular5 colgroup col
{
	border: 1px solid black;
}

/* Standard padding */
table.tabular1 td,
table.tabular1 th,
table.tabular2 td,
table.tabular2 th,
table.tabular3 td,
table.tabular3 th,
table.tabular4 td,
table.tabular4 th,
table.tabular5 td,
table.tabular5 th,
table.tabular6 td,
table.tabular6 th, 
table.tabular7 td,
table.tabular7 th, 
table.tabular8 td,
table.tabular8 th,
table.tabular9 td,
table.tabular9 th
{
	padding: 0.2em;
}
	
/* Standard header */
table.tabular1 th,
table.tabular2 th,
table.tabular3 th,
table.tabular4 th,
table.tabular5 th
{
	text-align: left;
	background: #6b8eae;
	color: white;
}

/* Standard caption */
.tabular1 caption,
.tabular2 caption,
.tabular3 caption,
.tabular4 caption,
.tabular5 caption,
.tabular6 caption,
.tabular7 caption,
.tabular8 caption,
.tabular9 caption
{
	caption-side: bottom; 
	font-size: 0.7em;
}


/* Tabular stype 1 */
table.tabular1 colgroup col.tabular_col0 {background: #efefef;}
table.tabular1 colgroup col.tabular_col1 {background: #dedede;}

/* Tabular stype 2 */
table.tabular2 tr.tabular_row0 {background: #efefef;}
table.tabular2 tr.tabular_row1 {background: #dedede;}

/* Tabular stype 3 */
table.tabular3 td {background: #efefef;}
table.tabular3 tr td:first-child {background: #dedede;}

/* Tabular stype 4 */
table.tabular4 tr.tabular_row0 {background: #efefef;}
table.tabular4 tr.tabular_row1 {background: #dedede;}
table.tabular4 tr.tabular_row0 td:first-child {background: #cdcdcd;}
table.tabular4 tr.tabular_row1 td:first-child {background: #bcbcbc;}

/* Tabular stype 5 */
table.tabular5 colgroup col.tabular_col0 {background: #efefef;}
table.tabular5 colgroup col.tabular_col1 {background: #efefef;}


/* Tabular stype 6 */
table.tabular6 th {text-align: left;}
table.tabular6 colgroup col {border-left: 1px solid black;}
table.tabular6 colgroup col:first-child {border-left: 0px;}
table.tabular6 tr {border-top: 1px solid black;}
table.tabular6 tr:first-child {border-top: 0px;}

/* Tabular stype 7 */
table.tabular7 th {text-align: left;}
table.tabular7 colgroup col {border: 1px solid black;}
table.tabular7 tr {border: 1px solid black;}

/* Tabular stype 8 */
table.tabular8 th {text-align: left;}
table.tabular8 colgroup col:first-child {border-right: 1px solid black;}
table.tabular8 tr:first-child {border-bottom: 1px solid black;}

/* Tabular stype 9 */
table.tabular9 th {text-align: left;}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #000000;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	background-color: white;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #FAFAFA;
	border: 1px solid #5B5B5B;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #000000;
	background-color: #E2E2E2;
	border: 1px solid #F1F1F1;
}
.windowbg2
{
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
}
.windowbg3
{
	background-color: #FAFAFA;
	border: 0px solid #FAFAFA;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td
{
	color: #666666;
	font-style: normal;
	background-image: url(images/blue/re_cat_2-2.gif);
	background-color: #8CB5D4;
	border: 1px solid #A1C3DD;
}
.titlebg a:link, .titlebg a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;	
	font-family: Verdana, arial, helvetica, serif;
}
.titlebg a:hover
{
	color: #000000;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	background-image: url(images/catbg.jpg);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-image: url(images/catbg.jpg);
}

.catbg3
{
	background-image: url(images/blue/re_cat_2-1.gif);
}

.catbg4
{
	background-image: url(images/blue/re_cat_2-2.gif);
}
.catbg, .catbg2
{
	font-weight: bold;
	background-color: silver;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #B2B2B2;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #E2E2E2;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: white;
	border-top: 1px solid gray;
}

/* SMFone css ................. */

/* Menu links. */
.menub:link, .menub:visited
{
	color: #808080;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
.menub:hover
{
	color: #BB170D;
	text-decoration: underline;
}

/* Search form in the header. */
#search form
{
	margin: 0;
	white-space: nowrap;
}
#search form #submit
{
	background: #E8E8E8;
	color: #000000;
	font-size: 85%;
	padding: 1px 4px;
	border: 1px solid #C6C6C6;
}
#search form #infield
{
	background: #F9F9F9;
	border:	1px solid #BEBEBE;
	font-size: 85%;
	width: 100px;
	padding: 2px;
}
#search form #infield:hover, #search form #infield:focus
{
	background: #ffffff;
}

/* Tabs for the info center. */
#tablist
{
	float:left;
	width:100%;
	font-size: x-small;
	font-family: Verdana, arial, helvetica, serif;
	line-height:normal;
}
#tablist ul
{
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#tablist li
{
	float:left;
	background: url(images/blue/sb_t_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
}
#tablist a
{
	float:left;
	display:block;
	background: url(images/blue/sb_t_right.gif) no-repeat right top;
	padding:5px 15px 4px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
#tablist a
{
	float:none;
	color:#000000;
}
#tablist a:hover
{
	color:#BB170D;
}
#tabcontentcontainer
{
	padding: 0px;
}
.tabcontent
{
	display:none;
}

/* Jump to dropdown list. */
.jumpto
{
	font-weight: bold;
	background: #E8E8E8;
}
.jumpto2
{
	background: #F6F6F6;
}
/* cat links. */
.cat, .cat:link, .cat:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, arial, helvetica, serif;
}
.cat:hover
{
	color: #000000;
}

a img
{
	border: 0;
}