@charset "windows-1251";
/* CSS Document */

body
{
	background-color:#ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#579ae4;
}

a, a:visited, a:active
{
	color:#579ae4;
	text-decoration:underline;
}

a:hover
{
	color:#cc3300;
	text-decoration:none;
}

img
{
	border:0px solid blue;
margin:0px 5px 5px 5px;
}

img.newsimage
{
	border:1px solid gray;
}

h1,h2,h3,h4
{
	font-family:Arial, Helvetica, sans-serif;
	color:#579ae4;
	margin:10px 0px 10px 0px;
}

h1
{
	font-size:20px;
}

h2
{
	font-size:16px;
}

h3
{
	color:white;
	font-size:130%;
}

h4
{
	font-size:14px;
}

h5
{
	text-decoration:underline;
}


.align-left
{
	float:left;
	margin-right:10px;
}

.align-right
{
	float:right;
	margin-left:10px;
}

td.left-menu
{
	background-color:#efefee;
	font-size:80%;
}

#left-menu-header
{
	background-color:#579ae4;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:17px;
	padding:5px;
}

#left-menu
{
	font-size:120%;
	padding:20px 20px 20px 60px;
	font-weight:bold;
	line-height:150%;
}

#left-menu a.active
{
	color:#cc3300;
}

table.search
{
	border:1px solid #cfcecb;
}

table.search form
{
	margin:0px 0px 0px 0px;
}

table.search input
{
	width:100%;
	height:100%;
	border:0px solid gray;
}

#rss
{
	border:0px solid red;
	height:82px;
	font-weight:bold;
	background-image:url(../i/rss-bg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#579ae4;
	color:white;
	text-align:center;
}

#rss table td
{
	padding-top:30px;
	font-size:120%;
}

div.lastlist
{
	padding:5px 10px 10px 10px;
}

#links
{
	background-color:white;
	border-right:2px solid #efefee;
	padding:20px 20px 20px 20px;
}

td.content
{
	padding:0px 20px 20px 20px;
	font-size:75%;
	color:#336699;
}

td.content a
{
	color:#336699;
}

table.top-news
{
	background-color:#75baee;
	background-image:url(../i/top-news.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:white;
}

table.top-news td.text
{
	background-image:url(../i/top-news-bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:10px 20px 10px 20px;
}

table.top-news a, table.top-news a:visited, table.top-news a:hover
{
	color:white;
}

table.top-news div.img img
{
	border:1px solid gray;
	margin:10px 10px 10px 10px;
}

#last-news-header
{
	width:200px;
	color:white;
	background-color:#579ae4;
	padding:10px 10px 10px 10px;
	margin:5px 0px 10px 0px;
	text-align:center;
}

div.last-news
{
	line-height:120%;
}

div.section-header
{
	height:40px;
	position:relative;
	top:7px;
	background-color:#579ae4;
	background-image:url(../i/section-bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

div.section-header h2
{
	color:white;
	padding:10px 0px 0px 200px;
	margin:0px 0px 0px 0px;
}

td.footer
{
	background-color:#579ae4;
	color:white;
	font-size:80%;
	padding:20px 10px 20px 10px;
	font-weight:bold;
}

td.footer a
{
	color:white;
}

 /* CALENDAR */
 .calendar th, .calendar th a{
  background: #9099A1;
  color: #fff;
  font-weight: bold;
 }

 .calendar td {
  background: #fff;
  text-align: center;
 }

 .calendar .cc2 {
  background: #cccccc;
 }

 .calendar .cc {
 }

 .calendar .cc3 {
/*  background: #FF7200;*/
background: #cccccc;
}

div.pages
{
	font-size:120%;
	text-align:center;
	border-top:1px solid #336699;
	padding-top:10px;
}

div.pages a:hover
{
	color:#cc3300;
}

