/* CSS Document */

#contentmodule {
  background-color: #f7de80; font-size: 10px;
  margin-right: 4px;
}

.tabNav {
  margin-bottom: 22px;
  font-size: 8pt; 
}

.tabNav ul {
    margin:0;
    padding:0;
    list-style:none;
}

.tabNav li.front {
    float:left;
    margin:0;
    padding:0;
    background:url("../images/tabs/right_front.gif") no-repeat right top;
    background-color: #772929;

    }
    
.tabNav li.back {
    float:left;
    margin:0;
    padding:0;
    background:url("../images/tabs/right_back.gif") no-repeat right top;
    background-color: #8b4e40;

    }    

.tabNav a.front {
    display:block;
    background:url("../images/tabs/left_front.gif") no-repeat left top;
    padding:4px 24px;
    font-weight: bold;
    text-decoration:none;
    color: #fde792;
}

.tabNav a.back {
    display:block;
    background:url("../images/tabs/left_back.gif") no-repeat left top;
    padding:4px 24px;
    color: #fde792;
}

.listdiv {
  background-color: #772929;
  vertical-align: middle;
  line-height: 20px;
  margin:0px;
}

.tabContent {
    border: 1px solid #772929;
    padding: 5px;
    background-color: #fde792;   
     
}

.tabContent p {
    font-size: 8pt;
}

/* CSS Document */
