@charset "UTF-8";

.AccordionBB {
	
	overflow: hidden;
	width:540px;
	
}


.AccordionPanelBB {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTabBB {
	background-color: #FFF;
	background:url(../IMAGES_A/Structure/Information-boxes/Accordion-backgrounds/550-normal.jpg);
	background-position:0px 0px;
	border-top: solid 0px #FFF;
	border-bottom: solid 2px #FFF;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	height: 25px;
	font-family:Calibri, Arial;
	font-size:13px;
	font-weight: bold;
	vertical-align:middle;
	color: #333;
	padding-left:3px;
	-moz-user-select: none;
	-khtml-user-select: none;
	vertical-align:middle;
}

.AccordionPanelContentBB {
	overflow: auto;
	margin: 0px;
	padding: 4px;
	height: 200px;
	background-color: #FFF;
	border-bottom:1px solid #FFF;
	font-family: Arial;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTabBB {
	background-color: #FFF;
	background:url(../IMAGES_A/Structure/Information-boxes/Accordion-backgrounds/550-normal.jpg);
	background-position:0px -25px;
	color:#FFF;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHoverBB {
	background-color: #FFF;
	background:url(../IMAGES_A/Structure/Information-boxes/Accordion-backgrounds/550-normal.jpg);
	background-position:0px -25px;
}
.AccordionPanelOpen .AccordionPanelTabHoverBB {
	background-color: #FFF;
	background:url(../IMAGES_A/Structure/Information-boxes/Accordion-backgrounds/550-normal.jpg);
	background-position:0px -25px;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTabBB {
	background-color: #FFF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTabBB {
	background-color: #FFF;
}
