/*
   Created by Jonny B of Team Ballz
  http://www.mergenine.com / http://www.teamballz.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #000000 url(../img/forum-bg.jpg) repeat-x;
	
	color: #FFFFFF;
	scrollbar-face-color: #FFB019;
	scrollbar-highlight-color: #FFB019;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #FFB019;
	scrollbar-arrow-color:  #FFB019;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #724B01;
}

/* General text */
.gen { font-size : 12px; }
.genmed,.genmedgreen,.genmedred,.genmedblue { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
.genmedgreen { color : #1CFF21; }
.genmedred { color : #FF0000; }
.genmedblue { color : #485AFD; }
a.gen,a.genmed,a.gensmall { color: #FFB019; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #00C0FF; text-decoration: underline; }

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFB019; font-size: 13px; font-weight : bold;
	background-color: #111111; height: 25px;
	background-image: url(../img/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(../img/cellpic1.gif);
			background-color:#252525; 
			border: #000000; 
			border-style: solid; height: 28px;
}

tr.cat {
			color: #FFFFFF; font-size: 11px; font-weight : bold;
			background-image: url(../img/cellpic1.gif);
			background-color:#252525; 
			border: #000000; 
			border-style: none; height: 26px;
}

tr.reset {
			color: #FFFFFF; font-size: 11px; font-weight : bold;

			background-color:#2D0000; 
			border: #000000; 
			border-style: none; height: 32px;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; padding:2px;}
a:link,a:active,a:visited { color : #FFB019; }
a:hover		{ text-decoration: underline; color : #00C0FF; }
hr	{ height: 0px; border: solid #252525 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #000000; border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #000000; border: 0px #FFB019 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #252525; }
td.row2	{ background-color: #161616; }
td.row3	{ background-color: #252525; }
tr.row1	{ background-color: #252525; }
tr.row2	{ background-color: #161616; }
tr.row3	{ background-color: #252525; }
tr.rowhover	{ background-color: #004000; }

