

/* ADMIN STYLES */

tr.odd .form-item .description,
tr.even .form-item .description {
	white-space:normal;
}

form#node-form fieldset legend {
	font-weight: bold;
}

table.sticky-table {
	margin: .5em auto;
	}

html.js fieldset.collapsed {
	height: 1em;
	margin: 1em 0;
}

fieldset.collapsible {
	margin: 1em 0;
	background: #eeeeee;
}

/*
fieldset.group-programs-series {
	width: 100%;
}
*/

fieldset.group-programs-series select {
	width: 90%;
	overflow: hidden;
}



table.sticky-table {
margin: 0.5em 0;
}


/* Drupal message style */
div.status, tr.status {
	background: #d8ffcc;
	color: #294f00;
	padding: 2px;
}
div.status {
	border: 1px solid #a2dd77;
}


/* HIDE BLOCK REGIONS IN ADMIN */

#header .block-region {
	display: none;
}


.taxonomy-outline .tax-level0 { padding-left: 0;}
.taxonomy-outline .tax-level1 { padding-left: 2em;}
.taxonomy-outline .tax-level2 { padding-left: 4em;}
.taxonomy-outline .tax-level3 { padding-left: 6em;}
.taxonomy-outline .tax-level4 { padding-left: 8em;}


div.img_assist-button {
	display: none;
}


/* TABS */

ul.tabs {
	white-space: normal;
}

ul.primary {
	padding: 0;
	border-bottom: 0;
}

ul.primary li {
	line-height: 1.7em;
}

ul.primary li a {
	margin-right: 0.1em;
	padding: 0 0.5em;
	border: 1px solid #BBBBBB;
}

ul.primary li.active a {
	border: 1px solid #BBBBBB;
}

ul.primary li a:hover {
  border: 1px solid #cccccc;
}

