body, html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background: #ffffff;
    /*min-width: 1000px;*/
    /*_width: 1000px;*/
}

body, html, form, table, td, ul, li, ol, p, input {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    color: #555;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.left {
  float:left !important;
}
.right {
  float:right !important;
}
.clear {
  clear:both;
  height:0;
  line-height:0;
  font-size:0;
  margin:0;
  padding:0;
}

.top-banners {
    clear: both;
    text-align: justify;
    line-height: 0;
    
    margin: 0 5px;
    text-justify: newspaper;
    zoom:1;
}
    .top-banners:after {
        width: 100%;
        height: 0px;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }
    
    .top-banners .bItem {
        display: inline-block;
        text-align: justify;
        vertical-align: top;
        margin: 15px 0 0 0;
    }

.right-banners-240 .bItem {
    margin: 0 0 20px 0;
}

.right-banners-100 {
    clear: both;
    text-align: justify;
    line-height: 0;
    
    margin: 0 5px;
    text-justify: newspaper;
    zoom:1;
}
    .right-banners-100:after {
        width: 100%;
        height: 0px;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }
    
    .right-banners-100 .bItem {
        display: inline-block;
        text-align: justify;
        vertical-align: top;
        margin: 0 0 20px 0;
    }

.form-field {
	background: #ebebeb;
	padding: 3px;
	font-size: 12px;
}
.form-button {
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 14px;
    color: #555;
    padding: 7px 15px;
}

.jot-form label {
    margin: 0 0 5px 0;
}

.errors {
	width: 60%;
	border: 1px solid #e04b33;
	padding: 7px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.errors strong {
		display: block;
		font-size: 16px;
	}

img {
    border: none;
}

h1, .h1 {
	color: #2e2b2b;
	font-size: 20px;
	border-bottom: 1px dotted #999;
	padding-bottom: 6px;
}

h2 {
    margin-top: 20px;
    /*margin: 0;*/
    padding: 0;
    font-size: 16px;
    color: #6f6f6f;
    font-weight: bold;
}
h2 sup {
    font-size: 10px;
    font-weight: normal;
}
h2.main-block {
    padding-bottom: 6px;
    border-bottom: 1px dotted #999;
    margin-bottom: 25px;
}

a {
    color: #00a1fd;
    text-decoration: underline;
}
a:hover {
    color: #CC0000;
}

a.syslink {
	font-size: 11px;
}

table.simple {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
	table.simple  td {
		padding: 0;
	}

#layout {
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: 998px;
}

html>body #layout {
    height: auto !important;
    min-height: 100%;
}

#empty, #footer {

}

#empty {
    clear: both;
    height: 125px;
}

#footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    background: #f2f0eb;
    height: 105px;
}
	#footer ul {
		padding: 0;
		margin: 0 12px;
	}
	#footer ul li {
		float: left;
		padding: 0;
		margin: 0 15px 0 0;
		list-style: none;
		line-height: 30px;
	}
	#footer li a {
		color: #555;
	}
	#footer li a:hover {
		color: #777;
	}

.content {
    margin: 25px 10px 70px 10px;
}
	.content p {
		line-height: 18px;
        margin: 10px 0 20px 0;
	}

.column-right {
	width: 250px;
	padding: 0 0 0 15px;
	border-left: 1px solid #ebebeb;
}
.column-left {
	padding: 0 15px 0 0;
}

#header {
	border-top: 1px solid white;
	height: 184px;
	margin: 0px 20px 3px 10px;
	padding-top: 0px;
}
	#header table {
		height: 100%;
	}

	#top-links {
		font-size: 12px;
		color: #999;
		margin: 10px 0 30px 0;
	}
	#top-links a {
		color: #999;
		text-decoration: underline;
		padding: 0 5px;
	}
    
    #header-search {
        position: absolute;
        top: 153px;
        right: 120px;
    }
        #header-search #ajaxSearch_input {
            height: 25px;
            border: 2px solid #DC472F;
            width: 200px;
			padding: 3px 5px;
        }
        
        #header-search #ajaxSearch_submit {
            height: 25px;
            padding: 2px 5px;
            font-size: 11px;
            margin: 0;
			background: #DC472F;
			color: #fff;
			border: 1px solid #fff;
			cursor: pointer;
        }
    






.pages {
    margin: 35px 0 0 0;
    font-size: 12px;
}

.prev-next {
    color: #6f6f6f;
}

.prev-next b {
    color: #7D7D7D;
    font-size: 12px;
}

.pages-numbers {
    margin-top: 10px;
    font-size: 16px;
}

.ditto_currentpage, a.ditto_page {
    padding: 3px;
    margin-right: 5px;
}

.ditto_currentpage {
    background: #6f6f6f;
    color: white;
}

.B_crumbBox {
	display: block;
	margin: 5px 0;
}

	.B_crumbBox, .B_crumbBox a {
		font-size: 11px;
	}


