@CHARSET "UTF-8";

html {
	overflow-y: scroll !important;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff url("images/body_grad.jpg") repeat-x;
}

a.mlink{
	color: #7c92b7;	
}

a.mlink{
	color: #7c92b7;	
}

.news_title a{
	color: #7c92b7;	
}

.news_list_title a{
	color: #7c92b7;	
}

.myhead {
	margin: 0px;
	padding: 0px;
	color: #7486ae;
	font-size: 10px;
	font-weight: bold;
}
.myheadr {
	margin: 0px;
	padding: 0px;
	color: #7486ae;
	font-size: 12px;
	font-weight: normal;
}

form {
	margin: 0px;
	padding: 0px;
}
/* BEGIN LINKS */

#foot_left{
	padding-bottom: 10px;
}

#foot_left a, #foot_left a:visited {
	color: #646464;
	text-decoration: none;
}
#foot_left a:hover {
	color: #646464;
	text-decoration: underline;
}

#page_path a, #page_path a:visited {
	color: #7c92b7;
	text-decoration: none;
}
#page_path a:hover {
	text-decoration: underline;
}

/* END LINKS */


hr {
	height: 1px;
	padding: 0px;
	margin: 10px 0px;
	color: #dddcec;
	background-color: #dddcec;
	border: none;
}

#container {
	width: 965px;
	margin: 0px auto;
}

#header {
	float: left;
	height: 143px;
	width: 797px;
}

#right_logo {
	float: right;
	width: 128px;
	height: 190px;
	margin: 0px;
	padding: 0px 20px;
	background: url("images/right_logo.jpg") no-repeat;
}

#top_panel {
	height: 30px;
	padding: 20px 250px 0px 10px;
	background: url("images/top_logo.jpg") no-repeat bottom;
}

#page_top {
	height: 28px;
	float: left;
	width: 797px;
	padding-top: 12px;
	padding-bottom: 2px;
	border-bottom: 3px solid #d8e0ed;
}

#page_right {
	height: 27px;
	width: 166px;
	float: right;
	margin: 0px;
	padding-top: 15px;
	border-bottom: 3px solid #d8e0ed;
	text-align: right;
}

#page_top h1 {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px 10px 0px 20px;
	color: #7992b1;
	background: url("images/page-dot.jpg") no-repeat left center;
	clear: both;
}
#page_path {
	padding-top: 8px;
	float: right;
}

#panel_main{
	width: 790px;
	float: left;
}
#panel_right{
	width: 167px;
	float: right;
	padding-top: 10px;
}

#main_left{
	width: 210px;
	float: left;
	margin: 10px 5px 0px 0px;
	padding: 10px 10px 0px 5px;
}
#main_right{
	width: 505px;

	float: left;
	margin: 10px 10px 10px 0px;
	padding: 10px 0px 10px 10px;
	border-left: 1px solid #e3e3e3;
	
	/* ie6 fix*/
	min-height:210px;
	height:auto !important;
	height:210px;
		
}
#main_full{
	width: 720px;
	float: left;
	margin: 10px;
	padding: 10px 0px 0px 10px;
}
.languages_list {
	padding-top: 2px;
	padding-right: 4px;
	float: right;
}

.rss {
	padding-left: 4px;
	float: left;
}

#search {
	float: left;
	clear: both;
	padding-top: 1px;
	width: 200px;
}

.search_input{
	width: 112px;	
	height: 12px;
	padding: 2px;
	font-size: 10px;
}
#top_buttons {
	float: right;
}

#foot_left {
	float: left;
	padding-top: 10px;
	margin-top: 10px;
	width: 797px;
	border-top: 3px solid #d8e0ed;
	text-align: center;
	clear: both;
}
#foot_right {
	float: right;
	padding-top: 10px;
	margin-top: 10px;
	width: 166px;
	border-top: 3px solid #d8e0ed;
}

.mframe {
	padding: 0px 5px;
	background: #ebebeb;
	width: 155px;
	text-align: left;
}
.mframe_top {
	padding: 0px;
	height: 9px;
	width: 165px;
	background: url("images/mframe_top.jpg") no-repeat;
	font-size: 2px;
}
.mframe_bottom {
	padding: 0px;
	height: 9px;
	width: 165px;
	background: url("images/mframe_bottom.jpg") no-repeat;
	font-size: 2px;
}


/* BEGIN TOP-CENTER MENU */

.menu_top {
	float: left;
	width: 797px;
	background-color: #7d93ba;
	border-top: 1px solid #a8b7d2;
}

.menu_top ul{
	list-style:none;
	margin:0px auto;
	display:table;
	padding: 0px;
	white-space:nowrap;
}
.menu_top ul li{
	display:table-cell;
	padding: 0px;
	margin: 0px;
}

