body {
	margin:0px;
	padding:20px;
	background-color:#6EA468;
	text-align:left;
	font: normal 12pt tahoma;
	color: #333333;
}
			td{
				font: normal 12pt tahoma;
				color: #333333;				
			}
			a{
				color: navy;
				font: bold 12pt tahoma;
			}
			h1{
				text-align:center;
				color:black;
				font: bold 12pt tahoma;
				background-color:#FFDD55;
				padding:3px;
				border:1px solid #96693F;				
				clear:both;
			}
			h2{
				text-align:left;
				color:black;
				font: bold 12pt tahoma;
				background-color:#FFDD55;
				padding:3px;
				border:1px solid #96693F;
				clear:both;
			}

			h3 {
				font:bold 12pt tahoma;
				margin-bottom:0px;
				clear:both;
			}
			h4 {
				font:normal 12pt tahoma;	
				text-decoration:underline;
				margin-bottom:0px;
				clear:both;
			}
			h5 {
				font:italic 12pt tahoma;	
				margin-bottom:0px;
				clear:both;
			}
			img{
				border:0px;
			}
			textarea {
				width:100%;
				height:150px;
			}
			ul {
				margin-top:0px;
			}
			.iPhone {
				visibility:hidden;
				height:0px;
			}
			.borderThin 
			{
			    border: 1px solid black;
			}
			.paddingThick 
			{
			    padding: 10px;
			}			
			.sectionTitle {
				color: orange;
				font: normal 16pt tahoma;
				text-align:left;
			}
			.essayTitle {
				color: orange;
				font: bold 16pt tahoma;
			}
			.standout {
				color: navy;
				font: bold 12pt tahoma;
			}
			.divisionLink {
				color: black;
				text-decoration:none;
				font: bold 11pt tahoma;
			}
			.divisionLinkActive {
				color:black;
				text-decoration:none;
				font: bold 11pt tahoma;
			}
			.bigBoldLink {
				color: black;
				text-decoration:none;
				font: bold 13pt tahoma;
			}

			.tinyBoldLink {
				color: black;
				text-decoration:none;
				font: bold 9pt tahoma;
			}
			.tinyRedURL {
				color:red; 
				font:normal 10pt tahoma;
			}
			.articleLink {
				color: navy;
				font: bold 13pt tahoma;
			}
			.plainLink {
				color: navy;
				font: normal 12pt tahoma;
			}
			.smallPlainLink {
				color: navy;
				font: normal 11pt tahoma;
			}
			.smallWhiteLink 
			{
			    color: White;
			    font: normal 11pt tahoma;   
			}
			.tinyPlainLink {
				color: navy;
				font: normal 9pt tahoma;
			}
			.smallBoldLink {
				color: navy;
				font: bold 12pt tahoma;
			}
			.smallGray {
				color: #333333;
				font: normal 12pt tahoma;
			}
			.redBold {
				color: red;
				font: bold 13pt tahoma;
			}
			.smallBold {
				color: black;
				font: bold 12pt tahoma;
			}
			.underline {
    			text-decoration:underline;
			}

			.tinyBold 		
			{
			    color: Black;		
				font: bold 9pt tahoma;
			}
			.smallBoldNavy {
				color: navy;
				font: bold 12pt tahoma;
			}
			.smallBoldRed {
				color: #800517;
				font: bold 12pt tahoma;
			}
			.quote {
				color: black;
				font: italic 11pt tahoma;
			}
			.bold {
				color: black;
				font: bold 13pt tahoma;
			}
			.tiny {
				font: normal 9pt tahoma;
			}
			.bigBold {
				color: black;
				font: bold 14pt tahoma;
			}
			.bigWhite {
				color: white;
				font: bold 14pt tahoma;
			}
			.smallWhiteBold {
				color: white;
				font: bold 12pt tahoma;
			}
			.smallWhite {
				color: white;
				font: normal 12pt tahoma;
			}
			.italic {
				color: black;
				font: italic 13pt tahoma;
			}

			.smallNormal {
				color:black;
				font: normal 11pt tahoma;
			}
			.smallItalic {
				color: black;
				font: italic 11pt tahoma;
			}
			.forumBigBold {
				color: black;
				font: bold 13pt tahoma;
			}
			.forumItalic {
				color: black;
				font: italic 12pt tahoma;
			}
			.forumSmallNormal {
				color: black;
				font: normal 12pt tahoma;
			}
			.forumSmallBoldWithBackground {
				color: black;
				font: bold 12pt tahoma;
				background-color: #DCDCDC;
			}
			.forumSmallBold{
				color: black;
				font: bold 12pt tahoma;
			}
			.forumSmallItalic {
				color: black;
				font: italic 12pt tahoma;
			}
			.forumSmallNormalLink {
				color: navy;
				font: normal 12pt tahoma;
			}
				.forumSmallBoldLink {
				color: navy;
				font: bold 12pt tahoma;
			}
			.floatLeft 
			{
			    float:left;
			}
			.floatRight
			{
			    float:right;
			}	
			.clearBoth 
			{
			    clear:both;
			}		
