/* email tab */

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:15px;
	/*background-color:#222; FOR TESTING ADD ON*/
	background-image:url(/images/tabs/bgLineLeft.gif);
	background-repeat:no-repeat;
	margin-top:6px;
	/*margin-left:-15px;*/
	font-size:12px;
	min-height:167px;
	_height:167px;

 /* 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; */
}

.extraHeight {
	display:none;
	_display:block;
	_background-image:none !Important;
}

/*--------------------------------------------------
  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, .tabber p {
	line-height:normal !important;
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding: 2px 0;
	/*margin-left:-15px;*/
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 8px 1.2em;
 margin-right: 5px;
 text-decoration: none;
 background-image:url(/images/tabs/bgNormal.gif);
 background-repeat:repeat-x;
 background-color:050505;
 border:solid 1px #222222;
 border-bottom:none;
 font-size:12px;
 font-weight:normal;
}

ul.tabbernav li a:link { color: #666; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #FFF;
 background: #000;
 border-bottom:solid 1px #000;
 background-image:url(/images/tabs/bgOn.gif);
 background-repeat:repeat-x;
 background-color:050505;
}

ul.tabbernav li.tabberactive a
{
 /*border-bottom: 1px solid #fff;*/
 color:#FFF;
 border-bottom:solid 1px #000 !important;
 background-color:#000;
 background-image:url(/images/tabs/bgOn.gif);
 background-repeat:repeat-x;
 background-color:050505;
}


ul.tabbernav li.tabberactive a:hover
{
 color: #FFF;
 background-image:url(/images/tabs/bgOn.gif);
 background-repeat:repeat-x;
 background-color:050505;
}


/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 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;
}

/* my custom styles */

.tabbertab p {
	line-height:20px !important;
}
.tabbertab p a, .tabbertab li a {
	color:#b0962d;
	text-decoration:none;
}
.tabbertab p a:hover, .tabbertab li a:hover {
	color:#FFF;
}
.tabbertab .tabNotes {
	margin:0px;
	padding:0px;
}
.tabbertab .tabNotes li {
	list-style-type:none;
	background-image:url(/images/tabs/glassGold.gif);
	background-position:0px 5px;
	_background-position:0px 6px;
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:20px !important;
}
.tabbertab li a {
	color:#dad9d9;
	text-decoration:none;
}
.tabbertab li a:hover {
	color:#b0962d;
}

