/* ------------------------------------------------------------
 * PROJECT        : FHSC Interface Standard
 * FILENAME       : sidenav.css
 * ------------------------------------------------------------
 * DATE CREATED   : 30 Aug 2006
 * LAST UPDATED   : 16 Mar 2007
 * ------------------------------------------------------------
 * AUTHOR(S)      : Kevin Scholl (http://www.ksscholl.com/)
 * ------------------------------------------------------------ */

/* ------------------------------------------------------------
 * SIDE NAVIGATION BLOCK (EXPANDABLE)
 * ------------------------------------------------------------ */

#snClosedIndicator {
  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;
  }

#snOpenIndicator {
  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;
  }

#snBlock {
	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;
  }
	
#snBlock div.toggleCtrl {
	position: absolute;
	top: 4px;
	left: 4px;
	margin: 0;
	border: 0;
	background: transparent;
	/*filter: alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50;*/
	padding: 0;
	width: 13px;
	height: 13px;
	z-index: 59;
  }

div.toggleCtrl {
	cursor: pointer;
  }
	
/* ------------------------------------------------------------
 * SIDE NAVIGATION LISTS
 * ------------------------------------------------------------ */

.snc {
	position: relative;
	margin: 10px 10px 5px 10px;
	border: 0;
	background: transparent;
	padding: 0;
	line-height: 18px;
	text-align: center;
  }

.sn {
	margin: 0 10px 10px 10px;
	border: 0;
	background: transparent;
	padding: 0;
  }
	
.sn a {
  display: block;
	text-decoration: none;
  }

.sn ul {
  position: relative;
	margin: 0;
	border: 1px solid #407BC1;
	border-bottom: 0;
	background: #ECF2F9;
	padding: 0;
	list-style: none;
  }
.sn ul.secondary,
.sn ul.tertiary {
	margin: 0 0 0 -22px;
	border: 0;
	background: #FFF;
	padding: 0;
	list-style: none;
  }
.sn ul.tertiary {
  border-top: 3px solid #ECF2F9;
  display: none;
  }

.sn ul li {
  position: relative;
  margin: 0;
	border: 0;
	border-bottom: 1px solid #407BC1;
	background: #ECF2F9 url() 5px 5px no-repeat;
	padding: 0 0 0 22px;
	font: bold 70% verdana,arial,helvetica,sans-serif;
	line-height: 21px;
	color: #00599D;
  }	
.sn ul li span.disabledItem,
.sn ul li span.disabledModule {
	color: #B1CCE2;
  }	
.sn ul.secondary li {
  position: relative;
  margin: 0;
	border: 0;
	border-top: 1px solid #ECF2F9;
	background: #FFF;
	padding: 3px 5px 3px 22px;
	font: normal 100% verdana,arial,helvetica,sans-serif;
	line-height: 15px;
	color: #00599D;
  }	
.sn ul.tertiary li {
  position: relative;
  margin: 0 -15px 0 0;
	border: 0;
	border: 0;
	background: #ECF2F9;
	padding: 3px 5px 3px 22px;
	font: normal 100% verdana,arial,helvetica,sans-serif;
	line-height: 15px;
	color: #00599D;
  }	
.sn ul.secondary li.inflatable {
	background: #FFF url(../images/sn_inflatable_plus.gif) right 4px no-repeat;
	padding: 3px 15px 3px 22px;
  }	
	
.sn ul li.collapsible {
	background-image: url(../images/sn_minus.gif);
  }
.sn ul li.expandable {
	background-image: url(../images/sn_plus.gif);
  }

.sn ul li.collapsible ul.secondary {
	display: block;
  }
.sn ul li.expandable ul.secondary {
	display: none;
  }