table {
    background-repeat:no-repeat;
}

.imageButton 
{
    cursor: pointer;
}

body
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	background-color: #fff;	
}

#table_1
{
	background-color: #095AA6;
	color: #fff;
}


.FormTitle
{
	font-size: 10pt;
	font-weight: bold;
}

input.TextEntry
{
	background-color: #99B4D6;
	color: #FFFFFF;
	font-size: 10pt;
	border: #99B4D6 solid 1px;
	width: 246px;
}

input.highlightTextEntry
{
    background-color: #FFFACD;
    color: #000;
}

input.ProductEntry
{
	background-color: #99B4D6;
	color: #FFFFFF;
	font-size: 10pt;
	border: #99B4D6 solid 1px;
}

select
{
	background-color: #99B4D6;
	color: #FFFFFF;
	font-size: 10pt;
	border: #99B4D6 solid 1px;
	width: 246px;
}

td.DataLabel
{
	padding-left: 10px;
	font-size: 10pt;
}

.ColumnHeader
{
	font-size: 10pt;
}

.DataItem
{
	font-size: 10pt;
}

tr.highlight
{
	background-color: #096AB6;
}
