﻿/* ELEMENTS */
a, a:visited
{
	color: #0F5;
	text-decoration: none;
}

a:active, a:hover
{
	color: #111;
	background: #0F5;
	text-decoration: none;
}

a img
{
	border: none;
}

body
{
	margin-top: 2%;
	margin-left: 10%;
	margin-right: 10%;
	font-family: corbel,calibri, "courier new" , "courier" , monospace;
	background: black;
	color: #44F004;
}

.loginStatus
{
	background-color: #111;
	border: #250 solid 1px;
	padding: 3px 5px;
}

.border
{
	border: 1px dashed #5F0;
	background-color: #222;
	margin-bottom: 15px;
	padding: .5em;
}

.button
{
	background-color: #121;
	border: 1px solid #250;
	padding: 2px;
	margin-left: 0.5em;
}

.button:focus,.button:active
{
	outline:none;
}

.scoreHeader
{
	line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.leftColumn
{
	float: left;
	width: 69%;
}

.rightColumn
{
	float: right;
	width: 30%;
}

.mainContent
{
	margin: 0px auto; /*	width:800px;*/
}

.answerDiv
{
	display: none;
	line-height: 6ex;
	text-align: center;
	vertical-align: middle;
}

#divQuestions
{
	min-height: 500px;
}

#divQuestions table
{
	text-align: center;
	color: White;
	vertical-align: middle;
	margin:0px auto;
}

#divQuestions table th, #divQuestions table td a, #divQuestions table td
{
	height: 78px;
	width: 100px;
}

#divQuestions table th, #divQuestions table td a
{
	background-image: url(  '/Images/buttons.png' );
}

#divQuestions table th
{
	background-position: left top;
}

#divQuestions table td a, #divQuestions table td span
{
	display: block;
	line-height: 78px;
	font-size:large;
	font-weight:bold;
}

#divQuestions table td a
{
	color:White;
	background-position: left -78px;
}

#divQuestions table td a:active, #divQuestions table td a:focus
{
	outline:none;
}

#divQuestions table td a:hover
{
	color:Black;
}

#divQuestions table td a.disabled:hover
{
	color:White;
	cursor:default;
}

#divQuestions .open
{
	background-position: left 156px;
}

#divQuestions .current
{
	background-position: left -234px;
}

#divQuestions .selected
{
	background-position: left -156px;
}

#divQuestions .answered
{
	background-position: left bottom;
}

#leaders
{
}

#leaders > p
{
	border-top: solid 1px #5F0;
	border-bottom: solid 1px #5F0;
	padding: 2px 0px;
}

.yearHeader
{
	border-bottom:solid 1px;
}

/* IDS */


/* CLASSES */