.fiftyfifty 
{
  	width: 50%;
	float: left;	
}
.oneThird 
{
    width: 33%;
    float: left;
}
.twoThirds 
{
    width: 67%;
    float: left;
}
.oneQuarter 
{
    width: 25%;
    float: left;
}
.threeQuarter
{
    width:75%;
    float:left;
}
	.title{
		text-align:center;
		color:black;
		font: bold 12pt tahoma;
		background-color:#DCDCDC;
		padding:3px;
		border:1px solid gray;
		clear:both;
	}
	
.navigationArea{
	width:25%;
	float:left;
	border-right:1px solid darkgray;
	padding-left:5px;
	text-align:left;
}

.contentArea{
	width:73%;
	float:right;
	text-align:left;
	margin-right:5px;
}

.navigationContainer{
	clear:both;
	border:1px solid black;
	text-align:center;
	height:32px;
	width:957px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5px;
	background-color: #FF6644;
}
.navigationButton{
	border-right:2px groove #663306;
	padding-top:7px;
	padding-bottom:7px;	
	float:left;
	width:135px;
}
.homeActionRow1{
	width:330px;
	float:left;
	text-align:center;
}
.homeActionRow2{
	width:330px;
	float:left;	
	text-align:center;
}
.homeActionRow3{
	width:330px;
	float:left;
	text-align:center;
}
.testBodyClass {
	background-color:#FFC0CB;
}
.productionBodyClass {
	background-color:#6EA468;
}
/* -------------------------------------------------------
	online positioning
---------------------------------------------------------*/
.printHeader{
	visibility:hidden;
	height:0px;
}
ul.materialsList{
	padding:0px;
	margin:0px;
}
li.materialsListItem{
	width:45%;
	float:left;
	margin-left:25px;
}
.vocabularyContainer{
	border-bottom:1px solid black;
	
}
.vocabularyWord{
	padding-top:10px;
	padding-bottom:10px;
	width:20%;
	float:left;
}
.vocabularyDefinition{
	padding-top:10px;
	padding-bottom:10px;
	width:80%;
	float:left;
}
#layout{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}
#header{
	background-image:url('/images/whiteTopOnline.jpg');
	background-repeat:no-repeat;	
	background-color:white;
	height:40px;
	padding-right:15px;
	padding-top:18px;
	text-align:right;
}

#onlineHeader {
	background-image:url('/images/whiteTopOnline.jpg');
	background-repeat:no-repeat;	
	background-color:white;
	height:40px;
	padding-right:15px;
	padding-top:18px;
	text-align:right;
}
.tabSelected 
{
    background-color:Orange;
    text-align:center;
    width:25%;
    float:left; 
    padding:5px;   
    font:bold 11pt tahoma;
}
.tabNotSelected 
{
    background-color:Gainsboro;
    text-align:center;
    width:25%;
    float:left;
    padding:5px;
    font:bold 12pt tahoma;
}
.tabBase 
{
    background-color:Orange;
    color:Orange;
    clear:both;
    height:10px;
}
#learningCenterHeader{
	background-image:url('/images/whiteTopOnline.jpg');
	background-repeat:no-repeat;	
	background-color:white;
	height:40px;
	padding-right:15px;
	padding-top:18px;
	text-align:right;
}
#content{
	position:relative;
	clear:both;	
	text-align:left;
	padding:15px;
}

