/* @override http://sfno.local/stylesheets/application.css */

img {
	border: 0;
}

/*h3 {
	font-family: 'Trebuchet MS';
	font-size: 25px;
	color: #F45310;
	margin-bottom: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	font-style: normal;
}*/

form, input {
	margin: 0;
	padding: 0;
}

#mainContent {
	min-height: 545px;
	_height: 545px;
}

input, textarea {
	border: 1px solid #666;
	background: #fff;
	padding: 3px;
}

textarea {
	width: 175px;	
}

input.button {
	/*width: auto;*/
	font-family: 'Trebuchet MS';
	font-size: 1.2em;
	font-weight: bold;
    margin-right: 10px;
    border: 0;
    background: #fff url(/images/btna_3.png) no-repeat;
    color: #fff;
    height: 32px;
    /* used to catch the buttonEnding */
    position: relative;
    cursor: pointer;
		padding: 0 10px;
}
input.button.over {
   background: #fff url(/images/btna_3.png) no-repeat;	
	background-position: 0 -32px;
}

input.button.question {
	width: 478px;
	text-align: left;
	padding-left: 20px;
	font-size: 11px;
}

.clearfix {
	clear:both;
}

.button.start {
	width: 120px;
	text-align: center;
}

.button.login {
	width: 90px;
	text-align: center;
}

.buttonEnding {
    position: absolute;
    display: inline;
    margin-left: -20px;
    width: 10px;
    height: 32px;
    background: url(/images/btnb_3.png) no-repeat;
}

#leftCol h2, #oneCol h2
{
	padding: 0;
	margin: 0;
	padding-top: 20px;
	font-size: 1.1em;
}

#rightColText p a { 
	text-decoration: none;
	display: block;
	min-height: 35px;
	padding: 3px 3px 0 30px;
	border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
#rightColText p a:hover { 
	border: 1px solid #aaa;
	background-color: #eaeaea;
}

#rightColText p a img {
	margin: 3px 10px 10px 0;
	float: left;
}

textarea.ta_challenge {
	height: 100px;
}

#quiz_area {
	position: relative;
	margin: 0;
	padding: 0;
}

#quiz_area {
	/*height: 275px;*/
	/* width: 440px; */
	/* z-index: 1000; */
}
#quiz_area .content {
	/* height: 288px; */
}

#quiz_content, #quiz_fader {
	min-height: 288px;	
	_height: 288px;	
}
#quiz_fader {
	width: 490px;
	top: 15px;
	left: -5px;
	background: #CCD6DD;
	position: absolute;	
}

#quiz_content {
	padding: 0;		
}

#quiz_content h1 {
	margin-top: 10px; 
	padding: 0;
}

#quiz_content .reply {
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
}

.dialog_fader {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: -0;
	margin-top: 20px;
	padding: 0;	
	background: #d8e2e9;
}

table#league, table#quiz-results {
	width: 99%;
	border-collapse: collapse;
	border: 1px solid #044670; 
	padding: 0;
}

table#league tr.header, table#league tr.header th, #quiz-results th {
	height: 16px;
	background: #044670 url(/images/tbl-top.png) repeat-x;
	color: #fff;
}

table#league tr.header, table#league tr.header.rounds th {
	background: #113768;
	height: auto;
}

table#league tr td, table#quiz-results tr td {
	padding: 5px;
	background: #fff;
}

table#league tr.tr2 td, table#quiz-results tr.tr2 td {
	background: whiteSmoke;
}

#quiz-results .tr-sum-up td {
	font-weight: bold; 
	border-top: 1px solid #000;
}

#quiz-results .col_question-no {
	white-space: nowrap;
}

#send_challenge_fader.dialog_fader {
	width: 235px;
	height: 193px;
	margin-top: 10px;
}
#send_challenge_fader.dialog_fader h1 {
	border: 0;
}
#send_challenge_fader.dialog_fader .button {
	width: 100px;
}

/* True/False */
#quiz_response_true, #quiz_response_false  {
	z-index: 200;
	position: absolute;
	width: 330px;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -120px;
}
#quiz_response_true .content, #quiz_response_false .content {
	height: 230px;
	text-align: center;
	padding-bottom: 15px;
	width: 330px;
}
#quiz_response_true .content p, #quiz_response_false .content p {
	position: relative;
	left: -5px;
	font-size: 48px;
	line-height: 130px;
}
#quiz_response_true .b, #quiz_response_false .b {
	width: 342px;
}
/* eoTrue/False */

#time_indicator {
	width: 400px;
	height: 10px;
	background-image: url(/images/timer.gif);
}

#new_user, #user_login {
	float: left;
	/* height: 170px; */
	width: 200px;
}
#new_user .content, #user_login .content {
	height: 185px;
	/*_height: 175px;*/	
}
#new_user {
	margin-left: 20px;
}
#user_login {
	margin-left: 35px;
}

#new_user .input, #user_login .input {
	width: 175px;
}

div#send_challenge {
	position: relative;
	width: 250px;
}

#errors #errorExplanation {
	border: 1px solid #666;
	background: #fff;
	padding: 10px;
	margin-right: 7px;
	width: 168px;
}
#errors #errorExplanation div div {
	margin-top: 5px;
}

.prizes div {
	width: 100%;
	float: left;
	clear: left;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.prizes div div {
	width: 200px;
	border: 1px solid #aaa;
	float: left;
	padding-top: 15px;
	margin-right: 15px;
	text-align: center;
}

