﻿body
{
	font-family: 'Arial';
	color: Black;
	font-size: small;
}

hr
{
	color: Gray;
}

.DefaultLabel
{
   	font-family:Arial;
	font-size: small;
	color: Black;
}

.ButtonPanelLabel
{
	font-family: Arial;
	font-size: xx-small;
	font-weight: bold;
	color: Black;
	background-color: #E0E0E0; /* gray 224-224-224 */
	width: 67px;
	height: 25px;
	vertical-align: top;
	text-align: center;
}

.MerchantInfoLabel
{
	background-color: #F5F5F5; /* Whitesmoke */
	color: Black;
	font-weight: bold;
}

.FormHeaderLabel
{
	color: #007DC9; /* tallee light blue */
	font-size: x-large;
	font-weight: bold;
}

.GridLegendLabel
{
	color:#007DC9;
	font-size:x-small;
	font-weight:normal;
}

.ErrorLabel
{
	font-family:Arial;
	font-size:small;
	font-weight:bold;
    color:White;
	background-color:Red;
}

.FooterLabel
{
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.ListingCaptionLabel
{
	font-size: medium;
	font-weight: normal;
	color: #007DC9;
}
.ListingLabel
{
	font-size: medium;
	font-weight: bold;
	color: Black;
}
