/* Body class */
/* 100% = 16px = 1em */
/* 75% = 12px = 1em */
/* % = px * 100 / 16 */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
background: #FFFFFF;
line-height: 100%;
}

#pagewidth {
	width:900px;
	margin: auto;
	padding: .4em .8em;
	background: #FFFFFF;
}

#menu {
	width: 100%;
  background-color: #EEEEF6;
  border: 1px #CCCCCC dotted;
  font-weight: bold;
  font-size: .9em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
}

.menuContent {
	  text-align: center;
	  padding: .16em;
	}
	

h1,h2 {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	margin: .8em 0;
	line-height: 1.3em;
}

h1 {font-size: 1.6em;}

h2 {font-size: 1.3em;}

p {
	font-size: 100%;
	margin: .66em 0;
	line-height: 1.5em;
}

/* General smart tables class */

table.forums, table.forumsmb {
width: 100%;
border: 1px #CCCCCC solid;
display: table;
color: #000000;
border-collapse: collapse;
text-align: center;
margin-left: auto;
margin-right: auto;
font-size: 1em;
} 

table.forumsmb{
margin-bottom: 1em;
}

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent, .tbTransparentmb{
width: 100%;
background: transparent;
line-height: 1.25em;
text-align: center;
margin-left: auto;
margin-right: auto;
vertical-align: top;
font-size: 1em;
}

.tbTransparentCell{
text-align: left;
line-height: 1.5em;
padding: .33em; 
}

img {
border: 0px;
}

td{
text-align: left;
}

/* Small analog text, used usually with SPAN */

.txtSm{
font-size: .9em;
}

/* Normal analog text, used usually with SPAN */

.txtNr{
font-size: 1em;
}

/* Views color */

.views{
color:#9A9A9A;
}

/* Warning text */

.warning{
color: #3A69A3;
font-weight: bold;
line-height: 1.5em;
}

/* Supscript class */

.navRow {
height: 2.08em;
}

.navCell{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: .8em;
border:1px #DBDBDB solid;
background-color: #EEEEF6;
padding: 0 2px;
text-decoration: none;
}

.curCell{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: .8em;
color: #FFFFFF;
font-weight: bold;
border:1px #437CBC solid;
background-color: #437CBC;
padding: 0 .16em;
}

/* Class for select boxes */

.selectTxt {
background-color: #FFFFFF;
}

/* List style - user's info */

.limbb{
list-style: circle;
margin-left: .83em;
}

/* Input areas - boxes, textareas... */

.inputButton {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1em;
color: #FFFFFF;
border:1px solid #999;
background:#437CBC url('/img/header_bar1.gif') center center repeat-x;
padding: .16em;
}

.textForm {
font-family: Verdana,Arial,Helvetica,sans-serif;
background: #FFFFFF;
border: 1px solid #CCCCCC;
font-size: 1em;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

.caption1 {
border-bottom: 1px #E3E3E3 solid;
line-height: 1.5em;
padding: .33em;
text-align: left;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

.caption2 {
background-color: #EEEEF6;
border: 1px #CCCCCC dotted;
padding: .33em;
line-height: 1.5em;
font-weight: bold;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

.caption3 {
background-color: #EEEEF6;
line-height: 1.5em;
padding: .33em;
vertical-align: top;
}

/* Caption 4 (Left info cell) */

.caption4 {
background:#437CBC;
padding: .33em;
font-weight: bold;
color: #FFFFFF;
line-height: 1.5em;
text-align: left;
vertical-align: top;
}

/* the one for displaying not separate headers like Forum, Topic, Poster etc. on 1st page, Buttons menu) */

.caption4a {
background:#437CBC url('/img/header_bar1.gif') center center repeat-x;
padding: .33em;
font-weight: bold;
color: #FFFFFF;
line-height: 1.5em;
text-align: left;
vertical-align: top;
}

/* Caption 5 (used for user input like password/login and registration etc) */

.caption5 {
background-color: #F4F4F8;
padding: .33em;
line-height: 1.5em;
vertical-align: top;
}

/* Font for displaying username in each thread */

.username{
text-decoration: none;
font-weight: bold;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #F4F4F8;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #FFFFFF;
}

.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar{
border: #CCCCCC 1px solid;
margin: 1px;
padding: 1px;
background: #F0F0F0;
font-size: 1em;
}

a:link {
color: #0000FF;
}

a:active {
color: #0000FF;
}

a:visited {
color: #999999;
}

a:hover {
color: #DD6900;
}

a.forum {text-decoration: none; color: #000000;}


ol.mbb, ul.mbb, blockquote.mbb{
margin-bottom: 0px;
}

.quote {
background-color: transparent;
border-left:10px solid #FFFFE1;
color: #666666;
line-height: 1em;
font-size:11px;
width: 80%;
padding: .16em .66em;
margin: 0 auto;
}

.quoting{
font-style: normal;
font-weight: bold;
margin-left: .25em;
margin-bottom: .41em;
}

.googlead {
text-align: center;
margin: 1.66em auto;
border: 3px solid #E0EBBC;
padding: .83em;
}

.towergooglead {
text-align: center;
}

.postgooglead {
text-align: left;
margin: 1.66em .42em .25em .25em;
}

ul.mostpopular {
margin:0;
padding:0;
list-style-type:none;
}

ul.mostpopular li {
background: url("/images/document.gif") no-repeat;
background-position: 0 2px;
padding-left: 1.42em;
margin:2px 0;
}

.avatarContainer {
width: 80px;
height: 90px;
background: url("/img/blank_avatar.gif") no-repeat;
background-position:center; 
display: block;
text-align: center;
margin: .83em auto;
}

.avatar {
border: 1px #CCCCCC solid;
}

.signature {
	margin: .25em 0 .83em 0;
	font-size: .95em;
	color: #666;
}

ol li, ul li {
margin: 5px 0;
line-height: 1.5em;
}

.txtL {text-align: left;}
.txtR {text-align: right;}
.txtC {text-align: center;}
.forumLink, .topicLink {font-size: 1.1em; font-weight: bold;}
