/*This is the Anaxos core style sheet built for ABCTE with css*/

/*BELOW ARE STANDARD HTML STYLES*/

/*This defines what is enclosed in the <body> tag will look like*/
body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	color: #000000;

}

/*This defines what the primary headers will look like.  More can be added if necessary.*/
h1 {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}

/*This defines what the secondary headers will look like.  More can be added if necessary.*/
h2 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}

/*This defines what the tertiary headers will look like.  More can be added if necessary.*/
h3 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

}

/*BELOW ARE ALL CLASSES */

/*This defines what the subject header will look like. */
.subject_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}

/*This defines what the lesson name will look like. */
.lesson_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

/*This defines what the lesson header will look like. */
.lesson_header_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

/*This defines what the lesson subhead will look like. */
.lesson_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

/*This defines what the lesson objective text will look like. */
.lesson_objective {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	color: #000000;
}

/*This defines what the teacher tip heading will look like. */
.teachertip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
}

/*This defines what the big picture text will look like. */
.bigpicture {
	color: #FFFF66;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bigpicturebold {
	color: #FFFF66;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*This defines what the main lessoon text will look like. */
.lesson_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

/*This defines what the navigable breadcrumb text at the top of every page will look like. */
.page_crumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #000000;
}

/*This defines what fineprint or footnote text will look like. */
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
	color: #000000;
}

/*This defines what italic fineprint or footnote text will look like. */
.fineprint_ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #000000;
}

/*This defines what white header text will look like--should be against dark background. */
.white_lesson_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

/*This defines what math forumla text will look like. */
.formula { 
	font-family: Courier, "Courier New"; 
}

/*This defines what yellow-highlighted text will look like. */
.highlight { 
	background-color: yellow;
}

/*This defines what a photo caption will look like. */
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	color: #000000;
}	

.glossary_a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #cd0000;
	text-decoration: none;
}
.glossary_a:visited {
	font-family: Arial, Helvetica, =
sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #cd0000;
	text-decoration: none;
}
.fineprint_a:link{
	font-family: Arial, Helvetica, =
sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #cd0000;
	text-decoration: none;
}

.fineprint_a:visited{
	font-family: Arial, Helvetica, =
sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #cd0000;
	text-decoration: none;
}

.index_a:link {
	font-family: Arial, Helvetica, =
sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #cd0000;
	text-decoration: none;
}

.index_a:visited {
	font-family: Arial, Helvetica, =
sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #cd0000;
	text-decoration: none;
}

.picture_a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #cd0000;
	text-decoration: none;
}
.picture_a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #cd0000;
	text-decoration: none;
}

.samplequestion_ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-type: upper-alpha;
	margin-left: none;
	marker-offset: none;
	text-decoration: none;
}

.thumbnail_a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
	
.thumbnail_a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}	
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #cd0000;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #cd0000;
	text-decoration: none;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-indent: 0px;
	list-style-type: disc;
	line-height: 20px;
}

blockquote {
	background: c9d6f0;
	margin-left: 50px;
	margin-right: 50px;
	font-style: italic;
	padding: 7px;
}

em  {
	text-decoration:
	font-style: italic;
}

strong	{
	text-decoration:
	font-style: italic;
	font-weight: bold;
}

.tabletitle_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	background: 003366;
	font-color: white;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	font-color: black;
	align: centered, 13-pt Arial;
	text-align: center;
}

td {
	font-size: 12pt;
	font-family: Arial;
	align: left;
}
	
.notebox_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: fffacd;
	border:2pt #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	align: center;
	margin-left: 100px;
	width: 430px; 
}

.notebox_td {
	margin-right: 70px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.notebox_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
}
.notebox_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.popup_table {
	cellpadding: 2px;
	border: 0;
	align: center;
	padding: 2px;
}

.questionhead {
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

.important {
	font-color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-style: italic;
}

ul {
	list-style-type: circle;
	line-height: 20px;
}

