@charset "utf-8";
/* root element for tabs  */
ul.tabs {list-style:none;margin:0!important;padding:0;border-bottom:1px solid #666;height:24px}
/* single tab */
ul.tabs li {float:left;text-indent:0;padding:0;margin:0 !important;list-style-image:none !important}
/* link inside the tab. uses a background image */
ul.tabs a {background:url(/images/hnet/jQueryComponents/jQueryTabs/tabs_style04.png) no-repeat 0 0;font-size:11px;display:block;height:24px;	line-height:24px;width:99px;text-align:center;text-decoration:none;color:#333;padding:0;margin:0;position:relative;top:1px;color:#fff}
ul.tabs a:active {outline:none}
/* when mouse enters the tab move the background image */
ul.tabs a:hover {background-position:0 -25px;color:#fff}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {background-position:0 -50px;cursor:default!important;color:#000!important}
ul.tabs a.current{font-weight:bold}
/* initially all panes are hidden */ 
.panes .pane {display:none}
div.panes {background-color:#fff;font-family:Georgia, "Times New Roman", Times, serif;font-size:115%}
div.panes div ul{padding:0 0 0 17px;margin:-5px 0 0 -7px}
div.panes div ul li{padding:0;margin:0 0 4px 10px;list-style:outside;list-style-type:disc;font-weight:bold;line-height:15px}
div.panes div ul li span {font-weight:normal}
div.panes div {display:none;padding:15px 0 15px 10px;border-top:0}
div.panes div ul li span.icons {vertical-align:middle;font-size:10px;font-family:verdana;padding:0;margin:0;color:#900;white-space:nowrap;}
div.panes div ul li span.teaser_kicker {color:#000;font-weight:bold;font-family:Verdana, Arial, sans-serif;}
div.panes div ul li span.teaser_kicker_section {color:#900;font-weight:bold;font-family:Verdana, Arial, sans-serif;}
.panes .mostRead ul li{ list-style-type:decimal}
.panes a.most {font-family:Verdana, Geneva, sans-serif;font-weight:bold;font-size:9px;margin:2px 0 5px;clear:both;color:#000}
#comp_MostRead .panes .comments ul li {width:280px}