/*********************************** Основные стили документа ************************************/
* {
	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: bold;
}

span.h1 a {
        color: #c80000;
}

span.h1 a:hover {
        color: #004b96;
}

span.h2 {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
}

span.h2 a {
        color: #c80000;
}

span.h2 a:hover {
        color: #004b96;
}

#navbar {
        position:relative;
        min-width:700px;
        margin-bottom:10px;
}
#print {
        top:0px;
        right:0px;
        _margin-right:20px;
        position:absolute;
}
#print p {
        float:left;
        padding:5px 5px;
}

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;
}


.main_content2 .text_date{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-indent: 0;
	/*margin-bottom:0;*/
}


.text_red, .main_content2 h2.text_red {
	color: #c80000;
}

.text_black, .main_content2 h2.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;
   /*margin-bottom: 0px;*/
}
.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 {
   background: transparent url(/img/arrow2_right_inactive.gif) no-repeat 0px 4px;
   padding: 1px 0px 5px 20px;
}

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;
   color: #004b96;
   text-decoration:underline;
   display:block;
}
p.sub_menu_button_inactive:hover{
   background: transparent url(/img/arrow2_right_active.gif) no-repeat 0px 4px;	
}
p.sub_menu_button_inactive a:hover {
   color: #c80000;    
}


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;
    margin: 10px 0 10px 0;
}

th.content_table {
	height: 28px;
	font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;		
	text-align:left;
	background-color: #007dc8;
	padding: 3px 10px 3px 10px;
}

th.content_table span{
    padding-right: 20px;
}

th.content_table a{
    color: #FFFFFF;	
}

th.content_table 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: url(/img/add_message_bg.gif) repeat-x 0 0 #fff;
}

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;
}

td.bordered {
	border: 1px solid black;
}

/*Bordered td in vacancy and tenders forms BlueBorder TopRightBottomLeft */
td.bbt {
    border-top:1px solid #007dc8;
}
td.bbr {
    border-right: 1px solid #007dc8;
}
td.bbb {
    border-bottom:1px solid #007dc8;
    padding-bottom:10px;
}
td.bbl {
    border-left: 1px solid #007dc8;
}

/*Errors div in universalform*/
.errormsg {
    color:red;
}

/* Pages contacts*/

table.pages-contacts td {
    padding:3px 6px 3px 0px;
}

#html_menu {
    width:200px;
}

/*Pages regform*/
div.selectWrapper {
	_border:#004B96 solid 1px;
	overflow:hidden;
	float:left;
}
div.selectWrapper select {
	border:#004B96 solid 1px;
	_border:none;
	_margin: -2px;
	float:left;
} 
/*paginator*/
div#pages {
    text-align:center;
    margin:10px 0 10px 0;
}
/*tooltip popup on /pages/*/
div.ukrate {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}


div.search_result {
    width:100%;
}
div.search_result td {
    font-size:12px;
}
div.search_result small {
    display:block;
    margin-bottom:10px;
    font-size:12px;
}
div.search_result p {
    text-indent: 0;
    margin-bottom:10px;
}

/*Раздел "Пункты приема платежей", страница списка */
div#payoffices div.header {
    padding:0 0 10px;
}
div#payoffices div.header p {
    text-indent:0;
    font-weight:bold;
    color:#000;
}
div#payoffices div#offices div.office {
    padding:0 0 20px 0;
    text-align:left;
}
div#suppliers div {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #004B95;
}
div#suppliers div.supplier {
    margin-bottom:20px;
}
div#suppliers div.collector {
    padding: 10px 0 0 0;
    margin: 0;
}
div#suppliers div.collector a {
    background: url("/img/arrow_right_inactive.gif") no-repeat scroll 0 2px transparent;
    padding: 1px 0 5px 20px;
    text-decoration: none;
}
/*Раздел "Пункты приема платежей", страница пункта */
div#payoffice div#suppliers {
    padding:20px 0 0 20px;
}
div#payoffice div#suppliers div {
    font-weight : normal;
    color: #000;
    padding-bottom:10px;
}
div#payoffice div#suppliers p {
    text-indent:0;
    font-weight:bold;
    color:#000;
}



