﻿.HeaderItem
{
    background-image:url('/public/img/sysfile/BuyingBreadCrumbPath/HeaderItembackGround.png');
    background-repeat:no-repeat;
    font-size:14px;
    font-weight:bold;
    width:226px;
    height:27px;
    }
    
.HeaderItemText
{
    color:#3e8b09;
}

.DarkGreenLabel
{
    color:#3e8b09;
}
    
.NonSelectedItem_Div
{
    background-color:#d0ff99;
    color:White;
    height:23px;
    float:left;
    }
    
.SelectedItem_Div
{
    background-color:#f17a38;
    color:White;
    height:23px;
    float:left;
    }

.SelectedItemText
{
    color:White;
    font-size:10px;
    font-weight:bold;
    margin-top:4px;
    }
    
.NonSelectedItemText
{
    color:#3e8b09;
    font-size:10px;
    font-weight:bold;
    }
    
.MileStoneEnd_Div
{
    float:left;
    }
        
.MileStoneStart_Div
{
    float:left;
    }
    
  

