td, tr, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.largeText {
	font-size:16px;
}
.smallText {
	font-size:10px;
}
.errorMsg {
	color:#FF0000;
	background-color:#FFFFFF;
	padding:7px;
}
.statusMsg {
	color:#009900;
	background-color:#FFFFFF;
	padding:7px;
}
.infoMsg {
	color:#7F6547;
	background-color:#FFFFFF;
	padding:7px;
}
	.infoMsg a {
		color:#7F6547;
	}
	.infoMsg span {
		font-size:8pt;
	}
.reqField {
	color:#990000;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
.fieldGroupLabel {
	font-weight:bold;
	color:#373535;
	background-color:#C3AC90;
}
.lightFieldGroupLabel {
	font-weight:bold;
	color:#373535;
	font-size:11px;
	background-color:#E2D6C7;
}
.lightFieldGroup {
	color:#000000;
	font-size:11px;
	background-color:#F7F2EE;
}
.lightBorder {
	border:1px solid #DFCDB6;
	border-collapse:collapse;
}
.altRow {
	background-color:#EFE8E0;
}

.orderHeader {
    margin: 0;
	background-color:#C3AC90;
	padding:0px 5px;
	height:25px;
	width:250px;
	white-space:nowrap;
	line-height:25px;
	font-size:11pt;
	border-top:1px solid #DFCDB6;
	border-left:1px solid #DFCDB6;
	border-right:1px solid #DFCDB6;
	border-collapse:collapse;
}

.headline {
	color:#373535;
	font-size:22px;
}
h1 {
	color:#373535;
	font-size:22px;
	font-weight:normal;
}
.subHeadline {
	color:#373535;
	font-size:18px;
}
.headlineFancy {
	color:#373535;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.subHeadlineFancy {
	color:#373535;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.fancyFont {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.moduleBar a{ 
    text-decoration:none;
	font-weight:bold;
}

.moduleBar a:hover {
	text-decoration:underline;
}

.moduleBar {
	padding:5px;
	background-color:#C3AC90;
	height:14px;
}

.quizMessage{
    font-weight:bold;
	font-size:14px;
	margin-top: 15px;
}

.question {
    margin-bottom:25px;
}

.choice {
    list-style-type: upper-alpha;
	vertical-align:bottom;
}

.submit {
    padding:9px 9px 3px 9px;
	text-align:center;
}

.quizOptions {
    float:right;
	width:500px;
	font-size:12px;
}

.spacer {
    height:3px;
}

.correct {
    list-style-type:upper-alpha;
	vertical-align:bottom;
	color:#009900;
}

.adminNav {
	background-color:#373535;
	padding:5px;
	color:C3AC90;
}
a.adminNavLink:link, a.adminNavLink:hover, a.adminNavLink:visited, a.adminNavLink:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.enabled {
  color:#009900;
}

.disabled {
  color:#FF0000;
}

.logOffButton {
	font-size: 12pt;
	font-weight: bold;
}

a.supplLink:link, a.supplLink:visited, a.supplLink:active, a.supplLink:hover  {
	font-size:14px;
	font-weight:bold; 
	color:#004080;
}

.noBullets {
	list-style-type : none;
	padding : 0;
	margin : 1em 0;
}
	.noBullets li { padding : 0; }

.certificatePlaceHolder { color : #b8b8b8; }



	
#hoverpopup {
	display:none;
	position:absolute;
	width:300px;
	font-size:1em;
	top:0;
	left:0;
	background:#E2D6C7;
	border:1px solid #373535;
	color:#373535;
	}
	#hoverpopup p { margin:10px; }
	

.oldprice {
	text-decoration:line-through;
}
.newprice {
	font-weight:bold;
}