/*
LMXP Theme is based on the original subSilver Theme for phpBB version 2+, created by subBlue design http://www.subBlue.com
Author of LMXP Theme: Logutov Michael (LM), http://www.lmstudio.ru
*/


/* General page style. The scroll bar colours only visible in IE5.5+ */
body
{
	background-color: #DCDCDC;
}

/* General font families for common tags */
font, th, td, p
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	height: 3px;
	color: #C0C0C0;
}


/* This is the border line & background colour round the entire page */
.bodyline
{	
	background-color: #F2F2F2;
	border: 1px #C0C0C0 solid;
}

/* This is the outline round the main forum tables */
.forumline
{
	background-color: #E6E6E6;
	border: 2px #B2B2B2 solid;
	font-size: 8.0pt;
}


/* Main table cell colours and backgrounds */
td.row1
{
	background-color: #EEEEEE;
}
td.row2
{
	background-color: #EEEEEE;
}
td.row3
{
	background-color: #F2F2F2;
}

/*
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: #FAFAFA;
}

/* Header cells */
th
{
	font-size: 8.0pt;
	font-weight: bold;
	
	height: 24px;
	
	color: #000000;
	background-color: #C0C0C0;
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight
{
	background-color: #FAFAFA;
	height: 24px;
}

td.catBottom
{
	background-color: #DCDCDC;
	height: 32px;
}


/*
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
{	
	height: 24px;
	border-width: 0px 0px 0px 0px;
	background-color: #DCDCDC;
}
td.row3Right
{
	background-color: #F2F2F2;
}

td.spaceRow
{
	background-color: #C0C0C0;
	border-style: none;
}

th.thHead, td.catHead
{
	color: #000000;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle, h1, h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18.0pt;
	text-decoration: none;
	color: #09AC04;
}


/* General text */
.gen
{
	font-size: 8.0pt;
}
.genmed
{
	font-size: 8.0pt;
}
.gensmall
{
	font-size: 8.0pt;
}
.gen, .genmed, .gensmall
{
	color: #000000;
}
a.gen, a.genmed, a.gensmall
{
	color: #0432AC;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover
{
	color: #0000FF;
}


/* The register, login, search etc links at the top of the page */
.mainmenu
{
	font-size: 8.0pt;
}

a.mainmenu
{
	text-decoration: none;
	color: #0432AC;
}
a.mainmenu:hover
{
	text-decoration: underline;
	color: #0000FF;
}


/* Forum category titles */
.cattitle
{
	font-size: 8.0pt;
	color: #000000;
	text-decoration: none;
}
.cattitle:hover
{
	color: #0000FF;
}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink
{
	font-size: 10.0pt;
	font-weight: bold;
	color: #0432AC;
}
a.forumlink:hover
{
	color: #0000FF;
	text-decoration: underline;	
}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav
{
	font-size: 8.0pt;
	color: #0432AC;
}
a.nav:hover
{
	color: #0000FF;
}


/* titles for the topics: could specify viewed link colour too */
.topictype
{
	font-size: 10.0pt;
	font-weight: normal;
	color: #808080;
}

.topictitle
{
	font-size: 10.0pt;
	font-weight: bold;
	color: #000000;
}
a.topictitle
{
	color: #0432AC;
	text-decoration: none;
}
a.topictitle:hover
{
	text-decoration: underline;
	color: #0000FF;
}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name
{
	font-size: 10.0pt;
	font-weight: bold;
	
	color: #ED2E38;
}

/* Location, number of posts, post date etc */
.postdetails
{
	font-size: 8.0pt;
}


/* The content of the posts (body of text) */
.postbody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.0pt;
}

a.postlink
{
	color: #0432AC;
}
a.postlink:hover
{
	color: #0000FF;
}


/* Quote & Code blocks */
.code
{
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 10.0pt;
	
	color: #000000;
	background-color: #EEEEEE;
	border: solid 1px #C0C0C0;
}

.quote
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.0pt;
	
	color: #000000;
	background-color: #EEEEEE;
	border: solid 1px #C0C0C0;
}


/* Copyright and bottom info */
.copyright
{
	font-size: 8.0pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
	color: #808080;
}
a.copyright
{
	color: #808080;
}
a.copyright:hover
{
	color: #0000FF;
}


/* Form elements */
input, textarea, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #000000;
	background-color: #F2F2F2;
}

/* The text input fields background colour */
input.post, textarea.post, input.box
{
	border: solid 1px #808080;
}

input
{
	text-indent: 2px;
}

/* The buttons used for bbCode styling in message post */
input.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.0pt;
	
	background-color: #E6E6E6;
	color: #000000;
	border: solid 1px #808080;
}

/* The main submit button option */
input.mainoption
{
	font-weight: bold;
	
	background-color: #09AC04;	
	color: #FFFFFF;
	border: solid 1px #808080;
}

/* None-bold submit button */
input.liteoption
{
	background-color: #E6E6E6;
	border: solid 1px #808080;
}

/*
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
{
	color: #808080;
	background-color: #EEEEEE;
	border-style: none;
}


/*
Goddamn this subSilver! There is so many unused styles, but no classes for author column!
And why include half class names strictly in tpl and another half in database? Where is the fucking logic?!
*/
.postAuthorColumn
{
	background-color: #E6E6E6;
}

.postBodyColumn
{
	background-color: #E6E6E6;
}