﻿.categoryPriceGridFore
{
    background-color: #ffffff;
}

.categoryPriceGridHeader
{   
    padding-left:5px;
    border: 1px solid #FFFFFF;
    background-color:#008FFF;
	font-weight:bold;
	color:White;
	height:20px;
}

.categoryPriceGridHeaderCentered
{   
    text-align:center;
    border: 1px solid #FFFFFF;
    background-color:#008FFF;
	font-weight:bold;
	color:White;
	height:20px;
}


.categoryPriceGridRow
{
    background-color: #F9F9F9;
    height:20px;
}

.categoryPriceGridRowAlternate
{   
	background-color: #BFE3FF;
    height:20px;
}

.categoryPriceCategoryDescriptionCell
{   
    padding-left:5px;
    
    text-align:left;
    width:200px;
     
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}

.categoryPriceCategoryCodeAndCapCell
{   
    text-align:center;
    width:30px;
    
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}

.categoryPriceCell
{   
    text-align:center;
	font-weight:bold;
	color: #004299;
	width:35px;
	
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}



.categoryPricePager
{
    font-weight:bold;
	color:#008FFF;
	cursor:pointer;
}