/*use this style sheet to override any of the styles with your own versions of them, and to add any module-specific styles you want to use*/
#quizMessages a.tryagainLink, #quizMessages a.gothereLink, a.button{ 
display:block;
text-align:center;
font-weight:normal;
width:150px;
padding:6px;
color:#FFF;
text-transform:uppercase;
margin:6px 6px 0px 6px;
text-decoration:none;
background:#1277D4;
border-right:3px double #000066;
border-bottom:3px double #000066;
border-top:3px double #0099CC;
boder-left:3px double #0099CC;
  }
 #quizMessages a.gothereLink {
 background:#009933;
border-right:3px double #003333;
border-bottom:3px double #003333;
border-top:3px double #00CC33;
boder-left:3px double #00CC33;
 } 
  
#quizMessages a.tryagainLink:hover, a.button:hover{
background:#0046FF;

}
#quizMessages a.gothereLink:hover{
background:#00FF33;
}

table#unfinQzTbl {   }

#quizMessages  td.unfinQzLft { 
border-bottom:1px solid #CCCCCC; 
 padding-right:24px;
  width:40%;
 }
#quizMessages td.unfinQzRt {
border-bottom:1px solid #CCCCCC;
  }
/*.chapterTitle {
   margin-bottom:6px;
   margin-top:-12px;
   margin-left:-24px;
   font: bold 18px "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
   color:#666666;
  display:block; 
}
#pageTitle {
	font: bold 16px "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
	color:#1E77D3;
	width:auto;
	padding:12px 6px 0px 36px;
	display:block;
}
.navlevel3 {
	padding-left:12px;
}

.header {
	font: bold 22px solid white "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size:16px;
}

#myTable {
	position:relative;
	top:-36px;
}
.textOrange {
	text-align: left;
	color:#FF6600;
	width:auto;
	font-family: "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
}
.style2 {
	font-family: "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;

}

.hyperlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}*/
