@import url(/style/shared/quiz.css);
/* 
 * This is essentially blank, other than inheriting from shared.
 * Only put styles in here which are specific to your client.
 * Do not put any styles in here for Arn. 
 * All new clients should start with a clean, empty stylesheet,
 * using what's in shared, and then customize only what they need, as they go.
 */

body {
	background-color: #E0DCCE;
	font-size: 0.75em;
	margin: 0;
    	text-align: center;
}
.redbackground {
    background-color: rgb(153, 51, 51);
    width: 100%;
    height: 178px;
    top: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
}

form {
	background-color: #FFFFFF;
	border-bottom: 4px solid #BEBAAE;
	border-right: 2px solid #BEBAAE;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin: 0px auto;
	width: 1024px;
	text-align: left;
	padding: 10px; 
	z-index: 10;
	position: relative;
}


.mainhead {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
}

#AACAPTop {
    float: right;
    height: 100px;
    width: 75%;
}

#AACAPNav {
    float: right;
    position: absolute;
    top: 42px;
}

.RadMenu_Aspen .rmHorizontal .rmRootLink span.rmText {
    display: inline;
    padding-left: 12px;
    padding-right: 12px;
    border-left: thin solid rgb(156, 48, 49);
}

.RadMenu_Aspen a.rmLink {
    font: 11px/24px Verdana,Geneva,sans-serif;
    text-decoration: none;
    color: rgb(156, 48, 49);
}

#masterHeaderImage {
    float: left;
    margin-top: 0.4em;
    margin-left: 0.4em;
}


.RadMenu .rmItem {
    float: left;
    position: relative;
    list-style: none outside none;
}

.main {
	width: 100%;
	margin-top: 135px;
	}
	
h2.mainhead {
	padding-top: 0px;

}

.CMETakeAnswer {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
.multiplechoiceunanswered {
	border: 2px solid red;
	padding: 1px;
	background-color: #FCC;
}

ol.questionresponse li {
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
}

.questionresponse li {
	background: left top no-repeat;
}
fieldset {
	
	}
.results fieldset {
	width: 92%;
	height: 100%
	}

label {
	margin:0;
	padding:0;
	width:90%;
	display:inline-block;
	padding-left: 17px;
	text-indent: -17px;
}
.certificate {
	background-color: #ffffff !important;
}
.certificate form {
	background-color: #ffffff;
	border-bottom: 0px;
	border-right: 0px;
}
.CMEsig {
    margin-left: 0;
    margin-right: 0;
}

table.quiz-survey-table tr.quiz-survey-Scale:nth-child(2n), table.quiz-evaluation-table tr.quiz-eval-Scale:nth-child(even) td {
	background-color: #E0DCCE;
}

.QuestionRemoved {
    height: 100px;
    background-color: rgb(204, 204, 204);
    margin-top: -46px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding-top: 100px;
}