@charset "windows-1251";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 11px;
}

.popup_processing
{
        display: none;
        position : absolute;
        z-index: 10;
        height: 50px;
        width: 150px;
	    background: #fff;
        text-align: center;
        margin: 15px 15px 15px 15px;
        border: thin ridge;
}

.img-left {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 4px;
	border: none;
}
#img-left {
	float: left;
	border: 1px solid #1F3555;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#header {
	background-color: #FFFFFF;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
h4 {
	margin: 0px;
	font-size: 14px;
}
#barLeft {
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-color: #476185;
}
#mainContent {
	margin-left: 220px;
} 
#footer {
	line-height: 1.4em;
	background-image: url(../_img/bg-footer-3.gif);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menuleft {
	padding: 20px 20px 0px;
}
#menuleft a {
	display: block;
	text-transform: uppercase;
	color: #D3E4FD;
	margin-bottom: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A4F6E;
	font-size: 11px;
	text-shadow: 2px 2px 2px black;
	width: auto;
}
#menuleft a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
#header #sublink {
	text-align: right;
	margin-bottom: 20px;
	font-size: 10px;
	color: #666666;
	height: 22px;
	padding-top: 8px;
	background-image: url(../_img/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: lowercase;
}
#header #logo {
	float: left;
	width: 500px;
	margin-bottom: 10px;
}
#header #ads {
	float: right;
	width: 500px;
	text-align: right;
	margin-bottom: 10px;
}
#header #menutop {
	height: 35px;
	clear: both;
	background-image: url(../_img/bg-menu-top.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
	color: #FFFFFF;
}
#maintab {
	width: 100%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: none;
	clear: both;
}
#menutop #finder {
	float: left;
	margin-top: 9px;
	margin-right: 20px;
	width: 180px;
}
.inpt {
	font-size: 9px;
	vertical-align: middle;
	padding-left: 4px;
	height: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	background-image: url(../_img/bg-input.gif);
	background-repeat: repeat-x;
}
#finder .search {
	width: 180px;
	margin: 0px;
}
#finder .search .inpt {
	width: 147px;
	float: left;
}
#finder .search #go {
	float: right;
	height: 18px;
	width: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menutop #login_area {
	float: right;
	margin-top: 9px;
	padding: 0px;
	width: 350px;
	text-align: right;
}
#login_area .login_area {
	margin: 0px;
}
#login_area .login_area .inpt {
	width: 97px;
	float: left;
	margin-right: 6px;
}
#login_area .login_area #go {
	float: right;
}
#menutop #menubar {
	float: left;
	margin-top: 10px;
}
#menubar a {
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 1px;
}
#menubar a:hover {
	color: #FF9900;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.login_area a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-bottom: 2px;
}
.login_area a:hover {
	color: #FF9900;
}
#login_area #register {
	float: right;
	margin-top: 2px;
}
#calendarbox {
	background-color: #6EB400;
	height: 190px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 18px;
	padding-left: 18px;
}
#login_area form {
	margin: 0px;
}
.bannerblock {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.bannerblock img {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 1px;
}
.bannerblock img:hover  {
	border: 1px solid #FFFFFF;
	padding: 1px;
}
.forumanons {
	padding-top: 15px;
	background-color: #6699CC;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
/*новости на главной*/
#content-1 {
	background-image: url(../_img/bg-780-1.gif);
	background-repeat: repeat-y;
	width: 780px;
	background-color: #EEEEEE;
	vertical-align: top;
}
#content-1 #lefttextblock {
	float: left;
	width: 350px;
	background-image: url(../_img/bg-title-green.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	clear: left;
	padding-right: 20px;
	padding-left: 20px;
}
#content-1 #righttextblock {
	float: right;
	width: 350px;
	background-image: url(../_img/bg-title-blue.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
#dualbox h1 {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-weight: normal;
	text-shadow: 2px 2px 2px black;
}
#newsbox {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
}
#gallery {
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	margin-bottom: 10px;
}
#title #date {
	background-color: #476185;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 9px;
	float: left;
	margin-top: 3px;
	width: 62px;
	text-align: center;
}
#content-1 h2 {
	float: right;
	font-weight: bold;
	width: 270px;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
#content-1 #title {
	width: 350px;
	float: left;
}
/*раздел*/
#content-2 {
	background-image: url(../_img/bg-780-2.gif);
	background-repeat: repeat-y;
	width: 780px;
	background-color: #EEEEEE;
	vertical-align: top;
}
#content-2 #lefttextblock {
	float: left;
	width: 480px;
	background-image: url(../_img/bg-title-green.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
#content-2 #righttextblock {
	float: right;
	width: 220px;
	background-image: url(../_img/bg-title-blue.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	clear: right;
	padding-right: 20px;
	padding-left: 20px;
}
#dualbox h1 {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	margin-left: 0px;
}
#content-2 #righttextblock #newsbox {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
}
#content-2 #righttextblock #persona {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
}
#dualbox #mainnewsbox {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
}

