@charset "UTF-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#eduContentIE {
background-color: #D0D0D0;
padding: 12px;
width: 656px;
}

#eduContent {
background-color: #D0D0D0;
padding: 12px;
width: 634px;
}

#progress {
text-align: right;
width: 570px;
}

#eduContent h3 {
float: left;
}

.material {
background-image: url(images/education/notCompleteBG.jpg);
background-repeat: no-repeat;
width: 593px;
height: 104px;
margin-top: 10px;
}

.complete {
background-image: url(images/education/completeBG.jpg);
}

.material h4 {
color: #333333;
font-size: 16px;
margin-bottom: 0px;
}

.material p {
position: absolute;
padding: 0px;
margin: 5px 0px 0px 2px;

}

.material div {
padding: 10px;
}

.material a, #read a {
text-decoration: none;
display: block;
float: left;
padding: 3px;
border: 1px solid #ffffff;
color: #333333;
margin-top: 37px;
}

#read a {
margin-top: 0px;
}

.material a:hover, #read a:hover {
text-decoration: none;
display: block;
float: left;
border: 1px solid #999999;
color: #000000;
}

#read {
background-color: #FFFFFF;
padding: 6px;
}


a.quiz {
background-color: #D0D0D0;
padding: 0px;
margin: 0px;
font-size: 14px;
display: block;
width: auto;
clear: both;
border: none;
text-decoration: none;
color: #333333;
}

.quizBG {
background-color: #D0D0D0;
padding: 0px;
margin: 0px;
display: block;
width: auto;
clear: both;
border: none;
text-decoration: none;
color: #333333;
}

#read h5 {
float: left;
font-size: 12px;
margin: 6px 15px 0px 0px;
}

#read p {
clear: both;
}

.progressBar{
	width:216px;
	height:41px;
	background:url(images/education/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(images/education/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(images/education/bg_cover.gif) repeat-x 0 0;
	top:0;
}


.prog-border {
width: 200px;
height: 20px;
background: #FFF;
padding: 3px;
border: 1px solid #808080;
}
.prog-bar {
height: 20px;
background: url(images/progress_blue.gif) repeat-x; /* use the color or the background you want! */
}
