
/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/* ------------------ Start Regular Styling ------------------ */

body {
	color: #4F4F4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
}

/* Title */
h1 {
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
	margin: 8px 15px;
}

/* Subtitle */
h2 {
	color: #3366CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
	margin: 0 15px;
}

/* Quote Title */
h3 {
	color: #4F4F4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
	margin: 0 15px;
	}
	
/* Quote Author */
h4 {
	color: #4F4F4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-align: right;
	font-style: italic;
	margin: 0 15px;
	}

/* 10px Regular Font */
h5 {
	display: inline;
	color: #4F4F4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	}
	
/* ------------------ Start List Styles ------------------ */

ul {
	margin: 0 0 0 2em;
	padding: 0;
	}
	
ul li {
	list-style-image: url(/images/listitem.gif);
	padding: 0;
	margin: 0 0 0 1em;
	text-align: left;
	color: #000000;
	}
	
ol li {
	padding: 0;
	margin: 0 1em;
	color: #000000;
	}

ul#table li{
	margin: 0 0 0 -10px;
	text-align: left;
	}

/* remove after new quiz goes live */	
ul#toc li#coursereview {
	margin-bottom: 15px;
}

ul#toc li.post_ch_item {
	margin-bottom: 15px;
}

ul#toc li#arrow {
	list-style-image: url(/images/arrowon.gif);
}
	
ul#toc li {
	margin: 3px 0 0 0;
	list-style-type: none;
	list-style-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	}

ul#toc ul li {
	list-style-type: none; 
	list-style-image: none; 
	text-align: left;
	font-size: 11px;
	color: #4F4F4F;
	}

ul#bm li {
	list-style-image: url(/images/listitem.gif);
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	}


ul#bm {
	margin: 0 0 0 30px;
	padding: 0;
	}

/* Bookmark Course Header */
.bmheader {
	font-weight:bold;
	font-size: 12px;
	}
	
/* Quiz Summary */
ol.quiz_results li {
	color: #333333;
	margin-bottom: 8px;
	}
ol.quiz_results li ul li {
	margin: 0;
	}


/* ------------------ End List Styles ------------------ */
img {
	border: none;
}
p {
	margin: 8px 15px;
	text-align: justify;
	}

hr {	
	clear:both;
	text-align: center;
	width: 100%;
	color: #CC9933;
	background-color: #CC9933;
	padding: 0;
	margin: 2px 0;
	}
	
/* Drop Caps */
.cap {
 	float: left;
	text-align: center;
	width: 25px;
	font-size: 45px;
	line-height: 45px;
	color:#660000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

tr#related {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	}

/* ------------------ Overview tab headers ------------------ */
.overviewtab {
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}

.overviewtab2 {
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
/* ------------------ Login Text (Top/Right Layout) ------------------ */	
.logininfo {
	color: #4F4F4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	}

/* ------------------ Review View (For Course Review etc.) ------------------ */
#reviewview p{
	font-size: 12px;
	}
	
#reviewview li{
	font-size: 12px;	
	}
		
.left {
	float: left;
	margin: 3px 8px 3px 0;
	}
	
.right {
	float: right;
	margin: 3px 0 3px 8px;
	}

a {
	color: #3366CC;
	text-decoration: none;
}

a:visited {
	color: #3366CC;
}

a:hover {
	color: #FF3333;
}

/* ------------------ Start Summary Text Styles ------------------ */
#summary {
	color: #4F4F4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	margin: 0;
	}

#summary p{
	margin: .5em 0 .5em 0;
	text-align: left;
	}
	
#summary h2 {
	margin: 0 0 5px 0;
	}
#summary ul, #summary ol {
	margin-top: .5em;
	margin-bottom: .5em;
	}

#summary ul li, #summary ol li {
	padding: 0;
	text-align: left;
	margin: 0;
	}
/* ------------------ End Summary Text Styles ------------------ */


