@import "for_editor_en.css";
body {
	padding:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #636363;
}
tr,td,txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	line-height:15px;
}
h1 {
	font-size: 12px;
	color: #274F83;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	color: #274F83;
	font-weight: bold;
}
input, select, option, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #454545;
}

a{
	color: #265185;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color: #0099FF;
	text-decoration:underline;
	font-weight:bold;
}
.topnav {
	font-family: Arial;
	color: #333333;
	font-size: 11px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.topnav:hover {
	color: #003333;
	}
.leftnav {
	font-family: Arial;
	color: #666666;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
a.leftnav:hover {
	color: #CC0000;
	width: 100%;
}
.leftnav_selected {
	font-family: Arial;
	font-size: 11px;
	color:#CC0000;
	text-decoration:none;
}
.white {
	color:#FFFFFF;
};
.RedHead {
	color:#BE263A;
	font-weight:bold;
}
.RedHead2 {
	font-family:Arial;
	color:#D60000;
	font-size:12px;
	font-weight:bold;
}
.RedHead3 {
	font-family:Arial;
	color:#D60000;
	font-size:11px;
	font-weight:bold;
}

.dates {
	font-family:Arial;
	color:#BE263A;
	font-weight:bold;
	font-size:11px;
}
.button {
	background-color: #7E7E7E;
	color:#FFFFFF;
}
.hand {
	cursor: hand;
}
.print_txt
{
	color:#000000;
}

/*css for poll*/
.pollquestion {
	font-weight:bold;
}
.polltable {
	width:100%;
	border:0px;
	cellspacing:0px;
	cellpadding:0px;
	/*background-color: red;*/
}
.polltable2 {
	width:100%;
	border:0px;
	cellspacing:0px;
	cellpadding:0px;
}
.pollformel {
	border:none;
}
.polloption {
	color:999;
}
.pollbutton {
	width: 150px;
	valign:bottom;
}
.polltableresult {

}
.polloptionresult {
	background-color: #f2f2f2;
}
.totalvoters {
	padding:4px;
}
.totalvotes {
	padding:4px;
}

.bootom{
	font-size:10px;
	color:#8F9397;
}
#contentspace a {
	text-decoration:underline;
	font-weight:bold;
}

.bglang a:link, .bglang a:visited {
	display: block;
	background-image:url(../imgs/lang_geo.jpg);
	background-repeat:no-repeat;
	width:108px;
	height:34px;
	text-align:center
}

.bglang a:hover{
	background-image:url(../imgs/lang_geo_h.jpg);
	background-repeat:no-repeat;
	width:108px;
	height:34px;
	text-align:center

}