*
{
	font-family	: "Trebuchet MS",Helvetica, sans-serif;
	font-size	: 14px;
}
p, span, td, div, *
{	
	color		: #020202;
	font-size	: 14px;
}
.clear{
	clear:both;
}
a
{
	color		: #626c45;
	font-size	: 14px;
}
h1
{
	font-size	: 18px;
}
h2
{
	font-size	: 16px;
}
h3
{
	font-size	: 15px;
}
h4
{
	font-size	: 14px;
}
h5
{
	font-size	: 13px;
}
h6
{
	font-size	: 12px;
}

a:hover,
.sidebar-item-content .status-item .status-item-header:hover,
#header .header-advert a:hover
{
	
}

body
{
	background-image	: url("/img/background.gif");
}

#site
{
	min-width	: 1000px;
}

/******Header*******/
#header
{
	background-image	: url("/img/header.jpg");
	background-repeat	: repeat-x;
	margin-bottom	: 5px;
	position:relative;
}
#header h1
{
	position    : absolute;
    right       : 10px;
    top         : 20px;
    color       : #515A71;
    font-size   : 15px;
}
#header #banner
{
	position    : absolute;
    left        : 380px;
    top         : 80px;
}

#header #header-content
{
	height		: 157px;
	background-image	: url("/img/header-content-img.jpg");
	background-repeat	: no-repeat;
	margin-left	: 6px;
	position	: relative;
}

.logo
{
	position	: absolute;
	right	: 25px;
	top		: 69px;
}

#header .header-advert
{
	background-color	: #d6f8b6;
	border-bottom		: 1px solid #aec999;
}

#header .header-advert a
{
	color	: #515a71;
	font-size	: 14px;
	text-decoration	: none;
	
	padding-right	: 30px;
	padding-left	: 30px;
	border-right	: 1px solid #515a71;
}



/******* SideBar ********/

#sidebar
{
	width			: 385px;
	float			: left;
	margin-left		: 10px;
	margin-right	: 5px;
}

.sidebar-item
{
	margin-bottom	: 20px;
}


.sidebar-item-header
{
	height		: 42px;
	border		: 1px solid #94aa5d;
	background-image	: url("/img/sidebar-header.jpg");
	background-repeat	: repeat-x;
}

.sidebar-item-header img
{
	margin-left	: 18px;
	margin-top	: 10px;
}

.sidebar-item-content
{
	background-color	: white;
	border				: 1px solid #a7b97a;
	border-top			: none;
	padding				: 10px;
}
/*****Status*****/
.sidebar-item-content .status-item
{
	margin-bottom	: 15px;
}

.sidebar-item-content .status-item .status-item-header
{
	
	border		: 1px solid #e0ebba;
	display		: block;
	text-decoration	: none;
	color	: black;
	
	margin-bottom	: 3px;
	
	text-transform	: uppercase;
}

.sidebar-item-content .status-item .status-item-header h1
{
	font-size	: 14px;
	padding-left	: 8px;
	margin-top:5px;
}
.sidebar-item-content .status-item .status-item-header h1:hover
{
	color		: #ff6600;
}

.sidebar-item-content .status-item-content
{
	position	: relative;
}

.sidebar-item-content .status-item-content
{
	position	: relative;
}

.choosing-status
{
	position	: absolute;
	left	    : 70px;
	top	        : 0px;
	
	width	    : 259px;
	height	    : 58px;
    
	background-color	: white;
	
	border	    : 1px solid #e6efc8;
    padding     : 0px 16px;
}

.choosing-status .arrow-left
{
    background  : url("/img/arrow-left.jpg") no-repeat;

    width	    : 16px;
	height	    : 58px;
    
	position	: absolute;
	top	        : 0px;
	left	    : 0px;
}

.choosing-status .arrow-right
{
    background  : url("/img/arrow-right.jpg") no-repeat;

    width	    : 16px;
	height	    : 58px;
    
	position	: absolute;
	top	        : 0px;
	right	    : 0px;
}

.choose-icq-content
{
	overflow	: hidden;
}
.choose-icq-content a
{
    width   : 28px;
    display : block;
	padding : 1px 0px;

    float   : left;
}


