.validate, .validate:visited, .validate:hover { background-color: #9C6855; color: #FFF; font-weight: bold; font-style: italic; }

.logo_ixml { 
	background: url('../img/content/ixml.png') no-repeat;
	padding: 7px 0 0 115px;
	height: 46px;
}

.tip { 
	width: 235px;
	padding-bottom: 30px;
	background: url('../img/content/tip_bottom.png') no-repeat bottom;
}
.tip .ttop {
	padding-top: 10px;
	background: url('../img/content/tip_top.png') no-repeat top;
}
.tip .tbody, .utip .tbody {
	padding: 0 5px;
	background: url('../img/content/tip_body.png') repeat-y;
}
.utip { 
	width: 235px;
	padding-bottom: 10px;
	background: url('../img/content/tip_bottom_upside.png') no-repeat bottom;
}
.utip .ttop {
	padding-top: 30px;
	background: url('../img/content/tip_top_upside.png') no-repeat top;
}

.gborder, .gbtop { border-top: 1px solid #b3b3b2; }
.gborder, .gbbottom { border-bottom: 1px solid #b3b3b2; }
.gborder, .gbleft { border-left: 1px solid #b3b3b2; }
.gborder, .gbright { border-right: 1px solid #b3b3b2; }

.panelHead {
	background: url('../img/content/panel/panel_head_left.png') repeat-x;
	padding: 6px 15px 0 10px;
	height: 28px;
	border-bottom: 1px solid #b3b3b2;
	border-left: 1px solid #b3b3b2;
	border-right: 1px solid #b3b3b2; 
}

.box_dark, .head_box, .head_box_padding {
	background: url('../img/content/head_bg.png') repeat-x #393939;
	background-position: bottom;
	color: #FFF;
}
.link_dark a, .link_dark a:visited { color: #8BCB2F; }
.link_dark a:hover { color: #CC99CC; }

.head_box_padding {
	padding-top: 50px;
	padding-bottom: 20px;
}
.head_title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.head_title div {
	font-size: 30px;
	padding-bottom: 7px;
}
.head_subbox, .head_subbox_border {
	padding: 10px;
}
.head_subbox_border {
	border-bottom: 1px solid #b8b8b8;
}

.box_white, .box_white_border { 
	background-color: #FFF;
	color: #404040;
}
.box_light, .box_light_border { 
	background-color: #F2F2F2;
	color: #404040;
}
.box_light_border, .box_white_border, .box_border { border: 1px solid #808080; }
.box_light h1, .box_light h2, .box_light h3, .box_light h4, .box_light h5,
.box_light .h1, .box_light .h2, .box_light .h3, .box_light .h4, .box_light .h5 { color: #6B7C0F; }
.box_light p { 
	font-family: georgia,times,"times new roman";
	font-size: 16px; 
	line-height: 1.5em;
}
.box_light ul {
	font-family: georgia,times,"times new roman";
	font-size: 14px; 
	line-height: 1.4em;
}

.box_grey {
	background: #404040;
	color: #FFF;
}

.gbar, .gbar div { height: 31px; }
.gbar {
	padding-left: 7px;
	background: url('../img/content/gbar_left.png') no-repeat;
}
.gbar div {
	padding-right: 7px;
	background: url('../img/content/gbar_right.png') no-repeat;
	background-position: right;
}
.gbar div span {
	display: block;
	height: 23px;
	padding-top: 8px;
	background: url('../img/content/gbar_bg.png') repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

table.tab_nopad, table.tab_nopad td { padding: 0; margin: 0; border: 0;}

ul.check li {
	list-style-image: url('../img/content/check16.png');
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 5px 0;
}

.searchbox {
	background: url('../img/content/searchbox.png') no-repeat;
	padding: 0 0 0 22px;
	height: 19px;
}
.dropbox {
	background: url('../img/content/dropbox.png') no-repeat top right;
	padding: 0 22px 0 0;
	height: 19px;
}
.gframe { 
	border-style: solid;
	border-color: #7aaf2f;
	border-width: 1px;
}
.gframe input {
	width: 150px;
	height: 17px;
	padding: 0 3px;
	margin: 0;
	top: 0;
	border-spacing: 0;
	border-width: 0;
	border: none;
}

.not_found {
	background: url('../img/content/warnings/404.png') no-repeat 0 10px;
	padding: 10px 0 0 180px;
}

.alert_page {
	background: url('../img/content/warnings/alert1.png') no-repeat 0 10px;
	padding: 10px 0 0 180px;
}

/* ======================= Form Fields ======================= */

.formContent {
	padding: 10px 10px;
}

.formFieldCtlInput, .formFieldCtlTextarea, .formFieldCtlSelect {
	width: 100%;
	display: block;
}

.formFieldCtlSelect {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.formFieldCtlInput, .formFieldCtlSelect {
	font-size: 12px;
	color: #191919;
	background: #FFF;
	/* background: url('bg_inputbox.png') repeat-x; */
	border: 1px solid #999;
	padding: 2px;
}

.formFieldCtlInput:hover, .formFieldCtlInput:focus {
	border: 1px solid #7AB031;
}

.formFieldCtlTextarea {
	overflow: auto; 
	font-size: 12px;
	background-image: url('bg_inputbox.png');
	background-color: #fdfdfd;
	background-repeat: repeat-x;
	padding: 2px;
	border: 1px solid #999;
}

.formFieldCtlTextarea:hover, .formFieldCtlTextarea:focus {
	border: 1px solid #7AB031;
}

.formFieldCtlOption {
	margin-left: 15px;
}

.formFieldCtlLabel {
	font-size: 12px;
	padding: 0 0 2px 5px;
}

.formFieldCtlHtml {
	font-size: 12px;
}

.formFieldCtlCheckbox {
	padding: 5px;
}

.formFieldCtlSpacer {
	height: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #bfbfbf;
}

.formField {
	padding: 5px 0 3px 0;
	clear: both;
}
.formFieldPad  { padding: 5px 0 3px 0 !important; } 

.formFieldLabel {
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 3px 0;
}

.formFieldContent {
	padding-right: 20px;
}

.formFieldRequired {
	color: #e01b1b;
	font-weight: bold;
	padding-left: 3px;
}

.mooFormButtons {
	padding: 10px 20px 5px 10px;
	height: 20px;
}

.mooFormBtn {
	float: right;
	padding: 6px 13px 6px 13px;
	width: 72px;
	height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #404040;
	text-transform: uppercase;
	background-image: url('mooFormBtn.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.formFieldError {
	padding-right: 20px;
	background-image: url('mooFormError.png');
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 10px;
}

.formMsgError {
	padding: 10px 10px 10px 40px;
	background-color: #434343;
	background-image: url('mooFormNosubmit.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px !important;
}

.formMsgSuccess {
	padding: 10px 10px 10px 40px;
	background-color: #434343;
	background-image: url('mooFormSuccess.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px !important;
}

.formMsgSending {
	padding: 23px 0 5px 0;
	background-color: #434343;
	background-image: url('mooFormLoader.gif');
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	font-weight: bold;
	font-size: 10px !important;
	text-align: center;
	text-transform: uppercase;
}

