body, html {height: 100%;} /* 100% Height Fix */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
html>body #outer {height: auto;} /* Mozilla Height Fix */

#top_margin {
	font-size:0;
	height:12px;
	
}
#outer {
	width:968px;
	height:97%;
	min-height:97%;
	position: relative;
	margin:0 auto -12px auto;
	border: 1px solid #fff;
	background-color:#fff;
}
#header {
	background-position:top left;
	background-repeat: no-repeat;
	height:100px;
}
#footer {
	width:970px; 
	height:12px;
	position:relative;
	font-size:10px;
	text-align:right;
	clear:both;
	margin:0 auto;
	color:#fff;
}

#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/
#header_logo {
	float:left;
	width:480px;
	height:95px;
	position:relative;
}
#header_logo_text {
	position:absolute;
	color:white;
	font-weight:bold;
	padding-top:33px;
	padding-left:40px;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.header_logo_text_shadow {
	top:2px;
	left:2px;
	filter:alpha(opacity=75); 
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}

#top_navigation_1 {
	padding-top:69px;
	float:right;
	width:480px;
}
#top_navigation_1 ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-right:2px;
	float:right;
}
#top_navigation_1 ul li {
	width:80px;
	height:30px;
	float:left;
	margin-left:2px;
	padding-left:10px;
	border:1px solid #fff;
	border-bottom:none;
	filter:alpha(opacity=75); 
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}
#top_navigation_1 ul li:hover, 
#top_navigation_1 ul li.current,
#top_navigation_1 ul li.current:hover {
	filter:alpha(opacity=99); 
	-moz-opacity:0.99;
	-khtml-opacity:0.99;
	opacity:0.99;
}
#top_navigation_1 a, #top_navigation_1 a:visited, #top_navigation_1 a:hover {
	display:block;
	height:20px;
	padding-top:10px;
	background:#fff url(../images/tnav_button_bg.gif) top left repeat-x;
	color:#333;
	font-weight:bold;
	text-align:center;
}
#top_navigation_2 {
	background: #fff url(../images/topnavbg.gif) top left repeat-x;
	height:49px;
}
#top_navigation_2_ab {
	float:left;
	height:50px;
	width:740px;
}

#top_navigation_2 ul {
	list-style:none;
	margin:0;
	padding:15px 20px 0 20px;
	width:300px;
	float:left;
}
#top_navigation_2 ul li {
	width:auto;
	float:left;
	padding-right:25px;
}
#top_navigation_2 ul li a.arrow_down, #top_navigation_2 ul li a.arrow_down:visited {
	display:block;
	height:10px;
	width:auto;
	padding:0 15px 2px 0;
	margin:0 auto;
	color:#333;
	text-decoration:none;
	background:url(../images/ico_arrow_down.gif) top right no-repeat;
}
#top_navigation_2 ul li a.arrow_down:hover {
	background-position:bottom right;
	color:#666;
}
#top_navigation_2_b {
	width:400px;
	height:24px;
	padding-top:15px;
	float:left;
}
#top_navigation_2_b div {
	float:left;
}
#status_1 {
	width:75px;
}
#status_2 {
	width:180px;
	height:15px;
	border:1px solid #666;
}
#progress_bar {
	width:140px;
	height:15px;
	padding-right:2px;
	background:#0c0 url(../images/progress_bar.gif) top left repeat-x;
	text-align:right;
	color:#000;
	font-weight:bold;
}
#status_3 {
	padding-left:5px;
}
#top_navigation_2_c {
	width:220px;
	height:47px;
	float:left;
	padding-top:5px;
	text-align:right;
	font-size:10px;
}
#main {
	padding:10px;
}
/*-----GLOBAL CONTENT STYLES-------*/
div, td , p {
	font-size:11px;
	text-align:left;
}/*to overwrite the text-align:center of the body and html*/
p {
	padding:0;
	margin:0 0 15px 0;
}
p, td, dd, dt {
	line-height:1.5;
	letter-spacing:1px;
}
a { color:#00f } 
a:visited { color:#369 }
a:hover { color:#690 }
em {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#main li {
	line-height:1.5;
	letter-spacing:1px;
}
.breaker {
	clear:both;
	height:1px;
	font-size:0px;
	margin-top:-1px;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
.l {
	float:left;
}
/*end*/
.box_shadow {
	display:none;
	position:absolute;
	width:600px;
	height:402px;
	margin-top:4px;
	margin-left:4px;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;	
}
#box_outline, #box_mynotes , #box_timeout{
	display:none;
	position:absolute;
	width:600px;
	height:402px;
	border:1px solid #ccc;
	background-color:#fff;	
}
#box_timeout{
	width:300px;
	height:202px;
	left:320px;
	top:160px;
}
#box_timeout_content {
	padding:10px;
}
#box_outline_loader, #box_mynotes_loader {
	 float:left;
	 width:20px;
	 height:20px;
}
.box_title {
	height:20px;
	padding:5px 0 0 2px;
	color:#fff;
	font-weight:bold;
	letter-spacing:normal;
}
a.close_box_button, a.close_box_button:visited {
	display:block;
	float:right;
	width:10px;
	height:12px;
	padding:2px 2px 2px 4px;
	margin:-3px 2px 0 0;
	border:1px solid #aaa;
	border-top-color:#eaeaea;
	border-left-color:#eaeaea;
	background-color:#ccc;
	color:#000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:center;
	text-decoration:none;
}
a.close_box_button:hover {
	background-color:#ddd;
}
#box_outline_content {
	height:377px;
	overflow:scroll;
	overflow-x:hidden;	
}
textarea#box_mynotes_content {
	display:block;
	width:588px;
	height:346px;
	padding:4px;
	margin:0 auto;
	border:1px solid #ccc;
	
	
}
a#box_mynotes_clear:hover {
	color:#fff !important;
}
/*course outline styles*/
table.outline {
	width:99%;
	table-layout:fixed;
}
table.outline td {
	background-color:#eaeaea;
	vertical-align:top;
}

