
/* jQuery COLLAPSE */

div.collapsible {
	font-size: 100%;
	padding: 0;
	margin: 0 0 1em 0;
	border: 1px solid #E8E4E1;
	background: #fff;
}


div.collapsible .trigger {
	margin: 0;
	padding: .25em;
	line-height: 1em;
	background-color: #CBC8C1;
	/* border-bottom: 1px solid #858e95; */
}


div.collapsible div {
	margin: 0;
	padding: 1em;
}

div.collapsible div div {
	margin: 0;
	padding: 0;
}

div.collapsible div h3.first,
div.collapsible div h2.first {
	margin-top: 0;
}



/* DATEPICKER */

table.ui-datepicker-calendar {
	width: 100%;
}

.ui-datepicker-next {
	left: 14.5em;
}

/* ___________ IE6 IFRAME FIX ________ */
.ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/ /* LTR */
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}