@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.5 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/*Properties of the box for the Accordian*/
.Accordion {
/*position:absolute;
*/	
	border-left: solid 1px gray;
	border-right: solid 4px gray;
	border-bottom: solid 2px black;
	width:170px; 
	height: auto; 
	left: 0px; 
	top: 10px; 
	z-index:85; 
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.AccordionPanel {
	margin: 1px;
	padding: 0px;
}

/*Properties of the Tabs on the Accordian panel*/
.AccordionPanelTab {
	background-image:url(../../../../../images/fs_menu_tab.png); 
	border-top: solid 1px black;
	border-bottom: solid 1px #1f05ab;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	line-height: 2em;
}

/*Background on the open panel*/
.AccordionPanelContent {
	margin: 0px;
	padding: 0px;
	height: 225px;
/*	background-color: #ffffff;
*/	
	background-image: url(/images/gb_home_content.gif);
	overflow: hidden;
}

/*Color of the Tabs when closed and inactive*/
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #2989cc;
}

/*Color of the Tabs when you Hover over them*/
.AccordionPanelTabHover {
	color: #59ff59;
}

/*Color of the Tab when open and you Hover over them*/
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #59ff59;
}

/**/
.AccordionFocused .AccordionPanelTab {
	background-color: #2989cc;
}

/*Color of the tab after it is clicked on*/
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #7ebae3;
}
