
h1 {
	color: #0055BD;
	font-size: 1.4em;
	border-bottom: 1px solid #999;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h2, dt {
	color: #0055BD;
	font-size: 1.1em;
}

dd {
	padding: 5px;
	font-size: .9em;
}
h3 {
	color:#000000;
	font-size: .9em;
}
p, ol, ul {
	line-height: 1.3em;
}

li {
	font-size: 100%;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: normal;
}
.trail {
	font-size: .8em;
}

.emph {
	font-style: italic;
	font-weight: bold;
}
.underline {
	text-decoration:underline;
}
.box ul {
	list-style-type: square;
	line-height: 1.3em;
	
}
.box li {
	margin: 10px;	
	
}
fieldset {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

fieldset p input {
	list-style-type: none;
	

}

.instructions {
	background-color: #f5f5f5;
	background-image: url(../images/TemplateImages/Instructions_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/* border: 1px solid #efefef;*/
	font-size: .8em;
	font-style: italic;
	padding: 7px 10px 7px 30px;
	overflow: hidden;
	color: #666666;
}

*html .instructions {
	margin-right: 20%;
}

.question {
	color: #0055BD;
	font-size: 1em;
	font-weight: bold;
}

pre {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	cursor: help;
}
div.note {
	margin: 22px 0px 12px 6px;
	background-color: #efefef;
	border: 1px solid #999;
}

div.note p {
	position: relative;
	left: -12px;
	margin: 0px;
	padding: 3px 6px 5px 27px;
	background-image: url(../images/TemplateImages/NoteIcon.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	font-size: .8em;
	line-height: 1.3em;
}

div.emph-textbox {
	background-color: #f5f5f5;
	border: 1px dashed #C32C21;
	/* border-bottom: 1px dashed #000000;
	border-left: 6px solid #ccc;
	border-right: 6px solid #ccc; */
	padding: 5px;
	clear: both;
	margin: 12px 0px;
	color: #98140A;
}

div.emph-textbox p {
	text-align: center;
	font-weight: bold;
	line-height: .6em;
	font-style: italic;
}
/* for Main Menu registration data */
.regdate {
	color: #666666;
	margin-top: 10px;
	font-size: .8em;
	line-height: 1.3em;
	clear: both;
}
.source {
	color: #666666;
	margin-top: 10px;
	font-size: .8em;
	line-height: 1.3em;
	clear: both;
}
.source span {
	font-style: italic;
	font-weight: normal;
}
/*  styles for GRAPHICS and other IMAGES -------------- */
img {
	border: 0;
}
.border {
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
	
}
.caption {
	font-size: .8em;
	text-align: center;
	margin: 0px;
	padding: 0em 0em .5em 0em;
}
.floatleft {
	float: left;
	margin: 1em;
}
.floatright {
	float: right;
	margin: 1em;
}

.clear {
	clear: both;
}
/*  TO DO list styles -------------- */
.feedback {
	background-image: url(../images/TemplateImages/feedback_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/* border: 1px solid #D93535; */
	padding: 4px 0px 4px 30px;
	font-size:.9em;
	margin: 8px 0px;
	/* color: #BD0E00;*/ 
	overflow: hidden;
}

.feedback h3 {
	font-size: 15px;
}

.feedback-correct {
	background-image: url(../images/TemplateImages/feedback_icon_correct.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/* border: 1px solid #D93535; */
	padding: 4px 0px 4px 30px;
	font-size:.9em;
	margin: 8px 0px;
	/* color: #BD0E00; */
	overflow: hidden;
}


.feedback-correct h3 {
	font-size: 15px;
	color: #339900;
}

.feedback-incorrect {
	background-image: url(../images/TemplateImages/feedback_icon_incorrect.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/* border: 1px solid #D93535; */
	padding: 4px 0px 4px 30px;
	font-size:.9em;
	margin: 8px 0px;
	/* color: #BD0E00; */
	overflow: hidden;
}


.feedback-incorrect h3 {
	font-size: 15px;
	color: #CC0000;
}





/*  END TO DO list styles -------------- */

/*  BEGIN menu list styles for Main Menu, To-Do List, and Ask the Team list -------------- */

#module-list {
	position: relative;
}

#module-list ul {
	margin: 0px 40px 0px 20px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

#module-list ul li {
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 6px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;	
}

#module-list ul li a {
	color: #98140A;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 6px 20px;;
	background-repeat: no-repeat;
	background-position: left top;
}

#module-list ul li a:hover  {
	color: #0775AB;
	text-decoration: underline;
}

/*  begin STATUS styles -------------- */
#module-list ul li a.complete {
	background-image: url(../images/TemplateImages/mmCompleted.gif); 
}

#module-list ul li a.unopened {
	background-image: url(../images/TemplateImages/mmUnstarted.gif);
	}

