#NewsTabs {
    cursor: pointer;
}
.unselected { 
    width:140px;
    height:192px;
    background-repeat: no-repeat;
    background-position: top center;
    /*background-image: url(images/none.jpg); */
    font-family:Arial;
    font-size:12px;
    color:#ffffff;
    }
.selected { 
    width:280px;
    height:212px;
    background-repeat: no-repeat;
    background-position: top center;
    /*background-image: url(images/none.jpg); */     
    font-family:Arial;
    font-size:12px;
    color:#ffffff;                                        
    }            
.inDiv { 
    background-color: #000000;
    filter: alpha(opacity=60);  
    opacity:.60;
    -moz-opacity: 0.6;      
    width:100%;
    height:192px;                  
    }               
.inDivOff {     
    filter: alpha(opacity=100);  
    opacity:0.99;
    -moz-opacity: 0.99;      
    width:100%;
    height:212px;                 
}  
.tdAtext {
    width:100%; 
    height:33px; 
    padding-top:0px; 
    padding-left:6px; 
    padding-right:6px;
}
.tdBtext {
    background-color: #000000; 
    filter: alpha(opacity=60);
    opacity:.60;
    -moz-opacity: 0.6;
    width:100%;
    height:38px; 
    padding-top:3px; 
    padding-left:6px; 
    padding-right:6px; 
    }
.tdCtext {
    width:100%;
    height:38px; 
    padding-top:3px; 
    padding-left:6px; 
    padding-right:6px; 
}
                  
.TabLink {     
    font-family:Arial;
    font-size:12px;
    color:#ffffff;
    text-decoration:none;                
} 
                  
.TabLink:hover {     
    color:#70af00;
    text-decoration:none;                
}