/* Modified by:   $Author: darren $ */
/* Last Modified: $Date: 2008/01/21 19:41:34 $ */
/* Revision:      $Revision: 1.24 $ */
body {
	margin: 0px;
	font-family: Georgia, Times, san-serif;
	font-size: 14px;
	background-color: #ffffff;
}
/* START HEADER */
.header {
	height: 116px;
	background-image: url(/Local/images/LogoBackground1.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, san-serif;
	margin: 0px;
}
	.header img.companyLogo1 {
		position: absolute;
		left: 16px;
		top: 15px;
	}
	.header table.mainLayout {
		width: 100%;
		height: 56px;
		margin: 14px 0px 0px 0px;
		border-top: 1px solid #bbbbbb;
		border-bottom: 1px solid #bbbbbb;
		border-collapse: collapse;
		background-color: #b5dfea;
	}
		.header table.mainLayout td.logoCell {
			width: 256px;
			background-image: url(/Local/images/LogoTextBackground1.gif);
			background-repeat: no-repeat;
			background-position: -126px 0px;
			white-space: nowrap;
		}
		.header table.mainLayout td.centerCell {
			
		}
		.header table.mainLayout td.dropDownsCell {
			text-align: right;
			white-space: nowrap;
		}
			.header table.mainLayout td.dropDownsCell select {
				margin: 0px 2px 0px 0px;
				border: none;
				font-family: Arial, Helvetica, san-serif;
				font-size: 12px;
			}
	.header h1 {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		text-align: left;
	/**/	/* comment out the lines below and... */
		font-family: Georgia, Times, serif;
		font-size: 20px;
		font-weight: normal;
	/**/
			/* uncomment the lines below to use an image for the text Logo */
	/*
		font-family: Georgia, Times, serif;
		font-size: 0px;
		font-weight: normal;
		background-image: url(/Local/images/LogoSymbol1.gif);
		background-repeat: no-repeat;
		background-position: 100% 50%;
		height: 30px;
	*/
	}
	.header h2 {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
		font-weight: normal;
	}
	.header h3 {
		font-size: 12px;
		margin: 4px 8px 4px 0px;
		line-height: 11px;
	}
	.header table.menuButtonsContainer {
		margin: 10px 2% 0px 0px;
		border-top: 1px solid #cccccc;
		border-collapse: collapse;
		width: 98%;
	}
		.header table.menuButtonsContainer td {
			padding: 0px;
			vertical-align: top;
		}
		.header table.menuButtonsContainer td.leftCell {
			width: 300px;
			white-space: nowrap;
		}
		.header table.menuButtonsContainer td.rightCell {
			border-left: 1px solid #cccccc;
			width: 300px;
			white-space: nowrap;
		}
		.header table.menuButtons {
			border-collapse: collapse;
		}
		.header table.menuButtons td {
			padding: 0px;
			white-space: nowrap;
		}
		.header table.menuButtons a {
			border-right: 1px solid #666666;
			border-bottom: 4px solid #666666;
			background-color: #dddddd;
			font-size: 12px;
			color: #000000;
			text-decoration: none;
			display: block;
			padding: 2px 6px 3px 6px;
		}
		.header table.menuButtons a:hover {
			background-color: #fae196;
		}
/* END HEADER */
/* START CONTENT */
.content {
/*
	position: relative;
	top: 116px;
	z-index: 1;
*/
	margin: 0px 5% 36px 5%;
	text-align: justify;
}
/*
	.content .spaceUnderHeader {
		height: 116px;
	}
*/
	.content p,
	.content p.BasicParagraphC,
	.content p.BasicParagraphR,
	.content p.OrderedList0,
	.content p.BlockList0,
	.content p.BulletedList0,
	.content h1,
	.content h2,
	.content h3,
	.content h4,
	.content .FinePrint {
		margin: 0px 0px 12px 0px;
	}
	.content p.BasicParagraphC {
		text-align: center;
	}
	.content p.BasicParagraphR {
		text-align: right;
	}
	.content p.OrderedList1,
	.content p.BlockList1,
	.content p.BulletedList1,
	.content p.HeadingI1 {
		margin: 0px 36px 12px 36px;
	}
	.content p.OrderedList2,
	.content p.BlockList2,
	.content p.BulletedList2,
	.content p.HeadingI2 {
		margin: 0px 64px 12px 64px;
	}
	.content p.OrderedList3,
	.content p.BlockList3,
	.content p.BulletedList3,
	.content p.HeadingI3 {
		margin: 0px 82px 12px 82px;
	}
	.content p.HeadingI0,
	.content p.HeadingI1,
	.content p.HeadingI2,
	.content p.HeadingI3 {
		font-weight: bold;
		margin-top: 24px;
	}
	.content h1 {
		font-size: 150%;
	}
	.content h2 {
		font-size: 135%;
		text-align: center;
	}
	.content h3 {
		font-size: 110%;
	}
	.content h4 {
		font-size: 100%;
	}
	.content .FinePrint {
		font-size: 12px;		
	}
	.content .marginTextBoxRight {
		float: right;
		clear: none;
		border: 1px solid #bbbbbb;
		background-color: #dddddd;
		padding: 6px 8px 8px 8px;
		width: 34%;
		margin: 8px 0px 8px 12px;
		font-family: Arial, Helvetica, san-serif;
		font-size: 12px;
	}
	.content .marginTextBoxLeft {
		float: left;
		clear: none;
		border: 1px solid #bbbbbb;
		background-color: #dddddd;
		padding: 6px 8px 8px 8px;
		width: 34%;
		margin: 8px 12px 8px 0px;
		font-family: Arial, Helvetica, san-serif;
		font-size: 12px;
	}
	.content table {
		font-size: 14px;
	}
	.content table.TableVocabulary3 {
		margin: 0px 0px 24px 5%;
		width: 85%;
		border: 1px solid #bbbbbb;
		border-collapse: collapse;
	}
		.content table.TableVocabulary3 td, .content table.TableVocabulary3 th {
			width: 33%;
			border-right: 1px solid #bbbbbb;
			border-bottom: 1px solid #bbbbbb;
			vertical-align: top;
			text-align: center;
			padding: 2px 6px 2px 6px;
		}
		.content table.TableVocabulary3 th {
			background-color: #fae196;
		}
	.content table.TableIndented {
		margin-left: 15%;
		width: 70%;
	}
		.content table.TableIndented td {
			padding: 0px;
	/*		width: 128px; */
		}
	/*	.content table.TableIndented td.sectionTitle {
			width: auto;
		} */
			.content table.TableIndented td p {
				margin: 0px;
				margin-bottom: 8px;
			}
	.content .bbackgroundwletters {
		color: #ffffff;
		background-color: #000000;
		padding: 1px;
	}
	.content .wbackgroundboutline {
		border: 1px solid #000000;
		padding: 1px;
	}
/* START EXERCISE QUESTIONS */
.content table.matchingContainer {
	width: 75%;
	margin: 0px 0px 0px 24px;
}
	.content table.matchingContainer td {
		width: 50%;
		vertical-align: top;
		padding: 2px 2px 2px 64px;
		line-height: 24px;
		/*white-space: nowrap;*/
		text-indent:	-24px;
		width: 50%;
	}
.content p.MatchingQ {
	margin: 0px 0px 6px 0px;
}
	.content p.MatchingQ input {
		margin: 0px;
		width: 24px;
		text-align: center;
	}
.content p.MatchingA {
	margin: 0px 0px 6px 0px;
}
.content p.TrueFalseQ, .content p.MChoiceParenthesisQ {
	margin: 0px 0px 12px 64px;
}
	.content p.TrueFalseQ input {
		margin: 0px 0px 0px 28px;
	}
.content .MChoiceListSet {
	margin-bottom: 12px;
}
	.content p.MChoiceListQ {
		margin: 0px 0px 0px 64px;
	}
	.content p.MChoiceListA {
		margin: 0px 0px 0px 88px;
	}
.content p.FillInBlankQ {
	margin: 0px 0px 12px 64px;
}
	.content p.FillInBlankQ input {
		margin: 0px;
		width: 128px;
	}
.content p.MFillInBlankQ {
	margin: 0px 0px 12px 64px;
}
.content p.MFillInBlankA {
	margin: 0px 0px 12px 82px;
}
	.content p.MFillInBlankA input {
		margin: 0px;
		width: 128px;
	}
.content input.submit {
	width: 10%;
	position: relative;
	left: 45%;
	margin-top: 24px;
}
.content .TableVisible {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}
.content .TableVisible td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	vertical-align: top;
	padding: 2px 6px 3px 6px;
}
/* END EXERCISE QUESTIONS */
/* END CONTENT */
/* START FOOTER */
.footer {
/*
	position: relative;
	top: 116px;
*/
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #999999;
	margin-bottom: 24px;
}
	.footer table.dividerBar1 {
		width: 100%;
		height: 24px;
		background-color: #fae196;
		border-top: 1px solid #bbbbbb;
		border-bottom: 1px solid #bbbbbb;
		border-collapse: collapse;
	}
		.footer table.dividerBar1 td.leftCell {
			width: 33%;
			padding-left: 8px;
		}
		.footer table.dividerBar1 td.centerCell {
			width: 34%;
			text-align: center;
		}
		.footer table.dividerBar1 td.rightCell {
			width: 33%;
			padding-right: 8px;
			text-align: right;
		}
		.footer table.dividerBar1 a {
			font-size: 12px; /* IE 5.0 needs this repetitive line */
			color: #333333;
		}
	.footer table.footerMain {
		width: 100%;
		font-size: 12px; /* IE 5.0 needs this repetitive line */
		color: #999999; /* IE 5.0 needs this repetitive line */
	}
		.footer table.footerMain td.leftCell {
			width: 33%;
			padding-left: 8px;
		}
		.footer table.footerMain td.centerCell {
			width: 34%;
			text-align: center;
		}
		.footer table.footerMain td.rightCell {
			width: 33%;
			padding-right: 8px;
			text-align: right;
		}
		.footer table.footerMain a {
			color: #333333;
		}
		.footer table.footerMain a.techSupport {
			font-size: 16px;
			font-weight: bold;
			color: #c79966;
		}
