/*------------------ CONTENT --------------*/

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-size: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	color: #FFF;
	font-weight: bold;
	background-color: #8BA550;
	text-align: left;
}

.alert {
	color: red;
}

#cart {
	width: 600px;
}

#cart tr.packageName {
	background: #96BFFE;
}

#cart tr.highlighted {
	background: #E6F0CE;
}

#cart tr.packageHighlight1 {
	background: #ECF2FE;
}

#cart tr.packageHighlight2 {
	background: #D6E6FF;
}

#checkOut {
	width: 450px;
}

#checkOut th {
	background: #8BA550;
	color: #FFF;
	font-weight: bold;
}

#checkOut .error {
	background: #FCC;
}

#checkOut .highlighted {
	background: #E6F0CE;
}

.course_table_header {
	color: #FFF;
	font-weight: bold;
}

#courseTable {
	width: 600px;
}

#courseTable tr.highlighted {
	background: #EEE;
}

#courseTable tr.packageHighlight1 {
	background: #D6E6FF;
}

#courseTable tr.packageHighlight2 {
	background: #ECF2FE;
}

.decoration {
	font-weight: bold;
	color: #148ECE;
}

.discounted {
	color: red;
}

p.error {
	color: red;
}

#loginBox {
	background: #EEE;
	border: 0;
}

#loginBox td, #loginBox p {
	font-size: 13px;
	margin: 0;
}

.markOff {
	text-decoration: line-through;
	color: #999;
}

.required {
	color: red;
	font-weight: bold;
}

/*------------------ HEADER ---------------*/

.cartItems {
	color: red;
	font-weight: bold;
}

.cartLinks {
	font-size: 8pt;
	color: #666;
}

a.demo {
	text-decoration: none;
	color: #003366; 
}

a.demo:hover { 
	color: #339999;
}

.demo_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.demo_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

a.section_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	text-decoration: none;
}

p.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: center;
}

/* LEFTNAV ---------------------------------------*/

#leftnav {
	width: 100%;
}

#leftnav tr {
	background-color: #CCC;
}

#leftnav td {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 2px solid #FFF;
	border-right: 0px;
	border-top: 2px solid #FFF;
	border-bottom: 0px;
	line-height: normal;
}

#leftnav a {
	font-family: Arial;
	color: #000;
	font-size: 10pt;
	text-decoration: none;
	display: block;
	padding: 3px;
	margin: 0;
	position: relative;
}

#leftnavresell {
	width: 100%;
}

#leftnavresell tr  { background-color: #0a93bd;

 }

#leftnavresell td {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 2px solid #FFF;
	border-right: 0px;
	border-top: 2px solid #FFF;
	border-bottom: 0px;
	line-height: normal;
}

#leftnavresell a {
	font-family: Arial;
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
	display: block;
	padding: 3px;
	margin: 0;
	position: relative;
}

#leftnavresell a:hover {
	background: #CCCCCC;
	color: #184B7A;
}

#leftnavresell a:active {
	background: #CCCCCC;
	color: #184B7A;
}
