h1,  h2,  h3,  h4 {
    color: #990000;
    font-weight: normal;
    margin-bottom: 0.5em;
}

h5,  h6 {
    color: #990000;
    font-weight: normal;
    margin-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 1em;
}

p {
    margin-bottom: 1em;
}

a,  a:visited {
    text-decoration: none;
    color: #008BC3;
}

a:hover, a:active {
    text-decoration: underline;
}

a.button {
    color: #fff;
    font-weight: bold;
}

strong,  b {
    font-weight: bold;
}

em,  i {
    font-style: italic;
}

ul {
    list-style-type: disc;
    margin-left: 1.5em;
    padding-left: 0;
}

ol {
    list-style-type: decimal;
    margin-left: 1.5em;
    padding-left: 0;
}

ul.buttons,  ul.courses,  ul.resources {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

ol.buttons {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

blockquote {
    background: #D9F0FC;
    border-left: 2px solid #008bc3;
    padding: 1em;
    margin: 1em 0;
}

.chl2_panel {
    background: #D9F0FC;
    border: #008BC3 1px solid;
    padding: 9px;
    margin-bottom: 1em;
}

.chl2_panel ul {
    height: 30px;
}

.chl2_table {
    margin-bottom: 1.5em;
    border-collapse: collapse;
    background: #D9F0FC;
    width: 100%;
}

.chl2_table th {
    color: #990000;
    border: none;
}

.chl2_table td {
    /*background: #D9F0FC url(../images/border-dotted-blue.gif) repeat-x scroll 0 0;*/
    vertical-align: top;
    /*padding: 8px;*/
    border: 0;
    margin: 0;
}

.chl2_row {
    background: #D9F0FC url(../images/border-dotted-blue.gif) repeat-x scroll 0 0;
    vertical-align: top;
    /*padding: 8px;*/
    border: 0;
    margin: 0;
}

.chl2_even {
    background-color: #cee4ef;
}

.chl2_rowCollection {
    border: none;
}

.chl2_title h6,  .chl2_title h5 {
    background-color: #cee4ef;
}

.chl2_warning {
    background-color: #ff9999;
    border: 1px solid #990000;
    padding: 0.5em;
}

.chl2_error {
    background-color: #ffffcc;
    border: 1px solid #ff9933;
    padding: 0.5em;
}

.chl2_success {
    background-color: #ccff66;
    border: 1px solid #669900;
    padding: 0.5em;
}

.chl2_systemMessage {
    margin-bottom: 1em;
}

.chl2_systemMessage h6 {
    font-weight: bold;
}

.chl2_systemMessage .chl2_warning,
.chl2_systemMessage .chl2_error,
.chl2_systemMessage .chl2_success,
.chl2_systemMessage .chl2_information {
    padding: 0.5em;
}

/* form styles */

.chl2_form {
    margin-top: 18px;
    padding: 18px;
    background-color: #eee;
}

.chl2_form fieldset {
    margin: 18px 0;
    padding: 18px;
    border: solid 1px #aaa;
}

.chl2_form legend {
    padding: 0 3px;
}

.chl2_form label {
    padding-right: 9px;
}

.chl2_labelledField label {
    padding-left: 0;
    font-style: italic;
}

.chl2_labelledField .chl2_checkbox {
    position: relative;
    top: -3px;
    vertical-align: top;
}

/* buttons */

.chl2_majorButton, .chl2_minorButton, .chl2_button {
    font-size: 1em;
}

.chl2_majorButton {
    font-weight: bold;
}

/* form validation */

.chl2_formItem.chl2_error {
    padding: 9px !important;
    background-color: #f7f7dd !important;
}

.chl2_validationMessage {
    margin-top: 6px;
    padding: 3px 9px;
    font-weight: normal;
    color: #000;
    border: solid 1px #ff9933;
    background-color: #ffffcc;
}

.introButtons {
    float: left;
    width: 100%;
}

.introButtonLeft {
    float: left;
}

.introButtonRight {
    margin-left: 1em;
    float: left;
}

.questionRadio {
    vertical-align: top;
    padding-right: 15px;
}

.headingLeft {
    float: left;
}

.headingRight {
    float: right;
}


.studyGuideContent {
    font-size: 0.875em;
    color: #333;
    /*margin-left: 20px;*/
}

.quizProgress {
    position: absolute;
    left: 0;
    top: -32px;
    width:600px
}

.quizProgress .progress-bar {
    color: #333;
    width: 150px;
}

.profile-box .progress-bar span {
    background: url("../images/progress-bar-inactive.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 10px;
    margin: 5px 8px 0 0;
    padding: 1px;
    width: 140px;
}

.profile-box .progress-bar span.active {
    background: url("../images/progress-bar-active.png") no-repeat scroll 0 0 transparent;
}


.quizProgress .progress-bar span.text {
    float: left;
    margin-top: 0px;

}

.quizProgress .progress-bar span.bar {
    background: url("../images/progress-bar-inactive.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 10px;
    margin: 5px 8px 0 8px;
    padding: 1px;
    width: 140px;
}

.quizProgress .progress-bar bar.active {
    background: url("../images/progress-bar-active.png") no-repeat scroll 0 0 transparent;
}

.profile-box .progress-bar bar.active {
    background: url("../images/progress-bar-active.png") no-repeat scroll 0 0 transparent;
}

.profile-box .progress-bar bar img{
   margin-right: 10px;
}


.profile-box .progress-bar span.bar {
    background: url("../images/progress-bar-inactive.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 10px;
    margin: 5px 8px 0 8px;
    padding: 1px;
    width: 140px;
}

.time {
    position: relative;
    left: 0;
    width: 320px;
    float: right;
}

.time span {
    font-size: 1em;
}

.chl2_w_file .chl2_left {
    padding-right: 10px;
}

.chl2_w_file ul {
    margin: 0;
    list-style-type: none;
}

.chl2_image {
	float: left;
	margin-right: 15px;
}

.chl2_text{
	float: left;
}

#news-container .block ul .chl2_date {
    color: #993300;
    display: block;
    font-size: 0.75em;
}

ul.chl2_w_subNode {
	list-style: none;	
	margin-left: 0;
}

/* added to refresh styles */
.chl2_w_subNode .chl2_odd{
	width: 47.5%;
	padding-right: 20px;	
	padding-bottom: 20px;	
	float: left;
	background: none;
    clear: both;
}

.chl2_w_subNode .chl2_even{
	width: 47.5%;
	float: right;
	background: none;	
	padding-bottom: 20px;
    /*clear: both;*/
}

.chl2_w_subNode  h3 {
	margin-bottom:0;
}

.multiWording label {
	display: block;
}

.courseGroup .googleMap {
	width:615px;
	height:285px;
}
 
.chl2_page_2Column fieldset{
	font-size: 0.90em;
	font-weight: normal;  
}

.chl2_page_2Column fieldset legend{
	font-size: 1em;
	font-weight: bold;  
}
 
.chl2_page_2Column label {
	text-align: left;
	padding: 0;
	clear:both;
	width:100%;
	margin:0;
	font-size: 0.85em;
}

.chl2_page_2Column .chl2_field{
	width:100%;
}
                              
.chl2_page_2Column .chl2_field .chl2_text{
	float: none;
	width:100%;
}


.chl2_page_2Column select, .chl2_page_2Column input, .chl2_page_2Column textarea {
	font-size: 0.84em;
	font-weight: normal;
}

.chl2_page_2Column .chl2_helperText span {
	font-size: 0.70em;
	color: #666666;
	font-weight: bold;
	clear:both;	
}
	
 textarea {
	width:100%;
}

.chl2_page_2Column .chl2_form .chl2_required label span {
    color: #990000;
}

.chl2_page_2Column .chl2_labelledField .chl2_checkbox {
    top: 6px;
}

.chl2_even {
	padding: 10px 0px 10px 10px;	
}

.chl2_odd {
	padding: 10px 0px 10px 10px;
}

/* CMS Reports */

#userfilter {
	width: 340px;
}

#userfilter .chl2_form  {
	width: 300px;
}

#userfilter  fieldset{
	background-color: #ccc;
}

#userfilter  chl2_field{
	width: 260px;
}

