/* Tabs
----------------------------------*/
#tabs{width:490px; margin-top: 10px; background: url(../images/fp_notice_bg.jpg) no-repeat top left;}
#tabs .ui-tabs-nav li a{width: 120px; height: 30px; text-indent: -9999px; font-size: 11px; }
#tabs #tab-content-container-head{height:12px; background: url(../images/tabnews/newstab-header.png) no-repeat bottom; margin-top: 3px; _margin-top: 0px;}
#tabs #tab-content-container{min-height: 160px; height: auto !important; height: 160px; background: url(../images/tabnews/newstab-mid.png) repeat-y;}
#tabs #tab-content-container-tail{height:12px; background: url(../images/tabnews/newstab-tail.png) no-repeat;}

.ui-tabs .ui-tabs-nav { list-style: none; position: relative;}
.ui-tabs .ui-tabs-nav li {float: left; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: pointer; width: 115px;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {display: block; background: none;}
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Interaction states
----------------------------------*/
#tabs .ui-state-default{border: 0px;}
#tabs .ui-state-default, .ui-widget-content .ui-state-default {font-weight: 600; color: #555555; outline: none; font-size: 12px; font-family: Arial; text-align: center;}
#tabs .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
#tabs .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
#tabs .ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
#tabs .ui-state-active, .ui-widget-content .ui-state-active {font-weight: 600; color: #212121/*{fcActive}*/; outline: none; font-size: 12px; font-family: Arial; text-align: center;}
#tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; outline: none; text-decoration: none; }

#tabs .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#tabs .ui-helper-clearfix { display: inline-block; }
#tabs .ui-helper-clearfix { display:block; }
#tabs .ui-helper-reset {margin: 0; padding: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none; }

#tabs #liIdTabs1.ui-state-default {background: url(../images/tabnews/latesttab-n.png) no-repeat;}
#tabs #liIdTabs2.ui-state-default {background: url(../images/tabnews/systemtab-n.png) no-repeat;}
#tabs #liIdTabs3.ui-state-default {background: url(../images/tabnews/eventtab-n.png) no-repeat;}
#tabs #liIdTabs4.ui-state-default {background: url(../images/tabnews/updatetab-n.png) no-repeat;}

#tabs .liTabs1-active{background: url(../images/tabnews/latesttab-a.jpg) no-repeat;}
#tabs .liTabs2-active{background: url(../images/tabnews/systemtab-a.jpg) no-repeat;}
#tabs .liTabs3-active{background: url(../images/tabnews/eventtab-a.jpg) no-repeat;}
#tabs .liTabs4-active{background: url(../images/tabnews/updatetab-a.jpg) no-repeat;}

#tabs .liTabs1:hover{background: url(../images/tabnews/latesttab-a.jpg) no-repeat;}
#tabs .liTabs2:hover{background: url(../images/tabnews/systemtab-a.jpg) no-repeat;}
#tabs .liTabs3:hover{background: url(../images/tabnews/eventtab-a.jpg) no-repeat;}
#tabs .liTabs4:hover{background: url(../images/tabnews/updatetab-a.jpg) no-repeat;}

#tabs .ui-tabs-panel{}
#tabs .ui-tabs-panel div.newsSet{padding: 0px 20px;}
#tabs .ui-tabs-panel .newsSet{height: 22px; border-bottom: dotted 1px #333333; color: #CCCCCC;}
#tabs .ui-tabs-panel .newsSet .category{float: left; vertical-align: middle; line-height: 22px; padding-right: 10px; font-weight: 600;}
#tabs .ui-tabs-panel .newsSet .system-category{color: #99ff00;}
#tabs .ui-tabs-panel .newsSet .event-category{color: #33ccff;}
#tabs .ui-tabs-panel .newsSet .update-category{color: #ff6600;}
#tabs .ui-tabs-panel .newsThumbImg{width: 100px; float: left; line-height: 22px; vertical-align: middle; text-align: center;}
#tabs .ui-tabs-panel .newsText{width: 250px; float: left; line-height: 22px; vertical-align: middle;}
#tabs .ui-tabs-panel .newsText a{ text-decoration: none; color: #CCCCCC;}
#tabs .ui-tabs-panel .newsDate{float: right; line-height: 22px; vertical-align: middle; font-weight: 600;}
#tabs .ui-tabs-panel .aMore{position: relative; left: 445px; top: 10px;}
