/* css for healthcomp public web site container */


.intranet_publicleft
{
	width: 100%; 
	margin: 0px 0px 20px 0px; 
	padding: 0px; 
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
	
}
.intranet_publiclefttitle
{
	
	background-color: Transparent; 

}

/*
.intranet_publiclefttitle
{
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 2px 15px; 
	background-color: #a99872; 
	color: #ffffff; 
	text-transform: uppercase; 
	font-weight: bold;
	font-family: verdana, arial, sans serif; 
	font-size: 105%;
}

.intranet_publiclefttitle span
{
	border: none;
}
*/
.intranet_leftcontent
{
	margin: 0px; 
	padding: 0px; 
	background-color: #cabf97;
}

/* TreeView Menu */

.TreeViewMenu
{
    width: 100%;
    background-color: Transparent;

}

.TreeViewMenu img
{
}	

.TreeViewMenu_Header
{
    /*
    border-right: red 10px solid;
    border-top: yellow 10px solid;
    border-left: pink 10px solid;
    border-bottom: cyan 10px solid;
	*/  
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 2px 15px; 
	background-color: #a99872; 

}
.TreeViewMenu_HeaderText
{
	color: #ffffff; 
	text-transform: uppercase; 
	font-weight: bold;
	font-family: verdana, arial, sans serif; 
	font-size: 110%;
}

.TreeViewMenu div 
{
	background-color: #f3efd4;
	border-bottom: 1px solid #cabf97;
}
.TreeViewMenu_NodeCssClass
{
	min-height: 2em; 
	height: auto !important; 
	height: 2em; 
	line-height: 2em; 
	margin: 0px; 
	padding: 2px 2px 2px 2px; 
	color: #4b4b4b; 
	text-decoration: none; 
	font-weight: bold;
}


.TreeViewMenu_NodeOverCssClass
{
	color: #a99872; 
	text-decoration: none;
	padding: 2px 2px 2px 2px;  
}

.TreeViewMenu_NodeChildCssClass
{ 
	padding: 2px 2px 2px 6px; 
	text-decoration: none; 
	min-height: 1.5em; 
	height: auto !important; 
	height: 1.5em; 
	line-height: 1.5em; 
}

.TreeViewMenu_NodeSelectedCssClass
{
	color: #773722; 
	text-decoration: none;
	padding: 2px 7px 2px 2px; 
	font-weight: bold;
}

.TreeViewMenu_TreeCssClass
{
	
	
}

.TreeViewMenu_BodyCss
{
	
}

.TreeViewMenu_CSSIcon
{
	display: none;	
}
