/*
 * Expandable, a jQuery plugin to dynamically group and hide web content
 * Copyright (C) 2009  Marc Diethelm
 * License: (GPL 3, http://www.gnu.org/licenses/gpl-3.0.txt) see license.txt
 */

/*.ui-expandable {
	border: 1px solid #cccccc;
	border-width: 1px 0;
}*/
.ui-expandable .ui-widget-header {
	overflow: hidden;
}
.ui-expandable-icon,
.ui-expandable .ui-expandable-title {
	float: left;
}
.ui-expandable-icon + .ui-expandable-title {
	margin-left: 2px;
}
.ui-expandable .ui-widget-header .ui-icon.icon-closed {
	background-image: url(expandable-closed.png);
}
.ui-expandable .ui-widget-header .ui-icon.icon-open {
	background-image: url(expandable-open.png);
}
.ui-expandable-extraicon {
	float: right;
	border-width: 0 0 0 1px;
	border-color: transparent;
	border-style: solid;
}
.ui-widget-header .ui-expandable-extraicon.ui-state-hover,
.ui-widget-header .ui-expandable-extraicon.ui-state-focus {
	border-width: 0 0 0 1px;
	border-color: inherit;
}
/*.ui-expandable-extraicon:hover {*/
/*	border-width: 0 0 0 1px;*/
/*	border-color: inherit;*/
/*}*/
.ui-expandable .ui-widget-content {
	/*padding: 11px 18px 13px 18px;*/
	border-top-width: 0; /* fixes double border when using jQuery UI theme */
}
/* some elements create a gap between content and title (eg. UL) */
/*.ui-expandable .ui-widget-content {
	margin: 0;
	padding: 0;
}*/
/* many such corrections could be made I suppose: */
.ui-expandable .ui-widget-content ul,
.ui-expandable .ui-widget-content ol,
.ui-expandable .ui-widget-content dl {
	padding-left: 15px;
}


/*
	eDocSy custom
*/
.ui-icon-title {
    display:inline-block;
}

.ui-section-content {
	background-color:white;
	background-image:none;
}

.ui-expandable-icon {
	margin-left: 5px;
}