﻿/* Trivia */
div.trivia_bar
{
	width: 974px;
	margin-top: 10px;
}

/*Trivia Graphic*/
.trivia_taunt_date_container

{
	text-align: left;
	width: 200px;
	margin-left: 20px;
	margin-top: 34px;
	float: left;
}

.trivia_graphic
{
	background: url(images/trivia/gunfire_trivia.jpg) bottom left no-repeat;
	width: 684px;
	height: 137px;
	float: left;
}

.trivia_taunt
{
	text-align: left;
	width: 200px;
	float: left;
}

.trivia_date
{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	margin-top: 10px;
	width: 200px;
	float: left;
	clear: left;
}


/*Trivia Archive*/
div.trivia_archive
{
	width: 253px;
	height: 90px;
	margin-top: 21px;
	padding: 5px;
	background-color: #333f51;
	border: solid 2px #242d3a;
	float: right;
}

div.from_archive
{
	float: left;
	color: #FEC000;
	font-weight: bold;
}

div.view_all
{
	float: right;
	display: none;
}

div.view_all a 
{
	 color: #FFFFFF;
	 outline: none;
}
div.view_all a :active
{
	color: #FFFFFF;
}
div.view_all a :visited
{
	color: #FFFFFF;
}
div.view_all a :hover
{ 
	color: #FEC000;
}

div.trivia_spacer
{
    clear: both;
	float: none;
    height: 1px;
    margin: 0px;
}

div.test
{
	width: 235px;
	margin-top: 5px;
	float: left;
	clear: left;
	font-size: 80%;
}


/* Results Page */
#yourresults_bar
{
	text-indent: -2000px;
	width: 974px;
	height: 25px;
	margin-top: 20px;
	background: url(images/trivia/title_your_results.gif) bottom left repeat;
}

#questions_bar
{
	text-indent: -2000px;
	width: 974px;
	height: 25px;
	background: url(images/trivia/title_questions.gif) bottom left repeat;
	margin-top: 25px;
}

#questions_panel
{
	width: 946px;
	padding-left: 0px;
	padding-right: 0px;
}


/* Current Quiz*/
div.current_bar
{
	margin-top: 20px;
	width: 974px;
	height: 25px;
	background: url(images/trivia/title_current.gif) bottom left repeat;
}

#current_panel
{
	width: 974px;
	padding-left: 0px;
	padding-right: 0px;
}

.current_bar_text
{
	font-weight: bold;
	color: #ecf406;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}

div.odd
{
	padding: 5px 0 5px 15px;
	width: 934px;
	background-color: #333f51;
}

div.even
{
	padding: 5px 0 5px 15px;
	width: 934px;
	background-color: #3d4c61;
}
#results-header-text
{
	padding-left: 15px;
	padding-bottom: 15px;
}
.this_weeks_test
{
	font-size: x-large;
	padding-left: 15px;
	padding-right: 15px;
}

.this_weeks_test_results
{
	font-size: x-large;
	color: #FEC000;
}

.quiz_description
{
	
	margin-left: 40px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.question_number
{
	font-size: large;
	font-weight: bold;
}

.this_weeks_questions
{
	font-weight: bold;
	color: #fec000;
}

.multiple_choice
{
	color: #ffffff;
	font-weight: normal;
}

.correct_answer
{
	color: #54f539;
	font-weight: normal;
}

.incorrect_answer
{
	color: #fb895c;
	font-weight: normal;
	text-decoration: line-through;
}

.display_correct_answer
{
	color: #54f539;
	font-weight: normal;
	margin-left: 10px;
}

.display_incorrect_answer
{
	color: #fb895c;
	font-weight: normal;
	margin-left: 10px;
}

.trivia_info_box
{
	width: 904px;
	background: #5f7696 url(images/trivia/info_icon.gif) 5px 5px no-repeat;
	border: solid 1px white;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 5px;
}

.trivia_info_text
{
	margin-left: 42px;
}

.percent_correct_box
{
	background: #5f7696;
	border: solid 1px white;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 5px;
}

span.bold_percent
{
	font-weight: normal;
	font-size: 26px;
	float: left;
	line-height: normal;
	padding: 0px 3px 0px 0px;
	margin: 0px;
}


.score 
{
	font-size: 60px;
	color: #fec000;
}

.rank 
{
	font-size: 20px;
	color: #ffffff;
	width: inherit;
}
#rank-desc
{
	margin:20px;
	display: block;
	width: inherit;
}
.percentworse
{
	padding-bottom: 5px;
	font-size: 12px;
}

table.yourscores
{
	font-size: 12px;
}


table.trivia_table
{
	width: 900px;
}

table.trivia_table tr td
{
	 vertical-align: top;
	 text-align: left;
}

table.trivia_table tr td ul li
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0px 3px 0px;
}

table.trivia_table span
{
	font-size: 18px;
	font-weight: bold;
}

/*div.question_number
{
	font-weight: bold;
	font-size: large;
	margin-left: 15px;
	margin-top: 5px;
	float: left;

}*/

/*div.question
{
	margin-left: 25px;
	margin-top: 5px;
	width: 850px;
	color: #fec000;
	font-weight: bold;
	float: left;

}*/

/*table.misc
{
	width: 700px;
	margin-left: 75px;
	margin-top: 5px;
	float: left;
	clear: left;

}*/



#saveyourscore
{
	background: url(images/layout/title_saveyourscore.gif)  no-repeat;
	text-indent: -2000px;
}

table.exp_alert
{
	margin-top: 15px;
}
