﻿a.AccordionContentLink
{
	overflow: auto;
	margin: 0px;
	padding: 4px;
	height: 200px;
    font-size: 12px; 
	text-decoration: none;
	color: #1a39b3;
	/* background-color: #FFF; */
	line-height: 16px;
}  
.AccordionLink
{
	font-size: 14px;
	color:Gray;
}
.accordionHeaderOpen
{
	color:White;
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-image: url(../images/nav_spry_bg_on.gif);
	background-repeat: repeat-x;
	background-position: center;
	line-height: 16px;
}
.accordionHeaderOpen a{
	text-decoration: none;
	color:White;
}
.accordionHeaderOpen a:hover{
	text-decoration: none;
	color:Yellow;
}
.accordionHeader
{
    margin: 0px;
	padding: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-image: url(../images/nav_spry_bg_off.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color:#0d1e56;
	line-height: 16px;
}
.accordionHeader a{
	text-decoration: none;
	color:Gray;
}
.accordionHeader a:hover{
	text-decoration: none;
	color: #000;
}
.accordionContent
{
    background-color:#F2F2F2;
    border-top: none;
    padding: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
}
a.AccordionContentLink_OPEN
{
	text-decoration: none;
	color:Red;
	padding: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.accordionContent a:hover{
	text-decoration: none;
	color: Red;
}

