

/*  
    Modify the following style sheet definitions as you please to get the desired look
    and color scheme that you would like.  Note that for the tab-body definition,
    you should also change the "width" attribute to conform to your layout.
*/


TD {
    FONT-SIZE: 12px; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}


.tab-button	 { 
    width: 130; 
    height: 22; 
    font-weight: normal; 
    background: #eFeFeF; 
    border-top: 0px solid buttonhighlight; 
    border-left: 0px solid buttonhighlight; 
    border-bottom: 0px solid buttonhighlight;  
    border-right: 1px solid buttonhighlight;
    border-style: ridge;
    cursor: hand; 
    padding-top: 2px; 
    padding: 2;
}

.tab-body	{ 
    background: white; 
    border-top: 0px solid buttonhighlight; 
    border-left: 1px solid buttonhighlight; 
    border-bottom: 1px solid buttonshadow; 
    border-right: 1px solid buttonshadow; 
    border-style: ridge;
    padding: 5;    
    position:absolute; 
    left:162px; 
    top:140px; 
    width:614px; 
    z-index:1; 
    visibility: hidden
}

