@charset "UTF-8";

/* 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;
	width:248px;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.AccordionPanelTab {
	background-color: #2A346B;
	margin: 0px;
	padding: 2px;
	padding-bottom:5px;
	padding-top:5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#F5F6F8;
	font-size:22px;
	text-decoration:none;

}

.AccordionPanelContent a:hover {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	text-align:left;
	text-decoration:underline;
	}
.AccordionPanelContent, .AccordionPanelContent a {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#F5F6F8;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	background-color: #363F73;
	}

.AccordionPanelOpen, .AccordianPanelTab {
	background-color: #363F73;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#F5F6F8;
	font-size:22px;
	text-decoration:none;
}

.AccordionPanelTabHover {
	background-color: #363F73;
	color:#FFF;

}

.AccordionPanelTabHover, .AccordianPanelTabHover {
	background-color: #363F73;
	color:#FFF;

}


.AccordionFocused .AccordionPanelTab {
	background-color: #2A346B;
	color:#FFF;

}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #363F73;
	color:#FFF;

}



.AccLinks
{
font-family: arial, helvetica, sans-serif;
display: block;
width: 248px;
height: 36px;
text-align:center;
font-size:22px;
text-decoration: none;
margin-left:2px;
margin-right:2px;
}

.AccLinks a:hover
{
color:#FFF;
display: block;
text-decoration: none;
background-color: #363F73;
width: 248px;
height: 36px;
}

.AccLinks a
{
color:#F5F6F8;
display: block;
text-decoration: none;
background-color:#2A346B;
width: 248px;
height: 36px;
}

.AccLinks span
{
text-align:center;
padding-top:4px;
cursor: pointer;
text-decoration:none;
} 

.AccSupport
{
font-family: arial, helvetica, sans-serif;
display: block;
width: 248px;
height: 36px;
text-align:center;
font-size:22px;
text-decoration: none;
margin-left:2px;
margin-right:2px;
}

.AccSupport a:hover
{
color: #F5F6F8;
display: block;
text-decoration: none;
background-color:#1D2762;
width: 248px;
height: 36px;
}

.AccSupport a
{
color: #161E4D;
display: block;
text-decoration: none;
background-color:#6A738D;
width: 248px;
height: 36px;
}

.AccSupport span
{
text-align:center;
padding-top:4px;
cursor: pointer;
text-decoration:none;
} 
