body
{
	margin-left:0; margin-right:0; margin-bottom:0; margin-top:0;
	background-color:white;
}
body, table, div, TR, TD
{	
	font-family: Verdana;
}

body
{
	background-color: lightsteelblue;
}

A
{
	color:black;
}

.colLabel
{
	text-align:right;
	font-family:Verdana;
	font-size:8pt;
	width:65px;
}

.colEdit
{
	font-family:Verdana;
	font-size:8pt;
	vertical-align:middle;
}

.colEditTextBox
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-family:Verdana;
	font-size:8pt;
}

.colEditCheckBox
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-family:Verdana;
	font-size:8pt;
}

.errorMessage
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Verdana;
	text-align: center;
}

.editData
{
	font-size: 8pt;
}

.displayData
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 8pt;
	background-color: gainsboro;
}

.displayPreview
{
	padding-right: 3pt;
	padding-left: 10pt;
	font-size: 8pt;
	padding-bottom: 5pt;
	padding-top: 5pt;
	background-color: linen;
}

.editHeader
{
	font-weight: bold;
	font-size: 8pt;
	background-color: gainsboro;
}

.button
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: hand;
	cursor: pointer;
}

#fileUpload tr
{
	text-align: center;
}

#fileUpload td
{
	padding-bottom: 15px;	
}

.fileUploadHeader
{
	font-size: 14pt;
}

.tableRowCenter
{
	text-align: center;
}

.tableColLabel
{
	text-align:right;
	font-weight: bold;
	font-family:Verdana;
	font-size:8pt;
	padding-right: 10px;
}

.tableColEdit
{
	font-family:Verdana;
	font-size:8pt;
	vertical-align:middle;
	text-align: left;
}

.linkBoxOuter
{
	margin-top: 4px;
	font-size: 10pt;
	margin-bottom: 10px;
	background-color: wheat;
}

.linkBoxInner
{
	font-size: 10pt;
	background-color: wheat;
}

.linkCell
{
	padding-right: 6px;
	padding-left: 3px;
}

.tabUnselected
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: hand;
	cursor: pointer;
}

.tabSelected
{
	cursor: hand;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: palegoldenrod;
	border-bottom-style: none;
}


