BODY {
margin:0;
background:#fff url(../img/body_bg.jpg) repeat-x 0 0;
color:#000;
padding:0;
position:relative;
}



BODY, INPUT, BUTTON, SELECT, TEXTAREA, TD, P {
font-size:100%;
font-family:Verdana, Arial, sans-serif;
color:#333;
}

FORM {margin:0}

P {font-size:12px;}

A {
color:#1e80b1;
text-decoration:none;
}
A:hover {text-decoration:none}

INPUT, TEXTAREA {
border:solid 1px #d6d8d9;
font-size:13px;
padding-bottom: 0px;
}

INPUT.text, TEXTAREA.text {
width: 250px;
}

.button {
font-size:11px;
}

#main {
height:100%;
margin:0 auto;
position:relative;
width:1001px;
}

#top {
padding:5px 0;
}

#topHeader {
	width:100%;
	height:24px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

#header {
	width:100%;
	height:79px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.logo {
	padding-left:40px;
}



#search {
	width:100%;
	margin-right:10px;
}

#search DIV {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-top:1px;
}

#search DIV A {
	cursor:pointer;
	font-weight:normal;
	text-decoration:underline;
}

#search DIV A:hover {
	text-decoration:none;
	border-bottom:dashed 1px #fff;
}

#search FORM {
	padding-top:12px;
}

#search TABLE {
	width:90%;
}

#search TD {
	padding:0;
}

#search TD.fieldCell {
	padding-top:14px;
	padding-right:6px;
}

#search .text {
	width:99%;
}



.language {
	float:left;
	background:url(../img/topheader_lang_bg.gif) repeat-x 0 50%;
	padding:0;
	margin:0;
	list-style-type:none;
}

.language LI {
	float: left;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 1px;
	height:24px;
}

.language LI.last {margin-right:0}

.language LI DIV {
	height:24px;
	float:left;
}

.language A {
	float:left;
	background: url(../img/flag_rus.gif) no-repeat 10px 6px;
	padding:5px 9px 5px 30px;
	font-size:10px;
	color:#6f6f6f;
}

.language A:hover {text-decoration:underline}

.language .ukr {background-image:url(../img/flag_ukr.gif)}
.language .esp {background-image:url(../img/flag_esp.gif)}
.language .ita {background-image:url(../img/flag_ita.gif)}
.language .en {background-image:url(../img/flag_eng.gif)}
.language .de {background-image:url(../img/flag_ger.gif)}

.language LI.active {
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right:0;
	margin-left:-1px;
}

.language LI.first{margin-left:0}

.language LI.active DIV {
	height:100%;
	float:left;
	background-repeat: no-repeat;
	background-position: right top;
}

#welcome {
	float:right;
	font-size:10px;
	font-weight:bold;
}

#welcome SPAN {
	float:left;
	padding-top:6px;
	background: url(../img/topheader_lang_bg.gif) no-repeat 0 3px;
}

#welcome A {
	color:#5F5F5F;
	margin-right:0;
	padding:0 10px 2px 14px;
}

#welcome A.addBtrack {
	color:#5F5F5F;
	margin-right:0;
	padding:0 10px 2px 18px;
	background: url(../img/icon_addthis.gif) no-repeat 0 0;
}

#welcome A.btn {
	float:left;
	margin:0 10px;
	padding:0 10px 2px 10px;
	color:#fff;
	background:#ec3f13;
}
#welcome A:hover {text-decoration:underline;}
#welcome A.btn:hover {background-color:#d7d8d9; color:#333;text-decoration:none;}

#bottomHeader {
	background:#d7d8d9;
	padding-top:4px;
	text-align:right;
	height:8px;
	border:solid 1px #d0d0d0;
	border-top: 0;
}









/*_____________________ /top _____________________*/

.centercolumn {border:solid 1px;}








/*_____________________ news _____________________*/
.news {
	border: solid 1px #d6d6d6;
	background-color: #f3f9f5;
	margin-left:7px;
	margin-bottom:7px;

}

.news H3 {
	font-size:14px;
	margin:5px 5px 8px 7px;
	color:#333;
}

.news DIV {
	vertical-align:top;
	padding:1px 4px 10px 14px;
	font-size: 11px;
	color:#635d5c;
	background:transparent url(../img/arrow_right.gif) no-repeat scroll 6px 5px;
}

