/* jquery-ui sortable */
#sortable, .sortable { list-style-type: none; margin: 0; padding: 0}
#sortable li, .sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 116%; height: 2.5em; cursor:move ; }
#sortable li a, .sortable li a{ background-image: none; font-size: 100%; }
#sortable li .edit, .sortable li .edit { text-align: right}
html>body #sortable li, html>body .sortable li { height: 2.5em; line-height: 1.2em; }
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }
.ui-state-default a {
    color: red;
    font-weight: normal;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    color: #035;
}

/* jquery-tooltip */
.tooltip .compact {
    font-weight: bold;
    cursor:pointer;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

.accordion h3 {
    padding: 4px 4px 4px 0px;
    margin: 0px;
}
.accordion .body {
    background-color: #f9fafb;
    padding: 4px 0px 4px 4px;
    border-bottom: 1px solid #e5ecf9;
}
.accordion .accordion {
    background-color: #f9fafb;
    margin: 0.5em;
    border: 1px solid #fff;
    padding: 0px;
}
.accordion .accordion.show_block h3 {
    font-size: 106%;
    background-color: #e5ecf9;
}
.accordion .accordion h3.collapsible_header {
    border-bottom-color: #cfe6fb;
}
.accordion .body.no_pad {
    padding: 0px;
}
.accordion .accordion .body {
    padding: 0px;
    background-color: #ffffff;
}
.revealable_header {
    border-bottom: 1px solid #e5ecf9;
    background-image: url(../images/icons/blue_arrow-downright.gif);
    background-repeat: no-repeat;
    background-position: center right;
}
.collapsible_header {
    border-bottom: 3px solid #e5ecf9;
    background-image: url(../images/icons/blue_arrow-upright.gif);
    background-repeat: no-repeat;
    background-position: center right;
}
.non-collapsible_header {
    border-bottom: 3px solid #e5ecf9;
}

fieldset.accordian {
    padding: 0.3em 1.4em;
}
fieldset.accordian.collapsible {
    padding: 1.4em;
}

fieldset.accordian.revealable.collapsible legend {
    padding-right: 1.5em;
    background-image: url(../images/icons/blue_arrow-upright.gif);
    background-repeat: no-repeat;
    background-position: center right;
}
fieldset.accordian.revealable legend {
    padding-right: 1.5em;
    background-image: url(../images/icons/blue_arrow-downright.gif);
    background-repeat: no-repeat;
    background-position: center right;
}
.loading {
  display: block;
  min-height: 33px;
  min-width: 33px;
  background-image: url('../images/loading.gif');
  background-repeat: no-repeat;
}
/* calendar_date_select stuff */
.calendar_date_select td {
  padding: 0;
}
.calendar_date_select .cds_header a {
  padding-top: 10px;
}