.carousel
{
	height	    : 58px;
    width       : 1000px;
    position    : relative;
    overflow    : hidden;
}
.carousel-root
{
    width       : 259px;
	height	    : 58px;
    overflow    : hidden;
    position    : relative;
}
.carousel-item
{
	height	    : 58px;
    width       : 259px;
    position    : absolute;
    top         : 0px;
    overflow    : hidden;
}


/*****News*****/

.news-item .news-date
{
	color	: #626c45;
}

.sidebar-item-content .news-item a.news-link
{
	margin-top	: -18px;
	margin-left	: 260px;
	display	: block;
}

.sidebar-item-content .news-item p.news-text
{
	font-weight	: bold;
}

.sidebar-item-content .sidebar-banner
{
	margin	: 15px;
	margin-left	: 10px;
	display	: block;
}

/******Main menu ******/
#main-menu
{
	height				: 31px;
}
#main-menu .main-menu-item
{
	background-image	: url("/img/main-menu.jpg");
	background-repeat	: repeat-x;
	width				: 109px;
	height				: 31px;
	display				: block;
	
	color		: white;
	border		: 1px solid #d24902;
	font-size	: 18px;
	
	text-align		: center;
	text-decoration	: none;
	
	float			: left;
	margin-right	: 2px;
}
#main-menu .main-menu-item:hover
{
	color	: white;
	background-image	: url("/img/main-menu-current.jpg");
	border	: 1px solid #afa72e;
}

#main-menu .main-menu-item.current
{	
	background-image	: url("/img/main-menu-current.jpg");
	border	: 1px solid #afa72e;
}

/*******Content ********/

#content
{
	margin-left	: 400px;
}

#content-menu
{
	margin-top	: 15px;
	height		: 35px;
	margin-left	: 11px;
}

.content-menu-item
{
	background-image	: url("/img/sidebar-header.jpg");
	background-repeat	: repeat-x;
	height		: 42px;
	
	min-width	: 70px;
	width		: 25%;
	
	color		: #81954e;
	float		: left;
	
	text-align	: center;
	margin-left	: -1px;
}
.content-menu-item a
{
	font-size	: 18px;
	padding-top	: 7px;
	display		: block;
	height		: 35px;
	border		: 1px solid #94aa5d;
	white-space : nowrap;
	color		: #81954e;
	text-decoration	: none;
}
.content-menu-item a.current
{
	color	: white;
}

#page-content
{
	border	: 1px solid #91a759;
	background-color	: white;
	margin	: 10px;
	margin-right	: 6px;
	margin-top	: 8px;
	
}

#page-content .site-description
{
	text-align	: center;
	padding	: 10px 10px 0px 10px;
}

#page-content .description
{
	border	    : 1px solid #e0ebba;
	margin	    : 5px 5px 3px 5px;
	position	: relative;
}

#page-content .description img.system-logo
{
	border	: 1px solid #e0ebba;
	margin	: 10px;
	
	position	: absolute;
	top	: 0px;
	left : 0px;
}

#page-content .description .item-rating
{
	border	: 1px solid #e0ebba;
	color	: #eb580a;
	font-size	: 16px;
	font-weight	: bold;
	padding	: 3px 0px 0px 5px;
	display	: block;
	width	: 24px;
	margin-right	: 3px;
	

	float	: left;
}

#page-content .description.avatar{
	float:left;
	padding:10px 20px 5px;
}

.desc-rating
{
	position	: absolute;
	top		    : 5px;
	right	    : 10px;
}
.desc-rating a
{
	text-decoration : none;
}
* html .desc-rating
{
}

#page-content .description.avatar .desc-rating{
	clear:both;
	position:static;
}
#page-content .description.avatar .item-rating {
	font-size:11px;
	width:23px;
	padding:0;
	text-align:center;
	height:15px;
}
#page-content .description.contest{
	min-height:100px;
}
#page-content .description.contest .desc-status{
	float:right;
	width:200px;
	background:#ccc;
	text-align:center;
	padding:10px 0;
}
#page-content .description.contest .desc-status.start{
	background:#FCE69C;
}
#page-content .description.contest .desc-status.work{
	background:#9AEA91;
}
#page-content .description.contest .desc-status.done{
	background:#F99A9F;
}

