/*
 * $Id:$
 * 
 * A CSS file for rendering the dashboard
 */

#dashboard .left {
    float: left;
    width: 600px;
    padding: 0px 10px 0px 0px;
    border-right: 1px dotted #DDDDDB;
}

#dashboard .right {
    float: right;
    width: 327px;
}


#dashboard .welcome {
    color: #111111;
    font-family: Arial,Arial,Helvetica,sans-serif;
    font-size: 32px;
    float: left;
}

#dashboard .next {
    float: right;
    width: 170px;
    margin: 0px 0px 15px 0px;
    color: #111111;
    font-size: 12px;
}

#dashboard .next .sep {
    height: 10px;
    width: 1px;
}

#dashboard .next a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

#dashboard .progress-title {
    float: left;
    clear: left;
    color: #111111;
    font-family: Arial,Arial,Helvetica,sans-serif;
    font-size: 25px;
    margin: 17px 0px 5px 0px;
    width: 200px;
}

#dashboard .progress {
    clear: both;
    min-height: 100px;
}

#dashboard .progress table {
    width: 100%;
}

#dashboard .progress .none-found {
    border: none;
    font-style: italic;
    text-align: center;
    padding: 20px 0px 0px 0px;
}

#dashboard .progress table td, #dashboard .progress table th {
    vertical-align: top;
    font-size: 90%;
}

#dashboard .progress table td {
    border: 1px solid #E0E0E0;
    padding: 3px;
}

#dashboard .progress table .odd {
    background-color: #E0E0E0;
}

#dashboard .progress th {
    background-image: url(../images/layout/tables/gray-header.png);
    background-repeat: repeat-x;
    font-size: 11px;
    color: white;
}

#dashboard .icons {
    clear: both;
    margin: 10px 0px 0px 0px;
}

#dashboard .icons b {
    display: block;
    font-weight: bold;
    color: black;
    font-size: 22px;
    margin: 0px 20px 0px 0px;
}

#dashboard .icons img {
    float: left;
    margin: 0px 35px 0px 0px;
    border: 1px solid white;
}


#dashboard .icons img:hover {
    border-bottom: 1px solid  #D01F26;
}


#dashboard .lessons {
    border: 2px solid #E0E0E0;
    width: 320px;
}


#dashboard .wide {
    width: 100%;
}

#dashboard .lessons h2 {
    color: white;
    background: black;
    padding: 2px 5px 2px 5px;
    font-size: 20px;
}

#dashboard .lessons li {
    background-image: none;
    float: left;
    width: 80px;
    height: 120px;
    margin: 5px 0px 5px 17px;
}

#dashboard .lessons li .frame, #sample-lessons li img {
    display: block;
    width: 85px;
    height: 85px;
    border: 1px solid #E0E0E0;
    background-color: #EFEFEF;
}

#dashboard .lessons li .frame:hover, #sample-lessons li img:hover {
    border: 1px solid #D01F26;
}

#dashboard .lessons li a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
}


#sample-lessons {
}


#sample-lessons li {
    margin: 0px 0px 20px 0px;
}

#sample-lessons li a {
    text-align: left;
    display: block;
    font-size: 10px;
}

#dashboard a.more {
    display: block;
    float: right;
    text-transform: lowercase;
    font-size: 11px;
    margin: 5px 0px 0px 0px;
    text-decoration: none;
}

#dashboard div.more {
    margin-bottom: 10px;
    text-align: center;
}