@charset "UTF-8";

/* SpryAccordion.css - Variation of Orig Spry Accordian styles - VNA Careers Benefits Page */

.Accordion {
	border: none;
	overflow: hidden;
}

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

.AccordionPanelTab {
	background-color: #ffffff;
	border-top: none;
	border-bottom: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelTab p {
	font-size: 14px;
	line-height: 20px;
	margin: 7px 0;
	color: #912C45;
	font-weight: bold;
	text-decoration: none;
}

.AccordionPanelContent {
	overflow: auto;
	border-bottom: 1px dashed #dedede;
	margin: 0px;
	padding: 5px 10px;
	height: 200px;
}
.AccordionPanelContent p {
	font-size: 12px;
	line-height: 20px;
	margin: 7px 0;
}

.AccordionPanelContent table.benefit {
	font-size: 11px;
	line-height: 15px;
	margin: 5px auto 10px auto;
	padding-bottom: 10px;
	width: 90%;
	border: 1px solid #000;
	border-collapse:collapse;
}
.AccordionPanelContent table.benefit th {
	background-color: #181EA5;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 18px;
}

.AccordionPanelContent table.benefit tr.beninfo{
	background-color: #ededed;
	color: #000;
	font-style:italic;
}

.AccordionPanelContent table.benefit td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2px 3px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color:#ededed;
}


.AccordionPanelTabHover {
	background-color:#ededed;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	background-color:#ededed;
}

/* 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 .AccordionPanelTab {
	background-color: none;
}
.AccordionFocused .AccordionPanelTabHover {
	background-color: none;
}

/* 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 .AccordionPanelTab {
	background-color: none;
}
