﻿/* NavBar Styles */

.CPNavBar
{
  background-color: #dddddd;
  cursor: hand;
  background-position: top right;
  background-repeat: repeat-y;
} 

.CPNavBarHeader
{
  color:black;
  background-color:#D5D5D5;
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid #ffffff;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-bottom: 2px;
  padding-left: 5px;  
  cursor:hand;
}

.CPNavBarHeader:hover
{
  color:black;
  background-color:#eeeeee;
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid #ffffff;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-left: 5px;
  padding-bottom: 2px; 
  cursor:hand;
}

.CPNavBarHeaderActive
{
  color:black;
  background-color:#D5D5D5;
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid #8C8C8C;
  border-right-color:#dbfe99;
  border-bottom-color:#dbfe99;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.CPNavBarItem
{
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
  background-color: #eeeeee;
}

.CPNavBarItem:hover
{
  background-color:#dddddd;
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 11px; 
  border: 1px solid #eeeeee;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}
.CPNavBarItem A:LINK, .CPNavBarItem A:ACTIVE, .CPNavBarItem A:VISITED
{
	color: #000000;
	display:block;
	text-decoration: none;
}

.CPNavBarItem A:HOVER
{
	color: #000000;
	display: block;
	text-decoration: underline;
}

.CPNavBarItemHover A:LINK, .CPNavBarItemHover A:ACTIVE, .CPNavBarItemHover A:VISITED
{
	color: #000000;
	display:block;
	text-decoration: none;
}

.CPNavBarItemHover A:HOVER
{
	color: #000000;
	display: block;
	text-decoration: underline;
}

.CPNavBarItemSelected
{
  color:black;
  background-color:#D5D5D5;
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid #ffffff;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-left: 5px;
  padding-bottom: 2px; 
  cursor:hand;
}

.CPNavBarItemSelected A:LINK, .CPNavBarItemSelected A:ACTIVE, .CPNavBarItemSelected A:VISITED
{
	color: #000000;
	display:block;
	text-decoration: none;
}

.CPNavBarItemSelected A:HOVER
{
	color: #000000;
	display: block;
	text-decoration: underline;
}

.CPNavBarItemGroup
{
  background-color:white;
}

.CPNavBarEmpty
{
}
