/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  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 {
clear:left;
}
.tabberlive {
 margin-top:1em;
 clear:left;
	position:relative;
	text-align:left;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0px;
 padding: 0px;
 z-index: 8;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 padding:0px;
 display: inline;
 z-index: 8;

}

ul.tabbernav li a
{
 	font-family:Verdana;
 	font-size:11px;
 	font-weight:bold;
 	color:#274440;
 	text-align:center;
	width:133px;
 	line-height:28px;
	height:28px;
 	background-image:url("img_support/tab.jpg");
 	background-repeat:no-repeat;
 	background-position:top left;
 	display:block;
	float:left;
	margin:0px;
	text-decoration:none;
	z-index: 80;
}


ul.tabbernav li a:hover
{
}

ul.tabbernav li.tabberactive a
{
 	font-family:Verdana;
 	font-size:11px;
 	font-weight:bold;
 	color:#274440 !important;
 	text-align:center;
	width:134px;
 	line-height:28px;
	height:28px;
 	background-image:url("img_support/selectedTab.jpg");
 	background-repeat:no-repeat;
 	background-position:top left;
 	display:block;
	float:left;
	z-index: 8;
	border-left:1px solid #26433F;

}

ul.tabbernav li.tabberactive a:hover
{
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	clear:left;
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
	width:565px;
	background-color:#FAFAFA;
/*	background-image:url("../images/tabbertab.jpg");
	background-repeat:no-repeat;
	background-position:top right;*/
}

div.descTabs{
	margin: 0px;
	padding: 0px;
	margin-left: 143px;
	z-index: 10;
}

div.descTabs2{
	margin: 0px;
	padding: 0px;
	margin-left: 143px;
	margin-top: 0px;
	*margin-top: 4px;
	z-index: 10;
}

div.myAccTabImg
{
	margin: 0px;
	padding: 0px;
	margin-left: -5px !important;
	margin-top: 0px;
	*margin-top: 4px;
}

/*.tabberlive .tabbertab p{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#65362D;
	line-height:15px;
	margin:0px;
	padding:0px;
	letter-spacing:0.40px;
	margin-top:20px;
	margin-left:20px;
	clear:left;
}*/


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;

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

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}