
/* --- Generic --- */
a:active,a:focus {outline:0;}
.clr {clear:both;height:0;line-height:0;}

/* --- Tabs --- */
.tabberlive {margin:4px 0px;padding:0px;}
.tabberlive .tabbertab {margin:0px;padding:6px;border:1px solid #bbb;border-top:0px;/*height:300px;overflow:auto;*/}
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3,
.tabberlive .tabbertabhide {display:none;}
ul.tabbernav {margin:0px;padding:3px 4px;list-style:none;list-style-image:none;background:none;border-bottom:1px solid #bbb;line-height:normal;height:auto;}
ul.tabbernav li {margin:0px;padding:0px;list-style:none;list-style-image:none;background:none;display:inline;}
ul.tabbernav li a,
ul.tabbernav li a:link {font-size:12px;font-weight:bold;margin:0px 1px;padding:3px 4px;color:#333;border:1px solid #bbb;border-bottom:none;background:#eee url(slide_bg.png) repeat-x top;}
ul.tabbernav li a:visited {color:#333;}
ul.tabbernav li a:hover {font-size:12px;font-weight:bold;margin:0px 1px;padding:3px 4px;color:#c64934;border:1px solid #aaa;border-bottom:none;background:#f2f2f2;text-decoration:none;}
ul.tabbernav li a:active,ul.tabbernav li a:focus {outline:0;}
ul.tabbernav li.tabberactive a {background:#fff;border-bottom:1px solid #fff;}
ul.tabbernav li.tabberactive a:hover {background:#fff;border-bottom:1px solid #fff;text-decoration:none;}
ul.tabbernav li.tabberactive,
ul.tabbernav li.tabberinactive {background:none;padding:0px;margin:0px;}
.tabberlive .tabbertab,ul.tabbernav {text-align:left;} /* force content orientation */