#module-list ul li a.started {
	background-image: url(../images/TemplateImages/mmStarted.gif);
}


/* Refer to the individual template style sheets for list item status styles --i.e. main menu, to to list */




/* BEGIN self-assessment styles from ------- */
#selfAssess {
	clear: both;
	border: 1px solid #999;
	width: 100%;
}
.obj-title {
	font-size: .9em;
	font-weight: bold;
	color: #fff;
	background-color: #999;
	padding: 2px 10px 2px 10px;
	margin: 0px;
}

.obj-description {
	font-size: 80%;
	font-weight: bold;
	margin: 2px 10px 2px 10px;
}
.obj-question {
	font-size: 90%;
	margin: 2px 10px 2px 10px;
	text-align: center;
	font-weight: bold;
	color: #336699; 
}
.obj-intro-text {
	margin: 20px 10px 10px 10px;
}
.obj-buttons {
	margin: 8px 10px 6px 10px;
}

.ob-right {
	font-size: 13px;
	text-align: right;
	font-weight: bold;
	display: block;
}

.ob-right a {
	padding-right: 20px;
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/arrow_rt_off.gif);
	background-repeat: no-repeat;
	background-position: right top;

}

.ob-right a:hover {
	background-image: url(../Images/arrow_rt_on.gif);
}

.ob-right a span {
	text-decoration: underline;
}
.ob-left {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	display: block;
	float: left;
}

