@charset "windows-1251";
/*
*
*
*
*/

/* Стандартные стили */
body, p, table, tr, td {
	color: #000000;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
A {
	color: #000099; 
	text-decoration: none;
}
A:hover {
	color: #000099; 
	text-decoration: underline;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color : #000000;
}
hr {
	height: 0px; 
	border: solid #3F1D80 0px; 
	border-top-width: 1px;
}

/* Общие стили */
.menu {
/*	background: #671a0a;*/
background: #671a0a;
	/*color: #FFFF00;*/
	color: #671a0a
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}
a.menu:link,
a.menu:hover,
a.menu:visited {
	color: #FFFF00;
	text-decoration: none;
}

.bolder_all {
	padding: 8px;
}

/* Стили шапки */
.header {
	/*background: #671a0a;*/
	background: #671a0a;
	background-color: #671a0a;

}

/* Стили верхних блоков */
.block-top {
}
.block-top_title {
}
.block-top_content {
}
.block-top_images {
/*	background-color: #671a0a;*/
background-color: #671a0a;
}

/* Стили левых блоков */
.block-left {
	width: 200px;
}
.block-left_title {
	/*background: #671a0a;*/
	background: #671a0a;
	color: #FFFF00;

	font-size: 9pt;	
}
.block-left_content {
	background: #FFFFFF;
	font-size: 9pt;;
}
.block-left_images {
}

/* Стили центральных блоков */
.block-center {
}
.block-center_title {
}
.block-center_content {
}
.block-center_images {
}

/* Стили модуля по умолчанию */
.mod-title {
	background: #671a0a;
	color: #FFFF00;
	font-size: 9pt;
}
.mod-content {
	background: #FFFFFF;
	font-size: 9pt;	
}

/* Стили правых блоков */
.block-right {
	width: 170px;
}
.block-right_title {
}
.block-right_content {
}
.block-right_images {
}

/* Стили нижних блоков */
.block-bottom {
}
.block-bottom_title {
}
.block-bottom_content {
}
.block-bottom_images {
}

/* Стили подвала */
.footer {
	color: #000000;
	font-size: 10px;
}
a.footer:link,
a.footer:hover,
a.footer:visited {
	color: #000000;
}

/* Стили авторства */
.copyright {
	font-size: 10px;
	color: #000000;
}
a.copyright { 
	color: #000000; 
	text-decoration: none;
}
a.copyright:hover { 
	color: #000000; 
	text-decoration: underline;
}
 



.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
#border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}


