body, html
{
	padding:0px;
	margin:0px;
	width:100%;
	background:#f6f6f6;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

a img
{
	border:0px;
}

hr
{
	#CCCCCC;
}

.block p
{
	/*margin:5px;*/
}

.logo
{
	font-size:28px;
	color:#003;
}

.data_news
{
	display:block;
}

.news_headline
{
	text-decoration:none;
	color:#000066;
}

.news_headline_item
{
	text-decoration:none;
	color:#000066;
	font-size:14px;
}

a.return_main
{
	text-decoration:none;
	font-size:12px;
} 

a.return_main:hover
{
	text-decoration:none;
}

a.name_news
{
	font-size:18px;
	color:#006;
}	

.header
{
	background: #f6f6f6; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfe6e7', endColorstr='#f6f6f6'); /* для IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#cfe6e7), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #cfe6e7,  #f6f6f6); /* для firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #cfe6e7,  #f6f6f6); /* для Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cfe6e7,  #f6f6f6); /* для IE10+ */
	background: linear-gradient(top,#cfe6e7,#f6f6f6);
}

.headline
{
	font-size:13px;
	font-weight:700;
	color:#FFF;
	border-bottom:#FFF 1px solid;
	box-shadow: 0px 3px 3px #b7b7b7;
	margin-top:10px;
	margin-bottom:5px;
	height:25px;
	padding-left:10px;
	padding-top:5px;
	display:block;
}

.menu
{
	padding-left:0px;
	margin:0px;
}

.block
{
	border-radius: 10px;
	border:#CCC 1px solid;
	width:250px;
	padding-bottom:10px;
	padding-top:5px;
	margin-bottom:10px;
}
.nonedecoration
{
	text-decoration: none;
	color: #000000;
}
.mainblock
{
	border-radius: 10px;
	border:#CCC 1px solid;
	width:100%;
	height:100%;
}

.mainblock .headlineM
{
	font-size:18px;
	color:#006;
}

.data
{
	color:#900;
}

.mainblock span
{
	display:block;
	font-size:12px
}

#counter
{
	list-style-type:none;
	padding-left:0px;
}
#counter li
{
	float:left;
	display: block;
	position:relative;
	width: 20px;
	height: 15px;
	text-align:center;
	padding:5px;
}
#counter .selected
{
	color:#414142;
	font-weight:bold;
}

.news_pages
{
	padding-bottom:20px;
	display:block;
}
.news_pages span
{
	display: block;
	position:relative;
	float:left;
	text-align:left;
	font-style:italic;
	/*color:#377B32;*/
	margin-left:5px;
	padding-top:5px;
}
.news_pages input
{
	margin-left:20px;
	display: block;
	position:relative;
	float:left;
	text-align:right;
	width:30px;
	color:#414142;
}
.news_pages .show_all
{
	display:block;
	float:left;
	margin-left:20px;	
    color: #FFFFFF;
    font-size: 11px;
    height: 22px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    width: 90px;
}
.results_table
{
	width:100%;
	margin-top:30px;
	font-size:11px;
}
.results_table thead, .results_table th
{
	background:#00afee;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
}
.results_table thead td, .results_table thead td a
{
	color:#000000;
	font-weight:bold;
}
.results_table td,.results_table th
{
	text-align:center;
	padding:2px 2px;
}  
.results_table td:first-child, .results_table th:first-child
{  
	text-align:center;
}
.results_table2 td
{
	padding:2px;
}
.results_table2 td a
{
	color:#000000;
	font-weight:normal;
}
.results_table2 tr:nth-child(odd)
{
	background: #ebeaac;
}
.results_table2 tr:nth-child(even)
{
	background: #e1e186;
}
.search_by_card
{
	
}
.alphabet
{
	display:block;
	width:100%;
}
.alphabet a 
{
	display:block;
	float:left;
	margin-right:10px;
}