/*

	CSS espacially for module 'Trivia'
	
*/

.answers li {
	margin-bottom: 8px;
	height: 30px;
	padding-top: 1px;
	padding-left: 8px;
	cursor: default;
	}
	
	.answers li.hoverable:hover {
		background: url(../i/trivia/answer_bg.png) no-repeat 0 0;
		cursor: pointer;
		}
	.answers li.hoverable a:hover {
		cursor: pointer;
		}	

	.answers li a {
		display: block;
		padding-top: 5px;
		height: 24px;
		font-size: 1.4em;
		color: #000;
		background: url(../i/trivia/answer_not.png) no-repeat center left;
		padding-left: 36px;
		cursor: default;
		}
		
	.answers li a:hover {
		text-decoration:none;
		}


.answers li.badidea {
	background: url(../i/trivia/answer_bg2.png) no-repeat 0 -1px !important;
	cursor: default !important;
}
.answers li.badidea a {
	background: url(../i/trivia/answer_no.png) no-repeat center left !important;
	cursor: default !important;
}
.answers li.goodidea {
	background: url(../i/trivia/answer_bg.png) no-repeat 0 0px !important;
	cursor: default !important;
}
.answers li.goodidea a {
	background: url(../i/trivia/answer_yes.png) no-repeat center left !important;
	cursor: default !important;
}



#timer {
	width: 177px;
	padding: 0 35px;
	height: 202px;
	padding-top: 95px;
	background: url(../i/trivia/timer.png) no-repeat 0 0;
	text-align:center;
	color: #fff;
	margin-bottom: 20px;
	}
	
	#timer span {
		display: block;
		margin: 0 auto; 
		text-align:center;
		}
	
	.percent {
		font-size: 1.3em;
		margin-bottom: 3px !important;
		}
		
	.word {
		color: #0de630;
		font-size: 1.6em;
		margin-bottom: 5px !important;
		}
		
	.points {
		font-size: 1.2em;
		margin-bottom: 7px !important;
		}
		
		.points em {
			font-size: 1.2em;
			}
		
	.g {
		color: #0de630;
		}
		
	.your_time {
		font-size: 1.0em;
		margin-bottom: 6px !important;
		}
		
		.your_time em {
			font-size: 1.3em;
			}
			
		.your_time small {
			font-size: 0.79em;
			}
			
	#timer li {
		list-style-type: none;
		font-size:0.9em;
		line-height: 1.2;
		}

.be-better li {
	list-style-type: none;
	position:relative;
	background: url(../i/trivia/shadow_li.png) no-repeat center bottom;
	padding-bottom: 15px;
	text-align:left;
	clear: both;
	min-height: 84px;
	}
	
	.name {
		display: block; 
		width: 100%;
		font-weight: bold;
		color: #0f334f;
		}
		
	.av {
		display: block; 
		float: left; 
		width: 74px;
		height: 64px;
		}
		
	.be-better a img {
		padding: 1px;
		border: 1px solid #D0DCE2;
		}
	
	.be-better li ul {
		display: block;
		float: right; 
		width: 233px;
		margin: 0;
		padding: 0;
		}
		
		.be-better li ul li {
			list-style-type: none;
			margin-bottom: 0;
			padding-bottom: 0;
			padding-left: 10px;
			background: url(../i/trivia/arrow_li.png) no-repeat center left;
			min-height: 0;
			}
			
#your_stats {
	width: 323px;
	height: 155px;
	background: url(../i/trivia/your_stats.png) no-repeat 0 0;
	margin-bottom: 10px;
	}
	
	#your_stats div {
		float:left; 
		width: 33%;
		text-align:Center;
		color: #fff;
		padding-top: 10px;
		}
		
	#your_stats span {
		display: block; 
		line-height: 1.4;
		}
		
	#your_stats .red_num {
		color: #f21d1d;
		}
	
	#your_stats .blue_num {
		color: #2f8bba;
		}
		
	#your_stats a img {
		padding: 1px;
		border: 1px solid #6c6c6c;
		background-color: #000;
		margin-top: 25px;
		margin-left: 5px;
		}
		
	#your_stats .summary {
		width: 70%;
		margin: 0 auto;
		float:none;
		clear: both; 
		padding-top: 12px;
		padding-top: 14px !ie;
		}
		
	#your_stats a.create_question {
		display: block; 
		width: 87px;
		height: 17px;
		text-indent: -1000em;
		background: url(../i/trivia/button_create_question.png) no-repeat 0 0;
		float: right;
		margin-top: 1px;
		}
		
	#your_stats .summary span {
		float: left; 
		padding-top: 2px !ie;
		}
		
