/* MailSite ExpressPro 8.0.4.7 */
/* NavBar.css Copyright 2005-2007 Rockliffe, Inc. */

/* Styles used in conjunction with NavBar.skin to control the appearance of items
 * on the sectional navigation bar down the left hand side of the screen */

/* Styles used by the TopItemLook to control how a main section item (Mail Calendar Contacts) looks */
.TopNavItem
{
	background-image: url(images/NavBar_header.gif);
	background-color: #C2DDFF;
	background-repeat: repeat-x;
	color: #3E66A6;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	height: 21px;
	border-bottom: solid 1px 9AAEB2;
}

/* Move the icon away from the side of the screen */
.TopNavItem TD 
{
	padding-left: 5px !important;
}

.TopItemHover
{
	background-image: url(images/NavBar_header_hover.gif);
	background-repeat: repeat-x;
	color: #3E66A6;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	height: 21px;
	border-bottom: solid 1px 9AAEB2;
}

.TopItemHover TD 
{
	padding-left: 5px !important;
}


.TopItemActive
{
	background-image: url(images/NavBar_active_header.gif);
	background-color: #FEDF71;
	background-repeat: repeat-x;
	color: #3E66A6;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	height: 21px;
	border-bottom: solid 1px 9AAEB2;
}

.TopItemActive TD 
{
	padding-left: 5px !important;
}


/* Styles used by the DefaultItemLook and FilterGroupLook to control how a sub section nav bar item looks */
.NavItem
{
	color: black;
	font-size: 8pt;
	cursor: default;
	margin: 1px 1px 1px 5px;
}

.NavItemHover
{
	background-color: #FFEEC2;
	color: black;
	font-size: 8pt;
	cursor: default;
	margin: 1px 1px 1px 5px;
}

.NavItemExpanded
{
	color: white;
	font-size: 8pt;
	border: 1px solid black;
	background-color: Black;
	cursor: default;
	margin: 1px 1px 1px 5px;
}

/* Styles used by the NavBarSubGroupLook to control how the items in a sub section of the nav bar look */
.SubNavItem
{
	color: black;
	font-size: 8pt;
	margin: 1px 1px 1px 15px;
	cursor: default;
}

.SubNavItemExpanded
{
	color: white;
	font-size: 8pt;
	margin: 1px 1px 1px 15px;
	cursor: default;
}

.SubNavItemHover
{
	background-color: #FFEEC2;
	color: black;
	font-size: 8pt;
	margin: 1px 1px 1px 15px;
	cursor: default;
}

/* Disabled nav bar item looks */
.DisabledNavItem
{
	color: Gray;
	font-size: 8pt;
	margin: 1px;
	cursor: default;
}

.DisabledNavItemHover
{
	color: Gray;
	background-color: #FFEEC2;
	font-size: 8pt;
	margin: 0;
	cursor: default;
}

/* Nav bar break item styles */
.NavBreak
{
	width: 100%;
	height: 1px;
}
