/*********************************** Основные стили документа ************************************/

* {
	margin:0px;
	padding:0px;
}	

#main {
	width: expression((document.body.clientWidth||document.documentElement.clientWidth)  > 1000 ? '100%' : '1002px'); 
    min-width: 1000px;	
}

body, input, select, textarea {
	background-color: #ffffff;
}


td, input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	vertical-align: top; 
}

a {
	text-decoration:underline;
	color: #004b95;
}

a:hover {
	text-decoration:underline;
	color: #c80000;
}

/************************************* Шрифты ********************************************************/

p.text { text-indent: 12px; line-height: 120%; margin-bottom: 10px;}


h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
}

h1 a {
	font-family: Arial;
	font-size: 20px;
	color: #c80000;
}

h1 a:hover {
	color: #004b96;
}


h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

h2 a {
	font-family: Arial;
	font-size: 16px;
	color: #c80000;
}

h2 a:hover {
	color: #004b96;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

h5 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

span.h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
}

span.h1 a {
	font-family: Arial;
	font-size: 20px;
	color: #c80000;
}

span.h1 a:hover {
	color: #004b96;
}



span.h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

span.h2 a {
	font-family: Arial;
	font-size: 16px;
	color: #c80000;
}

span.h2 a:hover {
	color: #004b96;
}





span.h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

span.h3 a {
	font-family: Arial;
	font-size: 14px;
	color: #c80000;
}

span.h3 a:hover {
	color: #004b96;
}


span.h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

span.h5 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}


.text_date{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}


.text_red {
	color: #c80000;
}

.text_black {
	color: #000000;
}

.text_white {
	color: #ffffff;
}

.text_blue {
	color: #003a9d;
}

.text_dark_blue {
	color: #004b96;
}


#text_red {
	color: #c80000;
}

#text_black {
	color: #000000;
}

#text_white {
	color: #ffffff;
}

#text_blue {
	color: #003a9d;
}

#text_dark_blue {
	color: #004b96;
}


/***************************** Стили макета *****************************************/

table.main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

td.top {
	height: 180px;
	background: url(/img/top_bg.gif) repeat-x;
}

td.left {
	width: 300 px;
}

td.content {
	height: 100%;
}

td.footer_left {
	height: 105px;
	width: 300 px;
	background: url(/img/footer_left_bg.gif) no-repeat;
}

td.footer_right {
	height: 105px;
	background: url(/img/footer_right_bg.gif) repeat-x;
}



/***************************************** Стили текста ************************************************/



.plus_white {
   font-weight: bold;
}
.plus_white a {
   background: transparent url(/img/plus_icon_white.gif) no-repeat 0px 2px;
   padding: 0px 0px 5px 20px;
   color: #004b95 !important;
}
.plus_white a:hover {
   background: transparent url(/img/plus_icon_white_act.gif) no-repeat 0px 2px;
   padding: 0px 0px 5px 20px;
   color: #c80000 !important;
}


.plus_blue {
   font-weight: bold;
}
.plus_blue a {
   background: transparent url(/img/plus_icon_blue.gif) no-repeat 0px 2px;
   padding: 0px 0px 5px 20px;
   color: #004b95 !important;
}
.plus_blue a:hover {
   background: transparent url(/img/plus_icon_blue_act.gif) no-repeat 0px 2px;
   padding: 0px 0px 5px 20px;
   color: #c80000 !important;
}


/************************************** Стили для кнопок меню **********************************/

td.menu_button {
	background: url(/img/button_bg.gif) no-repeat; 
	height:30px;
	padding-left: 10px;
	padding-top: 6px;
}

td.menu_button_active {
	border: 1px solid #007dc8;
	padding: 10px 10px 10px 10px; 
}

.menu_button {
   font-family: Tahoma;
   font-size: 11px;	
   font-weight: bold;
   text-decoration: none;
}

.menu_button a {
   background: transparent url(/img/arrow_right_inactive.gif) no-repeat 0px 2px;
   padding: 1px 0px 5px 20px;
   text-decoration: none;
   color: #004b95 !important;
}

