/*
 * $Id:$
 * 
 * A CSS file for rendering the lesson viewer 
 */


#activities-list h3 {
    display: block;
    background-image: url(../images/tables/thick-gray-header.png);
    background-repeat: repeat-x;
    padding: 1px 0px 0px 10px;
    color: #EEEEEE;
    font-family: Arial, sans serif;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin: 10px 0px 5px 0px;
}

#activities-list .row {
    clear: both;
}

#activities-list .entry {
    background-image: none;
    background-color: #E9E9E9;
    float: left;
    width: 180px;
    height: 130px;
    margin: 0px 0px 10px 10px;
    padding: 4px;
    border: 1px solid #CCCCCC;
}


#activities-list .entry .title {
    display: block;
    color: #146431;
    font-size: 16px;
    text-decoration: none;
    margin: 0px 0px 5px 0px;
}

#activities-list .entry .attr {
    font-size: 11px;
}

.lesson-plan {
  background-color: #EEE;
  border: 1px solid #CCC;
  padding: 5px;
  margin: 0px 0px 10px 0px;
}