/* END FOOTER */

/* These styles are from the Medical Transcription Course */
.boldpopup {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.medications {
	color: #009900;
	font-weight: bold;
	text-decoration: none
}

.terminology {
	color: #CC0099;
	text-decoration: none
}

.Blue {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 10pt;
	color: #000099;
	font-weight: normal;
	font-style: normal;
}

/*highlighted words set off from normal text*/
.hlw {
	 color: #990000;
	font-weight: bold;
}

.gMissing {
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
	font-style: normal;
}

.gExtra { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
	font-size: 10pt;
	color: Blue;
	font-weight: bold;
	font-style: italic;
}

/* STYLES ADDED FROM 6TH EDITION */

input {
  border: 1px solid #666;
}

.content table.matchingContainer {
	width: 75%;
	margin: 0px 0px 0px 24px;
}
	.content table.matchingContainer td {
		width: 50%;
		vertical-align: top;
		padding: 2px 2px 2px 64px;
		line-height: 24px;
		/*white-space: nowrap;*/
		text-indent:	-24px;
		width: 50%;
	}
.content p.MatchingQ {
	margin: 0px 0px 6px 0px;
}
	.content p.MatchingQ input {
		margin: 0px;
		width: 24px;
		text-align: center;
	}
.content p.MatchingA {
	margin: 0px 0px 6px 0px;
}
.content p.TrueFalseQ, .content p.MChoiceParenthesisQ {
	margin: 0px 0px 12px 64px;
}
	.content p.TrueFalseQ input {
		margin: 0px 0px 0px 28px;
	}
.content .MChoiceListSet {
	margin-bottom: 12px;
}
	.content p.MChoiceListQ {
		margin: 0px 0px 0px 64px;
	}
	.content p.MChoiceListA {
		margin: 0px 0px 0px 88px;
	}
.content p.FillInBlankQ {
	margin: 0px 0px 12px 64px;
}
	.content p.FillInBlankQ input {
		margin: 0px;
		width: 128px;
	}
.content p.MFillInBlankQ {
	margin: 0px 0px 12px 64px;
}
.content p.MFillInBlankA {
	margin: 0px 0px 12px 82px;
}
	.content p.MFillInBlankA input {
		margin: 0px;
		width: 128px;
	}
.content input.submit {
	width: 10%;
	position: relative;
	left: 45%;
	margin-top: 24px;
}
.content .TableVisible {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}
.content .TableVisible td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	vertical-align: top;
	padding: 2px 6px 3px 6px;
}
.content .answerBox{
  width: 95%;
  color: #333;
  margin: 5px 0 20px 0;
  border: 1px solid #999;
  padding: 4px;
  
}

