#tab_module {
   width: 339px;
}

#tab_module A {
    color: #1F5394;
}

.tab_module_tab {
    float: left; 
    width: 113px; 
    height: 24px; 
    background-image: url(tabs/tab_off.gif); 
    text-align: center; 
    cursor: pointer;
}

.tab_module_tab SPAN {
    display: block; 
    color: #1F5394; 
    margin-top: 0px;
    font: 10px Verdana, Arial; 
    font-weight: bold;
    line-height: 10px;
}

#tab_module_content {
    border-bottom: 1px solid #ccc; 
    border-left: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    padding: 7px;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 16px;

}

#tab_module_content UL {
    list-style-type: none;
    margin: 0;
    padding: 0;    
}

#tab_module_content LI {
    background-image: url(images/_bluearrow.gif);
    background-repeat: no-repeat;
    background-position: 0px .4em;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 16px;
}

#tab_module_content A {
    text-decoration: none;
}
#tab_module_content A:hover {
    /*text-decoration: underline;*/
}

#tab_module_content .timestamp {
    font: 10px Tahoma,Arial;
    color: #666666;
}

/* Begin Non-Tab tabs for content on home page  ie: Spotlight */


.tab_module_show {
    float: left; 
    width: 113px; 
    height: 24px; 
    background-image: url(tabs/tab_on.gif); 
    text-align: center; 
}

.tab_module_show SPAN {
    display: block; 
    color: #1F5394; 
    margin-top: 0px;
    font: 10px Verdana, Arial; 
    font-weight: bold;
    line-height: 10px;
}

/* Begin Second tab concept */


