﻿.gvOrderDetail, .gvProductsBySupplier
{
	width: 500pt;
	FILTER:progid:DXImageTransform.Microsoft.dropshadow(Color=gainsboro,offX=5,offY=5,positive=true);
	font-family:Verdana;
	background-color:lightsteelblue;
}

.ITemplateGVHeader
{
	background-color: lightslategray;
	color: White;
	font-size:8pt;
}
.ITemplateGVHeader A:link{color:White;  text-decoration :none;}
.ITemplateGVHeader A:visited{color:White;  text-decoration :none;}
.ITemplateGVHeader A:Hover{color:White;  text-decoration :underline;}
.ITemplateGVHeader A:Active{color:gold;  text-decoration :none;}

.gvOrderDetail td,.gvOrderDetail input, .gvProductsBySupplier td,.gvProductsBySupplier input
{
	font-size:8pt;
	padding:2pt;
}

.PrimaryKeyCell
{
color:maroon;
font-weight:bold;
}
.NegativeNumber
{
	color:Maroon;
	
}
.LateDate
{
	background-color:gold;
}
.FormViewLabel1
{
	background-color: lightslategray;
	color: White;
	font-size:8pt;
}
.FormViewITemplate caption
{
	background-color: rosybrown;
	color: White;
}
.FormViewITemplate
{
	width:400px;
	border:2pt double gainsboro;
	background-color:#d4dfe0;

}
.FormViewITemplate.tr.TD
{
	border:1pt solid gray;
	padding-right:5pt;
}