/* quotes */
blockquote {
  font-style: italic;
  /*background-image: url(/Local/images/quote1.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;*/
  margin: 1em auto;
  padding-top: .7em;
  width: 65%;
}
blockquote span.quote {
  padding: .5em .8em;
  /*background-image: url(/Local/images/quote2.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;*/
}
blockquote div.author {
	margin-top: 10px;
	width: 100%;
	text-align: right;
	font-style: normal;
}
blockquote div.author:before{
	content: "- ";
}
/* END EXERCISE QUESTIONS */

/* New exam styles */

.exam {
  text-align: left;
  margin: 20px auto;
  line-height:100%;
  font-weight:bold;
  float:left;
  width:100%;
}

.exam li {
  font-family: arial, helvetica, sans-serif;
  font-size: 95%;
  list-style: upper-roman outside;
  display:list-item;
  clear: left;
  padding-bottom:20px;
}

.content .exam li ol, .content .exam li ul{
  margin:10px 20px 20px 0px;
  font-weight:normal;
}

.content .exam li ol li, .exam li ol li{
  list-style: decimal outside;
  padding:0px;
  margin: 0px 0px 5px 30px;
  float:none;
  clear: none;
}

.exam input[type="text"] {
  border:1px solid #aaa;
  border-style:solid;
}
.exam li span {
  text-transform: uppercase;
}
.content .exam li .vocabBox {
  margin: 0px 0px 10px 0px;
  border:1px solid #ccc;
  background-color:#eee;
  float: left;
  width:25%;
  margin:10px 0px 20px;
  clear:none;
}
.content .exam li .vocabBox li {
  clear:none;
  padding:1%;
  margin:1%;
  background-color:white;
  list-style-type:none;
  display:block;
  border:1px dotted #ccc;
  font-size:95%;
}
.vocabBox2 {
	float:left;
	background-color:#eee;
	border: 1px solid #ccc;
	table-layout:auto;
	margin:0px 0px 10px 0px;
	border-spacing:5px;
}
.vocabBox2 td{
	border: 1px solid #ccc;
	padding:5px;
	background-color:#FFFFFF;
	width:33%;
	vertical-align:middle;
}
.content .matching .answers {
  float: left;
  width:45%;
  margin:10px 5% 20px 0px;
  clear:none;
}
.content .matching .terms {
  float: left;
  width:45%;
  margin:10px 0px 20px;
  clear:none;
}
.content .exam ol p {
  font-weight:normal;
}
.content .matching60 .answers {
  float: left;
  width:60%;
  margin:10px 5% 20px 0px;
  clear:none;
}
.content .matching60 .terms {
  float: left;
  width:30%;
  margin:10px 0px 20px;
  clear:none;
}
.content .matching30 .answers {
  float: left;
  width:30%;
  margin:10px 5% 20px 0px;
  clear:none;
}
.content .matching30 .terms {
  float: left;
  width:60%;
  margin:10px 0px 20px;
  clear:none;;
}
.content .matching .answers li, .content .matching60 .answers li, .content .matching30 .answers li{
  line-height: 150%;
  list-style-position:outside;
  margin:0px 0px 5px 30px;
  font-weight:normal;
}

