table td.leftNav h3body, td, input, select, h3 {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

.required {
	color: red;
	font-weight: bold;
}

label, legend {
	font-weight: bold;
}

.positionBox {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	width: 333px;
	height: 448px;
	background-image: url('../_images/dgAppSplash.jpg');
	background-repeat: no-repeat;
	text-align: center;
}

.errorBox {
	text-align: left;
	background-color: white;
	border: 1px solid red;
	padding: 6px;
	margin-bottom: 12px;
}

.errorBox ul {
	margin: 0px;
}

h3 {
	border-bottom: 1px solid #7EB155;
	margin: 10 0 10 0px;
	font-size: 11px;
	color: #7EB155;
}

table td.leftContentCol h3, table td.midContentCol h3, table td.rightContentCol h3 {
	margin-top: 0px;
}

.leftContentCol, .midContentCol , .rightContentCol {
	vertical-align: top;
}

.leftContentCol, .rightContentCol {
	width: 130px;
}

.midContentCol {
	padding-left: 10px;
	padding-right: 10px;
}

.leftContentCol {
	padding-right: 10px;
	border-right: 1px solid #7EB155;
}

.rightContentCol {
	width: 160px;
	padding: 10px;
	border: 1px solid #BBB;
	background-color: #EEE;
}

.editingTable tr {
	height: 25px;
}

.editingTable tr th {
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
}