.menu_button a:hover {
   color: #c80000 !important;
   padding: 1px 0px 5px 20px;
   background: transparent url(/img/arrow_right_active.gif) no-repeat 0px 2px;
   text-decoration: none;
}

p.menu_button_inactive {
   font-family: Tahoma;
   font-size: 11px;	
   font-weight: bold;
   text-decoration: none;
   padding: 1px 0px 5px 20px;
   background: transparent url(/img/arrow_right_active.gif) no-repeat 0px 2px;	

}

p.menu_button_active {
   font-family: Tahoma;
   font-size: 11px;	
   font-weight: bold;
   text-decoration: none;
   padding: 0px 0px 5px 20px;
   background: transparent url(/img/arrow_right_active.gif) no-repeat 0px 1px;	

}


p.sub_menu_button_inactive {

   padding: 1px 0px 5px 0px;
  

}

p.sub_menu_button_active {
   font-family: Tahoma;
   font-size: 11px;	
   font-weight: bold;
   text-decoration: none;
   padding: 1px 0px 5px 20px;
   background: transparent url(/img/arrow2_right_active.gif) no-repeat 0px 4px;	
   color: #c80000;	
}

p.sub_menu_button_inactive a{
   font-family: Tahoma;
   font-size: 11px;	
   font-weight: bold;
   text-decoration: none;
   padding: 1px 0px 5px 20px;
   background: transparent url(/img/arrow2_right_inactive.gif) no-repeat 0px 4px;	
   color: #004b96;
   text-decoration:underline;	
}

p.sub_menu_button_inactive a:hover{
   font-family: Tahoma;
   font-size: 11px;	
   font-weight: bold;
   text-decoration: none;
   padding: 1px 0px 5px 20px;
   background: transparent url(/img/arrow2_right_active.gif) no-repeat 0px 4px;	
   color: #c80000;
   text-decoration:underline;	
}


ul.sub_menu{
   list-style: none;
   margin: 0px 0px 0px 0px;
   padding-left: 15px;
}

ul.sub_menu li.active {
   background: transparent url(/img/li_menu_bullet_active.gif) no-repeat 0px 5px;
   padding: 1px 0px 0px 15px;
}

ul.sub_menu li.inactive {
   background: transparent url(/img/li_menu_bullet_inactive.gif) no-repeat 0px 5px;
   padding: 1px 0px 0px 15px;
}

/************************************* Стили для меню поиска и авторизации ****************************/

td.login{
   border: 1px solid #007dc8; 
   background: url(/img/left_login_bg.gif) repeat-x;
   padding: 7px 10px 10px 10px;	
}

.header {
   font-family: Tahoma;
   font-size: 10px;	
   font-weight: bold;
   color: #004b96;	
}

.input_box {
  border: 1px solid #004b96;
  height: 20px;
  width: 110px;
  padding-top: 1px;
  padding-bottom:2px;
  padding-left: 5px;
}


.input_box_big {
  border: 1px solid #004b96;
  padding-top: 1px;
  padding-bottom:2px;
  padding-left: 5px;
}


/********************************** Cтили футера *******************************************************/

td.copyright {	
  padding-left:10px;
  font-family: Tahoma;
  font-size: 11px;	
  color: #003264;	
}


	
td.bottom_menu {
  font-family: Tahoma;
  font-size: 11px;	
  color: #004b96;
  font-weight:bold;
  text-align:right;
  padding-right:10px;		
}

td.bottom_menu a {
  text-decoration: underline;	
  color: #ffffff;
}

td.bottom_menu a:hover {
  text-decoration: underline;	
  color: #004b96;
}

td.bottom_menu span {
  text-decoration: none;
  font-family: Tahoma;
  font-size: 11px;
  font-weight:bold;
  color: #ffffff;	
}

td.bottom_menu div {
  padding-left:10px;
  font-family: Tahoma;
  font-size: 11px;
  font-weight:normal;	
  color: #003264;	
}

td.bottom_menu div a{	
   color: #003264;	
}

/************************************** Стили для контент-блока***************************************/

td.main_content {
  border: 1px solid #007dc8;
  padding: 40px 24px 30px 24px;	

}

td.main_content2 {
  border: 1px solid #007dc8;
  padding: 24px 24px 24px 24px;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #000000;		

}


