*{
    font-family: 'Open Sans', sans-serif;
}
body{
    /*background-image: url(../images/body-back.png);*/
    background:url(../images/patterns/bg.png) repeat;
    background-repeat: repeat;
	/*background: none repeat scroll 0 0 #eee;*/
}
.container{
    width: 970px !important;
}
.header-container{
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
	border-bottom:1px solid #cFcFcF;
}
#logo{
    border: none;
    margin-right: 10px;   
}
.footer-container{
    background-color: #999999;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    text-shadow: 1px 0 1px #000;
/*    position:fixed;*/
	bottom:0px; 
}
.login-box-container{
    background-color: #fff;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    /*background-image: url('../images/logo-login-box.png');*/
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 50px;
    margin-top: 75px;
    margin-bottom: 50px;
    color: #7B7F85;
}
.login-box{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    width: 90%;
}
.login-box-header{
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
.login-box-body{
    padding: 25px 50px;
}
#user-image{
    border: solid 2px #fff;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
.body-wrapper{
    background-color: #fff;
    box-shadow: 0 2px 2px #666;
    border-radius: 0 0 5px 5px;
    padding: 10px 25px 25px 25px;
    margin-bottom: 50px;
}
.notification-header{
    border-top: solid 1px #D1DADF;
    position: relative;
}
.notification-header span{
    position: absolute;
    top: -20px;
    left: 65px;
    margin: auto;
    background-color: #fff;
    padding: 0 10px;
}
.notification-body{
    background-color: #fff;
    box-shadow: 0 1px 2px #aaa;
    padding: 25px 15px;
    color: #666;
    margin-top: 25px;
}
.img-icon-question{
    background-image: url(../images/icon-question.png);
    width: 81px;
    height: 81px;
}
.ask-question:hover .img-icon-question{
    background-image: url(../images/icon-question-hover.png);
}
.ask-question{
    border: solid 10px #fff;
    background-color: #E0F4FF;
    text-align: center;
    box-shadow: 0 1px 2px #aaa;
    padding: 0 15px 15px 15px;
}
.course-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.course-list-entry{
    border-bottom: solid 1px #D1DADF;
    padding: 25px 15px;
    margin-bottom: 15px;
    display: block;
}
.course-list-entry:hover{
    background-color: #E0F4FF;
}
.course-logo{
    background-color: #fff;
    box-shadow: 0 0 2px #aaa;
    padding: 5px;
}
.course-link{
    margin-bottom: 10px;
}
.course-link a:hover{
    color: #F7931E;
}
.btn-course{
    background: #DCDCDC;
    border: solid 1px #ddd;
}
.btn-course:hover{
    border: solid 1px #ddd;
}
.course-list-entry:hover .btn-course{
    background: #F7941E;
    color: #fff;
    text-shadow: 1px 1px 1px #aaa;
}
.profile-user-image{
    border: solid 10px #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 2px #aaa;
}
.col-wrapper{
    background-color: #fff;
    box-shadow: 0 0 2px #aaa;
    padding: 15px 0;
    min-height: 790px;
}
.course-content{
    height: 665px;
    overflow: hidden;
}
.course-content-wrapper{
    padding: 0 20px;
}
.course-content h4{
    font-size: 14px;
    font-weight: 600;
}
.course-content p{
    line-height: 22px;
    margin-bottom: 0px;
}

.course-content h1, .course-content h2, .course-content h3, .course-content h4, .course-content h5, .course-content h6
{
    margin:0 0 5px 0; 
}
.course-content h6
{ 
  font-size:15px!important;
  color:#006699;
}

/** Link Colors **/
a.white{ color: #fff; }
a.orange{ color: #F7931E; }

a.black{ color: #333; }


/** Common CSS **/
.fsize12{ font-size: 12px; }
.fsize14{ font-size: 14px; }
.fsize16{ font-size: 16px; }
.fsize18{ font-size: 18px; }
.fsize20{ font-size: 20px; }
.fsize24{ font-size: 24px; }

.fSemiBold{ font-weight: 600 !important; }
.fBold{ font-weight: 700; }
.fLight{ font-weight: 300; }
.fNormal{ font-weight: 400; }

.color4D5459{ color: #4D5459; }
.colorfff{ color: #fff; }
.color333{ color: #333; }

.btn-gray{
    background: #666;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border: solid 1px #444;
}
.btn-gray:hover{
    text-shadow: none;
}


.passed-block
{
	margin-top:20px;
	padding:30px;
	display:block;
	background:#B6D7A8;
	border:1px solid #83B06F;
}

.failed-block
{
	margin-top:20px;
	padding:30px;
	display:block;
	background:#EA9999;
	border:1px solid #f00;
}

.multiple-choices label{

	display:inline!important;
}

.simplelist
{
    
}
.yellowbox
{
    background:#F3F5E0!important;
    padding:5px;
}


.yellowbox ul,.yellowbox ol
{
   margin-left:30px!important;
   list-style-position: outside;
   list-style:none;
   list-style-image:url(/secured/images/bullet-point.png);
}
.yellowbox .simplelist
{
    margin-left:20px!important;
}

.simplelist
{
   margin-left:30px!important;
   list-style-position: outside;
   list-style:none;
   list-style-image:url(/secured/images/bullet-point.png);
}

.multiple-choices input[type="radio"],.multiple-choices input[type="checkbox"]
{
    float:left;
}

.multiple-choices label
{
    width:95%;
    float:left;
}

.multiple-choices li
{
    clear:both;
    min-height:25px;
}
.main-content-scroll-area .q-results-box 
{
    margin-top:15px;
}

.nav > li > a
{
	color:#428bca;
}
.gotocourselink{
	color:#ab0808;
}


#stu_showalert
{
	position:fixed;
	top:30%;
	left:40%;	
	border:4px solid #0673B8;
	background:#fff;
}


.bottombuttonpanel {
    /*background: url(../images/patterns/bg.png) repeat;*/
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px !important;
    /* background: #999;
    opacity: 0.9;*/
    background: #fff;
    border: 1px solid #eeeeee;
	z-index:10000;
    text-align: right !important;
}

.classroom-copyright{
    float:left;
    width:512px;
    font-size:12px;
    text-align:left;
}