﻿/********** START NATURAL TAGS *******************/

th
{
	font-weight: bold;
	background-color: #EFEFEF;
	padding: 5px 10px 5px 10px;
}

/********** END NATURAL TAGS *******************/
.pageHeader
{
	background-color: #336699;
	color:White;
	padding: 5px 10px 5px 10px;
}

.sectionHeader
{
	background-color: #CCCCCC;
	padding: 5px 10px 5px 10px;
}

.mainTable
{
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px gray;
	border-top: solid 1px gray;
}

.submitRow
{
	text-align: right;
}

.dotNetContent
{
	border-top: solid 0px gray;
	border-left: solid 0px gray;
	border-right: solid 0px black;
	border-bottom: solid 0px black;
}
/************ Pop-Up Panels *******************/

.panelAdd
{
	position: absolute;
	top: 200px;
	left: 250px;
	background-color:White;
	z-index: 1000;
}

.labelInstructions
{
	color:Red;
	font-weight:bold;
}

.boxTwo
{
	position: absolute;
	top: 150px;
	left: 210px;
	background-color: White;
}

/************ End Pop-Up Panels *******************/



/************* KRISTIN's Styles *****************/
BODY { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #000;
	margin: 0;
}

a:link {
	color: #069;
	text-decoration: underline;
}

a:active { 
	color: #69C;
	text-decoration: underline;
}

a:visited {
	color: #336;
	text-decoration: underline;
}

#contentpad {
	padding-right: 18px;
	padding-left: 18px;
}

#videopad {
 padding-left: 18px;
}

.menu {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	border-color: #FF3;
	margin-bottom: 6px;
	width: 127px;
	text-align: left;
}

.menu a:link, .menu a:active, .menu a:visited {
	text-decoration: none;
	color: #FFF;
}

.menu a:hover {
	color: #FF3;
}

	
.content {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

ul, li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}


.head1 {
	font-family: Arial, sans-serif;
	font-size: 25px;
	color: #036;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	border-color: #CCC;
	margin-bottom: 18px;
}

.head2 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	background-color: White;
	border: none;
}

.login {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.question {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	line-height: 16px;
	background-image: url(http://www.jblearning.com/images/login_bg.gif);
	padding: 5px;
}

.q {
	font-weight: bold;
	font-size: 15px;
	color: #036;
}

.answer {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	line-height: 16px;
	padding: 5px;
}

.a {
	font-weight: bold;
	font-size: 15px;
	color: #C30;
}

#testimonialpad {
	padding-bottom: 18px;
}

.testimonial {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	line-height: 16px;
}

.testimonialauthor {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #036;
	line-height: 16px;
	text-align: right;
}

.copyright {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 12px;
	padding-left: 18px;
	background-image: url(http://www.jblearning.com/images/footer_bg.gif);
	background-repeat: repeat-x;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #FF3;
}

/********************* ALEX'S STYLES **********/
.divInfo
{
	background-color: White;
	border-top: solid 1px CCCCCC;
	border-left: solid 1px CCCCCC;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	width: 90%;
	margin-left: 5%;
}

th
{
	font-weight:bold;
	background-color: #CCCCCC;
	border-top: solid 1px CCCCCC;
	border-left: solid 1px CCCCCC;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	padding: 5px 10px;
}

.displayTable
{
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-collapse: collapse;
	width: 100%;
}

.displayTable td
{
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	text-align:center;
	padding: 4px 8px;

}

.sectionHeader
{
	background-color: #336699;
	color: White;
	font-weight: bold;
	text-align:center;
	padding: 5px 10px;
	border-top: solid 1px CCCCCC;
	border-left: solid 1px CCCCCC;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.popUpForm
{
	position: absolute;
	top: 250px;
	left: 250px;
	width: 200px;
}



