/* copyright PRO TV S.A. 2010
autor: juru@protv.ro */


body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#707070;
}
body {
	background-color:#FFF;
	margin:0px;
}
a{text-decoration:none;}
img{border:0;}



.clear{
	clear:both;
	float:none;
}

/* Header
--------------------*/

.headerTop {
	background-color:#011424;
	height:100px;
	overflow:hidden;
	padding:0px;
	margin:0px auto;
	text-align:center;
	width:100%;
}

.menuFull{
	background:#f2f2f2 url(../images/bg/meniu.gif) repeat-x;
	height:31px;
	overflow:hidden;
	padding:5px;
}
.menu{
	list-style:none;
	padding:0;
	margin:0 auto;
	width:990px;
	height:30px;
}
.menu li{
	float:left;	
	margin:0 20px;
	height:30px;
}
.menu li a{
	color:#007be3;
	display:block;
	font-weight:bold;
	padding:10px;
}	

.menu li a.active{
	border:1px solid #dbdada;
	border-bottom:none;
	background-color:#FFF;
	color:#000;
	margin-top:1px;
}

.menu li a.inscriere{
	background:#1fc3ff url(../images/bg/blue-button.gif) top repeat-x;
	color:#FFF;
	border:1px solid #1fc3ff;
	margin-top:5px;
	padding:3px 6px;
}


/* @end Header
-------------------*/

/* Container
-------------------*/

.container {
	width:990px;
	padding:0px;
	margin:20px auto;
}
.leftColumn{
	float:left;
	padding:10px;
	width:660px;	
}
.leftColumnCompressed{
	border-bottom:1px dotted #6e6e6e;
	margin:0 auto;
	padding:0 61px 20px;
}

.rightColumn{
	float:left;
	width:300px;	
}
.lastPage{
	float:left;
	color:#707070;
	text-decoration:underline;
}
.nextPage{
	float:right;
	color:#707070;
	text-decoration:underline;	
}

h1{
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:15px 0 7px;
}

.poza{
	border:1px solid #c8c8c8;
	padding:1px;
}

.concurentDetails{
	padding:12px 0;	
}

.votingContainer{
	padding:12px 0;	
}
.btn_voteaza{
	display:block;
	float:left;
	height:27px;
	width:116px;
	background:transparent url(../images/bg/vote-button.gif);
}

#nr_voturi{
	font-size:18px;
	float:right;	
}

h2{
	font-size:18px;
	font-weight:normal;
	padding-left:61px;
}

h3{
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

.sendComment{
	border:1px solid #C8C8C8;
	margin:0px auto;
	padding:7px;
	width:523px;
}

.raspunsComments{
	color:#F00;
	font-size:11px;	
	font-weight:bold;
}

.leftComments{
	width:405px;
	float:left;	
}

.inputText{
	border:1px solid #c8c8c8;
	color:#707070;
	font-size:11px;
	margin-bottom:10px;
	padding:4px;
	width:388px;
}

.textareaText{
	border:1px solid #c8c8c8;
	color:#707070;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:10px;
	padding:4px;
	width:388px;
	height:85px;
}


.rightComments{
	float:left
}

.rightComments .votePlus{
	background:url(../images/voteplus.gif) no-repeat top right;
	height:25px;
	margin-bottom:10px;
	width:44px;	
}

.rightComments .voteMinus{
	background:url(../images/voteminus.gif) no-repeat top right;
	height:25px;
	width:44px;	
}

.btnTrimite{
	background:#7b7b7b url(../images/bg/grey-button.gif) repeat-x;
	border:1px solid #484848;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	height:25px;
	margin-top:43px;
	text-align:center;
	width:114px;
}

.rightComments .btnTrimite:hover{
	border:1px solid #000;
}

.comments{
	border-bottom:1px dotted #6E6E6E;
	margin:0px;
	padding:0 0 20px;
	list-style:none;
}

.comments li{
	border-bottom:1px dotted #c8c8c8;	
	padding:10px;
}

.icon{
	float:left;
	width:52px;
}

.commentBody{
	float:left;	
	width:570px;
}

.comments li .name{
	font-size:12px;
	font-weight:bold;
}

.comments li .date{
	font-size:10px;	
}

.comments li .text{
	font-size:11px;	
	padding-top:5px;
}

.paginare{
	font-size:11px;	
	margin-top:20px;
	text-align:center;
	float:none;
	clear:both;
}
.paginare a{
	color:#007BE3;
	font-weight:bold;	
}

.concurenti{
	list-style:none;	
}

.concurenti li{
	float:left;	
	display:block;
	height:110px;	
	padding:20px 5px;
	width:108px;
}

.concurenti li .vot, #topup li .image .vot, #topdown li .image .vot, .top10 li .image .vot{
	color:#666;
	background-color:#FFF;
	font-size:9px;
	position:absolute;
	margin-top:68px;
	margin-left:1px;
}

.concurenti li .nume{
	font-size:10px;
}

/* @end Container
--------------------*/

/* Right
--------------------*/
.boxRight{
	border:1px solid #c8c8c8;
	font-size:11px;
	width:300px;
	margin:20px 0;
}

.first{
	margin-top:0;	
}
.boxRight .title{
	background-color:#f2f2f2;
	border-bottom:1px solid #c8c8c8;
	font-size:12px;
	font-weight:bold;
	padding:12px;
}

.boxRight .contentBox{
	padding:10px 20px;	
}

.btn_top5_up, .btn_top5_down{
	background-color:#FFF;	
	border:1px solid #DBDADA;
	color:#000;
	border-bottom:none;
	padding:13px;
}

.btn_top5_down_off, .btn_top5_up_off{
	color:#707070;
	padding:13px;
}

#topup, #topdown, .top10{
	padding:0;
	margin:0;
}

#topup li, #topdown li, .top10 li{
	border-bottom:1px dotted #C8C8C8;
	list-style:none;	
	padding:8px 0;
	margin:0;
	
}


.nr{
	color:#c8c8c8;	
	float:left;
	font-weight:bold;
	font-size:20px;
	padding-top:25px;
	text-align:center;
	width:30px;
}

#topup li .image, #topdown li .image, .top10 li .image{
	float:left;	
}

.concurentTopDetails{
	float:left;
	padding:0 5px;	
	width:150px;
}

.concurentTopDetails .nume{
	color:#007BE3;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}


/* @end Right
--------------------*/




.footer {
	width:1000px;
	float:left;
	padding:20px 0px 20px 0px;
	margin:0px;
}

.footer a{
		color:#666;
		font-size:10px;
}