td.vote {



}


td.news {
  padding-top:10px;
  font-family: Arial;
  font-size: 12px;
}


table.content_table {
	width: 100%;
	font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
	border-collapse: collapse;		
}

th.content_table {
	height: 28px;
	font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;		
	text-align:left;
	background-color: #007dc8;
	padding: 3px 0px 3px 10px;
}

th.content_table1 {
	height: 28px;
	font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;		
	text-align:left;
	background-color: #007dc8;
	padding: 3px 0px 3px 10px;
}

th.content_table1 span{
    padding-right: 20px;
}

th.content_table1 a{
    color: #FFFFFF;	
}

th.content_table1 a:hover{
    color: #FFFFFF;	
}

table.reiting_bar {
	height: 20px;
	}
	
table.reiting_bar td{
	border: 1px solid #FFFFFF;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	}
	
div.active_plus {
	background: #89e88e;
	height: 20px;
	}
	
div.active_minus {
	float: right;
	background: #fe999b;
	height: 20px;
	}


td.content_table {
	height: 28px;
	text-align:left;
	background-color: #dcf0ff;
	border-top: 1px solid #ffffff;
	padding: 3px 0px 3px 10px;
}

td.content_table_dark {
	height: 28px;
	text-align:left;
	background-color: #bedcfa;
	border-top: 1px solid #ffffff;
	padding: 3px 0px 3px 10px;
}

td.content_table_white {
	height: 28px;
	text-align:left;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	padding: 3px 0px 3px 10px;
}

td.content_table_footer {
	background: #007dc8;
	height:5px;
	text-align:left;	
	
	
}

ul.red{
   list-style: none;
   margin: 0px 0px 0px 0px;
   padding-left: 15px;
}
ul.red li {
   background: transparent url(/img/li_bullet_red.gif) no-repeat 0px 5px;
   padding: 1px 0px 0px 20px;
}

table.add_message {
	height: 158px;
	background: transparent url(/img/add_message_bg.gif) repeat-x;
}

table.add_message td.left_coloumn {
	padding-top: 10px;
	padding-left: 20px;
}

table.add_message td.right_coloumn {
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 20px;
}


div.citata {
	padding:5px;
	background: #ffffff;
	border: 1px solid #007dc8;
	font-style:italic;
}

/**************************************************************/

span.hx {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

span.hx a{
	text-decoration: underline;
	color: #004b96;
}

span.hx a: hover{
	color: #c80000;
}

/* table_saldo */
div.table_saldo table td {
	border: 1px solid white;
	padding-right: 10px;
}

div.table_saldo table th {
	text-align: center;
	padding-right: 10px;
}

div.table_saldo {
	margin-bottom: 20px;
}
/* /table_saldo */

/*** Стили формы выбора периода/адреса/номера лицевого счета раздела Личный кабинет    SVE 16/10/2009 ***/
.padding_left {
	padding-left: 20px;
	width: 155px;
}
.containe-for-form  table .td_help {
	text-align: right;
	padding-right: 7px; 
	position: relative;
	padding-top: 6px;
}
.containe-for-form {
	border: 1px solid #007DC8;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 1%;
	zoom: 1;
}
.containe-for-form  table .paddint_top {
	padding-top: 15px;
}
.containe-for-form  table td {
	padding: 6px 0 6px 20px;
}
/* *** */
/*** Sve ***/
.main_content2  p {
	margin-bottom:10px;
	text-indent:12px;
	color:#000000;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}
.main_content2  ul {
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	margin-left: 0;
	padding-left: 20px;
}
.main_content2 ul li {
	margin-bottom: 10px;
}
.main_content2 h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #003A9D;
	margin-bottom: 10px;
}
.news table {
	font-family:Tahoma;
	font-size:11px;
	margin-bottom: 10px;
}
.news th {
	background-color:#007DC8;
	color:#FFFFFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	height:28px;
	padding:3px 10px 3px 10px;
	text-align:left;
}
.news td {
	background-color:#BEDCFA;
	border-top:1px solid #FFFFFF;
	height:28px;
	padding:3px 10px 3px 10px;
	text-align:left;
}
.news td.lightTd {
	background: #DCF0FF;
}
