/* CONTENT TYPOGRAPHY - same in all tab interfaces */
a:link { font-weight:bold; color: #092869; text-decoration: none; }
a:visited { font-weight:bold; color: #333; text-decoration:none; }
a:hover { color: #f7941d; text-decoration: none; }

/* T A B  S T R U C T U R E S */
	/* CHANGE TO AFFECT TOP TAB ROW HEIGHT : */
	#displaytabs { padding:7px 0 0 0; margin:0;display:none; }
	.tabberlive#displaytabs ul {  }
	/* STYLE SCROLLBAR FOR OVERFLOW: */
.tabberlive#industry {scrollbar-base-color: #fff;}
.tabberlive#industry {scrollbar-track-color: #f1f1f1;}
.tabberlive#industry {scrollbar-face-color: #d9e2ec;}
.tabberlive#industry {scrollbar-highlight-color: #d9e2ec;}
.tabberlive#industry {scrollbar-3dlight-color: #d9e2ec;}
.tabberlive#industry {scrollbar-darkshadow-color: #d9e2ec;}
.tabberlive#industry {scrollbar-shadow-color: #d9e2ec;}
.tabberlive#industry {scrollbar-arrow-color: #092869;}
/* Hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 { display:none; }
.tabberlive .tabbertab h3 { display:none; }

.tabberlive#displaytabs .tabbertab {
/* SPACE AROUND THE CONTENT (THE BIG AREA BELOW THE TABS :) */
 padding:0 0 0 0;
 border-top:0;
 border:1px solid #ccc;
 margin-top:3px;
 margin-top:0; /*reposition for IE*/
 margin-right:0;
 margin-bottom:10px;
 margin-left:0px;
 background:#fff;
 color:#808080;
 height:100%;
 /*overflow:auto;*/
 text-align:left;
}
.tabberlive#industry .tabbertab {
 height:400px;
 overflow:auto;
}
/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
#displaytabs ul, #displaytabs ul ol { margin:0 0 0 0px; padding:0; }
#displaytabs ul li { list-style-type:none; list-style-image:none; margin:0; }
#displaytabs ul ul, #displaytabs ul ol { margin:0px 20px 0 10px; }
#displaytabs ul ul ul, #displaytabs ul ol { margin:0 20px 0 10px;  }
#displaytabs ul ol li { list-style:decimal outside; }
#displaytabs ul ul li, #displaytabs ul ol li { margin:0; padding:0; }
/* End Entry Lists */

/*--------------------------------------------------
  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
  --------------------------------------------------*/
.tabberlive #displaytabs { clear:both; }

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav { padding:0; margin:0; font:bold 11px/20px Arial, Helvetica, sans-serif;}
ul.tabbernav li { margin:0; list-style:none; display:inline; }
ul.tabbernav li a { padding:6px 20px 7px 20px; margin:0; border:solid 1px #ccc; border-bottom:none; text-decoration:none; background:#d9e2ec; }
ul.tabbernav li a:link { color:#092869; }
ul.tabbernav li a:visited { color:#092869; }
ul.tabbernav li a:hover { color:#092869; }
ul.tabbernav li.tabberactive a { color:#092869; border-bottom:1px solid #fff; background:#fff; }
ul.tabbernav li.tabberactive a:hover { color:#092869; border-bottom:1px solid #fff; background:#fff; }

.tabberlive{scrollbar-base-color: #fff;}
.tabberlive {scrollbar-track-color: #f1f1f1;}
.tabberlive {scrollbar-face-color: #d9e2ec;}
.tabberlive {scrollbar-highlight-color: #d9e2ec;}
.tabberlive {scrollbar-3dlight-color: #d9e2ec;}
.tabberlive {scrollbar-darkshadow-color: #d9e2ec;}
.tabberlive {scrollbar-shadow-color: #d9e2ec;}
.tabberlive {scrollbar-arrow-color: #092869;}
