/* CSS For Flying Flybe */

/**************************************************************/
/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
}

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

.AccordionPanelTab {
	background: url(../images/programs/winners_bg1.gif) no-repeat 0 0;
	border:1px solid #FCBD98;
	margin: 1px 0 0 0;
	padding: 5px 10px 5px 30px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;

}

.AccordionPanelTab .name { float:left; margin:0; padding:0}
.AccordionPanelTab .read { float: right; color:#06F; margin:0; padding:0}

.AccordionPanelContent {
	overflow: auto;
	margin: 0;
	padding: 10px;
	height: 200px;
	border-top:0px;
	border-bottom: 1px solid #F96E19;
	border-left: 1px solid #F96E19;
	border-right: 1px solid #F96E19;
	border-top: 0px

}

.AccordionPanelOpen .AccordionPanelTab {
	background: url(../images/programs/winners_bg3.gif) no-repeat 0 0;
		border-top:1px solid #F96E19;
		border-left:1px solid #F96E19;
		border-right:1px solid #F96E19;
		border-bottom:0px;
		padding-left:30px;
		margin:1px 0;
		color:#CF2629

}

.AccordionPanelTabHover {
	color: #CF2629;	
	background: url(../images/programs/winners_bg2.gif) no-repeat 0 0;
	border:1px solid #F57F1F;

}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #CF2629;
}


.AccordionFocused .AccordionPanelTab {
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}

.face2face_winners_banner {
    margin: 0 0 25px 0
}

.face2face_winners_header {
    margin: 0 0 20px 0
}
