.jury-header {}
.jury-header .help {
	float:left;
	width:200px;
	height:120px;
	padding:20px;
	padding-left:80px;
	background:#fff url('/images/site/note.png') no-repeat; 
	font-weight:bold;
	text-align:left;
}
.jury-header .help li{list-style-type:decimal;}
.jury-header .user {float:left; width:230px; padding: 0 20px; font-size:26px; font-weight:bold}

.jury-header .user a {
	background: transparent url('/images/site/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
.jury-header .user a span {
	background: transparent url('/images/site/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.jury-header .user .current {
	background-position: bottom right;
    color: #000;
    outline: none;
}
.jury-header .user .current span {
	background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.jury-header .articles {margin:10px 0; background:#f0f4fd; padding:5px 0;}
.jury-header .photos {margin:10px 0; background:#fffad2; padding:5px 0;}
.jury-header .sites {margin:10px 0; background:#eff3fc; padding:5px 0;}
.jury-header .articles a {padding:5px 7px 5px 5px;}
.jury-header .photos a {padding:5px 3px 5px 5px;}
.jury-header .sites a {padding:5px 10px 5px 5px;}
.jury-header a:hover {color:#f00;}

.jury-header .articles .current,
.jury-header .photos .current,
.jury-header .sites .current{background:#2abc35;background: url('/images/site/green.jpg') repeat-x;}

.jury-rating {width:100%;border-collapse: collapse; font-size:14px; }
.jury-rating a{color:#000;}
.jury-rating .header th {border-bottom:2px solid #000;}
.jury-rating tr {border-bottom:1px solid #777;}
.jury-rating td {padding:5px 0;}
.jury-rating .place {width:20px; font-weight:bold; padding:5px;}
.jury-rating .short {background:#febcbd;}
.jury-rating .long {background:#f0f0f0;}
.jury-rating .total {width:30px; padding:5px 3px;}
.jury-rating .avg {width:30px; padding:5px 3px;}
.jury-rating .title {width:300px; padding:5px 3px;}
.jury-rating .author {width:150px; padding:5px 3px;}


/* STAR RATING */
	.star-rating{
		list-style:none;
		margin-left:5px!important;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(/images/site/alt_star.gif) top left repeat-x;
		margin-top:5px;
		margin-bottom:5px;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(/images/site/alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(/images/site/alt_star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}

