/* CSS Document */
/*
	Стили главной страницы:
	— Левая колонка
	— Правая колонка
	— Шрифты
	— Ссылки
*/

/*----------------------------------- Левая колонка (начало)  ---*/
.left_column {
	width:670px;
/*	background:#EAF1FB;*/
}

.tip_wrapper { 
	width:670px; 
	height:193px;
	margin-top:10px;
	margin-bottom:20px; 
/*	background:#66FFCC;*/ 
}
.tip_position { top:0px; }
.tip1 { left:20px; }
.tip2 { left:265px; }
.tip3 {	right:20px; }

.news {
	width:610px;
	margin:0px 10px;
	padding:60px 15px 15px 25px;
	background:#F8F8F8 url(../img/sh_05.png) repeat-x;
	position:relative;
}
.red_title_left_grad {
	background:url(../img/sh_03.png) no-repeat;
	width:151px;
	height:41px;
	position:absolute;
	top:0px;
	left:0px;
}
.red_title_right_grad {
	background:url(../img/sh_07.png);
	width:85px;
	height:41px;
	position:absolute;
	top:0px;
	right:-5px;
}

.blue_title_left_grad {
	background:url(../img/sh_12.png) no-repeat;
	width:151px;
	height:41px;
	position:absolute;
	top:0px;
	left:0px;
}
.blue_title_right_grad {
	background:url(../img/sh_14.png);
	width:85px;
	height:41px;
	position:absolute;
	top:0px;
	right:-7px;
}

.news1 {
	width:58px;
	height:56px;
	position:absolute;
	top:-6px;
	right:5px;
}


.news_papper_header { right:-5px; }
.right_0 { right:-4px;}
.plashka_title {
	position:absolute;
	top:6px;
	left:25px;
	font-size:200%;
	color:#FFFFFF;
}

.plashka_title_1 {
	position:absolute;
	top:8px;
	left:18px;
	font-size:180%;
	color:#FFFFFF;
}

.datepiker {
	font-size:80%;
	color:#666666;
}

ul.bullet li {
	margin-left:-23px;
	list-style:outside;
	list-style:square;
	list-style-image:url(/img/bullet.png);
	color:#FF0000;
}

.report {
	overflow:hidden;
	width:650px;
	margin:10px 0px 10px 10px;
	padding-top:10px;
	padding-bottom:5px;
/*	background:#66FFCC;*/
}
.report_column {
	width:180px;
	margin:10px;
	padding:5px;
	vertical-align:bottom;
/*	background-color:#CCCCCC;*/
}
.pdf {
	position:absolute;
	top:0px;
	right:0px;
}

.other_news {
/*	overflow:hidden;*/
	width:650px;
	margin:35px 10px 10px 10px;	
	background:url(/img/news3.jpg) repeat-y;
/*	background-color:#99CCFF;*/
	position:relative;
/*	border:#009900 1px solid;*/
}
.news_column_left {
	float:left;
	width:275px;
	padding:50px 10px 10px 20px;
	background:url(../img/sh_13.png) repeat-x;
	position:relative;
/*	border:#FF3366 1px solid;*/
/*	margin-left:10px;*/
}
.news_column_right {
	float:right;
	width:275px;
	padding:50px 10px 10px 15px;
	/*margin-left:36px;*/
	background:url(../img/sh_13.png) repeat-x;
	position:relative;
/*	border:#3366CC 1px solid;*/
/*	margin-right:10px;*/
}
.title_news_column_left {
	position:absolute;
	top:0px;
	left:0px;
}
.title_news_column_right {
	position:absolute;
	top:0px;
	right:0px;
}
.news p {
	margin-top:5px;
	margin-bottom:25px;
}

/*.other {
	width:660px;
	position:relative;
	background:#F7F7F7;
}
.left_col {
	float:left;
	width:285px;
	height:41px;
	background:#F7F7F7 url(../img/sh_13.png) repeat-x;
	position:relative;
	padding:50px 5px 5px 5px;
	border:#009933 1px solid;	
}
.right_col {
	float:right;
	width:285px;
	background:#F7F7F7 url(../img/sh_13.png) repeat-x;
	position:relative;
	padding:50px 5px 5px 5px;
	margin:0px 10px 10px 10px;	
	border:#009933 1px solid;
}*/
/*----------------------------------- Левая колонка (конец)   ---*/

/*----------------------------------- Правая колонка (начало)  ---*/
.right_column {
	width:320px;
/*	background:#FFCCCC;*/
}

.pfts {
	padding:0px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:15px;
}
/*----------------------------------- Правая колонка (конец)   ---*/

/*--------------------------------------------------- Шрифты (начало)  ---*/
h2.red, h3.news_title { font-weight:normal; }
h3.news_title {	font-size:150%; }
h2.red {
	font-size:200%;
	color:#D12F20;
}
/*--------------------------------------------------- Шрифты (конец)   ---*/

/*--------------------------------------------------- Ссылки (начало)  ---*/
a:link.archieve, a:visited.archieve, a:hover.archieve, a:active.archieve {
	font-size:110%;
	color:#D11B1F;
}
a:hover.archieve {
	color:#FF9933;
}

.fiveness a:link, .fiveness a:visited, .fiveness a:hover, .fiveness a:active {
	font-size:100%;
	color:#000000;
	text-decoration:none;
}
/*--------------------------------------------------- Ссылки (конец)    ---*/

/*--------------------------------------------------- Графики    ----------*/

.graph_wrapper {
	width:300px;
	padding:0px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:15px;
}

.grapf {
	padding:5px;
	border:#CCCCCC 1px solid;
	background:#FFFFCC;
	height:200px;
}
.period {
	border:#CCCCCC 1px solid;
	padding:5px;
	margin-top:-1px;
	padding:5px;
	font-size:110%;
} 

.period select, .period input {
	font-size:110%;
} 

a img {
	border:none;
	text-decoration:none;}









