﻿.WorkOrderTextField
{
	margin: 0px;
	font-size: 11px;	
	background-color: #AEC7E9;
	border-bottom: thin groove 1px;
	font-family: Verdana;

	
	
}
	 
.WorkOrderTextFieldValue
{
	margin: 0px;
	font-size: 11px;	
	background-color: ButtonFace;
	font-family: Verdana;
	
	
}
	 
.WOTableHeader
{
	border-right: thin groove 2px;
	border-top:  thin groove 2px;
	border-left: thin groove 2px;
	border-bottom: thin groove 2px;	
	width : 100%;
	

}

.WOTable
{
	width : 100%;

}

.WODetailTable
{
	width : 100%;
	border-left: 0px solid;
	
}
.WorkOrderLabel
{
	border-right:  1px solid;
	border-top:  1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-size:11px;
	font-family: Verdana;
}
.WorkOrdersRepeater
{
	margin:50px;
}
.UpdatableTextField
{
	margin:0px;
	font-size:11px;
	background-color:#EEEE77;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana;
}
.RightAlign
{
	text-align: right;
	
}
#lblCustomerTotals
{ 
border-right: black thin solid; border-top: black thin solid; border-left: black thin solid; border-bottom: black thin solid; 
}
.TextField
{
	margin:0px;
	font-size:12px;
	background-color:#CCCCCC;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
	 
.WorkOrderTable
{
	border-right: navy thin groove;
	border-top: navy thin groove;
	border-left: navy thin groove;
	border-bottom: navy thin groove;
}
.Label
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-size:12px;
}