/* style elements for left navigation */


.leftNavBox{
	margin:0 0 0 0;
	padding-left:10px;
	width:160px;
	float:left;
}

*html .leftNavBox
{
	margin:0 0 0 0;
	
	float:left;
}

.smallBoxRow1
{	
	/*background-image:url(Img/basicinterface/header.jpg); */  
	color:#333333;
	font-family:Sans-Serif;
	font-size:15px;
	height:30px;
}	

*html .smallBoxRow1
{
    background-image:url(Images/basicInterface/header.jpg);
    
}



.smallBoxRow1Text
{
        
   	height:19px;
    width:152px;    
    padding: 7px 1px 3px 5px;	
    border:1px solid #B2B2B2;  
}

*html .smallBoxRow1Text
{
    border:1px solid #B2B2B2;
    width:152px;
}


.smallBoxRow2{
	border:1px solid #b2b2b2;	
	padding:0px 0px 0px 0px;
	width:158px;
	float:left;
	min-height:443px;
	
	/*background-image:url(../img/basicInterface/workRiteNavBackground.gif);*/
}

*html .smallBoxRow2
{
    border-top:none;
    margin-top:-2px;
}

.smallBoxRow2 a{
	
	color:#0F7993;
	
}



.smallBoxRow3
{
    margin-top:10px;
    border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;	
	border-right:1px solid #B2B2B2;	
	padding:0 0 0 0;
	height:85px;
	width:158px;
	font-size:x-small;
	text-align:right;
	float:left;
}

*html .smallBoxRow3
{
	font-size:xx-small;

}

.smallBoxRow4
{
	padding:8px 0px 0px 30px;
	float:left;
}

.smallBoxContainer
{
	padding:5px 5px 5px 5px;
}

/*LEft NAv */


.logout
{
 background-color:#d3e0ed;
 height:20px;
 font-weight:bold;
 padding:5px 0 5px 15px;
 width:141px;
}


.leftNav{
	width:170px;
	float:left;
	padding:0 0 15px 0;
	font-family:Sans-Serif;
}

*html .leftNav{
	width:170px;
	float:left;
	
	
}

.topLevelMenuItemDefault{
	background-color:#d3e0ed;
	margin:2px 0 0 0;
	width:156px;
	font-weight:bold;
	float:left;
}

*html .topLevelMenuItemDefault
{
padding:0px 0 0 0;
width:156px;	
}
.leafMenuNodeStyle
{
	background-color:#F2F2F2;
	padding: 3px 0 0 6px;
	display:block;
	min-height: 20px;
	width:152px;
	text-decoration:none;
	
}
*html .leafMenuNodeStyle
{
	background-color:#f2f2f2;
	padding: 2px 0 0 6px;
	display:block;
	height: 20px;
	width:146px;
	
}

.leafMenuNodeStyle a:hover
{
	color:#FFFFFF;
	background: #007CB0;
}
*html .leafMenuNodeStyle a:hover
{
    margin-left:-7px;
    background: #007CB0;
    padding-left:13px;    
}

.leafMenuNodeSelectedStyle
{
	color:#FFFFFF !important;
	background:#007CB0;
	font-family:Sans-Serif;	
	}
*html .leafMenuNodeSelectedStyle
{
	color:#FFFFFF !important;
	background:#0075B0;
	font-family:Sans-Serif;	
	}

.leafMenuNodeSelectedStyle a
{
	color:#FFFFFF /*!important*/;
	
}

.parentMenuNodeStyle
{
	padding: 3px 0 0 6px;
	color:#333333 !important;
	background: #b2b2b2;
	width:152px;
	height: 20px;
	display:block;
	
	
	
}
*html .parentMenuNodeStyle
{
	padding: 3px 0 0 6px;
	color:White !important;
	background: #b2b2b2;
	width:146px;
	height: 18px;
	display:block;
	
	
}

.parentMenuNodeStyle:hover
{
	background: #b2b2b2;	
	
}
.smallBoxRow2 a 
{
	color:#333333;
	}


