/* Body class */

.gbody{
font-family: Georgia, Times, Times New Roman, sans-serif;
background: #FFFFFF;
color:#595858;
font-size:14px;
margin:0px;
}

/* General smart tables class */

table.forums, table.forumsmb {
font-family: Arial, Verdana, sans-serif;

width: 670px;
border: 1px #CCCCCC solid;
display: table;
color: #000000;
border-collapse: collapse;
text-align: center;
margin-right: auto;
} 

table.forumsmb{
margin-bottom:12pt;
}

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

.tbTransparent, .tbTransparentmb{
font-family: Georgia, Times, Times New Roman, sans-serif;
width: 670px;
background: transparent;
font-size: 14px;
line-height: 15px;
text-align: center;
margin-left: auto;
margin-right: auto;
vertical-align: top;
}

.tbTransparentmb{
margin-bottom:12pt;
}

.tbTransparentCell{
text-align: left;
}

img {
border: 0px;
}

td{
text-align: left;
}

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

.txtSm{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 10px;
}

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

.txtNr{
font-family: Georgia, Times, Times New Roman, sans-serif;
text-decoration: none;	
font-size: 14px;
}

/* Views color */

.views{
color:#9A9A9A;
}

/* Warning text */

.warning{
color: #225873;
font-family: Georgia, Times, Times New Roman, sans-serif;
font-size: 11px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial,Helvetica,Geneva,sans-serif;
font-size: 10px;
}

/* Class for select boxes */

.selectTxt {
font-family: Georgia, Times, Times New Roman, sans-serif;
font-size: 14px;
background-color: #FFFFFF;
}

/* List style - user's info */

.limbb{
list-style: circle;
font-size: 11px;
margin-left: 10pt;
}

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

.inputButton {
font-family: Verdana,Arial,Helvetica,sans-serif;
background: #FFFFFF;
border-top: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
border-left: #CCCCCC 1px solid;
border-bottom: #CCCCCC 1px solid;
font-size: 10px;
font-weight:bold;
color: #000000;
height: 30px;
}

.textForm {
font-family: Georgia, Times, Times New Roman, sans-serif;
background: #FFFFFF;
border-bottom: #CCCCCC 1px solid;
border-left: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
border-top: #CCCCCC 1px solid;
font-size: 14px;
}

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

td.caption1 {
border: 1px #E3E3E3 solid;
font-size: 12px;
line-height: 15px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
text-align: left;
}

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

td.caption2 {
background-color: #FFFFFF;
border: 1px #CCCCCC dotted;
padding: 8px;
height: 20px;
font-size: 12px;
font-weight: bold;
line-height: 15px;
}

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

td.caption3 {
background-color: #F3F9FB;
padding: 3px;
height: 20px;
font-size: 11px;
line-height: 15px;
vertical-align: top;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc. on 1st page, Buttons menu, left info cell) */

td.caption4 {
background-color: #6c96bc;
border-bottom: 3px solid #4c6a85;
padding-bottom: 7px;
padding-left: 5px;
padding-right: 7px;
padding-top: 7px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
line-height: 15px;
text-align: left;
vertical-align: top;
}

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

td.caption5 {
background-color: #F6F9FB;
padding: 4px;
height: 20px;
font-size: 11px;
line-height: 15px;
vertical-align: top;
}

/* Font for displaying username in each thread */

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

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

.tbCel1{
background: #E9EFF4;
}

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

.tbCel2{
background: #F6F9FB;
}

.formStyle{
margin: 0px;
}

/* Stats bar */

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

A:link {
color: #006699;
text-decoration: none;
}

A:active {
color: #006699;
text-decoration: none;
}

A:visited {
color: #006699;
text-decoration: none;
}

A:hover {
color: #0083C5;
text-decoration: none;
}


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

#nav {
	height:26px;
	width:auto;
	clear:both;
	background-color: #6c96bc;
	border-bottom: 3px solid #4c6a85;
	font-family:Georgia, Times, Times New Roman, sans-serif;
	font-size:18px;
	padding-left:32px;
	text-transform:capitalize;
	padding-top:5px;
	
}

#nav ul {
	display:inline;
	list-style-type:none;
	}
	
#nav ul li {
	list-style-type:none;
	padding-right:20px;
	display:inline;
	margin-right:5px;
	}
#nav ul li a{
	text-decoration: none;
	font-family:Georgia, Times, Times New Roman, sans-serif;
	color:#d4ebff;
	font-family:Georgia, Times, Times New Roman, sans-serif;
	font-size:18px;
	border:0px;}
#nav ul li a:hover, ul li a:focus{
	color:#FFFFFF;
	font-family:Georgia, Times, Times New Roman, sans-serif;
	font-size:18px;}
#nav ul li img{
	border:0px;}
#container{
	margin-left:100px;
	width:auto;
	clear:both;
}
#ad{
padding-top:20px;
	width:160px;
	clear:right;
	float:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
#ad a, a:visited {
font-family:Arial, Helvetica, sans-serif;
}
#ad a:hover{
	color:#93c2ee;}

#container2 {
	float:left;
	width:670px;
	}
	#logo_rus {
margin-top:15px;
margin-left:51px;
clear:both;
width:525px;
height:70px;
background-image:url(http://www.electoralgeography.com/img/log_rus.gif);
background-position:top left;
background-repeat:no-repeat;
}
#footer1{
	margin-top:20px;
	width:auto;
	color:#adc3d8;
	clear:both;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	padding-left:80px;
	border-top:1px solid #d9e5ef;	
	height:50px;
	background-image:url(img/bg_footer.gif);
	
	}
#footer1 ul {
	padding-top:10px;
	padding-bottom:0px;
	margin:0px;
	}
#footer1 ul li {
	list-style-type:none;
	display:inline;
	padding-right:20px;}
#footer1 ul li a, ul li a:visited{
	font-family:Verdana, Helvetica, sans-serif;
	color:#adc3d8;
	text-decoration:none;
	border:0px;
	font-size:10px;
}

	#structure	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c9c9c9;
	clear:both;
	margin-top:5px;
	margin-bottom:10px;
	word-spacing:.4em;}
#structure a {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
	text-decoration:none;
	border:0px;
	}
