/*	SPRY ACCORDION CSS
$Id $
@author mok
*/
/* Based on SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6 */
.Accordion {
overflow: hidden;
-moz-outline: none;
outline: none;
border: none;
}
.AccordionPanel {
margin: 0px;
padding: 0px;
width:700px;
}
.AccordionPanelTab {
background-color: #2d93c1;
color:#fff;
font-size: 13;
font-weight:bold;
padding: 0.4em 8px;
margin: 0 0 1px;
cursor: pointer;
-moz-user-select: none;
-khtml-user-select: none;
}

.AccordionPanelContent {
overflow: hidden;
margin: 0px;
padding: 0 0 0 8px;
}
.AccordionPanelContent ul { margin-top: 8px;  }
.AccordionPanelContent p { margin-bottom: 0; }
.AccordionPanelContent .call-action { 
text-align: right;
font-size: 0.917em;
font-weight: bold;
 }
 .bglightblue{ background:#e8f8ff ; border-bottom:#d8f2fe solid 1px; height:22px;}
 .bglightgray{ background:#f3f3f3 ; border-bottom:#e3e4e3 solid 1px; height:22px;}