.menu_top ul a{
	display:block;
	padding:12px 10px 13px 10px;
	text-decoration:none;
	font-weight: bold;
	color: #dfeefa;
	border-left: 1px solid #8fa3c6;
	border-right: 1px solid #8fa3c6;
	
}
.menu_top ul a:visited{
	color: #dfeefa;
}
.menu_top ul a.lastone{
}
.menu_top ul a:hover{
	background: #59719d;
	color: #eeeeee;
	border-left: 1px solid #afb3e6;
	border-right: 1px solid #afb3e6;
	text-decoration: none;
	
}

.menu_top ul a#menu_top_selected, .menu_top ul a#menu_top_selected:visited{
	color: #f5f0d0;
}

.menu_top span {
	padding-right: 10px;
	border-right: 1px solid #f3fff9;
	height: 6px;
	padding-top: 0px;
}

#under_menu {
	float: left;
	height: 8px;
	width: 797px;
	font-size: 2px;
	background: #f4f1d0 url("images/sel_menu.jpg") repeat-x;
}

.selecting_block{
	height: 10px;
	position: absolute; 
	top: 35px; 
	left: 0px; 
	right: 0px;
	font-size: 2px; 
	background: #f4f1d0 url("images/sel_menu.jpg") repeat-x;
	width: expression(parentNode.offsetWidth);
	top: expression(33);
	
}
/* END TOP-CENTER MENU */

/* BEGIN MENU-LEFT*/

#menu_sub_left{
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}
#menu_sub_left li{
	margin: 0px;
	padding: 0px;
}

#menu_sub_left a{
	display: block;
	color: #7c92b7;
	margin: 0px;
	padding: 5px 5px;
	list-style: none;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	background: url("images/menul_arrow.gif") no-repeat 195px 8px;
}
#menu_sub_left a:hover{
	color: #7c92b7;
	text-decoration: none;
	background-color: #f2f2f2;
}

#menu_sub_left_selected{
	font-weight: bold;
	color:#5c7297;
}


#menu_sub_left ul{
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}

#menu_sub_left ul a{
	display: block;
	color: #7c92b7;
	margin: 0px;
	padding: 4px 20px;
	font-size: 9px;
	list-style: none;
	border-bottom: 1px solid #cccccc;
	background: url("images/menul_arrow.gif") no-repeat 195px 6px;
	
}
#menu_sub_left ul ul a{
	padding: 4px 30px;
}
#menu_sub_left ul ul ul a{
	padding: 4px 40px;
}

/* END */

/* BEGIN NEWS */

#news_list .image, #news_front .image{
	float: left;
	margin: 0px;
	padding: 2px 5px 5px 0px;	
}
#news_list .title, #news_list .title a{
	padding: 5px 0px;
	font-weight: bold;
	margin: 0px 0px;
	font-size: 13px;
	color: #7f93b8;
}

#news_list .content {
	clear: both;
	padding: 0px;
	margin: 0px;
}
#news_list .date {
	font-size: 10px;
	color: #8494b6;
}


.news_date1 {
	font-size: 10px;
	float: right;
	color: #8494b6;
}
h2.news_title1 {
	padding: 0px;
	margin: 8px 0px;
	clear: both;
	font-size: 12px;
	color: #7f93b8;
}


.news_content1 {
	padding: 0px;
	margin: 0px;
}

.news_title {
	margin-bottom: 8px;
}

.news_date {
	font-size: 10px;
}

/* END NEWS*/

.form_input{
	height: 12px;
	padding: 2px;
	font-size: 10px;
}


/**/


div.result_box{
	margin: 5px auto;
	width: 420px;
	
}
.result_box .success{
	border: 1px solid #479907;
	color: #5c9a0b;
	background-color: #fcfcfc;
	padding: 2px 0px 0px 2px;
}
.result_box .notice{
	border: 1px solid #2b749d;
	color: #306790;
	background-color: #fcfcfc;
	padding: 2px 0px 0px 2px;
}
.result_box .warning{
	border: 1px solid #edba2b;
	color: #d0a20f;
	background-color: #fcfcfc;
	padding: 2px 0px 0px 2px;
}
.result_box .error{
	border: 1px solid #fe0002;
	color: #d50000;
	background-color: #fcfcfc;
	padding: 2px 0px 0px 2px;
}

.result_box img{
	margin-right: 10px;
}

#newsletter {
	float: right;
	text-align: left;
	padding: 1px 14px;
	width: 240px;
}
.banners_block {
	text-align: center;
}
.pools_votes {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pools_title {
	padding: 4px 2px;
	font-size: 12px;
}

.percent_bar {
	background-color: #ddd;
	height: 15px;
}

p {
	padding: 0px;
	margin: 0px;
}

#main_left_front{
	width: 265px;
	float: left;
	margin: 10px 5px 0px 0px;
	padding: 10px 10px 0px 5px;
}
#main_right_front{
	width: 450px;

	float: left;
	margin: 10px 10px 10px 0px;
	padding: 10px 0px 10px 10px;
	border-left: 1px solid #e3e3e3;
	
	/* ie6 fix*/
	min-height:265px;
	height:auto !important;
	height:270px;
		
}