#yesterdays_winners {
	width: 323px;
	height: 185px;
	background: url(../i/trivia/yeterdays_winners.png) no-repeat 0 0;
	margin-bottom: 10px;
	}
	
	#yesterdays_winners div {
		width: 50%;
		float: left;
		text-align:center;
		padding-top: 15px;
		width: 49.9% !ie;
		}
		
	#yesterdays_winners a, #yesterdays_winners span {
		display: block;
		text-align:center;
		line-height: 1;
		}
		
		#yesterdays_winners a, #yesterdays_winners .score { font-weight: bold; }
		#yesterdays_winners .score { font-size: 1.1em; margin-top: -1px; }
		
	#yesterdays_winners a img {
		padding: 2px;
		background-color: #fff;
		border: 1px solid #d0d0d0;
		margin-top: 30px;
		}
		
.todays-leaders div {
	float: left; 
	text-align:center;
	}
	
	.todays-leaders li {
		min-height: 64px;
		}
		
	.todays-leaders li:first-child {
		min-height: 84px;
		}
	
	.todays-leaders strong {
		display: block; 
		margin-bottom: 5px;
		}
		
	.todays-leaders a {
		display: block; 
		float: left; 
		}
		
	.todays-leaders li ul {
		width: 55px;
		}
		
	.todays-leaders li ul li { min-height: 0 !important; }
		
	.todays-leaders li .name { float: none; }
		
	.todays-leaders .score { font-size: 1.3em; }
	
	.todays-leaders .circle {
		display: block; 
		margin: 0 auto; 
		margin-top: 15px;
		background: url(../i/trivia/circle.png) no-repeat top center;
		color: #fff;
		font-size: 1.4em;
		height: 33px;
		padding-top: 7px;
		font-weight:bold;
		}
		
		.todays-leaders .circle.first { margin-top: 35px; }

/* = FORM
************************************************************** */

.trivia-form h2 {
	width: 597px;
	height: 25px;
	color: #4e5973;
	font-size: 1.3em;
	padding-left: 30px;
	padding-top: 6px;
	background: url(../i/trivia/form_header.png) no-repeat 0 0;
	}
	
.form-elem .start-body {
	background: url(../i/trivia/form_elem_top.png) no-repeat 0 0;
	padding-top: 10px;
	margin-left: 20px;
	padding-left: 15px;
	padding-bottom: 4px;
	}
	
.form-elem .body {
	border-left: 1px solid #cdd5e7;
	border-right: 1px solid #cdd5e7;
	margin-left: 25px;
	padding-left: 9px;
	padding-bottom: 4px;
	margin-right: 7px;
	}
	
.form-elem .end-body {
	background: url(../i/trivia/form_elem_bottom.png) no-repeat left bottom;
	margin-left: 25px;
	padding-left: 9px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	}
	
.form-elem input[type="checkbox"], .form-elem input[type="radio"] {
	vertical-align: top;
	margin-right: 5px;
	margin-top: 2px;
	}
	
.form-elem label { 
	font-size: 1.1em;
	}
	
.form-elem small {
	display: block; 
	color: #666;
	margin-left: 21px;
	}
	
.form-elem small.nr { margin-left: 0; }
	
.form-elem textarea {
	width: 578px;
	height: 60px;
	border: 1px solid #bfbfbf;
	}
	
.form-elem input {
	border: 1px solid #bfbfbf;
	padding: 1px;
	}

.form-elem .max-size {
	position: relative;
	overflow: hidden;
	}
	
.form-elem .max-size label {
	display: block;
	float: left; 
	width: 210px;
	}
	
.form-elem .max-size input.textinput {
	display: block; 
	float: none; 
	width: 365px;  
	}
	
.form-elem .max-size .marLeft { margin-left: 210px; }

