

/* This is common classes. 
 These classes should be overrided in each category.css and in each customer.css (except VetsXL) */
.pageHeader,.Header,.BoldLabel, .TextHeader, .Header2, .VetsXLTable_AlphaNavigator
{
	color: #14A9B3;
}

.TextHeader
{
	background: #D9F9FB;
}

.TextHeaderOver
{
	background: #14A9B3;
}

.Header
{
	background: #D9F9FB;
}

.BoldHeader, .BoldHeaderRow
{
	background: #14A9B3;
}

.Button, .ButtonLink, .DefaultButton
{
	color: #14A9B3;
}

A.Button:visited,A.Button:link,A.Button:active,A.Button,
A.DefaultButton:visited,A.DefaultButton:link,A.DefaultButton:active,A.DefaultButton
{
	color: #14A9B3;
}

.BorderBottom,.BorderLeftBottom,.BorderRightBottom,.BorderLeftRightBottom, .BorderAll, .BorderLeftTopBottom, .BorderRightTopBottom, .BorderTopBottom
{
	border-bottom: 1px solid #D9F9FB;
}

.BorderLeft, .BorderLeftBottom, .BorderLeftRightBottom, .BorderLeftRight, .BorderAll, .BorderLeftTop, .BorderLeftTopBottom, .BorderLeftRightTop
{
	border-left: 1px solid #D9F9FB;
}

.BorderRight, .BorderRightBottom, .BorderLeftRightBottom, .BorderLeftRight, .BorderAll, .BorderRightTopBottom, .BorderLeftRightTop, .BorderRightTop
{
	border-right: 1px solid #D9F9FB;
}

.BorderTop, .BorderAll, .BorderLeftTop, .BorderLeftTopBottom, .BorderRightTopBottom, .BorderLeftRightTop, .BorderRightTop, .BorderTopBottom
{
	border-top: 1px solid #D9F9FB;
}

/* RE_ */
.RE_SelectedButtonImageCell, .RE_SelectedButtonTextCell
{
	background: #14A9B3;
}

.RE_UnSelectedButtonText
{
	color: #14A9B3;
}


/**/

/* end of common*/


