﻿/* Tree View Navigation */
.treeviewnav
{
	vertical-align:top;
	border:1px solid #aaa;
	background-color:#eee;
}

#treeviewdiv
{
	background-color:#eee;
}

#treeviewdiv img {
	margin: 0;
	padding: 0;
	/* do we want this fixed with overflow */
}

#treeviewdiv .header {
	clear: both;
	height: 20px;
	text-align:left;
	border-bottom:1px solid #ddd;
	background-image:url(images/nav_bg.gif);
	color:#666666;
	vertical-align:middle;
}

#treeviewdiv a.subitem {
	clear: both;
	padding:0px 0px 0px 24px;
	display: block;
	background-color:#eee;
	border:1px solid #EEE;
	margin: 0;
	text-decoration: none;
	color:#77819b;
}

#treeviewdiv a img
{
	border:0px;
}

#treeviewdiv a:hover{
	clear: both;
	display: block;
	cursor: pointer; 
	background-color:#fff;
	border-width:1px;
	border-color:#eee #aaa #aaa #eee;
	border-style:solid;
	text-decoration: none;
	color:#77819b;
}	


#treeviewdiv a.subitemover {
	clear: both;
	padding:0px 0px 0px 24px;
	display: block;
	cursor: pointer; 
	background-color:#fff;
	border-width:1px;
	border-color:#eee #aaa #aaa #eee;
	border-style:solid;
	text-decoration: none;
	color:#77819b;
}	

#treeviewdiv a.subitemdown {
	clear: both;
	padding: 0;
	padding:0px 0px 0px 24px;
	display: block;
	cursor: pointer; 
	background-color:#fcfcfe;
	border-width:1px;
	border-color:#aaa #eee #eee #aaa;
	border-style:solid;
	text-decoration: none;
	color:#666;
	margin: 0;
}	

/* Menu Bar Navigavtion */
.menubarnav
{
	background-color:#006699;
	color:#111111;
}

#menubardiv { /*whole menu */
/*	border: solid #006699;
	border-width: 0 10px;
	HEIGHT: 30px;
*/	width: 100%;
}

#nav /* top level menu */
{
	margin: 0px;
	padding: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
/*	position: relative;*/
	z-index: 99998;
}

.navtitle
{ /* Top level menu */
	white-space:nowrap;
    PADDING: 6px 22px 6px 22px; 
    text-align: center; 
    vertical-align: middle; 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 13px;  
	/*background: #006699;*/
    COLOR: #dddddd;
	text-decoration: none;
}

.navtitlehover
{ /* Top level menu */
	white-space:nowrap;
    PADDING: 6px 22px 6px 22px; 
    text-align: center; 
    vertical-align: middle; 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 13px;  
	/*background: #006699;*/
    COLOR: #dddddd;
	text-decoration: none;
}

 .navtitle a
 {
    COLOR: #dddddd;
	cursor: pointer;
	padding: 0;
	text-decoration: none;
 }

.navlink
{
	margin: 0;
	display: block;
	cursor: pointer;
	text-decoration: none;
	PADDING: 4px 0px 5px 5px; 
}

.navsection { /* top level item */
/*	position: relative;*/
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

.navsection a
{
/* top level item link*/
	text-decoration: none;
    COLOR: inherit;
}

.navsubmenu { /* sub-menu */
	position: absolute;
	margin: 0;
	border: solid 1px #006699;
	padding: 0px 1px 1px 1px;
	text-align: left;
	z-index: 11112;
	LEFT: -999em; 
	WIDTH: 12em; 
	background-color: #ffffff;
}

.navitem { /* sub-menu item*/
	PADDING: 0;
	DISPLAY: block; 
	background: #e8e8e8;
	z-index: 11113;
	margin: 1px 0 0 0;
	border: 1px solid #e8e8e8;
}

.subitemdown
{ /* active sub-menu link */
	color: #000000;
	text-decoration: none ;
	font-weight: bold;
}

.subitemdown .navtitle 
{ /* active top-menu link */
	color: #ffffff;
	text-decoration: none ;
}

.subitem
{ /* sub-menu link */
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: 0;
	padding: 0;
}

#nav li.sfhover ul,
.navtitle:hover
{
	left: auto;
	z-index: 99999;
}

.navitem:hover, .navsubmenu li.sfhover, .navitemhover
{
	background-color: #aaaaaa;
	border: 1px solid #aaaaaa;
}

.reportlink
{
	text-decoration:none;
	color:#0000FF;
}

.reportlink:hover
{
	text-decoration:none;
	color:#3E005D;
}

.leftnavlink
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.leftnavimage
{
	cursor:pointer;
}

.leftnavcell
{
	cursor:pointer;
}

.LeftItemsCell
{
	width:100px;
	padding:0px 5px 0px 0px;
}

.LeftItemsInnerTable
{
	height:300px;
	margin:10px 5px 0px 0px;
	border-right:solid 1px #9D9DA1;
}

.InnerLeftNavTable
{
	border:solid 1px #dcdcdc;
	width:100px;
	height:100px;
	margin:5px 0px 5px 0px;
}

.UserDetails
{
	font-weight:bold;
	background-color:#eaeaea;
	color:#111111;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	border:solid 0px black;
}

.UserDetails td
{
	border:solid 0px black;
}

.nav_item
{
	background-color: #006699;
	padding: 0 10px 0 0;
}

.nav_item a
{
    COLOR: #dddddd;
    font-weight: bold;
    text-decoration: none;
}

