body {
	color:#2f569c;
	font-size:17px;
	font-family: "Candara Light", Arial, Verdana, sans-serif;
	font-weight:400;
	background:#4a6584;
	line-height:1.2;
}
#body_bg_stretch {
	background:url(images/bg_stretch.jpg);
	background-repeat:repeat-x;
	width:100%;
}
#body_bg_center {
	background:url(images/bg.jpg);
	background-repeat:no-repeat;
	max-width:2584px;
	margin-left:calc(50% - 1292px);
	margin-right:calc(50% - 1292px);
}

/* modules */
.module {
	margin:0 0 10px 0;
	width:100%;
}
.outer {
	background:#723fbf;
	border-radius:18px;
	padding:30px 30px 25px 30px;
	font-weight:200;
	color:#fff;
	position:relative;
}
.outer .outer_top .left {
	background:url(images/m1_tl.png);
	height:32px;
	width:47px;
}
.outer .outer_top .right {
	background:url(images/m1_tr.png);
	height:32px;
	width:47px;
}
.outer .outer_top .center {
	background:url(images/m1_tc.png);
	height:16px;
	padding:8px 8px 8px 8px;
}
.outer .outer_content .side {
	width:1px;
	background:#c8ecda;
}
.outer .outer_bottom .center {
	height:1px;
	background:#c8ecda;
}


.inner .inner_top {
	background:#daeea5;
}
.inner .inner_top .center {
	padding:6px 12px 6px 12px;
}
.inner .inner_content .main {
	padding:0;
}

.thin {
	background:#fff;
}
.thin .thin_top .center {
	border-top:1px solid #d3d3d3;
}
.thin .thin_bottom .center {
	border-bottom:1px solid #c8ecda;
	height:4px;
}
.thin .thin_content .side {
	width:1px;
	background:#c8ecda;
}
p {
	margin-bottom:16px;
}
.expr {
	font-family:"Courier";
	font-size:17px;
	font-weight:600;
}
pre.expr {
	font-size:17px;
	font-family:"Courier";
	font-weight:600;
}
#page_wrapper {
	display:flex;
	align-items:center;
	flex-direction:column;
}
.color_bg {
	background:#5350d3;
}
#page_wrapper_wide {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:1400px;
	padding:0 0 60px 0;
	text-align:left;
}
#page_top {
	width:100%;
	text-align:left;
}
.page_content {
	width:1651px;
	display:flex;
	align-items:center;
	flex-direction:column;
	text-align:left;
	padding:0 0 0 0;
}
ol li {
	margin:0 0 12px 0;
}
ul {
	list-style-type: circle;
}
ul li {
	margin:0 0 12px 0;
}
#page_bottom {
	display:flex;
	justify-content:center;
	width:100%;
	padding:30px 0 20px 0;
	background:#222a39;
}
.m_footer {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:1400px;
}
.m_footer .left {
	text-align:left;
	font-family:"LimonCello Regular";
	color:#66778c;
}
.m_footer .logo {
	background:url(images/hb_logo.png);
	width:174px;
	height:42px;
	margin:0 0 12px 0;
}
.m_footer .right {
	text-align:right;
	font-size:18px;
}
.m_footer a:link {
	font-weight:normal;
	color:#fff;
}
.m_footer a:visited {
	color:#fff;
}
.m_footer a:active {
	color:#fff;
}
.m_footer a:hover {
	color:#fff;
}
.m_footer .site_name {
	font-weight:bold;
}


a:link {
	color:#fff;
}
a:visited {
	color:#fff;
}
a:active {
	color:#fff;
}
a:hover {
	color:#fff;
}
.active_f {
	color:#3a3a3a;
}
.active_t {
	
}

h1 {
	font-size:30px;
	margin:118px 0 10px 0;
	color:#fff;
	font-weight:normal;
}
h2 {
	font-size:16px;
	margin:0 0 5px 0;
}
h3 {
	font-size:14px;
	margin:0 0 4px 0;
}
.header_img {
	margin:0 0 8px 0 ;
}

