@charset "utf-8";
/* CSS Document */

/*lesson list*/
#lessonlist td {vertical-align:top;border-bottom:1px solid #CCC;}
#lessonlist p {margin-top:.75em; margin-bottom:.75em;}
#lessonlist p img.left {margin-bottom:.75em;}
.complete {color:#090;}
.start a, .active a, .review a {
	display:block;
	width:91px;
	height:22px;
	/*float:right;*/
	margin:0;
	color:#fff;}
.active-restart {font-size:.7em;}
.active-status {color:#df8b12;}
/*start*/
.start a.SCLir_img {
	text-decoration:none;
	background:url(../images/btnstart.gif) 0 0 no-repeat;}
.start a.SCLir_img:hover {
	background:url(../images/btnstart.gif) 0 -22px no-repeat;}
.start a.SCLir_img span {background-color:#1255de;}
.start a.SCLir_img:hover span {background-color:#3f75e0;}
/*active*/
.active a.SCLir_img {
	text-decoration:none;
	background:url(../images/btncontinue.gif) 0 0 no-repeat;}
.active a.SCLir_img:hover {
	background:url(../images/btncontinue.gif) 0 -22px no-repeat;}
.active a.SCLir_img span {background-color:#1255de;}
.active a.SCLir_img:hover span {background-color:#3f75e0;}
/*complete*/
.review a.SCLir_img {
	text-decoration:none;
	background:url(../images/btnreview.gif) 0 0 no-repeat;}
.review a.SCLir_img:hover {
	background:url(../images/btnreview.gif) 0 -22px no-repeat;
	color:#fff;}
.review a.SCLir_img span {background-color:#df7712;}
.review a.SCLir_img:hover span {background-color:#df8b12;}
