.tabpage_selected
{
  border-right: #c1d3e9 1px solid;
  padding-right: 5px;
  padding-left: 5px;
  border-left: #c1d3e9 1px solid;
  cursor: hand;
  border-top: #c1d3e9 1px solid;
  background-color: #c1d3e9;
  font-weight: bold;
}

.tabpage_unselected
{
  padding-right: 5px;
  padding-left: 5px;
  border-right: #dcdcdc 1px solid;
  border-left: #dcdcdc 1px solid;
  border-bottom: midnightblue 1px solid;
  border-top: #dcdcdc 1px solid;
  background-color: #dcdcdc;
  cursor: hand;
  font-weight: bold;
  color: #696969;
}

.tabpage_selected_page
{
	text-align:left;
}

.tabpage_unselected_page
{
	display:none;
	height:0px;
}

.tabpage_selector
{
  background-image: url(images/group_header_tab.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
	text-align: left;
}

.tabpage_separator
{ 
  border-bottom: midnightblue 1px solid; 
}