.content .matching .terms li, .content .matching60 .terms li, .content .matching30 .terms li{
  list-style: upper-alpha outside;
  line-height:150%;
  font-weight:normal;
}

.matching li input, .matching60 li input, .matching30 li input {
  width: 25px;
  margin-right: 10px;
}
.matching p, .matching60 p, .matching30 p {
  width: 100%;
  clear:left;
}

li.extraAlphaList ol li{
  list-style: upper-alpha inside;
}

li.extraAlphaList ol li ol li{
  list-style: decimal inside;
}
.fillinBlanks li input{
  width:120px;
  margin: 0px 5px;
}
.content .exam li .vocabBox {
  margin: 0px 0px 10px 0px;
  border:1px solid #ccc;
  background-color:#eee;
  float: left;
  width:25%;
  margin:10px 0px 20px;
  clear:none;
}
.content .exam li .vocabBox li {
  clear:none;
  padding:1%;
  margin:1%;
  background-color:white;
  list-style-type:none;
  display:block;
  border:1px dotted #ccc;
  font-size:95%;
}
.vocabBox2 {
	background-color:#eee;
	border: 1px solid #ccc;
	table-layout:auto;
	margin:0px 0px 10px 0px;
	border-spacing:5px;
	width:75%;
}
.vocabBox2 td{
	border: 1px solid #ccc;
	padding:5px;
	background-color:#FFFFFF;
	width:33%;
	vertical-align:middle;
  	font-size:95%;
}

