BODY {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color : Black;
	margin-left : 0px;
	margin-right : 0px;
	background-color : White;
	/*
		scrollbar-track-color : #FFCC88;
		scrollbar-face-color : #FF9900;
		scrollbar-arrow-color : #000000;
		scrollbar-shadow-color : #FFCC66;
		scrollbar-darkshadow-color : #FF9900;
		scrollbar-3dlight-color : #FF9900;
	*/
	background-image:url('img/background.jpg');
}

a {
	color:black;
}
a:hover {
	background-color: #FFBB77;
}

p {
	margin: 0px;
	padding-top: 2px;
}

.clear {
	clear: both;
	display: inline;
}

INPUT.text {
    background-color : #FFFFFF;
    color : Black;
    border : 2px ridge Black;
    font-size : 10px;
    font-family : Verdana, Arial;
    font-weight : normal;
}
.button {
    background-color : #C0C0C0;
    color : White;
    border : 1px ridge #606060;
	font-size : 12px;
    font-weight : bold;
    height : auto;
	font : Verdana, Arial;
	vertical-align: middle;
}
.minibutton {
    background-color : #165E7B;
    color : #FFFFFF;
    border : 1px ridge #606060;
	font-size : 9px;
    font-weight : normal;
    height : 14px;
	font : Verdana, Arial;
	vertical-align: middle;
}
TEXTAREA {
    background-color : #FFFFFF;
    color : Black;
    border : 2px ridge Black;
    font-size : smaller;
    font-family : Verdana, Arial;
}
SELECT {
    background-color : White;
    color : Black;
    border : 1px ridge Gray;
	font-family : Verdana, Arial;
	font-weight : bold;
	font-size : 10px;
}

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #000000;
}
.pale_title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #7e8b99;
}
.minititle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}
.options {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color : Black;
}
.text {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color : Black;
}
.minitext {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color : Black;
}
.description {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

.highlight {
	background-color: Black;
}
.0 {
	background-color: #7E8B99;
}
.1 {
	background-color: #DEE3E7;
}
.2 {
	background-color: #EFEFEF;
}
.3 {
	background-color: #AA5555;
}
.4 {
	background-color: #AA7777;
}

body.view_set {
	background-color: #EFEFEF;
	backgroung-image: none;
	margin:1px;
	margin-left:2px;
	overflow: hidden;
}

strong.view_set {
	font-size: 11px;
}

i.view_set {
	font-size: 11px;
}

img.view_set {
	border: none;
}

.top_frame_close {
	background-color:#DEE3E7;
}

/* Заглавная страница --> */
.topo_header h1 {
	text-align:center;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.topo_subheader {
	text-align:center;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#contact_form {
	width:60%;
	text-aling:center;
	margin-top:10px;
}

#contact_form form {
	padding:0px;
	margin:0px 0px 10px 0px;
}

#contact_form td {
	font-weight: bold;
	font-size: 14px;
}

.index_stat {
	border: 1px solid #7e8b99;
	border-collapse:collapse;
	margin-bottom:5px;
}

.index_stat img {
	border: 0px;
}

.index_stat th {
	background-color: #7e8b99;
	text-align: center;
	font-size: 12px;
}

.index_stat td  {
	border: 1px solid #7e8b99;
	text-align:center;
	font-size: 11px;
	font-weight:normal;
	padding:2px 5px 3px 5px;
}

.index_stat tr.cl1 {
	background-color: #dee3e7;
}

.index_stat tr.cl2 {
	background-color: #efefef;
}

.index_stat td.cl1 {
	background-color: #dee3e7;
}

.index_stat td.cl2 {
	background-color: #efefef;
}

.site_desc {
	text-align:left;
}

.pale {
	color:#7e8b99;
}

#counters {
	text-align:center;
	margin-bottom:15px;
}

#copy_rights {
	text-align:center;
	margin-bottom:3px;
}

/* <-- */

/* Поиск --> */
.s_string {	background-color: yellow;
}
/* <-- */

/* Окно ИНФО --> */
#in_out_info_stat {
	position: absolute;
	top:10px;
	left:10px;
	width:305px;
	height:235px;
	text-align:center;
}

#comments_info {
	position: absolute;
	top:10px;
	left:325px;
	width:305px;
	height:480px;
	text-align:center;
	overflow:auto;
}

#stat_table {
	width:95%;
	display:inline;
}

.stat_table_left {
	width:50%;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	font-size:11px;
}

.stat_table_left p {
	margin-left: 2px;
	margin-right: 2px;
}

.stat_table_right {
	width:50%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:11px;
}

.stat_table_right p {
	margin-left: 2px;
	margin-right: 2px;
}

#stat_details {
	position: absolute;
	top:300px;
	left:10px;
	width:305px;
	height:195px;
	text-align:center;
	overflow:auto;
}

#add_comment_form {
	text-align:left;
}

#add_comment_form input {
	width:100%;
}

#add_comment_form textarea {
	width:100%;
	height: 100px;
}

#comment_list {
	overflow:auto;
	height: 400px;
	width:100%;
	text-align:left;
	margin-top: 5px;
}

.comment_text {
	font-style:italic;
	font-weight:normal;
}

.comment_date {
	font-weight:normal;
	text-align:right;
}

#stat_details_template {
	font-weight: normal;
}

.stat_details_date {
	float:left;
	width:70px;
	height:42px;
	/*border-bottom:1px solid black;*/
}

.stat_details_flag {
	float:left;
	width:37px;
	height:42px;
	line-height:42px;
}

.stat_details_host {
	float:left;
	width:120px;
	/*height:42px;*/
	font-weight:bold;
	text-align:center;
}

.stat_details_country_flag {
	float:left;
	height:25px;
	width:40px;
}

.stat_details_country {
	float:left;
	width:121px;
	height:25px;
	line-height:20px;
	vertical-align:middle;
	font-weight:bold;
	text-align:left;
}

.stat_details_votes_left {
	float:left;
	width: 140px;
	height: 16px;
	text-align: right;
	font-weight:bold;
}

.stat_details_votes_right {
	float:left;
	width: 140px;
	height: 16px;
	text-align: left;
	font-weight:bold;
}

.links {	text-align:center;}

.more {	display:none;
}

.pointer {	cursor:pointer;
}
/* <-- */

#cookwin { display:none; }
