body {
	background-color: #9aa6c0;
	padding: 0px;
	margin: 0px;
}

blockquote {
	margin-top: 0.5em;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #33335f; text-decoration: none }
a:hover		{ color : #b30000; }

a:active, a:focus {
    outline: 0;
}

img {
    font-size: 11px;
}

hr {
  height: 1px;
  border: solid #A1A1AC 0px;
  border-top-width: 1px;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #9aa6c0; border: 1px #98AAB1 solid; }

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


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #dedfdf; }
td.row2	{ background-color: #f7f7f7; }
td.row3	{ background-color: #D1D7DC; }

/* Header cells - the blue and silver gradient backgrounds */
th	{ 	color: #FFFFFF;  font-size: 10pt; background-color: #7C8FB8; height: 25px; }


td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#D6D7F1; 
}


/*
  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 {
	height: 29px;
	color: #202020;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; /* border: #FFFFFF; border-style: solid; */ height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; /* border: #FFFFFF; border-style: solid; */}

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

.maintitle {
	font-weight: bold; font-size: 10pt; color: #ffffff; font-family: Verdana,Arial;
}
/* The largest text used in the index page title and toptic title etc. */
.h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}
/* Описание форума */
.description {	font-size: 8pt; }

/* Строчка с модераторами */
.moderators {	color: #708090; font-size: 8pt; }
.moderators a { color: #708090; font-size: 8pt;	text-decoration: none; }
.moderators a:hover { text-decoration: underline; }

/* Строчка с количеством страниц в теме */
.pagination {
  font-size: 9pt; font-weight: bold; font-family: Verdana, Arial, sans-serif;
}
/* General Gray */
.gensmallgray {
   font-size : 8pt;	
	 color: #777777;
}

/* General text */
.gen { font-size : 10pt; }
.genmed { font-size : 10pt; }
.gensmall { font-size : 8pt; }
/*.gen,.genmed,.gensmall { color : #000000; } */

a.gen,a.genmed,a.gensmall { color: #191970; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #b30000; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		    { font-size : 9pt; color : #000000; font-family: Verdana,Arial;}
a.mainmenu		    { color: #191970; text-decoration: none; font-weight: bold; }
a.mainmenu:visited { color: #33335f; }
a.mainmenu:hover   { color : #b30000; text-decoration: underline;}


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 10pt ; color : #000000}
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 10pt; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #400080; }
a.forumlink:hover{ 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: 9pt; color : #000000;}
a.nav			{ text-decoration: none; color : #33335f; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 10pt; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #191970; }
a.topictitle:visited { color : #33335f; }
a.topictitle:hover	{ color : #b30000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 10pt; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 8pt; color : #000000; }
a.postdetails { color: #000000; }
a.postdetails:hover {  color : #b30000; }

/* The content of the posts (body of text) */
.postbody { 
    font-size: 12px;
    overflow:  auto;
    width: 100%;
    padding-bottom: 0.2em;
}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code_over {
	width: 100%;
	overflow: auto;
	white-space: nowrap;
    padding-bottom: 0.4em;
}
/*.code_over_IE {
	white-space: nowrap;
	overflow: auto;
	width: 720px;
}*/

.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; 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: 8pt;
	color: #444444;
}
.quotehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


/* 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;  border-color : #000000; */
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	width: 100%;
}

textarea, #reply #username {
	border: solid 1px #9aa6c0;
}
/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
	}

input { text-indent : 2px; }

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

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

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

/* For Hardware field boxed block */
.boxed {
	background-color: #F5F5F5;  
	padding: 0.5em;
	font-size: 10pt;
	margin-top: 0.2em;
}
/* end */

/* Some BB Codes styles */
.BBoff {
   font-size: 90%;
   color: #505050;
}
.BBsmall {
   font-size: 80%;
}

/* end */

.faqcontent {
	background: #F5F5F5;
	padding: 1em;
	font-size: 10pt;
}
.faqcontent h5 {
	font-size: 10pt;
}
.faqcontent p {
	margin: 0 0 0.2em 0; 
	padding: 0;
	text-indent: 1.5em;
}

.counters {
    position: absolute;
    left: -10px;
}

/* schwanz fix */

table.inner_table,
table.code_table {
    table-layout: fixed;
}

hr {
    display: block;
    margin: 0.5em 0;
}

/* 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;
				font-size: 8pt;  }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/* @import url("formIE.css");*/
@import url(ie.css);