.news A {
	color:#4395bd;
	text-decoration:underline;
}
.news A:hover {text-decoration:none}

/*_____________________ glossary _____________________*/


.glossary TD {

	border-left: solid 1px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
	width:15px;
	text-align:center;
	background: transparent url(../img/bookmark_right.gif) no-repeat scroll 100% 0;
}
.glossary A {
	color:#939393;
	font-size:12px;
	font-weight:bold;
}

.glossary A:hover {
	text-decoration:underline;
	color:#1E9146;
}

.glossary TD.current {
	//background-color:#1E9146;
	border-left: solid 1px #1E9146;
	border-bottom: solid 1px #1E9146;
	background-image:url(../img/bookmark_current_right.gif);
}

.glossary .current A {
	color:#fff;
}
/*_____________________ bookmark _____________________*/

.bookmark {
	width:100%;
	height:25px;
	clear:both;
	border-bottom:solid 1px #c8c8c8;
}

.bookmark DIV {
	float:left;
	height:100%;
	margin-right:1px;
	background:url(../img/bookmark.gif) no-repeat 0 0;
}

HTML > BODY .bookmark DIV {top:1px;}

.bookmark A {
	display:block;
	padding:5px 8px;
	background:url(../img/bookmark_right.gif) no-repeat 100% 0;
	color:#939393;
	font-size:12px;
	font-weight:bold;
}

.bookmark A:hover {
	text-decoration:underline;
	color:#1E9146;
}


.bookmark .current {
	height:29px;
	background:url(../img/bookmark_current.gif) no-repeat 0 0;
}
.bookmark .current SPAN{
	display:block;
	float:left;
	height:100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image:url(../img/bookmark_current_arrow.gif);
}

.bookmark .current A {
	background-image:url(../img/bookmark_current_right.gif);
}

.bookmark .current A {
	color:white;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.current A:hover {
	color:white;
}




a.complaint {
	background: url(../img/icon_complaint.gif) no-repeat 0 50%;
	padding: 0 5px;
	cursor:pointer;
}
a.complaint:hover {
	background: url(../img/icon_vote.gif) no-repeat 0 50%;
	padding: 0 5px;
	cursor:pointer;
	text-decoration:none;
}
a.abuse {
	background: url(../img/icon_abuse.gif) no-repeat 0 50%;
	padding: 0 5px;
	cursor:pointer;
}
a.abuse:hover {
	background: url(../img/icon_vote2.gif) no-repeat 0 50%;
	padding: 0 5px;
	cursor:pointer;
}
.comment a:hover
{
border-bottom:none;
}
.print {
	background: url(../img/icon_print.gif) no-repeat 0 50%;
}
.email {
	background: url(../img/icon_email.gif) no-repeat 0 50%;
}

/*_____________________ footer _____________________*/
.footer {
	width:100%; 
	background: url(../img/footer.png) no-repeat 0 0; 
	color:#fff; 
	font-size:11px;
}
.footer A {color:#fff}
.footer A:hover {text-decoration:underline}
.footer .copyright {width:300px;padding: 15px;}
.footer .bottommenu {float:right;padding: 15px;}



/* Навигация */
.pageslist span.current {
	background-image: url(../img/calend_day_current.gif);
	color:#fff;
}
.pageslist {
	text-align:center;
	font-size:0.9em;
	margin:5px auto 10px auto;
	color:#ccc;
}
.pageslist .day {padding:15px 0 5px 0; float:none; }

.pageslist A,
.pageslist SPAN {
	color:#666;
	float:none;
	padding:2px 6px 2px 6px;
	background-position: 50% 0;
	background-image: url(../img/calend_day_round.gif);
}

.pageslist A.current {
	padding:5px 8px;
}

#logo
{
background: url(/templates/default/img/logo_new.gif) no-repeat;
width:221px;
height:48px;
padding-left:55px;
margin-left:40px;
cursor:pointer;
}

.avatar
{
float:left;
margin-right:15px;
}

p.nickname {
color:#333333;
font-size:24px;
margin:2px 0;
}
p.realname {
font-size:17px;
margin:0 0 15px 0;
color:#999999;
}
.h1_title {
border-bottom:1px solid #ddd;
font-size:17px;
margin-bottom:7px;
padding:0 0 1px 2px;
}

td.var {
color:#999999;
font-weight:bold;
padding:0 0 5px;
width:200px;
}
