/* root element for tabs  */
ul.tabs {list-style-type: none; margin:0 !important; padding:0; padding-top: 10px; border-bottom:1px dotted #AEB0B2; height:30px;}

/* single tab */
ul.tabs li {float:left; text-indent:0; padding:0; margin:0 !important; list-style-image:none !important;}

/* link inside the tab.  */
.nationalmodPage #mainContent ul.tabs a {background-color: #A44300; font-size:10px; display:block; height: 30px; line-height:30px; 
   width: 88px; text-align:center; text-decoration:none; color:#bcbcbc; padding:0px; margin:0px 2px 0 0; position:relative; top:0px; text-transform: uppercase; font-family: Helvetica, ?Helvetica Neue?, Arial, sans-serif; font-weight: bold;}
ul.tabs a:active {outline:none;}
ul.tabs a.current {color: #fff}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {background-color: #fff;}

ul.tabs a.s.last {margin-right: 0;}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs a:hover {background-color: #ed1b24; cursor:default !important; color:#fff !important;}

/* initially all panes are hidden */ 
div.panes div.pane {display:none; margin-top: 20px;}

div.panes table {margin-top: 20px; width: 100%;}
div.panes table td {padding-right: 0;}