/* Drop shadow for p / div*/
.dropshadow1, .dropshadow2{
		float:left;
		clear:left;
		background: url(/images/emimages/shadowAlpha.png) no-repeat bottom right !important;
		background: url(/images/emimages/shadow.gif) no-repeat bottom right;
		margin: 10px 0 10px 10px !important;
		margin: 10px 0 10px 5px;
		width: 95%;
		padding: 0;
		}
		
/* .dropshadow2 only applies to test 1 */
.dropshadow1 p{
		position:relative;
		bottom:6px;
		right: 6px;
		padding:4px;
		font-size:14px;
		margin: 0;
		}
/* .innerbox only applies to test 2 */
.innerbox{
		background: #DCEDFA;
		position:relative;
		bottom:6px;
		right: 6px;
		padding:4px;
		margin: 0 0 0 0;
		}
.innerbox{
/* IE5 hack */
		\margin: 0 0 -3px 0;
		ma\rgin:  0 0 0 0;
		}
.innerbox p{		
		font-size:14px;
		margin: 3px;
		}
.innerbox h4{
		margin-top: 3px;
		}
/* End Drop Shadow for p */


/* ------------------ Table Formatting ------------------ */
table {
	font-size: 12px;
	}

table#worksheets{
	font-size: 9px;
	text-align: left;
}
tr#worksheetsrow td{
	border-top: 1px  #CCCCCC solid;
	}
/*End Worksheet Tab Table Formatting*/


/*Start Course Table Formatting*/
#coursetable {
	margin-top: 5px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	}
#cthead {
	font-weight: bold;
	}
#cthighlight:hover {
	background-color: #D7EFFB;
	}
	
/*Start My Assessment Table Formatting*/
.my_assessments {
	margin: 10px 5px;
}
.my_assessments, .my_assessments td {
	border: 1px solid #9BACC8;
	border-collapse: collapse;
}
.my_assessments td {
	padding: 1px 3px;
	}
.my_assessments thead {
	background-color: #E7EBF4;
	font-weight: bold;
}
.my_assessments .subtext {
	font-size: 9px;
	padding-right: 6px;
	}	
.my_assessments ul {
	margin-left: 1em;
	}	
/*  End Course Table Formatting  */

/* ------------------ Start Glossary Formatting ------------------ */
.glossaryword {
	font-size: 12px;
	font-weight: 900;
	color: #990000;
	margin: 0 8px 1em 8px;
	}

.glossarydef {
	font-size:11px;
	margin: 0 8px 2em 8px;
	}
/*End Glossary Formatting*/


.wkinfo ul li{
	margin: 0 0 3px -1em;
	}
.wkinfo {
	font-size: 9px;
	border: 1px solid #999999;
	padding: 0;
	margin: 0;
	}

/* ------------------ Start Green Screen Formatting ------------------ */
#green {
	position:absolute;
	width:120px;
	height:160px;
	z-index:1;
}

/* ------------------ Business Assessment Edit View ------------------ */
#ba_q .option_1 {
	background-color: #FCD5B6;
	}
#ba_q .option_2 {
	background-color: #FCECCA;
	}
#ba_q .option_3 {
	background-color: #E1F3DB;
	}
#ba_q .option_4 {
	background-color: #C3E7C3;
	}
#ba_q .option_1,#ba_q .option_2,#ba_q .option_3,#ba_q .option_4 {
	width: 25%;
	}
	
/* ------------------ Business Assessment View After Submit ------------------ */
.ba_recview ul.review_header {
	margin: 1em 0;
	padding:3px; 
	text-align:left;
	border: 1px solid #666666;
	background-color: #E7EBF4;
	}
.ba_recview ul.review_header li {
	margin: 0 0 0 2em;
	}
.ba_recview ol {
	margin: 0 0 0 1em;
	padding: 0;
		}
.ba_recview ol li {
	margin: 1.5em 0 0 1em; 
	color: #666666; 
	font-weight: bold;
	}
