/*
 +-------------------------------------------------------------------------------------+
 |                                                                                     |
 | 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.                                                       |
 |                                                                                     |
 |                                                                                     |
 |   Web: http://www.iwebsoftware.com      Email: info@iwebsoftware.com                |
 |                                                                                     |
 +-------------------------------------------------------------------------------------+

    ** 
       Original Tabset Scripts were obtained from another source.  Cannot remember
       where I got them from.  I've manipulated the daylights out of it, to make it
       work in all browsers, and behave the way that I wanted it to.   If you are,
       or if you know the originater, please email me at the address noted above, and
       I will be happy to change the copyright notices herein to include you as
       the original source.
    **

*/


/*  
    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-family: Arial; font-size: 11px; color: #666666; 
	}



.tab-button1	 { 
    width: 70; 
    height: 18; 
    font-weight: normal;
	background-image:url(../images/tab_zona.gif);; 
    border-top: 0px solid buttonhighlight; 
    border-left: 0px solid buttonhighlight; 
    border-bottom: 0px solid buttonhighlight;  
    border-right: 0px solid buttonshadow; 
    cursor: hand; 
    padding-top: 2px; 
    padding: 3;
}
.tab-button1 a:link {
	color: #ffffff;
	text-decoration: none;
}
.tab-button1 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.tab-button1 a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.tab-button1 a:active {
	text-decoration: none;
	color: #ffffff;
}
.tab-button2	 { 
    width: 70; 
    height: 18; 
    font-weight: normal; 
	background-image:url(../images/tab_df.gif); 
    border-top: 0px solid buttonhighlight; 
    border-left: 0px solid buttonhighlight; 
    border-bottom: 0px solid buttonhighlight;  
    border-right: 0px solid buttonshadow; 
    cursor: hand; 
    padding-top: 2px; 
    padding: 3;
}
.tab-button2 a:link {
	color: #ffffff;
	text-decoration: none;
}
.tab-button2 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.tab-button2 a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.tab-button2 a:active {
	text-decoration: none;
	color: #ffffff;
}
.tab-body	{ 
    background: white; 
    border-top: 0px solid buttonhighlight; 
    border-left: 0px solid buttonhighlight; 
    border-bottom: 0px solid buttonshadow; 
    border-right: 0px solid buttonshadow; 
    border-style: ridge;
    padding: 0;    
    position:absolute; 
    left:0px; 
    top:18px; 
    width:569px; 
    z-index:1; 
    visibility: hidden
}

