/*
 +-------------------------------------------------------------------------------------+
 |                                                                                     |
 | DHTML Tabsets                                                                       |
 |                                                                                     |
 | Copyright and Legal Notices:                                                        |
 |                                                                                     |
 |   All source code, images, programs, files included in this distribution            |
 |   Copyright (c) 1996,1997,1998,1999,2000                                            |
 |                                                                                     |
 |          John C. Cokos  iWeb, Inc.                                                  |
 |          All Rights Reserved.                                                       |
 |                           
*/

TD {
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}


.tab-button	 {
	width: 110;
	height: 20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	background: #999999;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 0px solid #999999;
	border-right: 0px solid #bcbbbb;
	padding-top: 5px;
	padding: 5;
	text-align: center;
}

.tab-body	{ 
    background: white; 
    border-top: 2px solid buttonhighlight; 
    border-left: 1px solid buttonhighlight; 
    border-bottom: 1px solid buttonshadow; 
    border-right: 1px solid buttonshadow; 
    border-style: ridge;
    padding: 10;    
    position:absolute; 
    left:390px; 
    top:249px; 
    width:280px; 
    z-index:1; 
    visibility: hidden
}
