body {
	background-color: #f5f5f5;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
body, table, input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
}

#mainTable {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
#mainTable .topTD {
	vertical-align: top;
}
#mainTable .bottomTD {
	height: 40px;
	background-color: #ffffff;
	vertical-align: top;
}

/* top language panel */
.topPanel {
	height: 70px;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 10px;
}
.centerTD .topPanel {
	padding-top: 7px;
}
.langPanel {
	color: #909090;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
	margin-right: 10px;
}
.langPanel a img {
	border: none;
	vertical-align: middle;
}
.langPanel a {
	color: #ffffff;
	text-decoration: none;
}
.langPanel a:hover {
	text-decoration: underline;
}

/* date */
.date {
	color: #ffffff;
	font-size: 11px;
	margin: 8px 40px 0 0;
	text-align: right;
}

/* top big flash*/
.flash {
	height: 200px;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left;
	margin-bottom: 10px;
}
/* main text table */
.textTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.textTable .leftTD {
	width: 230px;
	vertical-align: top;
}
.textTable .rightTD {
	width: 230px;
	vertical-align: top;
}
.textTable .centerTD {
	vertical-align: top;
}

/* mainpage bottom table */
.bottomTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.bottomTable .cell {
	width: 49%;
	padding: 2px 15px 2px 15px;
	vertical-align: top;
	border-left: solid #d1d1d1 3px;
	background-color: #e5e5e5;
	background-image: url(../img/page_curl.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/* copyright */
.bottomTD .small {
	font-size: 10px;
}
.bottom {
	width: 100%;
}
.bottom .copyright {
	width: 204px;
	color: #9e9e9e;
	border-top: solid #e2e2e2 3px;
}
.bottom .info {
	color: #656565;
	border-top: solid #9e9e9e 3px;
	text-align: center;
	padding-top: 10px;
}
.bottom .info a {
	color: #16ace7;
	text-decoration: none;
}
.bottom .info a:hover {
	text-decoration: underline;
}
.bottom .developed {
	color: #9e9e9e;
	text-align: right;
	border-top: solid #9e9e9e 3px;
}
.bottom .developed a {
	color: #9e9e9e;
	text-decoration: none;
}
.bottom .developed a:hover {
	text-decoration: underline;
}

/* page navigate */
.page_navigate {
        color: #9090EE;
        line-height: 20px;
        text-align: center;
        display: block;
}
.page_navigate span.pagespace {
        padding-left: 100px;
}
.page_navigate a {
        color: #9090EE !important;
        text-decoration: none !important;
}
.page_navigate a:hover {
        color: #9090EE !important;
        text-decoration: underline !important;
}
.page_navigate a.page {
        color: #9090EE;
        border: solid #9090EE 1px;
        margin: 2px;
        padding: 2px 4px 2px 4px;
}
.page_navigate a.page:hover, .page_navigate a.pageactive {
        color: #A0A0E0;
        background-color: #E0E0E0;
        border: solid #A0A0E0 1px;
        margin: 2px;
        padding: 2px 4px 2px 4px;
}
.page_navigate .split {
		  margin: 0;
		  border:  none;
		  height: auto;
}

/* Poll */
div.poll .title {
	padding: 5px;
}
div.poll ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.poll ul li {
	padding: 0px;
	margin: 2px 5px 2px 10px;
	vertical-align: middle;
}
div.poll ul li input {
	margin-right: 5px;
	vertical-align: middle;
}

/* Error Message */
.msgError {
	color: #D84181;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

	/* poll */
div.poll {
	width: 96%;
	padding: 5px;
	display: block;
}
div.poll .title {
	font-weight: bold;
	padding-bottom: 5px;
}
div.poll ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.poll ul li {
	padding: 0px;
	margin: 2px 5px 2px 10px;
	vertical-align: middle;
}
div.poll ul li input {
	margin-right: 5px;
	vertical-align: middle;
}
div.poll .variant {
	font-size: 11px;
}
div.poll .count {
	font-size: 10px;
	margin: 2px 0px 2px 0px;
}
div.poll .percent {
	font-size: 10px;
	color: #0A9FB6;
}
div.poll .grayline {
	position: relative;
	width: 100%;
	height: 4px;
	background-color: #f5f5f5;
	display: block;
}
div.poll .voteresult {
	width: 1px;
	height: 4px;
	background-color: #9acd0a;
}

/* site map */
.block .text .sitemap .mapTitle {
	font-size: 14px;
	font-weight: bold;
}
.block .text .sitemap a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.block .text .sitemap a:hover {
	color: #0a9fb6;
	text-decoration: none;
}