/*
	LeftNavigationStyles.css
	----------
	This stylesheet controls colors and borders of the Console.  This stylesheet can be altered to the Client's Branding.
*/

/*-------- LeftNavigation Area ---------*/

table.LeftNavBg
{
	border-bottom: 1px solid #F8E600;
	border-left: 1px solid #F8E600;
	border-top: 1px solid #F8E600;
	border-right: 1px solid #F8E600;
	padding:none;
}

TD.LeftNavHeader
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #F8E600;
}

TD.LeftNavItem
{
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

td.LeftNavitem a
{
	text-decoration:none;
	border:none;
	width:100%;
	height:100%;
	padding-left:10px;
}

td.LeftNavItem a:link
{
	color: #F8E600;
	background-color:#000000;
}
	
td.LeftNavItem a:hover
{
	color: #000000;
	background-color:#F8E600;
}
	
td.LeftNavItem a:visited
{	
	color: #F8E600;
}
	
td.LeftNavItem a:visited:hover
{	
	color: #000000;
}

