/* Main table cell colours and backgrounds */
td.row1 { background-color: #DADADA; border-top-width: 1px; border-top-style: solid; border-top-color: #EEEEEE; border-left-width: 1px; border-left-style: solid; border-left-color: #EEEEEE; }
td.row2 { background-color: #D0D0D0; border-top-width: 1px; border-top-style: solid; border-top-color: #EEEEEE; border-left-width: 1px; border-left-style: solid; border-left-color: #EEEEEE; }
td.row3 { background-color: #DADADA; border-top-width: 1px; border-top-style: solid; border-top-color: #EEEEEE; border-left-width: 1px; border-left-style: solid; border-left-color: #EEEEEE; }
td.row_helped { background-color: #F2F2F2; border-top-width: 1px; border-top-style: solid; border-top-color: #EEEEEE; border-left-width: 1px; border-left-style: solid; border-left-color: #EEEEEE; }

/*
	This is for the table cell above the Topics, Post & Last posts on the index.php page
	By default this is the fading out gradiated silver background.
	However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #75828A;
background-repeat: repeat-x; height: 22px;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color:			#EEEEEE; font-size: 11px; font-weight: bold;
background-color:	#666666; height: 25px;
}

th.big {
color:			#EEEEEE; font-size: 13px; font-weight: bold;
background-color:	#666666; height: 30px;
}

td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#75828A; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
	Setting additional nice inner borders for the main table cells.
	The names indicate which sides the border will be on.
	Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom { background-color: #75828A; height: 22px; }
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: #EEEEEE; height: 28px;
}

th.thCornerL,th.thTop,th.thCornerR {color: #EEEEEE; font-size: 60%; font-weight: bold; background-color: #75828A;  height: 22px; }

td.row3Right,td.spaceRow {  background-color: #D0D0D0; border-top-width: 1px; border-top-style: solid; border-top-color: #EEEEEE; border-left-width: 1px; border-left-style: solid; border-left-color: #EEEEEE; }

th.thHead,td.catHead			{ font-size: 12px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow	{ border-width: 0px; }
th.thRight,td.catRight,td.row3Right	{ border-width: 0px; }
th.thLeft,td.catLeft			{ border-width: 0px; }
th.thBottom,td.catBottom		{ border-width: 0px; }
th.thTop				{ border-width: 0px; }
th.thCornerL				{ border-width: 0px; }
th.thCornerR				{ border-width: 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #666666;
}

/* General text */
.gen						{ font-size : 11px; }
.genmed					{ font-size : 10px; }
.gensmall					{ font-size : 9px; }
.gen,.genmed,.gensmall			{ color : #666666; }
a.gen,a.genmed,a.gensmall			{ color: #666666; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #006699; text-decoration: none; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #666666; font-variant: small-caps; font-weight: bold; }
a.mainmenu		{ text-decoration: none; color : #666666; }
a.mainmenu:hover	{ text-decoration: none; color : #006699; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 10px ; letter-spacing: 0px; color : #EEEEEE}
a.cattitle		{ text-decoration: none; color : #EEEEEE; }
a.cattitle:hover	{ text-decoration: none; color : #006699; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11px; color : #666666; }
a.forumlink		{ text-decoration: none; color : #666666; }
a.forumlink:hover	{ text-decoration: none; color : #006699; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav		{ font-weight: bold; font-size: 10px; color : #666666;}
a.nav	{ text-decoration: none; color : #666666; }
a.nav:hover	{ text-decoration: none; color : #006699; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 10px; color : #666666; }
a.topictitle:link	{ text-decoration: none; color : #666666; }
a.topictitle:visited	{ text-decoration: none; color : #666666; }
a.topictitle:hover	{ text-decoration: none; color : #006699; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 10px; color : #666666; text-decoration: none}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 9px; color : #666666; }

/* The content of the posts (body of text) */
.postbody		{ font-size : 11px; line-height: 16px }
a.postlink:link	{ text-decoration: none; color : #666666 }
a.postlink:visited	{ text-decoration: none; color : #666666; }
a.postlink:hover	{ text-decoration: none; color : #006699; }

.staty		{ 	color: #666666;
	font-size: 9px; 
	line-height: 16px }
a.staty:link	{ text-decoration: none; color : #666666 }
a.staty:visited	{ text-decoration: none; color : #666666; }
a.staty:hover	{ text-decoration: none; color : #006699; }

.stopa		{ 	color: #EEEEEE;
	font-size: 9px; 
	line-height: 16px }
a.stopa:link	{ text-decoration: none; color : #EEEEEE }
a.stopa:visited	{ text-decoration: none; color : #EEEEEE; }
a.stopa:hover	{ text-decoration: none; color : #D0D0D0; }

.stopa2		{ 	color: #EEEEEE;
	font-size: 14px; 
	line-height: 16px }
a.stopa2:link	{ text-decoration: blod; color : #EEEEEE }
a.stopa2:visited	{ text-decoration: blod; color : #EEEEEE; }
a.stopa2:hover	{ text-decoration: blod; color : #668FA1; }

.statek		{ 	
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
color: #EEEEEE;
	font-size: 16px; 
	line-height: 16px }
a.statek:link	{ text-decoration: none; color : #EEEEEE }
a.statek:visited	{ text-decoration: none; color : #EEEEEE; }
a.statek:hover	{ text-decoration: none; color : #668FA1; }

/* Quote & Code blocks */
.code {
font-family:		Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000;
background-color: #E6E6E6; border-top-width: 1px; border: #EEEEEE; border-style: solid;
border-left-width:	1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

.quote {
font-family:		Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #828282; line-height: 125%;
background-color: #E6E6E6; border-top-width: 1px; border: #EEEEEE; border-style: solid;
border-left-width:	1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

/* Copyright and bottom info */
.copyright		{ font-size : 9px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; }
a.copyright		{ text-decoration: none; color : #666666; }
a.copyright:hover	{ text-decoration: none; color : #9c9b9b; }

/* Form elements */

form { margin: 0; }
form { display: inline; }

input,textarea, select {
color : #666666;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, select			{
background-image: url(images/buttons_bg.gif);
background-position: center center;
background-repeat: repeat-x;border: 1px solid #A9B8C2;
}
input.post2, select		{
background-image: url(images/buttons_bg.gif);
background-position: center center;
background-repeat: repeat-x;border: 1px solid #A9B8C2;
}
input						{ text-indent : 2px; }

textarea.post, textarea.post2 {
background-image: url(images/bialy.gif);
border: 1px solid #A9B8C2;
}

/* The buttons used for bbCode styling in message post */
input.button {
background-image: url(images/buttons_bg.gif);
background-position: center center;
background-repeat: repeat-x;
color :			#666666;
font-size:		10px; font-family: Verdana, Arial, Helvetica, sans-serif;
cursor:			pointer;
border: 1px solid #A9B8C2;
}

/* The main submit button option */
input.mainoption {
background-image: url(images/buttons_bg.gif);
background-position: center center;
background-repeat: repeat-x;
font-weight:		bold;
cursor:			pointer;
border: 1px solid #A9B8C2;
}

/* None-bold submit button */
input.liteoption {
background-image: url(images/buttons_bg.gif);
background-position: center center;
background-repeat: repeat-x;
font-weight:		normal;
cursor:			pointer;
border: 1px solid #A9B8C2;
}

/* This is the line in the posting page which shows the rollover
	help line. This is actually a text box, but if set to be the same
	colour as the background no one will know ;)
*/

/*Special css gokin */
.topNavi
{
	border-bottom: 1px solid #999;
	background-color: #EEE;
}

.topButton:link,
.topButton:visited,
.topButton:active
{
	color: #444444;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
}

.topButton:hover
{
	background: #222222;
	color: #FAFAF8;
}
.navigator
{
	background-color: #E3E3E3;
	border-top: 3px solid #D0D0D0;
	border-bottom: 1px solid #EEE;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navstrip
{
	color: #999;
	font-size: 10px;
}

#navstrip a:link, 
#navstrip a:visited,
#navstrip a:active
{
	background: #EEE;
	color: #666;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	margin-right: 10px;
}

#navstrip a:hover
{
	background: #006699;
	color: #FFF;
}

#navstrip2
{
	color: #DADADA;
	font-size: 9px;
}

#navstrip2 a:link, 
#navstrip2 a:visited,
#navstrip2 a:active
{
	background: #E3E3E3;
	color: #666;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	margin-right: 10px;
}

#navstrip2 a:hover
{
	background: #006699;
	color: #FFF;
}

#ipbwrapper
{
	margin: 0px auto 0px auto;
	text-align: left;
	width: 950px;
}

.borderwrap,
.borderwrapm,
.activeusers
{
	background: #666;
	border: 5px solid #CCC;
	padding: 1px;
	margin: 0px;
}

.borderwrapm
{
	margin: 5px;
}

.tablepad,
.pformleft
{
	background-color: #DADADA;
	color: #333333;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.maintitle,
.maintitlecollapse
{
	background-color: #666;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
}

.maintitle td
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.maintitlecollapse
{
	border: 1px solid #FFF;
}

.maintitle p,
.maintitlecollapse p,
.formsubtitle p
{
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.maintitle p.expand,
.maintitle p.goto,
.maintitlecollapse p.expand,
.formsubtitle p.members
{
	float: right;
	width: auto !important;
}

.maintitle a:link, 
.maintitle a:visited,
.maintitlecollapse a:link, 
.maintitlecollapse a:visited
{
	background: transparent;
	color: #FFF;
	text-decoration: none;
}

.maintitle a:hover, 
.maintitle a:active,
.maintitlecollapse a:hover, 
.maintitlecollapse a:active
{
	background: transparent;
	color: #FFF;
}

.maintitle td
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.maintitlecollapse
{
	border: 1px solid #FFF;
}

.maintitle p,
.maintitlecollapse p,
.formsubtitle p
{
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.maintitle p.expand,
.maintitle p.goto,
.maintitlecollapse p.expand,
.formsubtitle p.members
{
	float: right;
	width: auto !important;
}

.maintitle a:link, 
.maintitle a:visited,
.maintitlecollapse a:link, 
.maintitlecollapse a:visited
{
	background: transparent;
	color: #FFF;
	text-decoration: none;
}

.maintitle a:hover, 
.maintitle a:active,
.maintitlecollapse a:hover, 
.maintitlecollapse a:active
{
	background: transparent;
	color: #FFF;
}
.subtitle,
.subtitlediv
{
	background-color: #75828A;
	color: #FFF;
	border-top: 1px solid #9AB;
	border-left: 1px solid #9AB;
	border-bottom: 1px solid #456;
	border-right: 1px solid #456;
	font-size: 10px;
      font-weight: normal;
	margin: 0;
	padding: 5px;
}
.formtable td.formtitle,
.formsubtitle
{
	background: #D1DCEB;
	border: 1px solid #9FB9D4;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	font-weight: normal;
}

.formsubtitle
{
	border: 0;
	color: #3A4F6C;
	font-weight: bold;
	padding: 5px;
	background: #C8CDD0;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #a5aab1;
	border-right: 1px solid #a5aab1;
      margin: 0px;
}	  
.lol
{
	width: 100%;
	background-color: transparent;
	color: #FFF;
}

table.lol
tr.lol
td.lol
{
	background: transparent;
	color: #222;
	font-size: 11px;
	line-height: 135%;
}
.thin
{
	border: 1px solid #BBB;
	border-left: 0;
	border-right: 0;
	line-height: 150%;
	margin: 2px 0 2px 0;
	padding: 6px 0 6px 0;
}

.footer
{
   width: 100%;
   	background: #E5E5E5;
   	border-top: 5px solid #D0D0D0;
   	padding-top: 8px;
}

.helpline { background-color: #E0E0E0; border-style: none; }

/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight { background-color: #FFFF00; }

.topbkg { background-color: #E0E0E0;}
.topnav { font-size:9px;background-color: #292929;color:#EEEEEE; height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0 }

.pm { font-size: 10px; text-decoration: none; color: #EEEEEE }

.table0
{
	background-color : #EFEFEF;
	border-bottom-color : #dedede;
	border-bottom-style : solid;
	border-bottom-width : 0;
	border-left-color : #fefefe;
	border-left-style : solid;
	border-left-width : 0px;
	border-right-color : #dedede;
	border-right-style : solid;
	border-right-width : 0px;
	border-top-color : #fefefe;
	border-top-style : solid;
	border-top-width : 0px;
	color : #000000;
	font-size : 10px;
}

.pagination {
	color: #767676;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
    padding-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
	background-color: #292929;
	color: #767676;
	border-color: #000000;
	border: #000000 1px solid;
	padding: 1px;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #292929;
	color: #767676;
	border-color: #000000;
	border: #000000 1px solid;
	text-decoration: none;
	padding: 1px;
}
