/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
}

/*--------------------------------------------------
  tr.tabbernav = the tab navigation list
  td.tabberactive = the active tab
  --------------------------------------------------*/
table.navTable{
	width: 100%;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: collapse;
}

tr.tabbernav
{
	margin:0px;
	padding:0px;
}

tr.tabbernav td
{
	margin: 0px;
	background: url("../images/tabs/unactive_right.jpg") top right no-repeat;
	height:31px;
	white-space:nowrap;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

#col_middle tr.tabbernav td a { 
	font: bold 11px Arial, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	display:block;
	background: url("../images/tabs/unactive_left.jpg") top left no-repeat;
	text-decoration: none;
	line-height:31px;
	padding:0px 10px 0px 10px;
	text-align:center;
}


#col_middle tr.tabbernav td a:link { color: #FFFFFF; }
#col_middle tr.tabbernav td a:visited { color: #FFFFFF; }

#col_middle tr.tabbernav td a:hover
{
 color:#336699;
}

tr.tabbernav td.tabberactive
{
 background: url(../images/tabs/active_right.jpg) top right no-repeat;
}

#col_middle tr.tabbernav td.tabberactive a
{
 color: #1b294e; 
 background: url("../images/tabs/active_left.jpg") top left no-repeat;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:20px 20px 0px 20px;
}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}