.content .exam .fillinBlank ol {
  float: left;
  margin:10px 0px;
  clear:none;
  width:100%;
}
.content .exam .fillinBlank .blanksBox {
  width:69%;
  margin:10px 5% 20px 0px;
}
.content .exam .fillinBlank .blanksBox30 {
  width:30%;
  margin:10px 5% 20px 0px;
}
.content .exam .fillinBlank li {
  margin-bottom: 5px;
}
.fillinBlank li input {
  width:120px;
  margin: 0px 5px;
}

/* fillinBlanks is deprecated. Use fillinBlank */
.content .exam .fillinBlanks ol {
  float: left;
  margin:10px 0px;
  clear:none;
  width:100%;
}
.content .exam .fillinBlanks .blanksBox {
  width:69%;
  margin:10px 5% 20px 0px;
}
.content .exam .fillinBlanks li {
  margin-bottom: 5px;
}
.fillinBlanks li input {
  width:120px;
  margin: 0px 5px;
}
/* End .fillinBlanks */
.content .exam .terminologySection li {
  margin-bottom: 5px;
}
.terminologySection li input {
  width:120px;
  margin: 0px 5px;
}
.content .exam .enterAbbreviations div {
	font-weight:bold;
}
.content .exam .enterAbbreviations li p span{
	text-transform:none;
}
.content .exam .enterAbbreviations li {
	margin-bottom:15px;
}
.content .exam .enterAbbreviations li ol li{
	list-style-type:lower-alpha;
	font-size:100%;
	margin-top:5px;
	margin-bottom:0px;
}
.content .exam .spellingSection li {
	margin-top:5px;
}
.content .exam .proofReading ol li{
	margin-bottom:20px;
	font-size:100%;
}
.content .exam .proofReading ol li p{
	font-weight:normal;
}
.content .exam .proofReading ol li textarea{
	padding:10px;
	line-height:120%;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}
.content .exam .proofReadingSentence ol li{
	margin-bottom:20px;
	font-size:100%;
}
.content .exam .proofReadingSentence ol li p{
	font-weight:normal;
}
.content .exam .proofReadingSentence ol li textarea{
	padding:10px;
	line-height:120%;
	font-size:100%;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
}
.content .exam .definitionSection li {
	margin:0px 0px 0px 30px;
	list-style-type:decimal;
	float:left;
	padding-bottom:20px;
}
.content .exam .definitionSection .defTerms {
	width:25%;
}
.content .exam .definitionSection .defTerms input{
	margin:5px 0px 0px;
	padding:0px;
	width:90%;
}
.content .exam .definitionSection .defText {
	float:right;
	width:70%;
	font-style:italic;
	display:block;
}
.content .exam .definitionSection .defText div{
	font-style:normal;
	margin-bottom:10px;
}
.shortInput input{
	width:60px;
}
.content .exam .expandAbbreviations li input{
	margin: 5px 5px 0px;
}
.multipleChoice ol li ul li input {
	width:auto;
	vertical-align:middle;
}
.multipleChoice ol li {
	line-height:150%;
}
.multipleChoice ol li input {
	width:auto;
	vertical-align:middle;
}
.content .multipleChoice ol li ul {
  padding:0px 0px 10px 0px;
  margin:0px;
}
.content .multipleChoice ol li ul li {
  list-style-type: none;
  list-style-image:none;
  margin: 0px;
  float:none;
  line-height:150%;
  padding:0px;
}
.content .exam .partsofSpeech ol li{
	clear:left;
}
.content .exam .partsofSpeech ol p{
	font-weight:normal;
	margin:0px;
}
.content .exam .partsofSpeech ul{
	border:1px solid #ccc;
	padding: .3em .6em .4em;
	margin:5px 0px 15px;
	float:left;
	background-color:#eee;
	
}
.content .exam .partsofSpeech ul li {
	float:left;
	list-style-type:none;
	margin: 0px 15px 0px 0px;
	clear:none;
	line-height:20px;
}
.content .exam .partsofSpeech ul li input{
	display:block;
	margin:0px;
	border: 0px;
}
*|html .content .exam .partsofSpeech ul li input{
	margin:0px 0px 8px;
}