/** Promo Form **/

form#promoForm.chl2_form {
	width:257px;
	float:right;
	background:none;
	margin:0;
	padding:0;
}

form#promoForm.chl2_form input {
	color: #666666;	
	font-size: 0.9em;
}

form#promoForm.chl2_form input.promo {
	width:130px;	
}


.price {
	width:200px;
	float:left;
}

.buyNowButton {
    background: url("../images/buyNow.png") no-repeat;
    width:116px;
    height:30px;
    cursor:pointer;
    border: none;
}

.stdPrice {
    font-weight: bold;
    text-decoration: line-through;
    font-size: 0.85em; 
}

.promoPrice {
    font-weight: bold;
    color: #ff0000;
    font-size: 0.85em; 
}

#affiliate.chl2_form label{
	width: 40%;
	
}

.chl2_helperText span {
    font-size: 0.85em;
}

.chl2_listRow {
	list-style: none;
}

.chl2_listRow li{
	
}

.chl2_listRow.subjectList {
    margin-bottom: 10px;   
}

.chl2_listRow.topicList {
   margin-bottom: 10px;   
}

.chl2_listRow.unitList {
     margin-bottom: 10px;   
}


.chl2_listRow.unitList h3{
    font-size: 1.15em;
    margin-bottom: 0;
}

.chl2_listRow.subjectList h4{
     margin-bottom: 0;
}


.chl2_left.multichoiceV2 {
	width:80%;	
	padding-right:10px;
}

.chl2_left.multichoiceV2 .chl2_w_image img {
	max-width:750px;	
}

.chl2_right.multichoiceV2 {
	width:18%;
	padding-top:50px;
}


.chl2_right.multichoiceV2 .exitQuiz_Button {
	float: left;
}