.style2
{
    color: White;
    width: 120px;
    background-image: url('../Images/td_BG_left.png');
    background-repeat: no-repeat;
}

.style3
{
    color: White;
    background-color: #304262;
    height:28px;
}
        
.style4
{
    background-position: right;
    color: White;
    width:80px;
    background-image: url('../Images/td_BG_right.png');
    background-repeat: no-repeat;
} 

.style5
{
    background-position: right;
    color: White;
    width:80px;
    background-image: url('../Images/td_BG_right2row.png');
    background-repeat: no-repeat;  
}    

.viewicon
{
    width: 24px;            
    height: 24px;    
}   

.bluInput
{
    background-color:#2F4262;
    color:White;
    width: 160px;
}

.filterPanel
{
    height:100px; 
    background-repeat: no-repeat; 
    background-image: url('tablebg.png');    
}