#content-2 #lefttextblock h2 {
	float: right;
	font-weight: bold;
	width: 400px;
	font-size: 12px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content-2 #lefttextblock h3 {
	float: right;
	font-weight: bold;
	width: 390px;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
#content-2 #righttextblock h2 {
	font-weight: bold;
	font-size: 10px;
	padding: 0px;
	float: right;
	width: 140px;
	margin: 0px;
}
#content-2 #lefttextblock #title {
	width: 480px;
}
#content-2 #lefttextblock #title2 {
	width: 480px;
}
#content-2 #righttextblock #title {
	width: 220px;
}
#newsbox #textbox {
	font-size: 11px;
	padding-top: 6px;
	line-height: 1.1em;
	float: left;
	clear: both;
	width: 350px;
}
#persona #textbox {
	clear: both;
	display: block;
	font-size: 70%;
	padding-top: 6px;
	line-height: 1.1em;
}
#fulltextbox {
	clear: both;
	display: block;
	padding-top: 10px;
	line-height: 1.3em;
	text-align: justify;
	font-size: 12px;
}
#mainnewsbox #textbox {
	clear: both;
	display: block;
	font-size: 11px;
	padding-top: 6px;
}
#title a {
	color: #0066CC;
	text-decoration: underline;
}
#title a:hover {
	text-decoration: none;
}
#mainnewsbox #img-348 {
	border: 1px solid #1F3555;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 348px;
}
#persona #img-218 {
	border: 1px solid #1F3555;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 218px;
}
#dualbox {
	width: 780px;
	clear: both;
}
.forumtitle {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 12px;
	text-shadow: 2px 2px 2px black;
}
.forumanons li {
	font-size: 10px;
	color: #EEEEEE;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #476185;
	display: block;
}
.forumanons span {
	color: #476185;
}
.forumanons a {
	color: #000000;
	text-decoration: none;
	display: block;
}
.forumanons a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*подвал*/
#footer #contact {
	width: 180px;
	float: left;
	margin-bottom: 10px;
}
#footer a {
	color: #3182D3;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #333333;
}
#footer #rating {
	float: right;
	margin-bottom: 10px;
	width: 740px;
}
#rating img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: none;
}
#footer #otherlink {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: none;
	width: 960px;
	font-size: 10px;
	clear: both;
	padding-top: 20px;
}
#otherlink li {
	float: left;
	margin-right: 10px;
}
#otherlink a {
	color: #999999;
	text-decoration: underline;
	margin-right: 20px;
	white-space: nowrap;
	display: block;
	float: left;
	text-transform: lowercase;
}
#header #sublink a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #63A200;
}
#header #sublink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#pages {
	clear: both;
	font-weight: bold;
	color: #6DB400;
	font-size: 10px;
	line-height: 1.6em;
	margin-bottom: 20px;
}
#pages a {
	color: #3C89D5;
	text-decoration: none;
	padding: 2px;
	font-weight: normal;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#gallery img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
	margin-top: 0px;
}
#fulltextbox li {
	margin-bottom: 5px;
	font-style: italic;
	display: block;
}
#fulltextbox li a {
	color: #0066CC;
	text-decoration: underline;
}
#persona h3 {
	font-size: 10px;
	margin: 0px;
}
#content-2 #righttextblock #textbox {
	font-size: 10px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
}
#content-2 #dualbox #lefttextblock #newsbox #textbox {
	width: 480px;
}
#pages a:hover {
	color: #000000;
}
#tabinside {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tabinside td {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #666666;
}

#tabinside td .images {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 0;
	vertical-align: top;
	border-top-width: 0;
	color: #666666;
}

#addnews .textfield {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	padding: 5px;
	border: 1px solid #999999;
	color: #333333;
	font-size: 11px;
	clear: both;
	width: 97%;
}
#tabinside .td_label {
	font-size: 12px;
	color: #0066CC;
	text-align: right;
	width: auto;
	padding-right: 20px;
}
#addnews .jump {
	width: 100%;
	margin-bottom: 10px;
}
.knopka input[type="file"] {
	display: block;
	margin-bottom: 3px;
	margin-top: 2px;
	margin-right: 5px;
	padding: 2px;
	font-size: 9px;
	width: 200px;
}
