/*
 * $Id:$
 * 
 * A CSS file for rendering the dashboard
 */


#dashboard ul, #dashboard li {
    list-style-type: none;
    list-style: none;
}



#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 .welcome a {
    font-family: Arial,Arial,Helvetica,sans-serif;
    font-size: 10px;
    display: block;
}


#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%;
    border-collapse: collapse;
    font-size: 13px;
}

#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;
}

#dashboard .progress table td {
    border: 1px solid #E0E0E0;
    padding: 3px;
}

#dashboard .progress table .odd {
    background-color: #E0E0E0;
}

#dashboard .progress th {
    background-image: url(../images/tables/gray-header.png);
    background-repeat: repeat-x;
    font-size: 11px;
    color: white;
    font-weight: bold;
    line-height: 14px;
}

#dashboard .my-classes {
  float: left;
  clear: left;
}

#dashboard .section {
    clear: both;
    margin: 10px 0px 0px 0px;
}

#dashboard .section b {
    display: block;
    font-weight: bold;
    color: #989898;
    font-size: 22px;
    margin: 0px;
}

#dashboard .icons a {
    float: left;
    margin: 10px;
    width: 167px;
    display: block;
    text-align: center;
}

#dashboard .icons a:hover {
  text-decoration: underline;
}

#dashboard .icons img {
  display: block;
  margin: auto;
  border: 1px solid white;
}


#dashboard .icons a:hover img{ 
  border: 1px solid #CCC;
}

#dashboard .requested-words li {
  float: left;
  width: 33%;
  padding: 10px 0;
}

#dashboard .lessons {
    border: 2px solid #E0E0E0;
    width: 320px;
}


#dashboard .wide {
    width: 100%;
}

#dashboard .lessons h2 {
    color: white;
    background: transparent url(../images/tables/gray-header.png) repeat-x;
    padding: 1px 5px;
    font-size: 18px;
    line-height: 18px;
}

#dashboard .lessons li {
    background-image: none;
    float: left;
    width: 100px;
    height: 145px;
    margin: 5px 0px 5px 4px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

#dashboard .lessons.wide li {
    margin: 5px 0px 5px 5px;
}

#dashboard .lessons li .frame {
    position: relative;
}

#dashboard .lessons li .frame .complete {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;
    background: white url(../shared/images/icons/clear_checkmark_20.png) no-repeat;
    width: 20px;
    height: 20px;
}

#dashboard .lessons li .frame .complete.green {   background-color: green; }
#dashboard .lessons li .frame .complete.red {   background-color: #DD0000; }
#dashboard .lessons li .frame .complete.yellow {   background-color: #FFBA00; }

#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, #dashboard .lessons li > span {
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

#dashboard .lessons li > .tags {
  display: block;
}

#dashboard .lessons li > .tags a {
  color: #30b457;
  font-weight: bold;
  text-transform: lowercase;
}

#dashboard .pager {
  text-align: center;
  margin: 10px 0px;
}

#dashboard .pager a {
  display: inline-block;
  margin: 0px 5px;
  padding: 4px;
  border: 1px solid #CCC;
}

#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 .more-links {
    display: block;
    text-align: right;
    text-transform: lowercase;
    font-size: 11px;
    margin: 5px 0px 0px 0px;
    text-decoration: none;
}

#dashboard .more-links a {
    font-size: 11px;
    text-decoration: none;
}



#dashboard div.more {
    margin-bottom: 10px;
    text-align: center;
}


#dashboard-welcome-message p {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.lesson-search-bar {
  margin: 20px 0px;
}


.lesson-search-bar .search {
  width: 100%;
  max-width: 730px;
}

.lesson-search-bar .submitnewbt {
  margin: 0px;
}