/* emWorksheet styles */
#emCodeWorkSheetDiv {
	border:1px solid #999;
	margin:10px 0px;
}
#workSheetLink {
	margin:10px 0px;
}
/* End emWorksheet styles */

/* Betaout emCode Worksheet Styles */
div.emcodefb {
	width:40%;
	float:left;
	margin:2%;
	padding:1%;
	background-color:#ccc;
	font-weight:normal;
	border:1px solid #aaa;
}
.emcodefb {
	line-height:120%;
}
.emcodefb p{
	margin:0em;
}
.emcodefb .emExplanation {
	font-style:italic;
	font-size:90%;
	margin-bottom:.8em;
}
.emHeading {
	font-weight:bold;
	border-bottom: 1px solid #666;
	color:#555;
	font-size:140%;
}
.emSubHeading {
	border:1px solid #aaa;
	background-color:#eee;
	padding:.8em;
}
.emSubHeadingTitle {
	font-weight:bold;
	margin:1em 0em .3em 0em;
	color:#555;
	text-transform:uppercase;
	font-size:120%;
}
.emSubHeadingSum {
	font-weight:bold;
	color:#971e1e;
	font-size:120%;
}
.emLevelBlock {
	border-bottom:1px solid #aaa;
	margin-bottom:.8em;
	padding-bottom:.5em;
}
.emLevelBlockSum {
	font-weight:bold;
	color:#38388e;
	margin:0em 0em .3em 0em;
}
.emIndicator {
	padding:0em 0em .6em 0em;
}
.emIndicatorTitle {
	font-weight:bold;
	color:#555;
}
.emIndicatorSum {
	font-style:italic;
}
.emSubIndicator {
	padding:.5em 0em 0em 0em;
	font-style:italic;
	font-size:90%;
	line-height:120%;
}
.emSubIndicatorTitle {
	font-weight:bold;
	color:#555;
}
.emSubIndicatorSum {
	font-weight:bold;
	color:#38388e;
	margin:0em 0em .3em 0em;
}
.emSummaryBlock {
	background:#fff;
	border: 1px solid #aaa;
	padding:.8em;
	margin-top:.8em;
}
.emSummary {
	font-weight:bold;
	color:#38388e;
	margin:0em 0em 1em 0em;
}
.emCode {
	font-weight:bold;
	color:#971e1e;
	font-size:120%;	
}

/* Deprecated */
.emcodefbHeading {
	font-weight:bold;
	border-bottom: 1px solid #666;
	font-size:140%;
}
.emcodefbSubHeading {
	font-weight:bold;
	margin:1em 0em .3em 0em;
	text-transform:uppercase;
	font-size:120%;
}
.emcodefbStrong {
	font-weight:bold;
	margin-top:.5em;
	color:#444;
}
div.emcodefbBlue {
	font-weight:bold;
	color:#38388e;
	margin:.5em 0px;
	border-bottom:1px dotted #999;
	padding-bottom:.5em;
}
div.emcodefbRed {
	font-weight:bold;
	color:#971e1e;
	border-bottom:1px solid #999;
	padding-bottom:1em;
	margin-top:1em;
}
span.emcodefbBlue {
	font-weight:bold;
	color:#38388e;
}
span.emcodefbRed {
	font-weight:bold;
	color:#971e1e;
}
/* End Deprecated */

/* Betaout emCode Worksheet Styles */

.content h4 {
	font-weight:bold;
	font-size:120%;
	color:#3C5C74;
	margin:20px 0px 3px 0px;
}
.content .caption p{
	font-style:italic;
	font-size:90%;
	margin:0px;
	padding:5px 0px 10px;
}
.content .caption img {
	margin: 0px;
}
.content img {
	margin: 0px 0px 20px 0px;
}

/*  FLOATS */
.floatLeft {
	float: left;
	margin: 0 15px 10px 0;
}
.floatRight {
	float: right;
	margin: 0 0 10px 15px;
}
.content .floatLeft {
	float: left;
	clear: left;
	margin: 0 15px 10px 0;
}
.content .floatRight {
	float: right;
	clear: right;
	margin: 0 0 10px 15px;
}
.moreThanOneR {
	float:right;
	clear:both;
	width: 260px;
}
.moreThanOneL {
	float:left;
	clear:both;
	width: 260px;
}
/* END FLOATS */

/* END STYLES ADDED FROM 6TH EDITION */