.controlTabStripArrowDown
{
	width:9px;
	height:6px;
	background: url("../../../../App_Themes/Images/buttons/arrow_down.gif") no-repeat;
}

.tabHeaderCell
{
    color: white;
    font-size: 12px;
    padding: 5px;
    border-left: dotted 1px white;
}

.tabHeaderCellSelected
{
    background-color:#CC0001;
    color: #CC0001;
    font-size: 12px;
    padding: 5px;
    border-left: dotted 1px white;
}

.tabHeaderCellFirstSelected
{
    background-color:#CC0001;
       color: white;
    font-size: 12px;
    padding: 5px;
}
.tabHeaderCellFirst
{
    color: white;
    font-size: 12px;
    padding: 5px;
}

.tabHeader
{

}

.tabHeaderSelected
{
    	background-color:#CC0001;

}

.categoryPopUp
{
    position:absolute;
     background-color:White;
    color:White;
    border: solid 1px #DADADA;
    min-width:160px;
    float:left;
    
}

.tabLink
{
	
}



.linkPopUp
{
	color:#858585; 
	text-decoration:none;
}

.controlTabStripCell
{
	border-bottom:solid 1px #DADADA;
	height:22px;
	
	margin-right:0px;
	margin-left:0px;
	min-width:160px;
}

.controlTabStripCell:hover div 
{
	color:red;
}


.controlTabStripCellText
{
	
}