/*
 +-------------------------------------------------------------------------------------+
 |                                                                                     |
 | 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-SIZE: 12px;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif
}
p {
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif
}
/*.tab-button	 { 
    width: 200; 
    height: 20; 
    font-weight: normal; 
    background: #e0e0e0; 
    border-top: 1px solid buttonhighlight; 
    border-left: 1px solid buttonhighlight; 
    border-bottom: 1px solid buttonhighlight;  
    border-right: 1px solid buttonshadow; 
    cursor: hand; 
    padding-top: 2px; 
    padding: 3;
}*/

.tab-button {
	width: 200;
	height: 20;         
	font-weight: normal;
	background: #ECE1CD;
	color: #FFFFFF;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonshadow;
	cursor: hand;
	padding-top: 2px;
	padding: 3;
}
.tab-body {
	background: #EBDDD0;
	align:center;
	position:absolute;
	margin-top:8px;                /*  was top:315px, locates the top edge of listing table underneath tabs */
	width:400px;
	z-index:1;
	visibility: hidden;
}
.tab-map {
	position:absolute;
	top: 77px;  
	left: 30px;
	z-index:1;
	visibility: hidden;
}
.MAP_FORM {
	position:absolute;
	top:85px;
	left: 500px;
	width:180;
	z-index:2;
	visibility:  hidden;
}
.title_map {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#fl_tab {
	FONT-SIZE: 93%;
	background: url(../bingofacilities/images/bg.gif) #EBDDD0 repeat-x 50% bottom;
	FLOAT: left;
	WIDTH: 96%;
	LINE-HEIGHT: 15px;      /*     height of tab row*/
	margin: 0;
	padding: 0;
}
#fl_tab UL {
	PADDING-TOP: 0px;      /* padding between tab rows  */
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;    /* undermeath tab titles  */
	MARGIN: 0px;
	LIST-STYLE-TYPE: none
}
#fl_tab li {
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 9px;
	PADDING-BOTTOM: 0px;      /* undermeath tab titles left */
	MARGIN: 0px;
	background:url(../bingofacilities/images/left.gif) no-repeat left top;
	FLOAT: left;
	display: inline;
}
#fl_tab A {
	PADDING-TOP: 5px;
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;    /*  undermeath tab titles overall */
	DISPLAY: block;
	FONT-WEIGHT: bold;
	BACKGROUND: url(../bingofacilities/images/right.gif) no-repeat right top;
	FLOAT: left;
	TEXT-DECORATION: none;   /*  Don't underline tab title text  */
	COLOR: #765;
}
#fl_tab A:hover {
	COLOR: #333
}
#fl_tab .current {
	background-image: url(../bingofacilities/images/left_on.gif);
}
#fl_tab .current A {
	background-image: url(../bingofacilities/images/right_on.gif);
	PADDING-BOTTOM: 5px;     /*  undermeath tab titles of the ACTIVE tab */
	COLOR: #333;
	cursor: default;
}
