/* --------------------------------------------------------------

	Development Group Application changes
	
    This started as dg-layout for camstyle3 but has been
    adapted to work with the Steeple layout.

-------------------------------------------------------------- */

/* Make the first h1 display the same as p.section */
/* TODO: How do you make this work on IE? */
/*
div#content-primary ul#nav-breadcrumb + h1 {
    color: #cf5200;
    font-size: 1.125em;
    line-height: 1.125em;
    margin: 0 0 0.5em 0;
    padding: 0;
}
*/

/* Simpler version of a section heading. */
/*
div.section, p.section, span.section {
    float: left;
    width: 100%;
    margin: 1em 0 0.5em 0;
    padding: 0;
}
*/
/* Style the heading's color and font style */
/*
h1.section {
    color: #cf5200;
    font-size: 1.125em;
    line-height: 1.125em;
}
*/

.paginate {
	font-size: 0.85em;
}

/* Standard blue help text for fields on forms */
.form_help {
    vertical-align: middle;
    font-size: 0.8em;
    font-style:italic;
    color: #003399;
}

/* Default all images to display inline */
/*
img { display: inline; }
*/

/* Enable table alignment via HTML attributes */
/*
td[align=left]    { text-align: left; }
td[align=center]  { text-align: center; }
td[align=right]   { text-align: right; }
td[valign=top]    { vertical-align: top; }
td[valign=middle] { vertical-align: middle; }
td[valign=bottom] { vertical-align: bottom; }
*/

/* Solid line under all tabs */
#nav-tabbed.az { border-bottom: solid 3px #b2ccff; margin-bottom: 1em; }

/* No space between the tabs and the line */
ul#nav-tabbed li { margin-bottom: 0px; }

/* Make the active tab join up with the line */
ul#nav-tabbed li.active { border-bottom: 1px solid #b2ccff; }

/* Give the other tabs a small gap */
ul#nav-tabbed li.inactive { border-bottom: 1px solid #e0e0f0; }

/* Remove red highlightling of followed links */
/*
div#content-primary a:visited { color: #039; }
*/

/* Override tab link colors */
ul#nav-tabbed li a { color: white; }
ul#nav-tabbed li a:visited { color: white; }
ul#nav-tabbed li.active a { color: black; }
ul#nav-tabbed li.active a:visited { color: black; }


/* ******************************************************* */
/* FOOTER                                                  */
/* ******************************************************* */
/* 
  cs-layout restricts the footer border to ul#site-info 
  Make this div to look the same.
*/
/*
div.site-info {
	clear: both;
	overflow: hidden;
	margin: 0;
	border-top: 2px solid #9c9;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
*/

/*
  Put site info in a normal paragraph, with line breaks, rather than a
  ul, so that any float right content aligns correctly relative to it.
*/
/*
p#site-info {
    font-size: 0.7em;
}
*/