/* SUB MENU (UPDATE, EMAIL ETC PROJECT) */
#FormsubMenu {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	height: 25px;
	background-color: #D4E0CA;
	margin-bottom: 20px;
}
#FormsubMenu ul,
#FormsubMenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#FormsubMenu li {
	line-height: 25px;
	font-size: 1.1em;
	color: #FFFFFF;
}
#FormsubMenu li a {
	float: right;
	height: 25px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#FormsubMenu li a:hover {
	text-decoration: underline;
}
#FormsubMenu li input.update {
	background-color: #564;
	float: right;
	height: 25px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}


.FormH2 {
	color: #000000;
	font-size: 1.1em;
	}

#contenterror {
	color: #FF0000;
	text-align: right;
	}

#content h2 {
	font-size: 1.1em;
	text-align: left;
	line-height: 30px;
	color: #000000;
	/*background-image: url(img/content_h2.jpg);*/
	background-repeat: repeat-y;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

/* FIELD STYLES (TABLES, FORMS ETC) */
.fieldBox {
	background-color: #D4E0CA;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c5e4ee;
	border-bottom-color: #c5e4ee;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.fieldBox table {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #0e6e98;
	padding: 0px;
	margin: 0px;
}
.fieldBox th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9eff8;
}
.fieldBox td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9eff8;
}
.fieldBox th,
.fieldBox td {
	text-align: left;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.fieldBox input {
	font-size: 1em;
	border: 1px solid #bcdee3;
}
.fieldBox select {
	font-size: 1em;
	border: 1px solid #bcdee3;
}
.formSubmit {
	background-color: #E5F4FA;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.formSubmit .clearForm {
	background-color: #D4E0CA;
	color: #0e6e98;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 4px;
}
.formSubmit .submitForm {
	background-color: #0e6e98;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1em;
	margin: 5px;
	padding: 4px;
}
.minmax {
	background-image: url(img/minmax_btn.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	padding: 0px;
	height: 14px;
	width: 14px;
	font-size: 1px;
	color: #E1F2FA;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-position: 0px 0px;
	overflow: hidden;
}
.minmax:hover {
	color: #E1F2FA;
	background-position: 0px -14px;
}
 
