/*	

Document   : dLife Quiz style's
Created on : Oct 23, 2009, 3:00PM
Author     : Rebecca  
	
*/

/*General
---------------------------------------------------------- */

#QuizPage A { color: #003366; text-decoration: none; font-size: 14px;font-weight: normal; }
#QuizPage A:link	{ color: #003366; text-decoration: none; font-size: 14px; }
#QuizPage A:visited	{ color: #003366; text-decoration: none; font-size: 14px; }
#QuizPage A:active	{ color: #003366; font-size: 14px;  }
#QuizPage A:hover	{ color: #0095d5;text-decoration: underline; font-size: 14px; }

#allPage A { color: #003366; text-decoration: none; font-size: 14px;font-weight: normal; }
#allPage A:link	{ color: #003366; text-decoration: none; font-size: 14px; }
#allPage A:visited	{ color: #003366; text-decoration: none; font-size: 14px; }
#allPage A:active	{ color: #003366; font-size: 14px;  }
#allPage A:hover	{ color: #0095d5;text-decoration: underline; font-size: 14px;font-weight: bold; }

/*Layout: Text & Images
---------------------------------------------------------- */
.available {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #0095d5;
	border-bottom: 1px dotted #0095d5;
	width: 100%;
}

#allPage {
	width: 405px;
}

.formbox p { 
  font-family: Arial,helvetica,sans-serif;
  font-size:14px;
  color: #262626;
  text-align:left; 
  padding: 0 0 10px;
}

.formbox td {
    color: #414141;
    font-family: Arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.formbox small { 
  font-weight: normal;
}

.form img {
    background-color: #DCECF8;
    border: 1px solid #0095D5;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    width: 460px;
}

.formbox strong {
    color: #0096C8;
    font-size: 20px;
    font-weight: normal;
}

#QuizPage {
	background-color: #ffffff;
	text-align: left;
}

.even {
	background-color: #eeeeee;
	border-bottom: 1px dotted #0095d5;
	margin:0px;
	padding:3px;
}

.odd {
	background-color: #ffffff;
	border-bottom: 1px dotted #0095d5;
	margin:0px;
	padding:3px;
}


/*Quiz Form Elements
---------------------------------------------------------- */

.formbox {
    background-color: #EEEEEE;
    border: 1px solid #0095D5;
    margin: 0;
    padding: 10px;
    width: 480px;
}

.formbox input {
    background-color: #FFFFFF;
    padding: 10px;
}

p.progressBarHdr {
    color: #0096C8;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 0;
}

.progressBar {
    background: url("../img/quiz/bg_bar.gif") no-repeat scroll 0 0 transparent;
    height: 41px;
    margin-bottom: 20px;
    position: relative;
    width: 216px;
}