.ob-left a {
	padding-left: 20px;
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/arrow_lt_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.ob-left a span {
	text-decoration: underline;
}
.ob-left a:hover {
	background-image: url(../Images/arrow_lt_on.gif);
}
/* END self-assessment styles ----- */
/* BEGIN various button styles ----- */
.button {
	margin: 0px 3px 0px 0px;
	font-size: .7em;
	font-weight: bold;
	display: block;
}

.button a {
	padding: 2px 8px;
	border: 1px solid #999;
	color: #666;
	text-decoration: none;
}

.button a:hover {
	background-color: #efefef;
}
.button a.on {
	background-color: #efefef;
}

.nextButton  {
	clear: both;
	font-size: .7em;
	font-weight: bold;
	padding-bottom: 4px;
	display: block;
}

.nextButton a {	
	background-image:url(../images/arrow_rt_off.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	color: #666666;	
	border: 1px solid #999;
	text-decoration: none;
	padding: 3px 20px 3px 6px;
}

.nextButton a:hover  {
	background-image: url(../images/arrow_rt_on.gif);
	color:#98140A;
}

.backButton  {
	clear: both;
	font-size: .7em;
	font-weight: bold;
	padding-bottom: 4px;
	display: block;
}

.backButton a {	
	border: 1px solid #999;
	text-decoration: none;
	padding: 3px 6px 3px 20px;
	background-image:url(../images/arrow_lt_off.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;
	color: #666666;	
}

.backButton a:hover  {
	background-image: url(../images/arrow_lt_on.gif);
	color:#98140A;
}

/* END various button styles ----- */
/* ---- BEGIN styles for inline button activity ----- */
.assess ul li {
	padding: 10px;
	list-style-type: none;
	display: inline;
}

div.assess ul li span.button {
	display: inline;
}
.scenario {
	font-size: .9em;
	font-weight: bold;
	/*border-left: 1px solid #3366CC;
	padding-left: 8px;
	background-color: #ddffff;*/
	background-color: #cecece;
	padding: 5px;
}

.scenario span {
	font-style: italic;
}
/* ----legend is used with fieldset --------*/
legend {
	font-size: .9em;
	font-weight: bold;
}
/* ---- BEGIN styles for TEAMWORK inline button activity ----- */

div.team {
	position: relative;
	text-align: center;
	display: block;
	margin: 0px auto;
	padding-bottom: 40px; /* padding to clear height of "a" so "feedback" falls beneath */
	clear: both;
}

div.team ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.team ul li {
	display: inline;
	list-style-type: none;
	line-height: .8em;
	margin-right: -16px;
	float: left;
	clear: right;
}

div.team ul li span.button {
	width: 90px;
}

div.team ul li span a {
	display: block;
	height: 32px;
}
div.team h3 {
	color: #0055BD;
	font-size: .8em;
	font-weight: bold;
	text-align: left;


}
/* ---- END styles for TEAMWORK inline button activity ----- */

/* BEGIN  table styles ----------------------------------------- */
table {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table tr {
}
table td {
	border: 1px solid #999999;
	font-size: 75%;
	padding: 3px;
	margin: 0px;
}
table td.center {
	text-align: center;
}
table td.greybkgnd {
	background-color:#CCCCCC;
}
table th {
	border-bottom: 1px solid#999999;
	background-color: #CCCCCC;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 3px;
}
table td.versus {
	background-color:#CCCCCC;
	text-align: center;
	font-style: italic;
	font-size: .8em;
/* ---- BEGIN styles for ETHICS always, sometimes, never activity ----- */
}
.a-s-n ul li {
	list-style-type: none;
	display: inline;
}
.a-s-n fieldset {
	margin-bottom: 8px;
	padding: 5px;
}
.a-s-n table td th {
	font-size: 80%;

	
}
/* ---- END styles for ETHICS always, sometimes, never activity ----- */	

/* ---------- separates the print only TOPICS -------- */
.separator  {
	clear: both;
	border-bottom: 1px solid #999;
}
.separator p {
	padding: 20px 0px;	
}
.separator a {
	font-size: .8em;
	font-weight: bold;
	float: right;
	text-decoration: none;
	color: #FF0000;
}
div.TopicQuestions {
}
div.TopicQuestions ul li {
	list-style-type: none;
}
div.TopicQuestions ul li img {
	padding-right: 5px;
}
div.TopicQuestions ul li a {
	text-decoration: none;
}
/*  quiz temp styles --------------*/
#form-para-org-ans {
	margin-left: 50px;
	margin-bottom: 25px;
	padding: 5px;
	border: 1px solid #cecece;
	position: relative;
}
/* for FRAUD ---------------*/
.bigletter {
	font-weight: bold;
	line-height: 100%;
	color: #0055BD;
	font-size: 42px;
	letter-spacing:-1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* for RECIPE ---------------*/
.medletter {
	font-weight: bold;
	line-height: 100%;
	color: #0055BD;
	font-size: 32px;
	letter-spacing:-1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* to line up input boxes on form ------*/
div.inputform ol {
	line-height: 1.3em;
	margin-left: -10px;
} 
div.inputform li {
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: normal;
}
/* FOR MATCHING ACTIVITY  ------*/

.match-left {
	border: 1px solid #999999;
	float: left;
	width: 200px;
	padding: 5px;
	color: #000;
	background-color: #CCC;
	margin: 5px;
	
}
.match-left ol {
	list-style-type: upper-alpha;
}
.match-left li {
	font-weight: bold;
	font-size: 90%;
	
}
.checkboxform {
	font-size: 85%;
}
/* EVALUATION styles ---------------*/
.evalEven {
	font-size: .8em;
	color: #000;
	background-color: #CCC;
}

.evalOdd {
	font-size: .8em;
	color: #000;
	background-color: #FFF;
}
/*USE ONLY IN HELP AREA ------------- */
#content ul.help-note {
	font-size: 110%;
}
.help-note li {
	list-style-type: none;
}
.help-note li a {
	text-decoration: none;
	color: #336699;
}
.help-note li a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#content ol.help-note-index {
	color: #336699;
	font-size: 110%;

}
.help-note-index li a {
	text-decoration: none;
	color: #336699;
}
.help-note-index li a:hover {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
	font-size: 100%;
}
.hrbar { 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	clear: both;
	text-align: right;
}
.hrbar a { 
	font-size: 10px;
	color: #336699;
	text-decoration: none;
}

/*END SPECIAL HELP CODES */

.tellmewhy-button {
	margin: 15px 0px 0px 15px;
	width: 200px;
	display: block;
	padding: 7px 30px 7px 7px;
}
.tellmewhy-button a {
	background-image: url(../images/TemplateImages/TextOnlyBackground.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ccc;
	padding: 7px 30px 7px 7px;
	font-size: 11px;	
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-transform: uppercase;
}

.tellmewhy-button a:hover {
	text-decoration: underline;
	color:#98140A;
	
}

#certificate {
	border: 1px solid #999999;
	width: 740px;
	margin: 0px auto;
}
/*  FOR HELP -----*/
.imagewithborder {
	border: 1px solid #336699;
	margin: 5px;
	clear: both;
}

.imagewithborder-r {
	border: 1px solid #336699;
	margin: 5px;
	clear: both;
	float: right;
}

/* error messages for quiz */
.error {
	padding: .5em;
	background: #990000;
	border: 1px solid #660000;
	color: #ffffff;
	font-size: 1em;
}