#ajaxSearch_form{ padding:0px; margin:0px;} /*������� � ����� ������*/
#ajaxSearch_form fieldset{ border:0px; }

h2.block-name {
	margin: 23px 0 6px 0;
	color: #e81f27;
}

.tagcloud {
	padding: 7px;
	border: 1px solid #ebebeb;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.tagcloud a {
		color: #777;
		text-decoration: underline;
	}
	.tagcloud a:hover {
		color: #999;
	}
	.tagcloud span {
		padding: 0 5px 0 0;
	}
	.tagcloud .s1 {
		font-size: 11px;
		line-height: 18px;
	}
	.tagcloud .s2 {
		font-size: 13px;
		line-height: 20px;
	}
	.tagcloud .s3 {
		font-size: 15px;
		line-height: 22px;
	}
	.tagcloud .s4 {
		font-size: 17px;
		line-height: 24px;
	}

/*�����*/
.easypoll {
	padding: 7px;
	border: 1px solid #ebebeb;
	background: #ebebeb;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.poll-question {
		font-size: 13px;
		margin: 0 0 10px 0;
	}

	.easypoll ul {
		margin: 0;
		padding: 0 0 0 10px;
		list-style: none;
	}
	.easypoll li {
		padding: 3px 0;
	}

.radius5px {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.author {
	margin: 0 0 25px 0;
	background: #ebebeb;
	padding: 10px;
}
	.author h2 {
		margin-bottom: 15px;
	}
	.author img {
		float: left;
		margin: 0 10px 10px 0;
	}

	.author table {
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.author tr {
		vertical-align: top;
	}
	.author table th {
		width: 200px;
		padding: 0 5px 0 0;
	}
	.author td {
		padding: 0;
	}
.dowload-link {
	background: url('../img/download.png') scroll no-repeat left center;
	color: #00cc00;
	padding: 0 0 0 20px;
	line-height: 20px;
}

.pdf {
	width: 45%;
	float: left;
	border: 1px solid #ebebeb;
	margin: 0px 10px 20px 0;
	padding: 7px;
}
	.pdf table {
		border: none;
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
	}
	.pdf table tr {
		vertical-align: top;
	}
	.pdf table th {
		padding: 7px 5px 0 0;
	}
	.pdf table td {
		padding: 7px 0 0 5px;
	}


.adv-link {
	font-size: 17px;
	line-height: 22px;
	margin: 5px 0 20px 0;
	padding: 7px;
	padding-left: 58px;
}
.announcement {
	background: #62b9d5 url('../img/note.png') scroll no-repeat 7px center;
	height: 49px;
}
	.announcement a {
		color: white;
	}
	.announcement a:hover {
		color: #eeeeee;
	}

.adv {
	background: #feca5a url('../img/effect.gif') scroll no-repeat 7px center;
	height: 39px;
}
	.adv a {
		line-height: 39px;
		color: #333;
	}
	.adv a:hover {
		color: #cc0000;
	}


/* ����� */
.ajaxSearch_resultsInfos {
	font-size: 14px;
}
.ajaxSearch_result {

	margin: 27px 0;
	padding: 10px;
}
.ajaxSearch_resultLink {
	font-size: 16px;
}
.ajaxSearch_resultExtract p {
	padding: 0;
	margin: 5px 0 7px 0;
}
.ajaxSearch_highlight {
	font-weight: bold;
}
.ajaxSearch_highlight1 {
	font-weight: bold;
	background-color: #ffce79;
}

.material {
	margin: 0 0 35px 0;
	padding: 0px;
}

.main-block-box .material {
    margin: 0 0 10px 0;
}
	.material h2 {
		margin-bottom: 10px;
        font-size: 15px;
        font-weight: normal;
	}
    .material h4 {
        margin: 0 0 10px 0;
    }
	.material img {
		float: left;
		margin: 0 10px 10px 0;
	}

	.material table {
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.material tr {
		vertical-align: top;
	}
	.material table th {
		width: 200px;
		padding: 0 5px 0 0;
	}
	.material td {
		padding: 0;
	}
    
    .anons-image {
        border: 4px solid #ddd;
        margin: 0 10px 10px 0;
    }
    
.date {
    font-size: 11px;
    color: #dc472f;
}



.materials-menu {
    position: absolute;
    margin: -30px 5px 30px 5px;
    background: #ebebeb;
    padding: 10px;
}
    .materials-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .materials-menu li {
        list-style: none;
        margin: 0 15px 0 0;
        padding: 0;
        float: left;
        
    }
    .materials-menu li.last {
        margin-right: 0;
    }
    .materials-menu li a {
        color: #000;
        font-size: 10px;
    }
    .materials-menu li a:hover {
        color: #cc0000;
    }
    
    .materials-menu li.active a {
        font-weight: bold;
    }




