/* Summit Line Construction LMS colors:
 * Blue: 8fb7d1   (most frequently used)
 * Pink: 81406b
 * Brown: a18253
 * Purple: 4e579a
 */
.feedback { color: #ff0000}
.appl, .hrweb {  font-size: 13pt; font-weight: bold; color: #000000}
.user { font-size: 10pt; color:#000000; background: #ffffff}
.tabHeader { background-color:#0070af; color: #ffffff; font-weight:bold; }

.tabHeader A, A.tabHeader:link, A.tabHeader:visited { font-weight: bold; color: #ffffff; text-decoration: underline; }
.tabHeader A.header, A.tabHeader.header:link, A.tabHeader.header:visited { font-weight: bold; color: #ffffff; text-decoration: underline; }
.tabHeader A:hover, A.tabHeader:hover {  text-decoration: none;  }
.tabRow {  }

.goodFeedback { font-weight: bold; color: green }
.badFeedback { font-weight: bold; color: red }
.errorTxt {
    color:#CC3333;
    font-size:10px;
}
.errorBox { background-color:#FFCC99 }
.required { color:#FF6633; font-weight:bold }

/* tweaked in style_ie */
#content, #content_nonav {
    background-color: #fff;
}
#content_nonav {
    margin-top: 120px;
    margin-left: 20px;
    width: 974px;
}
#content_home {
    position: absolute;
}
#areaimage {
    position: absolute;
    top: 0px;
    left: 250px;
}
#greeting {
    position: fixed;
    bottom: 10px;
    width: 1024px;
    height: 20px;
    color: #ffffff;
    background: #000000;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
    filter: alpha(opacity = 80); /* required for opacity to work in IE */
    opacity: 0.8;
}

.row1 { background-color: #eeeeee; }
.row2 { background-color: #cccccc; }
a.splashimage, a.splashimage img { border: 0; }

a.clear-star {
    display: block;
    width:15px;
    height: 15px;
    text-decoration: none;
    z-index: 20;
    padding: 0px;
    margin: 0px;
    margin-bottom: -6px;
    margin-right: -6px;
    background: url(../images/cross.png) top left;		
}
a.clear-star:hover {
    background: url(../images/cross.png) bottom left;
}
.star-rating {
    list-style:none;
    margin-left:5px !important;
    padding:0px;
    width: 75px;
    height: 15px;
    position: relative;
    background: url(../images/alt_star.png) top left repeat-x;		
}
.star-rating li{
    padding:0px;
    margin:0px;
    /*\*/
    float: left;
    /* */
}
.star-rating li a{
    display:block;
    width:15px;
    height: 15px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
}
.star-rating li a:hover{
    background: url(../images/alt_star.png) left bottom;
    z-index: 2;
    left: 0px;
}
.star-rating a:focus,
.star-rating a:active{
    border:0;	
    -moz-outline-style: none;
    outline: none; 
}
.star-rating a.one-star{
    left: 0px;
}
.star-rating a.one-star:hover{
    width:15px;
}
.star-rating a.two-stars{
    left:15px;
}
.star-rating a.two-stars:hover{
    width: 30px;
}
.star-rating a.three-stars{
    left: 30px;
}
.star-rating a.three-stars:hover{
    width: 45px;
}
.star-rating a.four-stars{
    left: 45px;
}	
.star-rating a.four-stars:hover{
    width: 60px;
}
.star-rating a.five-stars{
    left: 60px;
}
.star-rating a.five-stars:hover{
    width: 75px;
}
.star-rating li.current-rating{
    background: url(../images/alt_star.png) left center;
    position: absolute;
    height: 15px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
.disabled {
    color: gray;
}
/*
a.scorm_launch:link, a.scorm_launch:visited  {
    border: 2px solid #b5e6f7;
    background: #0070af;
    padding: 5px;
    color: #ffffff;
    text-decoration: none;
}
a.scorm_launch:hover {
    border: 2px solid #ffffff;
    color: #f7941d;
}
*/
.emplist_pending {
    font-weight: bold;
}
a.my_learning_track_topic_link {
    text-decoration: none;
}
div.my_learning_track_topic_block {
    padding-left: 20px; 
    margin-bottom: 5px;
    border-left: 3px solid #ddd; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}
span.course_status_incomplete { 
    color: #888; 
    white-space: nowrap;
}

div.course_list_item {
    padding: 0;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}
div.course_list_title {
    font-size: 110%;
    font-weight: bold;
    background-color: #eee;
    padding: 3px 5px;
}
div.course_list_description {
    padding: 5px 10px;
}

.details-link {
    cursor: pointer;
}
.status-enrolled {
    color: #005bad;
}
.status-completed, .status-passed {
    color: #98bb0d;
}
.status-incomplete {
    color: #e89419;
}
.status-external {
    color: #aaaaaa;
}

@media print{
    #print_control {
        display: none;
    }
}