#page-content .description.contest .desc-img{
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
	margin-bottom:5px;
}
#page-content.full .description.contest .desc-img{
	float:right;
	margin-left:10px;
}
#page-content.full .description.contest .desc-text{
	padding-left:3px;
	margin-left:0;
}

#page-content .description.contest .desc-title{
	font-size:1.3em;
}
#page-content .description.contest .desc-text{
	color:#333;
}

#page-content .description .desc-text
{
	margin-right	: 110px;
	margin-left		: 50px;
	padding-top		: 5px;
}

#page-content .content-banner
{
	border	: 1px solid #ffa366;
	display	: block;
	
	margin	: 5px 5px 3px 5px;
}


/******Paging*****/
#paging
{
	margin-left	: 15px;
	margin-right	: 5px;
	font-weight	: bold;
	font-size	: 18px;
}

#paging span.current
{
	color	: #eb580a;
}

#paging a
{
	color	: white;
	text-decoration	: none;
}


/*****Footer*****/
#footer
{
	background-image	: url("/img/footer.jpg");
	background-repeat	: repeat-x;
	
	height				: 96px;	
	margin-top			: 20px;	
	position	: relative;
}

#footer  .footer-content
{
	text-align	: center;
	position	: relative;
	top	: 20px;
}

#footer p
{
	color	: #a7c18e;
	font-size	: 16px;
	
}

#footer img
{
	margin-right	: 20px;
}
.form th{
	width:150px;
	text-align:left;
	vertical-align:top;
}
.form input.text{
	width:400px;
}
.form textarea.text{
	width:400px;
}
.form label{
	margin-right:1px;

}
.form label input, .form label img{
	vertical-align:middle;
}
.form label input{
	vertical-align:-1px;
}
#status-form{
	padding:10px 0;
}
#status-form.form label{
	padding:3px 0;
}
#status-form.form label.hover{
	background:#CAE560;
}
#status-form.form label.active{
	background:#FA8C51;
}
#status-form.form .status{
	width:406px;
	padding:3px;
	background:#FAD451;
	margin-left:-3px;
}
.input-error{
	margin:5px 0 0;
	font-size:.8em;
	color:red;
}
.description{
	position:relative;
	_zoom   : 1;
}
.description .desc-title{
	margin:5px;
	color:#333;
}
.description .desc-user{
	position:absolute;
	right:120px;
	bottom:5px;
	font-size:.8em;
	color:#666;
	margin:0;
}
.description .desc-user img{
	vertical-align:middle;
}
.description .desc-date{
	float:right;
	margin-right:5px;
	color:#666;
}
#page-content  .description.new .desc-text{
	margin:0 5px 5px;
	padding:0;
}
.full .contest-start{
	background:#FCE69C;
	margin:10px 0;
}
.full .contest-start table{
	margin:0;
}
#contest-form{
	width:600px;
	margin:10px auto;
	padding:10px 20px;
	border:3px solid #E1F497;
}
b.sms{
	padding:0 3px;
	background:#666;
	color:#fff;
}
#meta-admin{
	padding:2px 10px;
	background:#D7E5EC;
	border-bottom:2px solid #005DAA;
	font-size:1em;
	color:#333;
}
#meta-admin a{
	float:right;
	font-size:1em;
}

* html #page-content .description.avatar
{
    float   : none;
    padding : 10px 20px 5px;
    display : inline;
    height  : 100px;
}

#status-form
{
    width : 99%;
}

* html #page-content form
{
   width    : 99%;
}

* + html #page-content
{
    height : 1%;
}

.ruclick, .ruclick *{
	color:#000000;
	font-family:Tahoma,Verdana,Arial;
	font-size:12px;
	text-decoration:underline;
	width:800px;
  margin:0 auto;
  
}
.ruclick a font u b{
	color:#FF0000;
}
.ruclick a b font{
	color:#666666;
	
}
.ruclick a font u{
	color:#009900;
}
.ruclick table{
	border:1px solid #ccc;
}
.ruclick td{
	padding:3px;
}

.ssilki{
color:#ff0000;
font-weight:bold;
}

.ssilkibl{
color:#005AB8;
font-weight:bold;
}

.teasernet_adva
{
display:none;
}
