html, body
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
	min-height: 100%;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background: #fff url(bg.gif) repeat-y left top;
	height: 100%;
	min-height:100%;
	min-width:760px;
}


table#header
{
	height:20px;
	width:100%;
	border-collapse:collapse;
	background:#133C8B ;
}




td#logo 
{
	width:210px;
	height:65px;
	background:url(http://www.rarlab.com/images/logo04.gif) no-repeat 50% 50% ;
	vertical-align:bottom;
	color: #fff;
	text-align:center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	 border-left: 1px black  solid; 
}

td#logotext
{
	color: #black;
	
	height:60px;
	font-size: 18px;
	font-weight: bold;
	background:#D4E0ED;
	padding-left:15px; 
	 border-bottom: 1px black  solid;
}

table#toolbar
{
	width:100%;
	border-collapse:collapse;
}

table#toolbar td
{
	padding:0;
}


#toolbar_icons
{
	height:38px;
	width:212px;
	background:#133C8B  right repeat-y;
	border-right: 1px black solid; border-bottom: 1px black  solid;
}

#toolbar_title
{
	
}

#container
{
	width:100%;
	position:relative;
	min-height:18px;
	margin-top:20px;
	background:#D4E0ED;
	border-top: 1px black solid; border-bottom: 1px black  solid;
}

#title
{
	float:left;
	width:85%;
	padding:0 0 0 16px;
	font-size: 14px;
	font-weight: bold;
}


#complete
{
	position:absolute;
	right:16px;
	top:0;
	bottom:0;

}

/*Work area container*/
#workarea
{
	/*height:100%;
	min-height: 100%;*/
}

/*Work area table*/
#workarea table.learn-work-table
{
	height:100%;
	width:100%;
	border-collapse:collapse;
	
}

/*Left data cell*/
#workarea table.learn-work-table td.learn-left-data
{
	height:100%;
	vertical-align:top;
	width:196px;
	padding:12px 8px;
}

/*Right data cell*/
#workarea table.learn-work-table td.learn-right-data
{
	height:100%;
	vertical-align:top;
	padding:12px 16px;
	min-height:100%;
}



/*Min-width for left cell*/
div.learn-course-tree
{
	width:196px;
	height:100%;
}
.learn-left-data
{
	background:#78B8D1;
	border-right: 1px black solid; 
	height:100%;
}
#copyright
{
	padding:12px 8px 0px 8px;
	text-align: center;
	color:#616161;
	border-top: 1px black solid; 
	border-right: 1px black solid; 
	#border-bottom: 1px black  solid;
	background-color:#78B8D1;
	position:fixed;
	bottom:0px;
	left:0px;
	width: 196px;
}

a 
{
	color:#1952D3;
}

.errortext
{
	color:red;
	font-weight:bold;
}
