﻿.PnlStses
{
    width:97%;    
    padding-right:15px;
    padding-left:15px;
    clear:both;
}
.PnlStses *
{
    font-size:10px !important;
}
.PnlStses .DivBackImg
{
    width:35px;
    height:35px;
    float:left;
    background-repeat:no-repeat;    
}

.PnlStses>div
{    
    display:table-cell; 
    vertical-align:middle;    
    width:auto;
    height:auto;
    float:right;
    padding-top:0;
}
.PnlStses>div>span
{
    line-height:35px;
    width:100px;
}
.PnlStsActive
{    
    background-color: #cef3ff;     
}
.PnlStsActive .DivBackImg
{
    background-image: url('../Images/icons/ArrowLeft-1.png') ;
}
.PnlStsDeactive
{      
    background-color: #e7e7e7;
}
.PnlStsDeactive .DivBackImg
{
    background-image: url('../Images/icons/ArrowLeftBW-1.png');
}