table.units {
	table-layout:fixed;

}
table.units td {
	background-color:#fafafa;
	vertical-align:top;
	letter-spacing:normal;
}
td.status {
	width:40px;
}
td.ranking {
	width:90px;
}
a.unit_link, a.unit_link:visited, a.unit_link:hover{
	text-decoration:none;
	cursor:text;
}
tr.red td {
	background-color:#f00;
}
.outline_status , .outline_status_todo , .outline_status_done {
	width:32px;
	padding:0 2px;
	margin:2px;	
	color:#fff;
	font-size:10px;
	letter-spacing:normal;
}

.outline_status_todo {
	background-color:#FF3300;

}

.outline_status_done {
	background:#70CA3B url(../images/progress_bar.gif) top left repeat-x;
}

.indent_1 {
	padding-left:40px;
	background-color:#fafafa;
}
.outline_rank, .outline_rank2, .outline_rank3 {
	padding:0 5px;	
	text-align:right;
	letter-spacing:normal;
	
}
.outline_rank2 {
	width:85px;
	
}
.outline_rank3 {
	width:32px;
	text-align:left;
}
td.modulename {
	padding-left:5px;
	padding-right:15px;
	letter-spacing:normal;

}
a.expand_all, a.expand_all:visited {
	display:block;
	float:right;
	width:75px;
	height:12px;
	padding:2px 5px;
	margin:15px 5px 0 5px;
	border:1px solid #ccc;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	background-color:#dadada;
	color:#666;
	text-align:center;
	text-decoration:none;
	
}
a.expand_all:hover {
	border:1px solid #ccc;
	border-top-color:#aaa;
	border-left-color:#aaa;
	background-color:#eaeaea;
}
/*-----------------------FORMS-------------------------*/
.req {
	color:#c00;
}
form {
	display:inline;
}
label, .empty {
	display:block;
	padding:3px 2px 0 0;
	float:left;
	width:100px;
	text-align:right;
}
.empty {
	width:200px;
	text-align:left;
}
select {
	border:1px solid #ccc;
	letter-spacing:normal;
	padding:1px;
	font-size:10px;
}
input.finput {
	width:160px;
	height:auto;
	padding:2px;
	background:#fff url(../images/input_bg.gif) top left repeat-x;
	border:1px #ccc solid;
	font-weight:bold;	
}
input.finput:hover {
	height:auto;
	background:#fff  url(../images/input_focus.gif) top left repeat-x;
	border:1px #aaa solid;
}
input.finput:focus {
	height:auto;
	background:#fff  url(../images/input_focus.gif) top left repeat-x;
	border:1px #666 solid;
}
textarea.finput {
	width:360px;
	height:200px;
	padding:2px;
	background:#fff  url(../images/input_bg.gif) top left repeat-x;
	border:1px #ccc solid;
	font-weight:bold;	
}
textarea.finput:hover {
	background:#fff url(../images/input_focus.gif) top left repeat-x;
	border:1px #aaa solid;
}
textarea.finput:focus {
	background:#fff url(../images/input_focus.gif) top left repeat-x;
	border:1px #666 solid;
}
.leftside {
	width:475px;
	float:left;
}
.rightside {
	width:470px;
	float:left;
}
fieldset {
	float:left;
	width:455px;
	border:1px solid #ddd;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	background-color:#eaeaea;
	margin-bottom:10px;
}
legend {
	text-transform:uppercase;
	background-color:#efefef;
	border:1px solid #ddd;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	padding:4px;
	letter-spacing:1px;
}
fieldset.submit {
	border:none;
	background:none;
}
fieldset.word_verification {
	background-color:#ffc;
	padding-bottom:10px;
}
ol.formlist {
	list-style: none;
 	margin:10px;
	padding:0;
}
fieldset ol.formlist li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 2px;
	margin:0;
	line-height:normal;
	letter-spacing:normal !important;
}
.msg {
	background-color:#ffc;
	border:1px solid #fc3;
	padding:5px;
	margin-bottom:5px;
}
.msg h2 {
	font-size:12px;
	border-bottom:1px solid #fc3;
	margin:0;
	padding:4px;
}
.fielderror {
	float:right;
	width:130px;
	padding:2px;
	border:1px solid #fc0;
	color:#c00;
	background-color:#ffc;
	font-size:10px;
}
.inputerror {
	border-color:#c00 !important;
}
input.f_zip {
	width:80px;
}
input.f_areacode {
	width:30px;
}
input.f_phone {
	width:112px;
}
input.f_longer {
	width:220px;
}
input.f_radio {
	width:auto;
	background:none;
	border:none;
	padding:0;
	font-weight:normal;
}
label.shorter {
	width:80px;
}
label.longer{
	width:150px;
}

