@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* 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;}


.AccordionPanelTab {
	width:720px;
	background-color:#D8E3F2; 
	border-left:12px solid #1F58CD; 
	margin:0; 
	color:#1F58CD; 
	padding:3px; 
	cursor:pointer;
}
.AccordionPanelTab a, .AccordionPanel a{color:#1F58CD; text-decoration:none;}
.AccordionPanelTab a:hover, .AccordionPanel a:hover, .AccordionPanel a:hover .AccordionPanelTab h1{color:#003366;}
.AccordionPanel a:hover .bkg {background-color:#FAFAFA; cursor:pointer;}
.AccordionPanel a:hover .AccordionPanelTab {background-color:#ADCBF3;}
.AccordionPanelContent {overflow: auto; margin: 0px auto; padding: 0px; height:100px;}
.AccordionPanelOpen .AccordionPanelTab {background-color: #EEEEEE;}
.AccordionPanelTabHover {color: #555555;}
.AccordionPanelOpen .AccordionPanelTabHover {color: #555555;}


/*****************/
.AccordionPanelContent img {margin:5px; float:left;}
.AccordionPanelContent table {/*border:1px solid #EDEDED;*/ width:600px; float:right; margin:5px 0 0 0;}
.AccordionPanelContent table td {border:1px solid #EDEDED; width:25%; background-color:#FAFAFA; padding:3px;}
.AccordionPanelContent table th {border:1px solid #EDEDED; width:25%; background-color:#FAFAFA; padding:3px; text-align:left; color:#2F4F82}

.AccordionPanelContent table td.available {background-color:#00CF56; font-weight:bold; color:#FFFFFF;}
.AccordionPanelContent table td.sold {background-color:#A10101; font-weight:bold; color:#FFFFFF;}
.AccordionPanelContent table td.reserve {background-color:#E49600; font-weight:bold; color:#FFFFFF;}
.AccordionPanel a:hover .AccordionPanelContent table td, .AccordionPanel a:hover .AccordionPanelContent table th {border-color:#DEDCDC;}