.form-elem.difficulty .start-body {
	position: relative;
	overflow: hidden;
	}

.form-elem.difficulty label {
	display: block;
	float: left;
	width: 40px;
	text-align:center;
	}
	
.form-elem.difficulty input {
	display: block; 
	clear: both; 
	margin: 0 auto;
	}
	
.form-elem .button {
	display: block; 
	width: 107px;
	height: 23px;
	text-indent: -1000em;
	font-size: 0;
	border:0;
	}
	
	.form-elem .button.add_player { background: url(../i/trivia/button_add_player.png) no-repeat 0 0;
	}
	
	.form-elem .button.submit { background: url(../i/trivia/button_submit.png) no-repeat 0 0;
	}

.level-indicator {
	width: 45px;
	height: 45px;
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -1000em;
	top: -4px;
	left: 60px;
	z-index: 2
	}

.choose-sport {
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	color: #fff;
	font-size: 1.2em;
	}
	
.choose-sport select { 
	width: 150px;
	font-size: 0.82em;
	padding: 1px;
	}
	
.rate-difficulty {
	width: 387px;
	height: 87px;
	background: url(../i/trivia/rate_difficulty_box.png) no-repeat 0 0;
	margin-bottom: 10px;
	position: relative;
	}
.rate-difficulty-nl {
	width: 387px;
	height: 87px;
	background: url(../i/trivia/rate_difficulty_box2.jpg) no-repeat 0 0;
	margin-bottom: 10px;
	position: relative;
}
	
	
.rate-difficulty span {
	display: block; 
	padding-top: 67px;
	line-height: 20px;
	font-size: 1.1em;
	text-align: center;
	width: 350px;
	}




.slider-path {
	width: 214px;
	height: 10px;
	position: absolute;
	top: 54px;
	left: 58px;
	}
	
.rate-difficulty .slider-handler, .ui-slider-handle {
	display: block; 
	width: 23px;
	height: 14px;
	position: absolute;
	top: -2px;
	background: url(../i/trivia/slider_handler.png) no-repeat 0 0;
	}
	
.only-points {
	position: relative;
	top: 60px;
	left: 20px;
	font-size: 1.4em;
	text-align: left !important;
	}
	
	.only-points em { font-size: 1.4em; }
	
.explanation-box { 
width: 223px; 
margin-bottom: 10px;
}
	
.explanation-box .text {
	padding: 10px 10px 0;
	border: 1px solid #cdd5e7;
	border-top: 0;
	}
	
	.explanation-box p {
		line-height: 140%;
		font-size: 1.1em;
		margin-bottom: 10px;
		}

#left .boxsp h1 {

width:207px;
}


.save_stats {
background:transparent url(../i/trivia/button_save_stats.png) no-repeat;
text-align: right; padding-right: 4px;
}


.answers td {
	padding: 2px 0;
}


.explanation {
	font-size: 12px;
	line-height: 18px;
	padding: 0 20px 12px 14px;
	color: #999;
}

.quantitynotice {
	font-size: 12px;
	line-height: 18px;
	padding: 0 20px 12px 14px;
	color: #cc0000;
}

#timer-exec {
	font-size: 30px; 
	height: 76px; 
	line-height: 76px;
}
#timer-exec strong {
	color: #999;
	font-weight: normal;
}


#question-loader {
	height: 200px;
	padding-top: 180px;
	text-align: center;
}

#trivia_choose_sub select {
	width: 150px !important;
	display:block;
	float:left;
	margin-top:3px;
	position:relative;
	width:145px;
	left:-30px;
}


.table-answers {
	border-collapse: collapse;
}
.table-answers td {
	vertical-align: middle;
	font-size: 12px;
	height: 36px;
}

.answerable {
	padding: 4px;
	border: 1px solid #999;
	cursor: pointer;
}
.answerable:hover {
	border: 1px solid #000;
	background: #eee;
}


.dropable {
	padding: 4px;
	border: 1px solid #ccc;
}

.validable {
	border: 1px solid #009900 !important;
	background: #CCFF99 !important;
	cursor: default !important;
}
.overable {
	background: #FFFFCC;
}
/* CCFF99 */

.question-notice {
	padding-bottom: 6px;
}