/*
  PokerSavvy Theme for phpBB 2.0.x
  Created by Vjacheslav Trushkin
  http://www.trushkin.net
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
}


/* General font families for common tags */
font{ font-family: Verdana, Arial, Helvetica, sans-serif }
p, td	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
hr	{ height: 0px; border: solid black 0px; border-bottom-width: 1px;}
td.hr { height: 1px; background-color: black; }
a	{ color: #236FAA; text-decoration: underline; }
h1,h2		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}

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

/*
  Main table cell colours and backgrounds
  Styles that use bitmap backgrounds are commented "Uses Bitmap"
  Note that netscape 4 takes paths to bitmap files relative from
  the html file rather than from the style sheet.
  Hence, to maintain compatibility, all styles using bitmaps have
  their "background : url(templates/PokerSavvy/images/bitmap.gif);"
  setting defined in overall_header.tpl
*/

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px
}

TH, TD.th {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #1F1F1F;
	height: 28px; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF;
}  /* Uses Bitmap */
a.th { color: #FFFFFF; }
TD.row1		{ background-color: #F8F5F3 }
TD.row1_over { background-color: #FEFDFC }
TD.row2		{ background-color: #F7F2F0 }
TD.row2_over { background-color: #FBF8F7 }
TD.row3		{ background-color: #EFEBE7 }
TD.row3_over { background-color: #F7F2F0 }

/* This is the spacer row between post replies */
TD.spaceRow { color: #FFFFFF; background-color: #1F1F1F; }

/*
  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: #EBE6E0 } /* Uses Bitmap */


/*
  Setting additional nice 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.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-color: #EBE6E0; height: 28px; }  /* Uses Bitmap */

TH.thHead	 { font-weight : bold; font-size: 12px; height: 25px; }*/

/* General normal text */
.gen		{ font-size : 12px; color : #000000; }
a.gen		{ color: #236FAA; text-decoration: underline; }


/* General medium text */
.genmed		{ font-size : 11px; color : #000000; }
a.genmed	{ text-decoration: underline; color : #236FAA; }


/* General small */
.gensmall	{ font-size : 10px; color : #000000; }
a.gensmall	{ color: #236FAA; text-decoration: underline; }

/* General large text */
.genlarge		{ font-size : 13px; color : #000000; }
a.genlarge	{ text-decoration: underline; color : #236FAA; }


/* Text on TD.SpaceRow */
.spaceRow	{ font-size : 10px; color : #FFFFFF; }
a.spaceRow	{ color: #FFFFFF; text-decoration: underline; }

/* Forum category titles */
.cattitle		{ font-size : 12px; letter-spacing: 1px; font-weight : bold;}
a.cattitle		{ text-decoration: underline; color : #236FAA; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-size : 12px; font-weight : bold; text-decoration : none; color : black; }
a.forumlink		{ text-decoration: underline; color: #236FAA; }
a.forumlink:visited		{ text-decoration: underline; color: #236FAA; }


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


/* titles for the topics: could specify viewed link colour too */
.topictitle		{ font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; }
a.topictitle	{ text-decoration: underline; color : #236FAA; }
a.topictitle:visited	{ text-decoration: underline; color : #236FAA; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; color: #000000;}
a.name			{ color: #236FAA; text-decoration: underline;}


/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }
a.postdetails		{ color: #236FAA; text-decoration: underline; }
a.postdetails:visited	{ color: #236FAA; text-decoration: underline; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px; color: #000000;}
a.postlink	{ text-decoration: underline; color : #236FAA }
a.postlink:visited	{ text-decoration: underline; color : #236FAA }

/* Errors */
.error { font-size: 12px; font-weight: bold; color: #FFFFC0 }


/* Quote Code (currently not used) */
.code { 
	font-family: Courier, "Courier New", sans-serif; font-size: 11px; color: #001030;
	background-color: #F8F5F3; border: black; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

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

.editedby { font-size : 10px; line-height : 100%; color : #333333; }

/* Form elements */
input,textarea, select {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #F8F5F3;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F8F5F3;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/* The main submit button option */
input.mainoption {
	background-color : #F8F5F3;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #F8F5F3;
	font-weight : normal;
}

/* 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 ;)
*/
.helpline { background-color: #F7F2F0; border-style: none; }

/* Copyright and bottom info */
.copyright		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; font-size: 10px; letter-spacing: -1px;}
a.copyright		{ color: #333333; text-decoration: underline;}
a.copyright:hover { color: #000000; text-decoration: underline;}

