@charset "utf-8";
/*.menu,.menu_active, .offset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.menu a {
	color:#5F0000;
	text-decoration:none;
}
.menu a:hover {
	color:#DA251D;
	text-decoration:none;
}
.menu_active {
	color:#DA251D;
	cursor:default;
}*/
html, body, form {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a img {
	border:0;
}
a {
	color:#DA251D;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#content {
	padding: 0 10px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif
}
.date {
	color:#7A1E1A;
}
.anketa {
	padding:10px;
	background:#FFFFCC;
	font-size:14px;
	border:1px solid #FF9900;
}
h1 {
	color:#DA251D;
	font-size:18px;
}
h1 {
	color:#0000FF;
	font-size:20px;
}
h2 {
	color:#0000FF;
	font-size:16px;
}
hr {
	border: none;
	height: 1px;
	color: #666;
	background-color: #666;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;	
}
#menu ul {
	padding:0;
	margin: 0 0 0 10px;
	list-style:none;
}
#menu ul li {
	background:url(/images/menu_li.gif) no-repeat;
	padding-left:10px;
	margin-left:-10px;
	border-top:1px solid #CCC;
}
#menu ul li.active {
	color:#DA251D;
}
#menu ul li.open_active {
	color:#DA251D;
	padding-left:12px;
	background:url(/images/menu_open.gif) no-repeat;
}
#menu ul li.open {
	color:#DA251D;
	padding-left:12px;
	background:url(/images/menu_open.gif) no-repeat;
}
#menu .close {
	color:#DA251D;
	background:url(/images/menu_close.gif) no-repeat;
}
#menu a {
	color:#5F0000;
	text-decoration:none;
}
#menu a:hover {
	color:#DA251D;
	text-decoration:none;
}
#breadcrumb {
	font: 12px Arial;
	margin:10px 0;
}
.pagination {
	font-family:Arial;	
}
#page .item
{
	margin:10px 0;
	padding:10px 0;
	border-bottom:1px solid #666;
	clear:both;
	overflow:auto
}
.table-border-1px {
	border-collapse:collapse;	
}
.table-border-1px td {
	border:1px solid #666;
}
.message {
	font-weight:bold;
	padding:10px;
	border:1px solid #F00;	
}
/*
#nav {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
}
#nav li {
	position: relative;
	list-style: none;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#nav .current a, #nav li:hover > a {

}
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
}
#nav ul a:hover {
	background: #0399d4 !important; 
	color: #fff !important;
}
#nav ul {
	background: #ddd; 
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 0px;
	left: 150px;
	border: solid 1px #b4b4b4;
}
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
}
#nav ul ul {
	left: 181px;
	top: -3px;
}
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
*/
.data {
	border-collapse:collapse;	
}
.data td {
	border-bottom:1px solid #EAEAEA;	
}
