 /* ------------------------------------------------------------
 * PROJECT        : FHSC Interface Standard
 * FILENAME       : ie.css
 * ------------------------------------------------------------
 * DATE CREATED   : 02 Aug 2006
 * LAST UPDATED   : 06 May 2008
 * ------------------------------------------------------------
 * AUTHOR(S)      : Kevin Scholl (http://www.ksscholl.com/)
 * ------------------------------------------------------------
 * NOTE(S)        : Because IE tends to not play nice with the
 *                : freakin' standards...
 * ------------------------------------------------------------ */

/* ------------------------------------------------------------
 * DEFAULT OVERRIDES
 * ------------------------------------------------------------ */

html {
  border: 0;
  }

#container {
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
  }
	
html>body #container {
  height: auto;
  }

#container {
	height: 100%;
  }

#masthead a span {
  float: right;
  margin: 0 0 0 10px;
	border: 0;
	background: transparent;
	padding: 0;
	vertical-align: middle;
  }

.contentBorderExp {
  height: 1%;
	overflow-x: auto;
	overflow-y: auto;
  }

#hiddenSearch fieldset input {
	padding: 1px 3px;
  }

.modeBlock {
	padding: 7px 0 0 0;
  }	
.modeBlock input#btnChngMode {
	margin: 1px 0 0 0;
  }

.systemLinks {
	margin: -2px 0 0 0;
  }

/* ------------------------------------------------------------
 * 2-COLUMN FORM OVERRIDES
 * ------------------------------------------------------------ */

fieldset ol li span.msgLevelError,
fieldset ol li span.msgLevelFatal,
fieldset ol li span.msgLevelWarn {
	margin: 5px 0 2px 3px;
  }

fieldset ol li input,
fieldset ol li select,
fieldset ol li textarea {
	padding: 1px 3px;
  }

fieldset ol li span.leadtxt {
  display: inline-block;
  }

/* ------------------------------------------------------------
 * CHECK BOXES AND RADIO BUTTONS
 * ------------------------------------------------------------ */

fieldset ol li input.checkBox,
fieldset ol li input.radioBtn,
input.checkBox,
input.radioBtn {
	margin: -1px -1px 0 0;
	vertical-align: middle;
	}

/* ------------------------------------------------------------
 * TABBED NAVIGATION HEIGHT DEFINITIONS
 * ------------------------------------------------------------ */

ul#nav {
	height: 1%;
  }

/* ------------------------------------------------------------
 * SIDE NAVIGATION OVERRIDES
 * ------------------------------------------------------------ */

#snClosedIndicator,
#fnClosedIndicator {
	background: transparent url(../images/sn_activator_off.gif) 0 0 no-repeat;
  }
#snOpenIndicator,
#fnOpenIndicator {
	background: transparent url(../images/sn_activator_on.gif) 0 0 no-repeat;
  }

#snBlock div.toggleCtrl {
	left: -18px;
  }
#fnBlock div.toggleCtrl {
  top: 0;
	left: 137px;
  }

.sn a,
.fn a,
.fn ul li {
  height: 1%;
  }

.sn ul.tertiary {
  border-bottom: 3px solid #ECF2F9;
  }