a.button, a.button:visited {
	display:block;
	float:right;
	width:45px;
	height:22px;
	padding:8px 0 0 10px;
	background:#0c0 url(../images/button_small.jpg) top left no-repeat;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a.button2, a.button2:visited {
	display:block;
	width:105px;
	height:24px;
	float:left;
	padding:6px 0 0 10px;
	background:#0c0 url(../images/button_large.jpg) top left no-repeat;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a.button3, a.button3:visited {
	display:block;
	width:125px;
	height:24px;
	float:left;
	padding:6px 0 0 10px;
	background:#0c0 url(../images/button_larger.jpg) top left no-repeat;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a.button35, a.button35:visited {
	display:block;
	width:145px;
	height:24px;
	padding:6px 0 0 10px;
	margin:5px auto;
	background:#0c0 url(../images/button_medium.jpg) top left no-repeat;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a.button4, a.button4:visited {
	display:block;
	width:285px;
	height:24px;
	padding:6px 0 0 10px;
	background:#0c0 url(../images/button_largest.jpg) top left no-repeat;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a.button:hover,
a.button2:hover, 
a.button3:hover,
a.button35:hover,
a.button4:hover {
	background-position:bottom left;
}
/*content formatting styles*/
h2.nav_h2 {
	text-transform:uppercase;
	margin:0;
	padding:15px 0 0 20px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.regtext {
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.highlight {
	padding:10px;
}
/*front page styles*/
.uf_introduction {
	font-size:12px;
	line-height:1.5;
}
.uf_narrowcontent {
	width:800px;
	margin:0 auto;
	padding-top:20px;
}
.uf_narrowcontent_col {
	float:left;
	padding-right:50px;
}
h2.uf {
	font-size:18px;
	background-color:#eaeaea;
	padding:4px;
	margin:0;
}
h3.uf_subtitle {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ccc;
}
dl.uf_dl dt, dl.uf_dl dd {
	letter-spacing:normal;
	font-size:12px;
}
dl.uf_dl dt {
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/uf_arrow.gif) top left no-repeat;
	padding-left:20px;
}
dl.uf_dl dd {
	margin:0;
	padding:0px 0px 10px 20px;
}
.uf_price {
	float:left;
	width:100px;
	height:20px;
	padding:3px 10px 0 0;
	font-size:18px;
	font-weight:bold;
	text-align:right
	
}
ul.uf_mininav {
	width:180px;
	float:right;
	border:1px solid #ccc;
	background-color:#ffc;
	margin:0;
	padding:10px;
	list-style:none;
}
ul.uf_mininav li {
	margin:0;
	padding:0 0 2px 10px;
	background:url(../images/yellow_bullet.gif) top left no-repeat;
}
table.hometable {
	margin:0 auto;
	width:98%;
}
table.hometable td {
	padding:5px;
	vertical-align:top;
}

td.highlight1 {
	background-color:#ffc;
	border:1px solid #fc0;
}
table.hometable td table td {
	padding:3px;
}
#profileinfo div.empty {
	padding-left:10px;
}
/*link for next lessson*/
a.nextlink, a.nextlink:visited,
a.nextlink_disabled, a.nextlink_disabled:visited {
	display:block;
	float:right;
	height:18px;
	padding:2px 4px 0 4px;
	background:#0c0 url(../images/nextbutton.gif) top left repeat-x;
	color:#fff;
	font-weight:bold;
	white-space:nowrap;	
	text-decoration:none;
}
a.nextlink_disabled, a.nextlink_disabled:visited {
	background:#fc0 url(../images/nextbutton_disabled.gif) top left repeat-x;
}
a.nextlink:hover, a.nextlink_disabled:hover {
	background-position:bottom left;
}
/*referral styles*/
table.regular {
	background-color:#999;
}
table.regular th {
	background-color:#ccc;
}
table.regular td {
	background-color:#fff;
	vertical-align:top;
}

/* styles for additional registration forms */

#regform2 label {
	width:200px;
}

#regform2 fieldset {
	width:555px;
}









