.tabsF {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #666;
      }
.tabsF ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
.tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
.tabsF li a {
      float:left;
      background:url("/images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
.tabsF a span {
      float:left;
      display:block;
      background:url("/images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
.tabsF li.tabsF-selected {
		border-bottom-color: #ffffff;
		}
.tabsF li a:hover, .tabsF li a:active, .tabsF li.ui-tabs-selected a {   
		 background-position:0% -42px;  
		color: #000;   
		text-decoration: none;   
		}   
.tabsF li a:hover span, .tabsF li a:active span, .tabsF li.ui-tabs-selected a span {   
		 background-position:100% -42px;  
		color: #000;   
		text-decoration: none;   
		}   
		
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabsF a span {float:none;}
    /* End IE5-Mac hack */
.tabsF a:hover span {
      color:#000;
      }
.tabsF a:hover {
      background-position:0% -42px;
      }
 .tabsF a:hover span {
      background-position:100% -42px;
      }

.tabsF .current a {
                background-position:0% -42px;
        }
.tabsF .current a span {
                background-position:100% -42px;
        }
		
.tabsF ui-tabs-nav {
				background:#ffffff;
				}
	/*for the contents under each tab*/
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	clear:left;
	border: 1px solid #C6BEB5;
	background: #fff;
	color: #222222;
	padding: 1.7em;	
	font-size: 1.1em;
}

	
.ui-tabs-hide {   
	display: none;   
}  

