* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
	height:100%;
}

body {
	font-family:  Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
	background: #ffffff;
	color: #606060;
}

#header {
  height: 140px;
  width: 960px;
  background-image: url('/images/top_logo.png');
  background-repeat: no-repeat;
}

#header_left_ua, #header_right_ua, #header_left_en, #header_right_en, #footer_left, #footer_right{
  background-repeat: no-repeat;
  width:50%;
  height: 140px;
}

#header_right_ua, #header_right_en, #footer_right{
  float:left;
  background-position: top left;
  width: 49.9%;
}

#header_left_ua{
  float:left;
  background-image: url('/images/qleft_ua.png');
  background-position: top right;
}

#header_right_ua{
  background-image: url('/images/qright_ua.png');
}

#header_left_en{
  float:left;
  background-image: url('/images/qleft_en.png');
  background-position: top right;
}

#header_right_en{
  background-image: url('/images/qright_en.png');
}

#footer_left{
  float:left;
  background-image: url('/images/left_footer.png');
  background-position: top right;
}

#footer_right{
  background-image: url('/images/right_footer.png');
}

#page_lang{
  position: absolute;
  right: 20px;
  top: 5px;
  color: #fff;
}
#page_lang a{
  color: #fff;
}

#main {
  margin: 0 207px;
  /*padding: 0 10px 0 10px;*/
}

#left {
  float: left;
  width: 168px;
  margin-left: -100%;
  padding: 0 20px 0 20px;
}

#right {
  float: left;
  width: 168px;
  margin-left: -208px;
  padding: 0px 0px 0px 20px;
}

#footer {
  height: 140px;
  width: 960px;
  background-image: url('/images/footer_logo.png');
  background-repeat: no-repeat;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#search_field{
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50px;
  right: 20px;
}

#s_lft{
  float: left;
  background-image: url('/images/s_lft.gif');
  background-repeat: no-repeat;
  width: 21px;
  height: 19px;
}
#s_center{
  float: left;
  background-image: url('/images/s_center.gif');
  background-repeat:repeat-x;
  width: 110px;
  height: 19px;
}
#s_center input{
  border: 0px;
  width: 110px;
  font-size: 0.8em;
  color: #606060;
}
#s_rgt{
  float: left;
  background-image: url('/images/s_rgt.gif');
  background-repeat: no-repeat;
  width: 9px;
  height: 19px;
}
.s_but{
  float: left;
  /*background-image: url('/images/s_but.gif');
  background-repeat: no-repeat;
  width: 59px;
  height: 19px;*/
  margin-left: 10px;
}

#ant{
  position: relative;
  right: 462px;
  top: 8px;
}

.left_layer{
  float:left;
  background-image: url('/images/left_layer.gif');
  background-repeat: no-repeat;
  width: 8px;
  height: 18px;
}

.center_layer{
  float:left;
  background-image: url('/images/center_layer.gif');
  background-repeat: repeat-x;
  height: 18px;
  font-size: 10px;
  white-space: nowrap;
}

.right_layer{
  float:left;
  background-image: url('/images/right_layer.gif');
  background-repeat: no-repeat;
  width: 8px;
  height: 18px;
}

.clear {
  width:100%;
  clear: both;
  height: 0px;
  overflow: hidden;
}

#wrapper{
  width: 960px;
  position: relative;
  min-height: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

* html #wrapper {
  height: 100%;
}

#container{
  margin-bottom: 140px;
}

#content {
  width: 100%;
  float: left;
}

.hidden{
  display: none;
}

.next{
  font-size: 0.8em;
  font-style: italic;
  color: #2a5698;
}

a, a:visited{
  text-decoration: none;
  color: #404040;
}

a:hover{
  text-decoration: underline;
  /*text-decoration: none;*/
  color: #2a5698;
}

.article{
  text-align: left;
}

.calendar_tbl{
  width: 100%;
  border: none;
}

.fleft{
  float:left;
}

.fright{
  float:right;
}

.middle{
  margin-left: 10px;
}

.current_date{
  background-color: #dae5f1;
  color: #606060;
}

/*******************************************************************************/

.bold{
  font-weight: bold;
}

.max{
  width: 100%
}

.half{
  width: 50%;
}

.vmax{
  height: 100%
}

.vhalf{
  height: 50%
}

.min{
  width: 1%;
}

.vmin{
  height: 1%
}

.top{
  vertical-align: top;
}

.right{
  text-align: right;
}

.center{
  text-align: center;
}

.nowrap{
  white-space: nowrap;
}
/*
.date{
  background-color: #efefef;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0px 5px 0px 5px;
}
*/
img{
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.cal{
  border: 1px solid #dedade;
  border-collapse: collapse;
  background-color: #f6f6f6;
  font-size: 0.8em;
}


.red{
  color:red;
}

.blue1{
  color: #2a5698;
}

.printable{
  background-color: #fafafa;
  /*color: white;*/
}

.articles_menu{
  background-color: #f6f6f6;
  /*padding-left: 18px;*/
  /*background-position: 5px 50%;*/
  /*margin:1px;*/
  /*background-repeat:no-repeat;
  background-image:url('/images/circle.gif');*/
}

/****************************************************/
.blue{
  color: #12488c;
}
.sp10{
  height: 10px;
}
.sp20{
  height: 20px;
}
.sp40{
  height: 40px;
}
.column_header, .content_header, .content_header2, .content_header3{
  padding: 6px 10px;
  background-color: #dae5f1;
  border: 1px solid #ccdbec;
  text-align: left;
  color: #12488c;
}

.block2k{
  width: 260px;
}

.block3k{
  width: 175px;
}

.content_header3{
  padding: 6px 5px;
}

#content_block{
  /*min-height: 190px;*/
  border-bottom: 1px solid #bfd2e7;
}

