/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
}

BODY, TD
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

.fieldcaptions
{
	font-size: xx-small;
	color: #666666;
}

.fields
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: x-small;
	font-weight: bold;
	background-color: #FFFCD9;
	border: 1px solid #CCCCCC;
	padding: 1px, 4px, 2px, 4px; /* behavior: url(b_InputMask.htc); */
}

.outputfields
{
	color: #333333;
	font-size: x-small;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
}

.buttons
{
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333333;
	background-color: #EAE5AB;
	border-color: #B2AE82;
	border-width: 1px;
	border-style: solid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: hand;
	width: 106px;
	height: 21px;
}

.BuyNowbuttons
{
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333333;
	background-color: #EAE5AB;
	border-color: #B2AE82;
	border-width: 1px;
	border-style: solid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: hand;
	width: 105px;
	height: 20px;
}

.FieldValidator
{
	color: #CC0000;
	font-weight: normal;
}

TD.OrderFormCell
{
	padding: 2px 10px 2px 10px;
}