/*Copyright (c) 2006 Petrov's Studio | http://www.petrovs.ru*/
/*************
 Common Styles
 *************/
.phpbb_admin {
    margin: 2em 0 0 0;
	text-align: center;
	font-size: 75%;
}

/*
#595970
#DDDDE4
#CCCCD2

#C3C3CF
#B5B5C0
#FBB
*/

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFF;}

/* Main table cell colours and backgrounds */
td {
	padding: 0.25em 0.7em;
	font-size: 100%;
}
td.row1	{ background-color: #DDDDE4;}
td.row2	{ background-color: #CCCCD2;}
td.row3	{ background-color: #B5B5C0;}

/*
  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: #B5B5C0;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	padding: 0.5em 1em;
	background-color: #595970; color: #DDDDE4;
	font-size: 82%; font-weight: bold;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
    padding: 0.5em 1em;
	background-color:#B5B5C0; 
}


/* The largest text used in the index page title and toptic title etc. */
.maintitle {
	font-weight: normal; font-size: 160%;
	text-decoration: none;
	line-height : 100%;
	color: #000;
}
.maintitle:link, .maintitle:hover, .maintitle:visited {color: #000;}

/* General text */
.gen { font-size : 88%;}
.genmed { font-size : 82%; }
.gensmall { font-size : 8pt; }
.gen,.genmed,.gensmall { color : #000; }
a.gen,a.genmed,a.gensmall {}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{}

/* The register, login, search etc links at the top of the page */
.mainmenu		{ }
a.mainmenu		{ }
a.mainmenu:hover{ }

/* Forum category titles */
.cattitle		{ font-weight: normal; font-size: 110% ; color: #000;}
a.cattitle		{ text-decoration: none; color: #000;}
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 100%; color: #000;}
a.forumlink 	{ text-decoration: underline;}
a.forumlink:hover{ text-decoration: underline;}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 8pt;}
a.nav			{ text-decoration: none; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,th h1,th h2	{ font-weight: bold; font-size: 88%; color: #595970; }
a.topictitle:link   { text-decoration: underline; }
a.topictitle:hover	{ text-decoration: underline; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 75%; color: #000;}
.name a:link, .name a:hover, .name a:visited { color: #000; text-decoration: underline;}

/* Location, number of posts, post date etc */
.postdetails { font-size : 70%; color: #595970;}
.postdetails a:link,.postdetails a:hover, .postdetails a:visited {color: #000;}

/* The content of the posts (body of text) */
.postbody { font-size: 88%; color: #000;}
a.postlink:link	{ text-decoration: underline;}
a.postlink:visited { text-decoration: none;}
a.postlink:hover { text-decoration: underline;}

/* Quote & Code blocks */
.code { 
	font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright			{}
a.copyright			{}
a.copyright:hover 	{}

/* Form elements */
input,textarea, select {
	color: #000;
	font-size: 95%; font-style: normal;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	padding: 1px;
	width: 300px;
}

/* The main submit button option */
input.mainoption {
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	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: #CCCCD2; border: 0; color: #595970;}

