﻿body 
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 11px;
	background-color  : rgb(87,87,87);
	color             : rgb(255,255,255);
	margin            : 0px;
	
}

body.admin
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 11px;
	background-color  : rgb(206,26,78);
	color             : rgb(255,255,255);
	margin            : 0px;
	
}

.defBackground
{
  background-image  : url('Images/Quiz/bg_quiz.jpg');
  background-repeat : no-repeat;
  width             : 569px;
  height            : 486px;
  text-align        : left;
  vertical-align    : top;
}

.bgGeneral
{
  background-image  : url('Images/Quiz/bgQuizGeneral.jpg');
  background-repeat : no-repeat;
  width             : 569px;
  height            : 486px;
  text-align        : left;
  vertical-align    : top;
}

.bgScience
{
  background-image  : url('Images/Quiz/bgQuizScience.jpg');
  background-repeat : no-repeat;
  width             : 569px;
  height            : 486px;
  text-align        : left;
  vertical-align    : top;
}

.bgTechnology
{
  background-image  : url('Images/Quiz/bgQuizTechnology.jpg');
  background-repeat : no-repeat;
  width             : 569px;
  height            : 486px;
  text-align        : left;
  vertical-align    : top;
}

.bgGadgets
{
  background-image  : url('Images/Quiz/bgQuizGadgets.jpg');
  background-repeat : no-repeat;
  width             : 569px;
  height            : 486px;
  text-align        : left;
  vertical-align    : top;
}

.bgSpace
{
  background-image  : url('Images/Quiz/bgQuizSpace.jpg');
  background-repeat : no-repeat;
  width             : 569px;
  height            : 486px;
  text-align        : left;
  vertical-align    : top;
}

.bgWorld
{
  background-image  : url('Images/Quiz/bgQuizWorld.jpg');
  background-repeat : no-repeat;
  width             : 569px;
  height            : 486px;
  text-align        : left;
  vertical-align    : top;
}



.padContent
{
  padding-left  : 72px;
  padding-top   : 115px;
  padding-right : 72px;
}


h1
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 25px;
	color             : rgb(255,255,255);
	font-weight       : bold;
}

h3
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 12px;
	color             : rgb(255,255,255);
	font-weight       : bold;
}

textarea, input, select
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 11px;
	color             : black;
}

.padded10
{
  padding-left      : 10px;
  padding-right     : 10px;
}


.padLeft10
{
  padding-left      : 10px;
}

.defaultPnl
{
  padding-left : 19px;
  padding-top  : 70px;
}

.paddedEntry
{
  padding-bottom : 5px;
  padding-left : 10px;
}

.paddingTmr
{
  padding-left   : 8px;
  padding-right  : 8px;
  padding-bottom : 5px;
  padding-top    : 3px;
  font-weight    : bold;
  
}

.paddedLeftDefault
{
  padding-left : 19px;
}

.note
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 11px;
	color             : black;
}

.tblWinners
{
  background-image  : url('Images/Quiz/tbl_scores.gif');
  background-repeat : no-repeat;
  height : 210px;
}

.winners
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 10px;

}

.underline
{
  border-bottom : 1px dashed white;
}

.paddedTop
{
  padding-top : 15px;
}

.padTimer
{
  padding-left : 230px;
}

.answerList
{
  /*line-height : 12px;*/
  margin-top : -20px;
  display:inline-block;
}