.ba_recview ol ul li {
	list-style-image: url(/images/emimages/emx.gif);
	margin: 0;
	}
input#al_ba_answers_trigger {
	margin: 1em 0 1em 65px;
	font-size:13px;
	font-weight:bold;
	}
/* bold error text */
#ba_q b {
	color:#FF0000;
	font-size: 14px;
	font-weight:bold;
	}
#ba_q p {
	text-align: left;
	}
ol#ba_qview {
	margin: 0 0 0 3em;
	padding: 0;
	}
ol#ba_qview li {
	margin: 0;
	padding-top: 12px;
	font-weight: bold;
	}
ol#ba_qview table {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
	}
/* ------------------ Chapter Text Captions ------------------ */
.emaction {
	width: 175px;
	margin: 3px 5px 5px 0;
	padding: 0;
	border: 1px solid #666666;
	}
.emaction img {
	margin-left: 25px;
	}
.emaction p {
	margin: 0;
	padding: 0 2px;
	color: #660000;
	text-align: center;
	font-size: 10px;
	}
#edit_u, .edit_u_view {
	background:#FFFFFF;
	border: 1px solid white;
	padding: 5px;
	margin: 10px;
	font-size: 12px;
}
.archive_assessment {
	background:#FFFFFF;
	border: 1px solid white;
	padding: 10px;
	margin: 10px;
}
.archive_assessment p {
	font-size: 12px;
	}
/* ------------------ Cobrand Ads ------------------ */
.sm_ad p {
     text-align: left;
     margin: 0;
     padding: 3px 0;
     }
.sm_ad {
	width: 300px;
	clear: both;
	border: 1px solid #999;
	margin: 1em 1em 0 0;
	padding: 5px;
	}
.sm_ad .title1 {
     font-size: 14px;
     font-weight: bold;
     }
.sm_ad .terms {
     text-align: center;
     }
 /* Tooltips
 ----------------------*/
 .toolTipElement {
     cursor: help;
     }
 .tooltip, .tool-tip {
     color: #FFFFFF;
     width: 172px;
     z-index: 13000;
     }
 .tooltip h4, .tool-tip h4, .tool-tip div.tool-title {
     background: transparent url(/images/new_layout/bubble.png) repeat scroll left top !important;
     font-size: 11px;
     font-weight: bold;
     margin: 0pt;
     padding: 8px 8px 4px;
     }
 .tooltip p, .tool-tip p, .tool-tip div.tool-text {
     background: transparent url(/images/new_layout/bubble.png) repeat scroll right bottom !important;
     font-size: 11px;
     margin: 0px;
     padding: 4px 8px 8px;
     }
 /* Rounded Dialog Box Yellow
 ----------------------*/
 .dialog {
     min-width: 15em;
     width: 15em;
     padding: .5em 0;
     }
 .dialog .hd .c,
 .dialog .ft .c {
     font-size: 1px;
     height: 9px;
     }
 .dialog .ft .c {
     height: 9px;
     }
 .dialog .hd {
     background: transparent url(/images/new_layout/dialog_01.gif) no-repeat 0px 0px;
     }
 .dialog .hd .c {
     background: transparent url(/images/new_layout/dialog_02.gif) no-repeat right 0px;
     }
 .dialog .bd {
     background: transparent url(/images/new_layout/dialog_03.gif) repeat-y 0px 0px;
     }
 .dialog .bd .c {
     background: transparent url(/images/new_layout/dialog_04.gif) repeat-y right 0px;
     }
 .dialog .bd .c .m {
     margin: 0;
     padding: 0 .5em;
     }
 .dialog .ft {
     background: transparent url(/images/new_layout/dialog_05.gif) no-repeat 0px 0px;
     }
 .dialog .ft .c {
     background: transparent url(/images/new_layout/dialog_06.gif) no-repeat right 0px;
     }
 .dialog .contact_explore {
     padding: 0;
 }
 .m p {
     margin: 0;
     padding: .5em 0;
 }
