.tabTableContainer {
	width: 100%;
	overflow: auto;
	}
	
.tab {
	margin: 2px;
	padding: 2px;
	cursor: pointer;
	font-size: 1.2em;
	padding: 2px 8px 2px 8px;
	border: solid 1px #855b29;
	background: #787431;
	color: #FFFFFF;
}

.tab:hover {
	background: #86823e;
}

.tabCurrent {
	margin: 2px;
	padding: 0px 4px 0px 4px;
	cursor: default;
	font-size: 1.2em;
	padding: 2px 8px 2px 8px;
	border: solid 1px #855b29;
	background: #c2771f;
	color: #FFFFFF;
}

.tabCurrent:hover {
	background: #c6802e;
}

.tabContainer {
	position: absolute;
	visibility: hidden;
	height: 0px;
}

.tabContainerCurrent {
	margin: 10px;
	border: inset 2px #FFFFFF;
	padding: 10px;
	height: 100%;
}

.TableForm td {
	vertical-align: middle;
	padding: 4px;
}

.TableFormTDImageLabel  {
	text-align: right;
	}

.TableFormTDImageFlag  {
	width: 16px;
	height: 16px;
	}

.TableFormLabel {
	font-size: 1.2em;
	cursor: pointer;
}	

.TableFormImageFlag  {
	width: 10px;
	height: 10px;
	}
	
.TableFormText {
	color: #503614;
	background: #BAB28F;
	border: inset 2px #BAB28F;
	margin: 4px 10px 4px 10px;
	font-size: 1.4em;
	height: 1.4em;
	width: 270px;
	}
	
.TableFormNumeric {
	color: #503614;
	background: #BAB28F;
	border: inset 2px #BAB28F;
	margin: 4px 10px 4px 10px;
	font-size: 1.4em;
	height: 1.4em;
	width: 100px;
	text-align: right;
	}
	
.TableFormNumericReadOnly {
	color: #503614;
	background: #98906d;
	border: inset 2px #BAB28F;
	margin: 4px 10px 4px 10px;
	font-size: 1.4em;
	height: 1.4em;
	width: 100px;
	text-align: right;
	}
	
.TableFormCheckBox {
	color: #503614;
	background: #BAB28F;
	border: inset 2px #BAB28F;
	margin: 4px 10px 4px 10px;
	font-size: 1.4em;
	cursor: pointer;
	}

.TableFormSelect {
	color: #503614;
	background: #BAB28F;
	border: inset 2px #BAB28F;
	margin: 4px 10px 4px 10px;
	font-size: 1.4em;
	}
	
.TableFormDate {
	color: #503614;
	background: #BAB28F;
	border: inset 2px #BAB28F;
	margin: 4px 10px 4px 10px;
	font-size: 1.4em;
	height: 1.4em;
	width: 90px;
	text-align: center;
	}
	
.TableFormTextAreaReadOnly {
	color: #503614;
	background: #98906d;
	border: inset 2px #BAB28F;
	margin: 4px 10px 4px 10px;
	font-size: 1.5em;
	width: 270px;
	}
	
.TableFormTextArea {
	color: #503614;
	background: #BAB28F;
	border: inset 2px #BAB28F;
	margin: 4px 10px 4px 10px;
	font-size: 1.4em;
	width: 270px;
	}
	
.TableFormSecurityImage {
	border: inset 2px #BAB28F;
	margin: 4px 10px 4px 10px;
	}
	
.TableFormSecurityImageInput {
	display: block;
	color: #503614;
	background: #BAB28F;
	border: inset 2px #BAB28F;
	margin: 4px 10px 4px 10px;
	font-size: 1.4em;
	height: 1.4em;
	width: 120px;
	text-align: center;
	}
	
.FormSubmit {
	color: #503614;
	margin: 0px 0px 0px 0px;
	font-size: 1.3em;
	cursor: pointer;
	}

.FormSubmitDisabled {
	color: #503614;
	margin: 0px 0px 0px 0px;
	font-size: 1.3em;
	cursor: default;
	}

.FormSubmitCurrent {
	color: #FF0000;
	margin: 0px 0px 0px 0px;
	font-size: 1.3em;
	cursor: pointer;
	}
