﻿.cnb_TopGroup
{
	background-color: #EEEEEE;
	border: 1px;
	border-color: black;
	border-top-color: gray;
	border-left-color: gray;
	border-style: solid;
}
.cnb_TopItem
{
  color:black;
  background-color:#F7F6F3; /*#3F3F3F*/
  font-family: tahoma;
  font-size: 11px;
  font-weight: normal;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor:hand;
}
.cnb_TopItemHover
{
	color: black;
	background-color: #CCE1FF;	/*#8D8F95*/
	font-family: tahoma;
    font-size : 11px;
    font-weight: bold;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor:hand;
}
.cnb_TopItemActive
{
	color: white;
	background-color: #8D8F95;	
	font-family: tahoma;
    font-size : 10pt;
    font-weight: bold;
    border : 1px solid #7C7C94;
    border-bottom-color:#9593B2;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor:hand;
}

.PageNavTopItem
{
  cursor: pointer;
  color:#333366;
  background-image: url(images/nav_bg_fullwidth.gif);
  font-family: verdana; 
  font-size: 11px; 
  font-weight: bold;
  cursor:hand;
  padding:0px;
  border-bottom: 1px solid #BBCCBB;
  border-right: 1px solid #white;
  border-left: 1px solid #BBCCBB;
  height:23px;
  text-align:center;
}

.PageNavTopItemHover
{
  cursor: pointer;
  color:#333366;
  text-decoration: underline;
  background-image: url(images/nav_bg_fullwidth-over.gif);
  font-family: verdana; 
  font-size: 11px; 
  font-weight: bold;
  cursor:hand;
  padding:0px;
  border-bottom: 1px solid #BBCCBB;
  border-right: 1px solid #white;
  border-left: 1px solid #BBCCBB;
  text-align:center;
}
