/* Default CSS Stylesheet for a new Web Application project */

.HeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/productbar_grad_back.gif);
	background-repeat: repeat-x;
}

.LinkText 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
}

.RedBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FF0000;
}

.DarkBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
}

.MidBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
}

.TinyDarkBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
}

.TinyMidBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #666666;
}
.AdminHeaderText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/productbar_grad_back.gif);
	background-repeat: repeat-x;
}
.qtyField
{
	width:50px;
}
.LightBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.TinyLightBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #cccccc;
}
