/* CSS Document */

a.noline
{
	text-decoration:none;
}

a.noline:hover 
{
	text-decoration:underline;
}

a.StateCourse
{
	text-decoration:none;
	color: #A60402;
}

a.StateCourse:hover 
{
	text-decoration:none;
	color: #666666;
}

a.GuestLink
{
	text-decoration:none;
	color: #000000;
}

a.GuestLink:hover 
{
	text-decoration:none;
	color: #0000FF;
}

a.footer
{
	text-decoration:none;
	color: #2771BA;
}

a.footer:hover 
{
	text-decoration:underline;
	color: #2771BA;
}

a.leftnav
{
	text-decoration:underline;
	color: #000000;
}

a.leftnav:hover 
{
	text-decoration:none;
	color: #A60402;
}

a.leftnavcsat
{
	text-decoration:none;
	color: #666666;
}

a.leftnavcsat:hover 
{
	text-decoration:none;
	color: #A60402;
}


a.leftnav2
{
	text-decoration:none;
	color: #A60402;
}

a.leftnav2:hover 
{
	text-decoration:none;
	color: #1127AA;
}

a.leftnavPathway
{
	text-decoration:none;
	color: #666666;
}

a.leftnavPathway:hover 
{
	text-decoration:none;
	color: #333333;
}

a.assignedeunits
{
	text-decoration:none;
	color: #575757;
}

a.assignedeunits:hover 
{
	text-decoration:underline;
	color: #575757;
}

a.interior
{
	text-decoration:none;
	color: #000000;
}

a.interior:hover 
{
	text-decoration:underline;
	color: #A60402;
}

a.interior2
{
	text-decoration:underline;
	color: #547699;
}

a.interior2:hover 
{
	text-decoration:none;
	color: #A60402;
}

a.bookmark
{
	text-decoration:underline;
	color: #2771BA;
}

a.bookmark:hover 
{
	text-decoration:none;
	color: #A60402;
}

a.interiorlesson
{
	text-decoration:none;
	color: #BE1107;
}

a.interiorlesson:hover 
{
	text-decoration:underline;
	color: #BE1107;
}

a 
{
	text-decoration:underline;
}

a:hover 
{
	text-decoration:none;
}


a.delete
{
	text-decoration:underline;
	color: #CC0000;
}

a.delete:hover 
{
	text-decoration:none;
	color: #CC0000;
}


.tdNormal 
{
	font-family: Arial;
	font-size: 80%;
}

.tdNormal2 
{
	font-family: Arial;
	font-size: 80%;
}

.tdHighlight 
{
	background-color:  #FEF596;
	font-family: Arial;
	font-size: 80%;
	text-decoration:underline;
	cursor:hand

}


.tdHighlight2 
{
	background-color:  #FEF596;
	font-family: Arial;
	font-size: 80%;
	cursor:hand
}

.tdHighlight3 
{
	background-color:  #FEF596;
	font-family: Arial;
	font-size: 80%;
}

/*NEW styles for Quiz Page*/

/* tool tip stuff*/
a.tooltip 
{
	text-decoration:none;
	
}
	
	
	
	.smallBlueText {

	font-family: Arial;
	font-size: 12px;
	color: #3a4879;
}

.smallYellowText {

	font-family: Arial;
	font-size: 12px;
	color: #E6A32A;
} 
/* END tool tip stuff*/

.QuizHelperHeaders
{
    font-family:Arial;
    font-size: 11px;
    font-style: italic
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	
	/*width:250px; */
	background-color:White; 
	border-width:2px; 
	border-color:Black; 
	border-style:solid; 
	padding:7px;
}
/*END Modal Popup*/
	.CaptchaError
	{
		font-family: Verdana;
		font-size: 12px;
		color: #CB3535;
		font-weight:normal;
		
	}	
	
	
div.QuestionTableContainer
{
    width:665px;
    padding-top:2px;
    padding-bottom:2px;
    font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight:normal;
	background-color:#ffffff;
	margin-bottom:8px;
}

div.QuestionTableContainerAlt
{
    width:665px;
    padding-top:2px;
    padding-bottom:2px;
    font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight:normal;
	background-color:#ECE9D8;
	margin-bottom:8px;
}

div.QuestionTableContainerInner
{
    width:664px;
    padding-top:0px;
    padding-bottom:0px;
    
}
div.QuestionTableAnswerContainer
{
    width:664px;
    padding-top:0px;
    padding-bottom:10px;
    margin-left:30px;
}

div.QuestionTableLeft
{
    width:10px;
    float:left;
    text-align:right;
    padding-right:5px;
    margin-top:2px;
    text-align:left;
    
}

div.QuestionTableRight
{
    float:Right;
    width:640px;
    text-align:left;
    margin-top:2px;
}
.hideme
{
    visibility:hidden;
    display:none;
}
.pageButton 
{
    font-weight: bold;
    font-family: Arial ;
    color:#76C571;
}

.pageButtonNext 
{
    font-weight: bold;
    font-family: Arial ;
    color:#76C571;
}

.Pagedisplay
{
     font-weight: bold;
    font-family: Arial;
    color:#9B9B9B;
}