body
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: Arial, Verdana, Tahoma;
	color: #444;
	background-color: #fff;
}

/*	=Banner   */

#banner
{
	text-align: center;
	height:150px;
	background-image: url(images/logo/top_center.jpg);
	background-repeat: repeat-x;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:150px;
	z-index: 1;
}

html>body #banner {
	height: 150px;
	}

#banner table
{
	border-collapse: collapse;
	border: 1px solid gray;
}

#b_top_left
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#b_top_right
{
	position: absolute;
	top: 0;
	right: 0;
	height: 112px;
	width: 540px;
	background-image: url(images/logo/top_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	z-index: 2;
}

#b_line_2
{
	position: absolute;
	top: 112px;
	left: 0;
	height: 7px;
	width: 100%;
	background-image: url(images/logo/line_2_bg.png);
	background-repeat: repeat-x;
}

#b_line_3
{
	position: absolute;
	top: 119px;
	left: 0;
	height: 32px;
	width: 100%;
	background-image: url(images/logo/line_3_left.png);
	background-repeat: repeat-x;
}

#content_table
{
	width: 100%;
	border-collapse: collapse;
}

#content_table td
{
	vertical-align: top;
	padding-top: 0px;
	cellpadding: 0px 15px 0 15px;
}

#center_column
{
	padding: 0 15px 0 15px;
	border-left: 1px solid #e4bb2b;
	border-right: 1px solid #e4bb2b;
}


#bottom_line
{
	height: 20px;
	width: 100%;
	background-color: #fff3a7;
	padding: 0;
	margin: 0;
}

#bottom_line td
{
	width: 50%;
}

#tdl
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#997b19', endColorStr='#fff3a7', gradientType='1');
}

#tdr
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fff3a7', endColorStr='#997b19', gradientType='1');
}

h1 {font-size: 1.4em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1em;}
h4 {font-size: 1em;}

h1, h2, h3, h4
{
	color: #164D86;
}


/* ------  =News styles -------- */

#news
{
	/* margin: 5px 10px 0px 0px; */
	margin: 0;
}

#news p {
	text-align: left;
}

.nd {
	color: red;
}

#news div {
	text-align: right;
	font-size: 80%;
}


#news_anons
{
	/* margin: 5px 10px 0px 0px; */
}

#news_anons p {
	font-size: 70%;
	text-align: left;
	margin: 0;
	padding: 0;
}

#news_anons p:first-line {
	font-weight: bold;
	color: brown;
}

#news_anons div {
	text-align: right;
	font-size: 70%;
	padding: 0;
}

#news_anons h3 {
	text-align: left;
/*	padding-top: 1em;*/
}


div#footer
{
	text-align: center;
	height: 50px;
	clear: both;
	float: bottom;
	}

#copyright {
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 80%;
}

.cleardiv
{
	clear: both;
	height: 0;
}


#navcolor
{
	width: 155px;
	padding: 5px 10px 5px 0;
	margin: 0px 5px 0 5px;
	background-image: url(images/logo/menu_bg.png);
	background-repeat: repeat-x;
	border-top: 3px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ecda90', endColorStr='#fffcf3', gradientType='0');
}

#navlist
{
	list-style: none;
	margin-left: 5px;
	padding-left: 0;
/*	border: 1px solid red;*/
}

#navlist li
{
	list-style: none;
	padding: 5px;
	font-size: 75%;
	vertical-align: middle;
	height: 110%;
	line-height: 1.2em;
}

#navlist li div
{
	padding-left: 1em;
	font-size: 100%;
	font-weight: normal;
	border-left: 3px solid #dbaf1e;
}

.navlink_L1 a
{
	padding-left: 2em;
	margin-left: 2em;
	font-size: 100%;
	font-weight: normal;
	/*border-left: 3px solid #dbaf1e;*/
}

#navlist li a
{
	display: block;
	text-decoration: none;
	color: #0b356f;
	font-weight: bold;
}

#navlist li a:hover
{
	color: white;
	background-color: #cd352a;
	text-decoration: none;
}

#navlist a:visited
{
	color: gray;
	text-decoration: none;
}

#selected_link
{
	color: white;
	font-weight: bold;
/*	background-color: #a00;*/
	background-color: #dbaf1e;
}

#reminder
{
	text-align: left;
	color: gray;
	font-size: 70%;
	margin-top: 15px;
	margin-bottom: 10px;
}

#reminder p
{
	margin-top: 0px;
	margin-bottom: 5px;
}

/* #Table with information */

.info_table
{
	border-collapse: collapse;
	border: 1px solid gray;
}

.info_table th
{
	border: 1px solid gray;
	background-color: #eee;
	font-size: 80%;
}

.info_table td
{
	border: 1px solid gray;
	text-align: center;
	font-size: 70%;
}

.totop
{
/*	float: right;*/
/*	clear: left;*/
	font-size: 90%;
	padding-top: 15px;
}


/* ------  =Links styles -------- */

a
{
    text-decoration: none
}
a:link
{
/*    color: #00529C;*/
    text-decoration: none
}
a:visited
{
    color: gray;
    text-decoration: underline;
}
a:hover
{
    color: #B71F14;
    text-decoration: underline;
    background: #F9ED9F;
}
a:active
{
    text-decoration: none
}



div#share_cost_informer
{
	text-align: center;
	width: 150px;
	border: 1px solid #235D9D;
	padding: 10px;
	margin: 0 5px 0 10px;
	background-color: #FEFBE8;
	background-image: url(images/logo/menu_bg.png);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#C1B279', endColorStr='#FEFBE8', gradientType='0');
}

div#share_cost_informer table
{
	font-size: 80%;
	border: gray .5pt solid;
    padding: 3pt;
    border-collapse: collapse;
	background-color: #eeeeee;
	vertical-align: middle;
}

div#share_cost_informer table th
{
	background-color: #ddd;
	vertical-align: middle;
}

div#share_cost_informer table td
{
	vertical-align: middle;
	padding-top: 1em;
}

div#share_cost_informer h3
{
    margin: .5em 0 .8em 0;
}


div#share_cost_informer hr
{
	margin: 1em 0 0 0;
}

.cost
{
	color: black;
}


/*
 * Стили для страницы со списком файлов
*/
#files_list_container {

}

#files_list_container h3, h4, h5, h6 {
	text-align: left;
}

#files_list_container p {
	margin-top: 0;
}

.L1 {
	padding-left: 30px;	
}
.L2 {
	padding-left: 60px;	
}

p.L1 {
	margin-top: 0px;
	margin-bottom: .2em;	
}

p.L2 {
	margin-top: 0px;
	margin-bottom: .2em;	
}

#table_wrapper {
	position: relative;
	padding: 0;
	margin: 0;
	height: 100%;
}	

#leftcolContacts {
	position: absolute;
	left: 10px;
	bottom:35px;
	font-size: 16px;
	font-weight: bold;
	color: #003480; 
	text-align: center;
	vertical-align: bottom;
}	

/*
#leftcolContacts {
	padding-top: 18em;	
	padding-left: 5px; 
	font-size: 16px;
	font-weight: bold;
	color: #003480;
	text-align: center;
	vertical-align: bottom;
}	
*/

/* Published/Expired Dates of documents */
.doc-dates {
	color: gray;
	font-size: 80%;
	padding-left: 20px;
}

