/*---------------------------------------------------------------------------*/
/* LEFT NAV Styles                                                          */
/*---------------------------------------------------------------------------*/
#leftNavigation {
	border: 0;
	width : 230px;
	min-width: 230px;
	padding: 10px 0 !important;
	background: #fff;
    color:#000;
}

#leftNavigationDiv {
	margin:0;
	padding:0;
}

#leftNavigationNarrowDiv {
	width: 170px;
	min-width: 150px;
	float: left;
}

#leftNavigationDiv{
    margin: 0 !important;
}

#leftNavigationDiv div{
    margin: 0 !important;
}

.nav_head1 {
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 1px;
	height: 24px;
	text-align: left;
	vertical-align: middle;
}

.nav_head1_on {
    padding-left: 10px;
    padding-right: 4px;
    height: 24px;
    text-align: left;
    vertical-align: middle;
    background-color: #bacaeb;
}

.nav_arrow {
	margin-bottom: 0px;
	vertical-align: middle;
	width: 12px;
	float: left;
	margin-top: 6px;
}

.nav_icon {
	vertical-align: middle;
	width: 24px;
	float: left;
}

.nav_head1_text {
	text-align: left;
	padding-left: 4px;
	height: 20px;
	vertical-align: middle;
	margin-top: 4px;
	font-family:   Tahoma, Arial,Verdana, sans-serif;
	font-size: 11px;
	color: #0e121f;
	display: block;
	padding-top: 4px !important;
}

div.collapsed {
    display:none;
}

div.expanded {
    display:block;
}

.nav_head2_textbox {
	padding-left: 50px !important;
	padding-top: 4px !important;
	padding-bottom: 4px;
}

.nav_head2_textbox_warrow {
	padding-left: 39px !important;
	padding-top: 4px !important;
	padding-bottom: 4px;
}

.nav_head2_on {
    background-color: #bacaeb;
}

.nav_head3 {
}

.nav_head3_textbox {
	padding-left: 66px !important;
	padding-top: 4px !important;
	padding-bottom: 4px;
}

.nav_head3_on {
    background-color: #bacaeb;
}

.nav_font_head1 {
	color: #333333;
	background-position: center;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

#leftNavigationDiv a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.nav_sett {
	font-family: Tahoma, Arial,Verdana, sans-serif;
	font-size: 11px;
	color: #0e121f;
	line-height: 21px;
}

a.nav_sett {text-decoration: none !important; }
a.nav_sett:visited {text-decoration: none !important; color: #333333 }

a.nav_sett:hover {
	text-decoration: underline;
	color: #003399;
	display: none;
}

.nav_sub_sett {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #0e121f;
}

a.nav_sub_sett {text-decoration: none !important; }
a.nav_sub_sett:visited {text-decoration: none !important; color: #333333 }
a.nav_sub_sett:hover {text-decoration: underline; color: #003399 }

.align_arrow {
	top: 1px;
	margin-bottom: 5px;
}

.nav_hover {
	background-color: #cccccc !important;
	cursor: pointer;
}

.nav_click {
	background-color: #000000 !important;
}

.nav_click a {
	color: #ffffff !important;
}


/*---------------------------------------------------------------------------*/
/* GROUP SETTINGS definitions                                                */
/*---------------------------------------------------------------------------*/
ul#settingsLinks {
	background-color: #ffffff;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#leftNavigationDiv ul#settingsLinks li {
	width: 200px;
	margin-top: 4px;
}

#leftNavigationNarrowDiv ul#settingsLinks li {
	width: 150px;
	margin-top: 4px;
}

ul#settingsLinks li a {
	display: block;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #000000;
}

ul#settingsLinks li a:hover {
	background-color: #cccccc;
	text-decoration: underline;
}

ul#settingsLinks li.selectedLink {
	background-color: #bacaeb;
}