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

