html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #555555;
}
h1 {
	font-size: 26px;
	color: #424951;
	letter-spacing: 1px;
}
h1 span {
	color: #0099FF;
	margin: -1px 0 0 -1px;
	position: absolute;
	letter-spacing: 1px;
}

h2 {
	font-size: 17px;
	color: #0099FF;
}

h3 {
	font-size: 12px;
	color: #0099FF;
}

a:link { 
	color: #4169e1;
} 

a:visited { 
	color: #663399;
} 

.container {
	width: 100%;
	height: 100%;
}

.header-wrap {
	width: auto;
	height: 147px;
	position: relative;
	border-bottom: solid white 1px;
}
.header-logo {
	width: 245px;
	height: 93px;
	top: 20px;
	left: 20px;
	position: absolute;
	z-index: 2;
	background-color: transparent;
}
.header-blue-fade {
	width: 962px;
	height: 147px;
	right: 0px;
	top: 0px;
	position: relative;
	background-image: url(../images/header_blue_fade.jpg);
	background-position: top right;
	z-index: 1;
	float: right;
}
.header-bottom-bar {
	width: 100%;
	height: 11px;
	position: absolute;
	left: 0;
	top:136px;
	z-index: 3;
	background-color: #44ACEB;
	background-image: url(../images/top-bar-corners.gif);
	background-repeat: no-repeat;
}

.header-right-wrap {
/**	width: 330px;**/
		width: 355px;
	height: 147px;
	position: absolute;
	right: 0;
	top:0;
	z-index: 4;
}

.header-right-search {
	width: 300px;
	height: 40px;
	position: absolute;
	right: 30px;
	top:37px;
	z-index: 5;
}
.header-right-button-members1{
	width: 106px;
	height: 42px;
	position: absolute;
	z-index: 5;
	bottom: 11px;
	right: 145px;
	background: url(/images/top_button_members.png) 0 0 no-repeat;
}
.header-right-button-members{
	width: 106px;
	height: 42px;
	position: absolute;
	z-index: 5;
	bottom: 11px;
	right: 143px;
	background: url(/images/top_button_members.png) 0 0 no-repeat;
}

.header-right-button-members:hover{
	background: url(/images/top_button_members.png) -106px 0;
}

.header-right-button-general{
	width: 106px;
	height: 42px;
	position: absolute;
	z-index: 2;
	bottom: 11px;
	right: 35px;
	background: url(/images/top_button_general.png) 0 0 no-repeat;
}

.header-right-button-general:hover{
	background: url(/images/top_button_general.png) -106px 0;
}

.main-content {
	width: 100%;
	z-index: 1;
	background-color: #EEEEEE;
	float: left;
	background-image: url(../images/nav_blue_fade.jpg);
	background-repeat: repeat-y;
}

.main-text {
	width: auto;
	height: 100%;
	background-color: #EEEEEE;
	position: relative;
	z-index: 1;
	margin-left: 260px;
	padding: 20px 20px 20px 20px;
	min-height: 650px;
	background-image: url(../images/main_text_grey_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.left-nav {
	width: 260px;
	z-index: 3;
	border-right: solid white 1px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	position: relative;
	padding-top: 25px;
}

.leftcolumn {
	width: 100%;
	float: left;
	height: 100%;
	z-index: 9;
}
.leftcolumn1 {
	width: 100%;
	float: right;
	height: 100%;
	z-index: 9;
}

.middlecolumn {
	width: 30%;
	float: right;
	height: 100%;
	z-index: 9;
}

.rightcolumn {
	padding-left:20px;
	width: 30%;
	float: right;
	height: 544px;
	z-index: 9;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footer {
	background:#DDDDDD;
	height: 12px;
	background-color: #424951;
	white-space: nowrap;
	z-index: 4;
	border-top: solid white 1px;
}
/*
========== +OnlineLearning FORM ====================
*/
#OnlineLearning{
	/**padding: 0 10px 10px;**/
	width:550px;
font-family: Arial, Helvetica, sans-serif;
}
#OnlineLearning label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}

#OnlineLearning input{
	width: 420px;
	padding: 6px;
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}
#OnlineLearning input.long{
	width: 530px;
	padding: 6px;
	color: #949494;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}

#OnlineLearning input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#OnlineLearning select{
	width: 235px;
	height:32px;
	padding: 6px 0px 6px 0px;
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	line-height:27px;
	border: 1px solid #cecece;
}
#OnlineLearning select.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#OnlineLearning textarea{
	width: 540px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}
#OnlineLearning textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#OnlineLearning div{
	margin-bottom: 15px;
}
#OnlineLearning div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#OnlineLearning div span.error{
	color: #e46c6e;
}
#OnlineLearning #send{
	background: #1b9fe9;
	color: #fff;
	font-weight: 700;
	width:150px;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#OnlineLearning #send:hover{
	background: #6f9ff1;
}
#OnlineLearning #startover{
	background: #1b9fe9;
	color: #fff;
	font-weight: 700;
	width:180px;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#OnlineLearning #startover:hover{
	background: #6f9ff1;
}
#OnlineLearning #delete{
	background: #F00;
	color: #fff;
	font-weight: 700;
	width:45px;
	font-style: normal;
	border: 0;
	cursor: pointer;

}
#OnlineLearning #delete:hover{
	background: #D40000;
}
#OnlineLearning #prev{
	background: #92d050;
	color: #fff;
	font-weight: 700;
	width:150px;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#OnlineLearning #prev:hover{
	background: #b4db70;
}
#OnlineLearning #reload{
	background: #92d050;
	color: #fff;
	font-weight: 700;
	width:200px;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#OnlineLearning #reload:hover{
	background: #b4db70;
}
#OnlineLearning #reset{
	background: #A0A0A4;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	width:150px;
	border: 0;
	cursor: pointer;
}
#OnlineLearning #reset:hover{
	background: #c5c5c8;
}
#OnlineLearning input.file{
	background:#ffffff;
	width: 490px;
	padding: 6px;
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
	
}
#OnlineLearning input.file.error{
		background: #f8dbdb;
	border-color: #e77776;
}
#OnlineLearning input.checkbox{

	width: 50px;
	padding: 6px;
	color: #949494;
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	/**border: 1px solid #cecece;**/
	
}
#OnlineLearning input.checkbox.error{
		background: #f8dbdb;
	border-color: #e77776;
}
/*
========== +TABLES ====================
*/
#mytable{
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	/**border-collapse:collapse;**/
	font-size:1em;
	
}
#mytable td, #mytable th 
{
border:#bfbfbf;
padding:2px 7px 2px 7px;
vertical-align:top;
}
#mytable td
{
	background:#ffffff;
}
#mytable th 
{
text-align:left;
padding-top:2px;
padding-bottom:2px;
background-color:#bfbfbf;
color:#000;
}

#mytable tr.alt td 
{
color:#000;
background-color:#dfdfdf;
}
#mytable tr.ques td 
{
color: #797979;
font-weight: 700;
background-color:#ffffff;
}
#mytable h2
{
	font-size:16px;
	color:#ffffff;
	padding:6px 0px 3px 1px;
}
