BODY {
	margin: 0px;
	font-family : Verdana;
	color : #000000;
	background-image: url(../images/clouds/clouds_orange.jpg);
	background-position : top;
	background-repeat : repeat-x;
	background-color : White;
}

TD {
	font-family : Verdana;
	font-size : 90%;
	font-size : "80%";
	color : #000000;	
}

IMG {
	border: 0px;
}

FORM {
	margin: 0px;
}


/* Прозрачность для картинки */
.opacity {
	filter: alpha(opacity = '65');
	-moz-opacity:0.65;

}


.absolute_opacity {
	filter: alpha(opacity = '0');
	-moz-opacity: 0;

}


/* Полжожка под контент-зону*/
.content_wrapper {
	padding: 7px;
	height: 100%;
	background-color: #EEF2FB;
}

/* Кнопка главного меню активна */
.menu_on {
	filter: alpha(opacity = '60');
	-moz-opacity:0.7;

}

/* Кнопка главного меню неактивна */
.menu_out {
	filter: alpha(opacity = '100');
	-moz-opacity:1;

}


/* Стиль основных ссылок на сайте */
a:link {
	color: #A52611;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: maroon;
}

a:visited {
	text-decoration: none;
	color: #A52611;
}

.title {
	color: white;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding:10px;
}

/* Стили для новостей */
#news {
	padding: 3px; 
	height: 100%
	width: 100%;
}

#news a:link {
	text-decoration: none;
	color: #2B394E;
	font-family: Verdana;

}

#news a:hover, a:active, a:focus {
	color: #486083;
}

#news hr {
	height: 1px;
	color: #788093;
}

.news_date {
	color: #164180;
	font-family: Verdana;
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 3px;
}

/* Заголовок первого уровня */
h1 {
	font-family: Verdana;
	font-size: 110%;
	color: #164180;
	font-weight: bold;
}

.head {
	font-size: 130%;
	font-weight: bold;
}

.button a {
   opacity: 1;
   -moz-opacity: 1;
   -khtml-opacity: 1;
   filter: alpha(opacity=100);
}

.button a:hover {
   opacity: 0.6;        /* Naienoai CSS3 */
   -moz-opacity: 0.6;   /* Aey Mozilla */
   -khtml-opacity: 0.6; /* Aey Konqueror/Safari */
   filter: alpha(opacity=60); /* Aey IE */
   display: block;
   width: "0px";
   height: "0px";
}

ul.errors{
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.errors li{
	font-size: 11px;
	color: #c00000;
	height: 12px;
}