/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #DEE3E7;
	scrollbar-face-color:#DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link,a:active,a:visited {
	color : #006699;
	text-decoration: none;
	font-size : 8px;
}
a:hover		{ text-decoration: none; color : #DD6900; }
hr	{
	border: solid #800000 0px;
	border-top-width: medium;
	font-size : 8px;
}


/* The largest text used in the index page title and toptic title etc. */
.h3	{
	font-weight: bold;
	font-size: 16px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : #336699;
}


/* General text */
.gen {
	font-size : 8px;
}
.genmed {
	font-size : 8px;
}
.gensmall {
	font-size : 8px;
}
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall {
	color: Black;
	text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{
	color: Black;
	text-decoration: underline;
}


/* The register, login, search etc links at the top of the page */
.mainmenu		{
	font-size : 8px;
	color : #000000
}
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{
	font-weight: bold;
	font-size: 8px;
	letter-spacing: 1px;
	color : #006699
}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{
	font-weight: bold;
	font-size: 8px;
	color : #006699;
}
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{
	font-weight: bold;
	font-size: 8px;
	color : #000000;
}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{
	font-weight: bold;
	font-size: 8px;
	color : #000000;
}
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{
	font-size : 8px;
	color : #000000;
}



/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #AFEEEE;
	background-color: #DEE3E7;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #DEE3E7;
}

input {
	text-indent : 2px;
	background-color: #DEE3E7;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #DEE3E7;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #DEE3E7;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #DEE3E7;
	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: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
tr {
	color: Black;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
	font-style: номальный;
}
