@charset "windows-1251";
body  {
	font:11px/16px Tahoma, Arial, Helvetica, sans-serif;
	background:#DEDEDE url(/images/back.png);
	margin:0 0 15px 0;
	padding:0;
	text-align:center;
	color:#222;
}

.main #container {
	/*width: 92%;
	min-width:980px;*/
	width:980px;
	background:#EEEEEE;
	margin:0 auto;
	text-align:left;
	border:1px solid #000000;
}
.main #header {
	padding:0px;
	background:#080a09 url(/images/head.jpg) no-repeat center;
	height:150px;
}

.main .line {
    background:url(/images/line.png) repeat-x;
	margin-bottom:10px;
	height:5px;
}

.main .sidebar_head {
	background:#7ab856 url(/images/sidebar_head.png);
	height:28px;
	text-align:center;
	font:16px Arial, Helvetica, sans-serif;
	padding-top:12px;
	cursor: pointer;
}

.main .sidebar_footer {
	background:url(/images/sidebar_footer.png) no-repeat bottom;
	height:80px;
	text-align:center;
	margin-top:0px;
}

.main .sidebar {
	background:#EEEEEE;
	margin:0;
	border:1px solid #7ab856;
}

.main .left_sidebar {
	float:left;
	width:176px;
	margin-left:6px;
}

.main .right_sidebar {
	float:right;
	width:176px;
	margin-right:6px;
}

.main .news {
    padding:5px;
	font: 11px Arial, Helvetica, sans-serif;
}


.main .advert {
    padding:10px;
	text-align:center;
}

.main .cHead {
	margin: 0;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	border-top:1px solid #D0D0D0;
}

.main .cHeadInner {
	background:#EEEEEE url(/images/chead.png) left bottom;
	height:45px;
	border:1px solid #f5f5f5;
	font:10px Arial, Helvetica, sans-serif;
	text-align:center;
}

.main .cHeadInner .title {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
    margin:18px 0 0 0;
}

.main .cdate {
	float:right;
	position:relative;
	right:0px;
	padding:1px 2px;
	width:55px;
	border-left:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}

.main .location {
	float:left;
	position:relative;
	left:0px;
	padding:1px 2px;
	/*width:55px;*/
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}

.main .location a, .main .location a:hover {
	text-decoration:none;
}


.main .cFooter {
	height:5px;
	background:url(/images/line.png) repeat-x;
	margin:0;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}

.main .cFooterTop, .main .cFooterBottom {
	background:url(/images/slashes.png) repeat-x;
	border:1px solid #D0D0D0;
	margin:0;
	height:2px;
}

.main .cFooterTop {

	border-top:none;
}

.main .cFooterBottom {

}


.main .cFooterMiddle {
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	background:#FFFFFF url(/images/button/enabled.png) left 2px;
	padding:3px 5px;
}

.main .cFooterMiddle a {	margin-left:2px;
}


.main .content {
	border:1px solid #D0D0D0;
	padding:10px;
	margin:0;
	background:#FFFFFF;
	min-height:400px;
}

.main .content table {
    background-color:#EEEEEE;
}

.main .content td {
    background-color:#FFFFFF;
}

.main #mainContent {
    margin:0 190px 0;
	background:#EEEEEE;
}

.main #footer {
	padding: 0 10px;
	height: 40px;
	background:#DDDDDD url(/images/footer.png) bottom;
	text-align:right;
	margin-top: 50px;
}

.main #footer .copy, .main #footer .dbg {
    color:#000000;
	padding-top:18px;
	font: 10px Arial, Helvetica, sans-serif;
}

.main #footer .copy {
	float: right;
}

.main #footer .dbg {
	float: left;
}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.main a:link, .main a:visited {
    color:#528CE0;
	text-decoration:none;
}

.main a:hover {
    color:#41464D;
	text-decoration:underline;
}


#accordion {
	margin:0px 0px;
}

h3.toggler {
	cursor:pointer;
	border:1px solid #f5f5f5;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:#eeeeee url(/images/button/enabled.png) 0px 2px;
	color:#528CE0;
	margin:0;
	padding:3px 5px 1px;
}

h3.toggler:hover {
    background: #f0ffc0 url(/images/button/hover.png) 0px -5px;
}

.element {
    border: 1px solid #D0D0D0;
	margin: 0 1px;
}

.element a:link, .element a:visited {
	text-decoration:none;
	display:block;
	margin:0px;
	padding:6px;
	font:11px Arial, Helvetica, sans-serif;
	line-height:8px;
	color:#000000;
}

.element a:hover, .element a.selected {
    background: #DDDDDD;
    font-weight:bold;
	text-decoration:none;
}


.main .newsPreview {
	padding:0;
	margin:0;
}

