/*++++++++++++++++++++++++++ LEFT COLUMN +++++++++++++++++++++++++++++++++*/
#leftColumn {
	background: #fff;
}
#leftScroller  {
	background: #D4D4DE url(../images/courses/backgroundL.jpg) top left no-repeat;
	border-right: 1px solid #bababa;
}
table.leftNav {
	margin-top: 10px;
}
table.leftNav td {
	vertical-align: top;
	color: #888;
	padding-bottom: 6px;
}
tr.completed td {
	color: #061868;
}
tr.completed a:link, tr.completed a:visited, tr.completed a:hover, tr.completed a:active {
	color: #061868;
	text-decoration: none;
}
tr.completed a:hover {
	text-decoration: underline;
}
tr.current {
	background: #4f62a2 url(../images/courses/currentLesson.gif) top left no-repeat;
}
tr.current td {
	color: #fff;
}
tr.current a:link, tr.current a:visited, tr.current a:hover, tr.current a:active {
	color: #fff;
	text-decoration: none;
}
tr.current a:hover {
	text-decoration: underline;
}
tr a:link, tr a:visited, tr a:hover, tr a:active {
	color: #6a6a6a;
	text-decoration: none;
}
tr a:hover {
	text-decoration: underline;
}

/*++++++++++++++++++++++++++ FOOTER +++++++++++++++++++++++++++++++++*/
#footer {
	background: url(../images/courses/backgroundBM.gif) bottom left repeat-x;
}
#footerBL {
	position: absolute;
	top: 0;
	padding-left: 5px;
	background: url(../images/courses/backgroundBL.gif) top left no-repeat;
}
.footerLabel {
	color: #fff;
	font-size: .9em;
	float: left;
	padding-top: 25px;
}
#footerProgress {
	float: left;
	height: 12px;
	margin-left: 10px;
	border: 1px solid #3b464b;
	border-bottom: 1px solid #7b929c;
	width: 92px;
	background: #000;
	margin-top: 25px;
}
#footerProgress img {
	border: 1px solid #000;
}
#footerButtons {
	width: 320px;
	margin-left: 68px;
}
#footerBR {
	background: url(../images/courses/backgroundBLL.gif) top left no-repeat;
}
#footerButtons {
	background: url(../images/courses/backgroundBLM.gif) top left repeat-x;
}

#footerBM {
	right: 390px;
}


/*++++++++++++++++++++++++++ FOOTER Popup +++++++++++++++++++++++++++++++++*/

/*
#footerPopup {
	position: absolute;
	bottom: 35px;
	right: 89px;
	background: url(../../images/skin1/courses/footer_popup.gif) top left no-repeat;
	width: 106px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footerPopup li {
	display: block;
	margin: 0;
	padding: 0;
}
#footerPopup a:link, #footerPopup a:visited, #footerPopup a:hover, #footerPopup a:active, #footerPopup a.firstLesson {
	display: block;
	margin: 0;
	padding: 2px 10px 2px 15px;
	color: #fff;
	text-decoration: none;
}
#footerPopup a:hover, #footerPopup a.current {
	background: #efefef;
	color: #7e0401;
}
#footerPopup a.firstLesson {
	padding-top: 10px;
}*/