
.highlightRow
{
    background-color:Yellow;  
}
.unhighlightRow
{
    background-color:white;	    
}

.textboxDisabled
{
	background-color:Silver;
	color:Black;
}
.promoViewBackground
{
	background-color:Silver;
}


.sectionLabelBold
{
	font-weight:bold;
}

.promoStatusActiveNotStarted
{
	background-color:Silver;	
}
.promoStatusActive
{
	background-color:Green;
}
.promoStatusStopped
{
	background-color:Red;
}
.errorMessage
{
	color:Red;
	font-size:14pt;
	font-weight:bold;
}


.ReadOnlyTextBox
{
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: #000000 1px solid;
	background-color: transparent;
	text-align: left;	
}

.disabledLinkButton
{
	text-decoration:"none";
}