/* ------------------------------------------------------------
 * PROJECT        : FHSC Interface Standard
 * FILENAME       : filternav.css
 * ------------------------------------------------------------
 * DATE CREATED   : 21 Sep 2006
 * LAST UPDATED   : 16 Mar 2007
 * ------------------------------------------------------------
 * AUTHOR(S)      : Kevin Scholl (http://www.ksscholl.com/)
 * ------------------------------------------------------------ */

/* ------------------------------------------------------------
 * SIDE NAVIGATION BLOCK (EXPANDABLE)
 * ------------------------------------------------------------ */
 
#fnClosedIndicator {
  position: absolute;
	top: 91px;
	left: 0;
	margin: 0;
	border: 0;
	background: transparent url(../images/sn_activator_off.png) 0 0 no-repeat;
	padding: 0;
	width: 20px;
	height: 100px;
	z-index: 59;
	cursor: pointer;
  }

#fnOpenIndicator {
  position: absolute;
	top: 91px;
	left: 192px;
	margin: 0;
	border: 0;
	background: transparent url(../images/sn_activator_on.png) 0 0 no-repeat;
	padding: 0;
	width: 20px;
	height: 100px;
	z-index: 59;
	cursor: pointer;
  }

#fnBlock {
	position: absolute;
	top: 70px;
	left: 10px;
	margin: 0 0 10px 0;
	border-top: 5px solid #B3CAE6;
	border-right: 1px solid #407BC1;
	border-bottom: 5px solid #407BC1;
	border-left: 1px solid #B3CAE6;
	background: #FFF5EA;
	padding: 0;
	width: 180px;
	z-index: 49;
  }
	
#fnBlock div.toggleCtrl {
	position: absolute;
	top: 0;
	left: 137px;
	margin: 0;
	border: 0;
	background: transparent;
	/*filter: alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50;*/
	padding: 0;
	width: 21px;
	height: 21px;
	z-index: 59;
	cursor: pointer;
  }
	
/* ------------------------------------------------------------
 * SIDE NAVIGATION LISTS
 * ------------------------------------------------------------ */

.fnc {
	position: relative;
	margin: 10px 10px 5px 10px;
	border: 0;
	background: transparent;
	padding: 0;
	line-height: 18px;
	text-align: center;
  }

.fn {
	margin: 0 10px 10px 10px;
	border: 0;
	background: transparent;
	padding: 0;
  }
	
.fn a {
  display: block;
	text-decoration: none;
  }

.fn ul {
  position: relative;
	margin: 0;
	border: 1px solid #407BC1;
	border-bottom: 0;
	background: transparent;
	padding: 0;
	list-style: none;
  }
.fn ul.secondary {
	margin: 0 0 0 -5px;
	border: 0;
	background: transparent;
	padding: 0;
	list-style: none;
  }

.fn ul li {
  position: relative;
  margin: 0;
	border: 0;
	border-bottom: 1px solid #407BC1;
	background: transparent url() 142px 5px no-repeat;
	padding: 0 0 0 5px;
	font: normal 70% verdana,arial,helvetica,sans-serif;
	line-height: 21px;
	color: #407BC1;
  }	
.fn ul.secondary li {
  position: relative;
  margin: 0;
	border: 0;
	border-top: 1px solid #ECF2F9;
	background: #FFF;
	padding: 3px 5px;
	font: normal 100% verdana,arial,helvetica,sans-serif;
	line-height: 15px;
	color: #333;
  }	
	
.fn ul li.collapsible {
  background-color: #FFD299;
	background-image: url(../images/fn_minus.gif);
  }
.fn ul li.expandable {
  background-color: #ECF2F9;
	background-image: url(../images/fn_plus.gif);
  }

.fn ul li.collapsible ul.secondary {
	display: block;
  }
.fn ul li.expandable ul.secondary {
	display: none;
  }

/* ------------------------------------------------------------
 * FILTER BLOCK
 * ------------------------------------------------------------ */

#fnFilters {
	position: absolute;
	top: 120px;
	left: 212px;
	display: none;
	margin: 0;
	border: 1px solid #407BC1;
	background: #ECF2F9;
	padding: 2px 2px 0 2px;
	width: 180px;
	z-index: 59;
  }

#fnFilters h5 {
	margin: 0 0 10px 0;
  border: 0;
	background: #407BC1;
	padding: 5px 8px;
	font: bold 70%/100% verdana,arial,helvetica,sans-serif;
	color: #FFF;
  }

#fnFilters p {
	margin: 0 0 2px 0;
  border: 0;
	background: transparent;
	padding: 0 8px;
	font: bold 62.5%/100% verdana,arial,helvetica,sans-serif;
	color: #000;
	text-transform: uppercase;
  }

/* ------------------------------------------------------------
 * SIDENAV AND FILTER FORM FIELDS
 * ------------------------------------------------------------ */

.fn form {
  margin: 0;
	padding: 0;
  }
	
.fn label {
	margin: 0 0 0 2px;
  }

.fn input {
  margin: 0;
	padding: 0;
  }

.fn select {
	margin: 3px 0;
  width: 100%;
	font: normal 100% arial,helvetica,sans-serif;
	letter-spacing: 1px;
	color: #666;
  }

#fnFilters select {
	margin: 0 8px 10px 8px;
  width: 164px;
	height: auto;
	font: normal 70% arial,helvetica,sans-serif;
	letter-spacing: 1px;
	color: #666;
  }