﻿.divForm
{
	font-size: 8pt;
	padding: 20px;
}

.divColTitle
{
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	float: left; 
	margin-right: 10px;
	margin-bottom: 20px;
	white-space: nowrap;
}

.divColTitleLast
{
	text-align: right;
	float: right; 
	margin-right: 10px;
	margin-bottom: 20px;
	white-space: nowrap;
}

.divColHeader
{
	font-weight: bold;
	text-align: left;
	height: 25px;
	width: 100px;
	float: left; 
	margin-right: 10px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-left: 3px;
	white-space: nowrap;
}

.divColValidator
{
	height: 25px;
	width: 20px;
	text-align: right;
	float: left;
	margin-bottom: 2px;
	margin-right: 2px;
	padding-top: 6px;
	white-space: nowrap;
}

/*no width on the last col so it will expand*/
.divColDataLast
{
	height: 25px;
	float: left;
	margin-bottom: 2px;
	white-space: nowrap;
}

.divButtons
{
	height: 30px;
	float: left;
	margin-top: 8px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.divProgress
{
	height: 30px;
	float: right;
	margin-top: 8px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.clearer
{
	clear: both;
}

.input
{
	padding-top: 2px;
	padding-left: 4px;
	border: inset 1px #e2e3ea;
}

.inputRequired
{
	padding-top: 2px;
	padding-left: 4px;
	border: inset 1px #e2e3ea;
	background-image: url("Images/Triangle.png");
	background-repeat: no-repeat;
	background-position: right top;
}

.inputReadOnly
{
	padding-top: 2px;
	padding-left: 4px;
	border: inset 1px #e2e3ea;
	background-color: #dbdbdb;
}