#copyrightFooter{
	padding-top:15px;
	padding-bottom:15px;
	background-color:#6EA468;
	text-align:center;
}
#lessonMapContainer{
	position:relative;
	height:22px;
}
.lessonComplete{
	color:gray;
	text-decoration:line-through;
	font:normal 11pt tahoma;
}
.lessonIncomplete{
	font:normal 11pt tahoma;
	color:black;
}
#navigationButtonContainer{
	text-align:center;
}
.unitContainer{
	width:160px; 
	float:left; 
	padding-bottom:15px;
}
.unitContainerImage{
	height:200px;
}
.unitPicture {
	width:23%;
	float:left;
	text-align:center;
}
.unitDescription {
	width:23%;
	float:left;
	text-align:left;
	padding:10px;
	padding-top:0px;
}
.tableOfContents {
	text-align:left;
	width:49%;
	float:left;
	padding:5px;
	border:1px solid gray;
}
.tableOfContentsLearningCenter {
	text-align:left;
	width:50%;
	padding:5px;
	border:1px solid gray;
	margin-left:auto;
	margin-right:auto;
}
.lessonPartDivider{
	padding:5px;
	border:1px solid gray;
	background-color:#ccffcc;
	font-weight:bold;
	clear:both;
}
.lessonPartDividerHalf{
	width:50%; 
	float:left;
}
.lessonSectionDivider{
	background-color:#ffcc99;
	border:1px solid #ff3300;
	padding:5px;
	margin:5px;
	margin-top:50px;
	font-weight:bold;
}
.lessonHasBeenUpdated {
	border: 1px solid navy;
	background-color:#539DC2;
	padding:5px;
}
.editLessonPartContainer{
	border:1px solid gray;
	padding:5px;
	padding-bottom:25px;
}
.editLessonPartContainerEdited{
	border:5px solid navy;
	padding:5px;
	padding-bottom:25px;
	background-color:#539DC2;
}
.editLessonPartContainerNote
{
	border: 1px solid red;
	padding:5px;
	padding-bottom:25px;
	background-color:yellow;
}
.editLessonPartContainerParent
{
	border: 1px solid gray;
	padding:5px;
	padding-bottom:25px;
	background-color:#DCDCDC;
}
.editLessonPartContainerParentEdited
{
	border: 5px solid navy;
	padding:5px;
	padding-bottom:25px;
	background-color:#DCDCDC;
}
.editorNoteContainer
{
	background-color:yellow;
	font-size:10pt;
	padding:10px;
	margin-right:30px;
	margin-left:30px;
	border:1px solid red;
}
.parentPlanContainer
{
	background-color:#DCDCDC;
	font-size:10pt;
	padding:10px;
	margin-right:30px;
	margin-left:30px;
	border:1px solid gray;
}
.marginTop 
{
    margin-top:15px;
}
.dottedBorder 
{
    border:1px dotted black;
}
.license {
	clear:both;
	text-align:center;
	padding:5px;
}
#ideaShareTitle {
	padding:5px;
	text-align:center;
	border:1px solid black;
	background-color:#3366ff;
	margin-bottom:10px;
	margin-top:10px;
	font:bold 13pt tahoma;
	color:white;
}
.thinLine{
	border-top:1px solid gray;
	margin-bottom:10px;
	margin-top:10px;
	color:white;
}
.thickLine {
	background-color:#ff9221;
	color:#ff9221;	
	clear:both;
}
.shadedBackgroundWithBorder 
{
    background-color:#dcdcdc;
    border:1px solid black;
}
.aoeu {
	background-color:#DCDCDC;
	clear:both;
}
.lessonPartLink{
	color: navy;
	font: normal 11pt tahoma;
}
.lessonPartLinkHeader{
	padding:5px;
	background-color:#DCDCDC;
	border:1px solid black;
	font: bold 12pt tahoma;
	margin-top:15px;
	width:66%;
	margin-left:auto;
	margin-right:auto;
}
.lessonPartLinkContainer{
	padding:5px;
	border:1px solid black;
	width:66%;
	margin-left:auto;
	margin-right:auto;
}
.lessonPartLinkFooter{
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#DCDCDC;
	border:1px solid black;
	border-top:0px;
	font: normal 10pt tahoma;
	width:66%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.lessonPartLinkObject
{
	padding:5px;
	border:1px solid black;
	width:66%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:gray;
}
.lessonPartImageHeader{
	padding:5px;
	background-color:#DCDCDC;
	border:1px solid black;
	font: bold 12pt tahoma;
	margin-top:15px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.lessonPartImageContainer{
	padding:5px;
	border:1px solid black;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.lessonPartImageFooter{
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid black;
	border-top:0px;
	font: normal 12pt tahoma;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.learningCenterVisibilityOff 
{
    border:1px solid black;
    padding-right:15px;
    padding-left:15px;   
    background-color:White; 
}
.learningCenterVisibilityOn 
{
    border:1px solid black;
    padding-right:15px;
    padding-left:15px;
    font-weight:bold;
    background-color:Yellow;
}

.paddedDiv{
	padding:5px;
}
.spellingItem {
	width:10%;
	float:left;
}
.center
{
	text-align:center;
}
.right
{
    text-align:right;
}
.copyright
{
	font:normal 9pt tahoma;
}

.printOnly 
{
	background-color:#DCDCDC;	
}

#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=75); -moz-opacity:0.75; opacity: 0.75;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    left: 30%;
    top:10%;
    z-index: 750;
    width: 35%;
    height:85%;
    border: ridge 4px darkgray; 
}
.modal
{
    background-color: white;
    top: 0px;
    left: 0px;
    z-index: 1000;
    padding: 0px;
    position: absolute;
    height:100%;
    width:100%;
}
.modalTop
{
    width: 100%;
    height: 5%;
    background-color: #A5BFA1;
    padding: 5px;
    color: black;
    text-align: right;
    
}
.modalTop a, .modalTop a:visited
{
    color: black;
}
.modalBody
{
	padding:5px;
	width:100%;
	height:94%;
    overflow:scroll;
}

/*
Tooltip Classes
*/

#tt {
 position:absolute;
 display:block;
 background:url(/images/tt_left.gif) top left no-repeat;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(/images/tt_top.gif) top right no-repeat;
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 color:#fff;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(/images/tt_bottom.gif) top right no-repeat;
overflow:hidden;
}
.hotspot {cursor:pointer; color:#900; padding-bottom:1px; border-bottom:1px dotted #900;}
