#contest {
	background-color:#D60062;
	float:left;
	width:450px;
	min-height:300px;
	clear:left;
	margin-top:5px;
}
#contestContain {
	height:100%;
}
.text {
	background-color:#FFF;
}
.contestDay {
	background-color:#A9034F;
	width:70px;
	height:50px;
	float:left;
	text-align:center;
	font:bold 0.8em/100% Verdana, sans-serif;
	color:#FFF;
	padding-top:10px;
	margin-left:1px;
	cursor:pointer;
}
.contestDay a, a:hover, a:focus, a img {
	text-decoration:none;
	color:#FFF;
	border:0;

}
.inactive {
	background-color:#CCC;
	cursor:default;
}
.inactiveWeek {
	margin-left:2px;
	width:104px;
	background-color:#CCC;
	color:#FFF;
	cursor:default;
}
.activeWeek {
	margin-left:2px;
	width:104px;

}
#expand {
	height:360px;
	position:absolute;
	z-index:1;
	display:none;
	overflow:hidden;
	color:#FFF;
}
#expand ul {
	padding:0;
	margin:60px 0;
	color:#FFF;
}
#expand li {
	padding:0;
	margin:0;
	list-style:none;
	font: bold 2.0em/150% Verdana, sans-serif;
	color:#FFF;
}
.firstDay {
	clear:left;
	margin-left:0;
}
.voteaza {
	margin-left:2px;
	width:204px;
	background-color:#FCC64A;
	color:#000;
}
.stars {
	width:120px;
	height:32px;
	float:left;
	margin-top:-40px;
	margin-left:-10px;
}
#contestTop {
	width:450px;
	padding:10px 5px 10px 5px;
	background-color:#D60062;
	color:#FFF;
	font:bold 0.9em/100% Verdana, sans-serif;
	text-align:center;
	margin-top:10px;
	float:left;
}
.title_week {
	float:left;
	clear:both;
	margin-top:5px;
	background-color:#A9034F;
	height:50px;
	width: 98%;
}
.title_week_number {
	float:left;
	padding:10px;
	font:bold 0.8em/100% Verdana, sans-serif;
	color:#FFF;
	height:30px;
}

.title_week_title {
	float:left;
	font:bold 0.8em/100% Verdana, sans-serif;
	background-color:#FFF;
	color:#A9034F;
	padding:10px;
	width:230px;
	height:30px;
	text-align:left;
}
.title_week_rating_avrege {
	float:left;
	width:105px;
	padding:5px;
	height:20px;
}
.title_week_rating_total {
	float:right;
	padding:5px;
	padding-right:0;
	font:bold 0.8em/100% Verdana, sans-serif;
	color:#FFF;
	width:40px;
	height:20px;
}