.button_main {
	border:0;
	padding:0;
	margin:0 0 5px 0;
	height:30px;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
}
.button_main .button_center {
	height:100%;
	background:url(images/button_c.png);
}
.button_main .button_content {
	float:left;
	height:11px;
	padding:10px 15px 9px 20px;
	margin:0;
	font-size:11px;
	line-height:11px;
	font-family:Arial, sans-serif;
	color:#5ba680;
}
.button_main .button_side {
	height:30px;
}
.button_main .button_left {
	width:1px;
	background:url(images/button_l.png);
}
.button_main .button_right {
	width:8px;
	background:url(images/button_r.png);
}


.form_entries_set {
	border:1px solid #d3d3d3;
	width:100%;
}
.ie .form_entries_set {
	height:0;
}
.form_entries_set .form_entries_set_content .main {
padding:15px 15px 10px 15px;
}
.form_entries_set .form_entries_set_top {
	height:0;
	font-size:0;
}
.form_entries_set .form_entries_set_bottom {
	height:0;
	font-size:0;
}
.form_entry input.error {
	color:#000;
}
.form_entry {
	margin:0 0 5px 0;
}
.label {
	margin:9px 3px 0 0;
}
.label_middle {
	margin:9px 3px 0 0;
}
.code_display {
	border-radius:6px;
	background:#4f11ab;
	margin:0 0 5px 0;
	font-size:16px;
	font-family: Courier New, serif;
	padding:8px 8px 1px 8px;
	color:#ffffff;
	line-height:1.6;
}
.code_display.indent {
	margin:0 0 8px 24px;
}
.code_display .line {
	margin:0 0 6px 0;
}
.itext_input_w {
	border-radius: 8px;
	border:1px solid #c8ecda;
	padding:1px;
	margin:0 5px 5px 0;
}
input.itext_input {
	border:0px;
	width:184px;
	background:none;
	font-size:11px;
	font-family:Arial, sans-serif;
	height:14px;
	padding:6px 6px 6px 6px;
	margin:0;
	color:#5ba680;
}
.itextarea_w {
	border:1px solid #c8ecda;
	margin:0 5px 0 0;
}

input.iradio {
	margin-top:7px;
}
input.icheckbox {
	margin-top:6px;
}
.form_entry_margin {
	margin-bottom:5px;
}



.options_m_selected {
	display:none;
}
.selector {
	margin:0 5px 5px 0;
	position:relative;
}
.selector .itext_input_w {
	border:1px solid #c8ecda;
	border-right:1px;
	padding:1px;
	margin:0;
}
.selector .search_text_input {
	width:151px;
	border:0px;
	background:url(images/itext_input_c.png);
	font-size:11px;
	font-family:Arial, sans-serif;
	height:14px;
	padding:6px 6px 6px 6px;
	margin:0;
	color:#5ba680;
}
.selector .toggle_button {
	background:url(images/selector_toggle_button.png);
	width:34px;
	height:30px;
	cursor:pointer;
}
.selector .toggle_button.open_t {
	background:url(images/selector_toggle_button_open_t.png);
}
.selector .drop {
	top:29px;
	background:#fff;
	position:absolute;
	border:1px solid #c8ecda;
	width:198px;
	z-index:999;
}
.selector .scroller {
	overflow:auto;
}
.selector .scroll_content {
	margin:0;
	padding:0;
}
.selector .options {

}
.selector .option_sep {
	width:100%;
	height:1px;
	background:#c8ecda;
}
.selector .option {
	width: -moz-calc(100% - 16px);
	width: -webkit-calc(100% - 16px);
	width: calc(100% - 16px);
	padding:6px 8px 6px 8px;
	height:14px;
	font-size:11px;
	text-align:left;
	display:block;
	position:relative;
	background:url(images/selector_option_c.png) repeat-x;
	color:#5ba680;
	text-decoration:none;
}
.selector .option_sep.selected_t {

}
.selector .option.selected_t {
	background:url(images/selector_option_c_selected_t.png) repeat-x;
}
.selector .option .text {
	float:left;
}
.selector .option .selected_icon {
	background:url(images/selector_option_selected_icon.png);
	width:19px;
	height:17px;
	margin:-2px -4px -2px 0;
	float:right;
}
.line {
	margin:0 0 8px 0;
}
