﻿/* _lcid="1033" _version="12.0.4518"
    _LocalBinding */

/*- Menu Tabs J--------------------------- */

    .tabsJ {
      float:left;
      width:775px;
      line-height:normal;
      border-bottom:1px solid #b7b7b7;
      }
    .tabsJ ul {
        margin:0;
		font: bold 10px/8pt Verdana;
        padding:10px 10px 0 0px;
        list-style:none;
      }
    .tabsJ li {
      display:inline;
      margin:0;
      padding:0;
	  
      }
    .tabsJ a {
      float:left;
      background:url("../../Images/tableftJ.gif") no-repeat left top;
      margin:0 2px;
      padding:0 0 0 5px;
      text-decoration:none;
	  width:100px;
	  text-align:center;
      }
    .tabsJ a span {
      float:left;
      display:block;
      background:url("../../Images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 5px;
      color:#444444;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    .tabsJ a:hover span {
      color:#FFF;
      }
    .tabsJ a:hover {
      background-position:left -42px;
      }
    .tabsJ a:hover span {
      background-position:right -42px;
      }

        .tabsJ .current a {
                background-position:left -42px;
        }
        .tabsJ .current a span {
                background-position:right -42px;
                color:#FFF;
		}
			
			<!--Table for holding Tabs -->	
		.tabsTable{
		width:750px;

		}
		
		.tabsTable td{
		padding:0px;
		
		}
		
	
    .tabsTable td.tabsContent {
	padding:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b7b7b7;
	border-bottom-color: #b7b7b7;
	border-left-color: #b7b7b7;
	min-height:150px;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
		}