/*-- format the body --*/
body {
padding-top: 0px; 
padding-right: 0px; 
padding-left: 0px; 
padding-bottom: 0px; 
margin: 0px; 
background-color: #ffffff;  /*-- sets the body background to white --*/
}

/*-- set the properties of the header and its background --*/
#header {
display: none;
}

/*-- format the container for the global navigation buttons --*/
#globalnav {
display: none;
}

/*-- format the container for the left-hand nav --*/
#navcont {
display: none;
}

/*-- format the footer --*/
#footer {
display: none;
}

/*-- set the position of the main area to the right of the left-hand nav container --*/
#mainarea {
/*-- height: 450px;  Sets a minimum height to the page display area --*/
margin-left: 10px;
}

/*-- format the area for lesson title: page x of y and the back/next buttons --*/
.lessonname {
clear: both;  /*-- forces this area to another line --*/
border-top: #666666 1px solid;  /*-- creates a solid line above the elements --*/
display: block; 
font-size: 12px;  /*-- set the text size of lesson title: page x of y --*/
color: #666666; 
font-family: arial, helvetica, sans-serif;
}

/*-- format the position of the back/next buttons --*/
.lessonnav {
display: inline; 
float: right;  /*-- positions the buttons to the right of the screen --*/
width: 158px;  /*-- equivalent to the sum of the back and next button widths --*/
margin-right: 10px;  /*-- sets the right-hand margin --*/
}

/*-- format the back/next button graphics --*/
.lessonnav img {
border: 0;
display: none; 

}

/*-- format the page area --*/
#pagearea {
position: absolute; 
top: 10px;
left: 0px;  /*-- page area begins at the left-hand side of the screen --*/
width: 100%;  /*-- page area is full screen width --*/
}

/*-- format the content area within the main area, within the page area --*/
#content {
margin-right: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%; 
}

#content ul, ol {
	padding-left: 1em;
	margin-left: 1em;
	line-height: 1.5em;
}

#content li {
	color: #000;
	margin-bottom: .5em;
	padding-left: .1em;
	margin-left: 1em;
}

#content img {
margin: 0px 0px 5px 10px;
}

/*-- format Heading 1 --*/
#content h1 {
font-size: 1.3em;
color: #003399;
}

/*-- format Heading 2 --*/
#content h2 {
font-size: 1.2em;
color: #3366CC;
}

/*-- format Heading 3 --*/
#content h3 {
font-size: 1.1em;
color: #999999;
}

#content acronym, abbr, .help {
	border-bottom-width: 1px; /* underline the text */
	border-bottom-style: dotted; /* style the underline as a dotted line */
	border-bottom-color: #CC6666; /* color the line red */
	cursor: help;
}

/*-- format Date --*/
#date {
font-size: 11px; 
right: 10px; 
color: #000; 
font-family: arial, helvetica, sans-serif; 
position: absolute; 
top: 0px;  /*-- distance from top of screen --*/
}

/*-- format Logo --*/
#logo {
display: none;
}

/* format the class selector for "Activity" elements */
.activity {
background-image: url(../images/activity.jpg); /* places a small "activity" icon in the upper left of the div */
background-repeat: no-repeat; /* background image only appears once */
background-position: left center;
padding: 20px 10px 10px 60px; /* apply spaging around the text */
height: 29px; /* assures the whole "activity" icon is displayed even if text is minimal */
}

/* format the class selector for "hint" elements */
.hint {
font-size: 90%; /* display the text as 90% 0f default browser setting */
color: #006600; /* color the text */
}

.highlight {
border: #336699 2px dotted;
margin: 5px 15px 10px 0px;
color: #000000;
font-family: arial, helvetica, sans-serif;
background-color: #dfffff;
padding: 5px;
}

.instructions {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #660099;
}

.floatright {
float: right;
border-width: 0px;
}

#feedback {
position: absolute; 
left: 50px; 
top: 450px;
border: 1px solid #CCFFCC;
width: 250px; 
background-color: #CCFFCC;
}

#feedback p {
margin: 5px;
}

/* ---- DATA TABLES ---- */

table {
	border: 2px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
}

td {
	border-bottom: 1px solid #CCC;
	padding: 8px;
}
