.tab-table th a 
{
    display:block;
    text-align: center;
    font-size:11px;
    text-decoration:none;
    color:#000;
}                                
.tab-button	  { height: 16px;
                background:#f0f3f7 url(boxgr.gif) repeat-x 50% 100%;
	            border:solid 1px #e0e0e0;
                padding:2px 0px 2px 2px;
                font-weight:normal;
              }
.tab-selected { height: 16px;
                border:solid 1px #e0e0e0;
                padding: 2px 0px 2px 2px;
                border-bottom:none;
              }
.tab-empty {width:20px; border-bottom:solid 1px #e0e0e0;}              
.tab-selected a { font-weight:normal; }
.tab-body     {
                border:solid 1px #e0e0e0;
                padding: 10px;
                border-top:none;
                background:#FEFFFF url(boxgr.gif) repeat-x 50% 100%;
                }
/*
.tab-body div { display: none;  
                height:200px;
                overflow:auto;
                text-align:left; 
                }
.tab-body div div { display:block }
*/                