#content_block3{
  border-bottom: 1px solid #bfd2e7;
}

.content_header, .link_header_a, .content_header2, .content_header3{
  font-family:  "Times New Roman";
  font-size: 14px;
  font-weight: bold;
}

.link_header_a, .link_header_a:visited, .link_header_a:focus{
  color: #12488c;
}

.column_header_a, .column_header_a:hover, .column_header_a:visited, .column_header_a:focus{
  color: #f39416;
}

.content_header .data{
  color: white;
  font-family: Verdana, Arial, 'Sans-serif';
  font-style: italic;
  font-size: 10px;
  /*float: right;*/
}

.content_header .header{
  width:450px;
  /*float:left;*/
}

.content_header2 .header{
  width:250px;
  /*float:left;*/
}

.content_header3 .header{
  width:165px;
  /*float:left;*/
}

.preview_data{
  color: #1b74b6;
  font-size: 10px;
}

.announces_header_data{
  font-family:  "Times New Roman";
  font-size: 14px;
  /*font-weight: bold;*/
  color: #12488c;
}

.h_text{
  color: #12488c;
}

#content .image{
  float: left;
  background-color: #ffffff;
  z-index: 10;

  display: table-cell;
  width: 150px;
  /*height: 150px;*/
  text-align:center;
  vertical-align: middle;
  /*background-color: #000;*/
  border-right: 20px solid #FFFFFF;
}

#read_more{
  /*border-bottom: 1px solid #bfd2e7;*/
  text-align: right;
  font-size: 10px;
  color: #1b74b6;
}

#read_more a, #read_more a:visited, #read_more a:hover{
  font-size: 10px;
  color: #1b74b6;
}

.paginate{
  border-bottom: 1px solid #bfd2e7;
  font-size: 10px;
  color: #1b74b6;
}

#map_ua{
  /*position: absolute;*/
  background-image: url('/images/map1.gif');
  background-repeat:no-repeat;
  width: 208px;
  height: 120px;
  margin-top: 0px;
  margin-left: 0px;
}
.map{
  position: absolute;
  margin: 0px;
  /*margin-left: 0px; */
  /*width: 175px;*/
}

.photo_wrapper{
  width: 160px;
  text-align:center;
}

.photo_img{
  display: table-cell;
  width: 160px;
  height: 160px;
  text-align:center;
  vertical-align: middle;
  /*background-color: #000;*/
}

.left{
  text-align:left;
}
/****************************************************/
.percent_outer{
  width: 100%;
  border: 1px solid #ccdbec;
  height: 3px;
}

.percent{
  background-color: #dae5f1;
  height: 3px;
}

.remark{
  font-size: 11px;
}

#vq{
  font-family:  "Times New Roman";
  font-size: 14px;
}

#vq #pos{
  float:left;
  width: 30px;
}

#vq #vblock{
  width: 515px;
}

#vq #vote_line{
  height: 20px;
  border-bottom: 1px solid #ccdbec;
}

#vq #chkbox{
  float:left;
  height:100%;
  padding-top: 5px;
  padding-right: 10px;
  background-color: #ffffff;
}

#vq #percent{
  float:right;
  width: 250px;
  padding-left: 10px;
  background-color: #ffffff;
}
/****************************************************/
/*      menu    */

#top_menu{
  position: relative;
  width: 690px;
  height: 32px;
  top: -32px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 130px;
}

#footer_banners{
  position: relative;
  height: 65px;
  top: 85px;
  margin-right: auto;
  margin-left: auto;
}

.tabc{
  padding-top: 8px;
  height:32px;
  float:left;
}

.a_c_fill{
  padding: 8px 5px 0 10px;
  height:32px;
  float:left;
  background-image: url('/images/menu_tabs/a_c.gif');
  background-repeat: repeat-x;
  font-family: 'Times New Roman';
  font-size: 14px;
}
.a_c_fill a, .a_c_fill a:focus{
  color: #1b74b6;
}


.n_c_fill{
  padding: 8px 5px 0 10px;
  height:32px;
  float:left;
  background-image: url('/images/menu_tabs/n_c.gif');
  background-repeat: repeat-x;
  font-family: 'Times New Roman';
  font-size: 14px;
  color: white;
}

.n_c_fill a, .n_c_fill a:focus{
  color: #ffffff;
}

/*
user menu
*/

#user_menu{
  font-family: 'Times New Roman';
  font-size: 14px;
}

#user_menu ul, #user_menu li{
  list-style-type:none;
  padding-left: 0.5em;
}

#user_menu ul, #user_menu ul li{
  padding: 2px 0px;
  border-bottom: 1px solid #ccdbec;
}

.sel_menu_part{
  background-color: #ffffe5;
  font-weight: bold;
}
.m1{
  padding: 0.25em 0px;
  border-bottom: 1px solid #ccdbec;
}

.m2{
  padding: 0.25em 0px;
}

/****************************************************/



