/* CSS Document */
#pageBody
{
	margin: 0px;
}
#closeWindow
{
	border-bottom: 1px #ffffff solid;
	background-color: #4566b5;
	color: #ffffff;
	text-align: right;
	font-size: .84em;
}
#windowCloseForm
{
	padding: 1px;
	margin: 0px;
}
.form-table
{
	margin-left: 25px;
}
input 
{
	margin: .25em;
}
/* input fields */
input[type=text] 
{
	width: 100px; 
	text-align: right;
}
input[type=submit], input[type=button]
{
	border: 1px #000000 solid;
	background-color: #4566b5;
	color: #ffffff;
}
#windowCloseButton
{
	border: 1px #ffffff solid;
	padding: 0px;
	margin: 1px;
	font-size: .84em;
}

/* read only */
input.ro, .ro { 
	background-color: #f2f4fa;
	border: 1px #f2f4fa solid;
} 

span.fill-marker
{
	font-weight: bold;
}
td.left, td.right  
{
	vertical-align: middle;
	margin: 0px;
	padding: 2px;
}
/*headers*/
.ital, .form-subhead
{  
	font-style: italic; 
	font-weight: bold; 
} 
.bold 
{ 
	font-weight: bold; 
} 
/*totals*/
tr.subtotal td.left
{
	border-left: 1px solid #4566b5;
	border-top: 1px solid #4566b5;
	border-bottom: 1px solid #4566b5;
}
tr.subtotal td.right
{
	border-right: 1px solid #4566b5;
	border-top: 1px solid #4566b5;
	border-bottom: 1px solid #4566b5;
}
tr.subtotal td 
{ 
	background-color: #f2f4fa;
	font-weight: bold;
	color: #4566b5;
}
tr.subtotal td.left 
{ 
	text-align: right;
}