/* MAIN OBJ */
div.dhx_acc_base_dhx_blue {
	overflow: hidden;
	background-color: #e5f0f8;
	/*
	border-top: #609BCA 1px solid;
	border-left: #609BCA 1px solid;
	border-right: #C2D9EB 1px solid;
	border-bottom: none;
	*/
}

/* SINGLE ITEM */
div.dhx_acc_item_dhx_blue {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #e5f0f8;
	padding-bottom: 10px;
}
div.dhx_acc_item_hidden_dhx_blue {
	display: none;
}
/* label */
div.dhx_acc_item_dhx_blue div.dhx_acc_item_label_dhx_blue {
	position: relative;
	color: #055A78;
font-family:Calibri;
	font-size: 12px;
	font-weight: bold;
	height: 33px;
	line-height: 32px;
	border: #C2D5DC 0px solid;
	vertical-align: bottom;
	overflow: hidden;
	background-image: url("../imgs/dhxaccord_dhx_blue/but2.png");
	/*background-image: url("../imgs/dhxaccord_dhx_blue/dhtmlxaccordion_bg.png");*/
	background-position: middle;
	/*background-repeat: repeat-x;*/
	-moz-user-select: none;
	cursor: default;
	padding-left: 10px;
	
	padding-right: 4px;
	text-align:left;
}
/* icon */
div.dhx_acc_item_dhx_blue div.dhx_acc_item_label_dhx_blue img.dhx_acc_item_icon_dhx_blue {
	position: absolute;
	width: 12px;
	height: 18px;
	right: 12px;
	top: 7px;
}
/* content */
div.dhx_acc_item_dhx_blue div.dhx_acc_item_content_opened_dhx_blue {
	width: 360px;
	text-align:center;
	align:center;
	/*overflow: hidden;*/
	position: relative;
	aborder-bottom: #C2D9EB 0px solid;
	amargin-top: 1px;
	margin-top: 0px;
	margin-left: 3px;
	background-repeat:no-repeat;
	background-color: #e5f0f8;
	font-family:Calibri;
font-size:12px;
font-weight:normal;
	/*background-image: url("../imgs/dhxaccord_dhx_blue/bkg.png");*/
}
div.dhx_acc_item_dhx_blue div.dhx_acc_item_content_opened_dhx_blue div.dhtmlx_wins_body_content {
	position: relative;
}
div.dhx_acc_item_dhx_blue div.dhx_acc_item_content_closed_dhx_blue {
	display: none;
}
/* accordion attached to window */
.dhtmlxAccordionAttached {
	border: none !important;
}
div.dhx_acc_item_dhx_blue div.dhtmlxWindowMainContent {
	amargin-top: 1px;
	amargin-bottom: 1px;
}
/* inner window */
div.dhx_acc_item_dhx_blue div.dhx_acc_item_content_opened_dhx_blue div.dhtmlxWindowMainContent {
	/*background-color: #FFFFFF;*/
	
	border: 0px solid #C2D5DC;
	/*background-image: url("../imgs/dhxaccord_dhx_blue/bkg.png");
	overflow: hidden;
	-moz-user-select: none;*/
	background-repeat:no-repeat;
		background-color: #e5f0f8;
}
.dhxAccordLabelIEFix_dhx_blue {
	height: 24px;
	line-height: 18px;
}
.dhxAccordPolyIEFix_dhx_blue {
	padding-bottom: 2px;
	padding-right: 2px;
}
/* tabbar */
div.dhx_acc_item_dhx_blue div.dhx_tabbar_row {
	background-color: #D2E3EA;
}