.main .newsPreview .newsHead {
	padding:5px 5px 3px 5px;
	margin: 0px;
	border:1px solid #F3F3F3;
	border-right-color:#ddd;
	border-bottom: 0px;
	background:#EEEEEE url(/images/nhead.gif) repeat-x;
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
	color: #333333;
	cursor: pointer;
}


.main .newsPreview .newsContent {
	padding:10px;
	border:0px;
	border:1px dashed #DDDDDD;
	border-top-style: solid;
	border-bottom-color:#FFF;
	margin-left: 1px;

}

.main .newsPreview .newsFooter {
	padding-right: 5px;
	text-align:right;
	border:1px solid #F3F3F3;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
	background:#F3F3F3 url(/images/nhead.gif) repeat-x left -4px;
}

.main .newsPreview .newsFooter a:hover {
	text-decoration:none;
}


.main .newsArch {	border:1px solid #DDDDDD;
	border-right-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	padding:0;
	margin:0;
}

.main .news_aline {
    padding: 5px;
   	border:1px solid #F5F5F5;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
}


.main .news_aline:hover{
   background:#EEEEEE url(/images/list_line_back.gif) 0px -3px;
}


.main span.ndate {
   font-size:10px;
   font-style:italic;
   font-family:Arial;
   color: #666666;
   font-weight:normal;
   cursor: default;
}


.main span.ndate:hover {
   color: #000000;
}


.main .list {
	border:1px solid #DDDDDD;
	border-right-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	padding:0;
	margin:0;
}

.main .list_head {
    padding: 5px;
   	border:1px solid #F5F5F5;
	border-bottom-color:#ddd;
	border-right-color:#ddd;
	background:#F3F3F3;
	font-weight:bold;
	text-align: center;
}

.main .list_line {
    padding: 5px;
   	border:1px solid #F5F5F5;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
}

.main .list_line:hover{
    background:#EEEEEE url(/images/list_line_back.gif) 0px -3px;
}



.main .errorList {
	border:1px solid #DDDDDD;
}


.main .error, .main .warning, .main .ok {    background:#EEEEEE;
	border:1px solid #F5F5F5;
	border-right-color:#ddd;
	border-bottom-color:#ddd;
	padding: 5px;
	text-align: center;

}

.main .error {
    background:#FF3300 url(/images/warning.gif) no-repeat 3px 4px;
}

.main .error:hover {
    background-color:#66FF66;
}

.main .warning {
    background:#F0FFC0 url(/images/warning.gif) no-repeat 3px 4px;
}

.main .warning:hover {
    background-color:#FF5555;
}

.main .ok {
    background:#66FF66;
}

.main .ok:hover {	background-color: #F0FFC0;
}


.main form {
    margin:0px;
	padding:0px;
}

.main input {
	border:1px solid #ccc;
	font:12px Arial, Helvetica, sans-serif;
	color:#555555;
	/*margin-bottom:2px;*/
}

.main input.text {
	background-image: url(/images/button/hover.png);
}

.main input.check {
	background:#FFFFFF url(/images/button/enabled.png);
	padding:0px;
	border:1px solid #ccc;
	width:15px;
	height:15px;
}

.main input.check:hover {	background:#EEEEEE url(/images/button/hover.png) 0px -8px;
}

.main input.button {
	background:#FFFFFF url(/images/button/enabled.png);
}

.main input.button:hover {
	background:#EEEEEE url(/images/button/hover.png) 0px -8px;
	cursor:pointer;
}

.main select {
	border:1px solid #ccc;
	font:12px Arial, Helvetica, sans-serif;
	color:#555555;
	background-image: url(/images/button/hover.png);
}

.main select:hover {
	background:#EEEEEE url(/images/button/hover.png) 0px -8px;
	cursor:pointer;
}





.main .user {
	text-align:center;
}


.main .user input {
	font-size:14px;
	font-style:italic;
	margin-bottom:2px;
}


.main .user input.button {
	font-style:normal;
}


.main .gadget {
	text-align:center;
	padding:10px 0px;
}



hr {
    margin:7px 0;
    height:1px;
    border:none;
    background:#D0D0D0;
    color:#D0D0D0;
}


h1 {
    font-size:24px;
}

h2 {
    font-size:18px;
}

h3 {
    font-size:16px;
}

h4 {
    font-size:14px;
}

img {	border: 0px;
}

.captcha {
	cursor:pointer;
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	margin-bottom: -1px;
}


.printr {
	border:1px solid #D0D0D0;
	border-top: 0px;

	background:#f5f5f5;
}

.printr pre {	padding: 5px;
	text-align: left;
}

.printr .prhead {
	background:#eeeeee url(/images/button/enabled.png) 0px 2px;
	text-align: center;
	padding:5px 0;
	cursor: pointer;
}

.red {	color:#FF0000;
}


.inline {
    display: -moz-inline-box;
}

.inline {
    display: inline-block;
}




