﻿#AllFeaturesDIV
{
	clear: both;
	width: 970px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

#AllFeaturesDIV .roundedPanel
{
	background-color: white;
	overflow: hidden;
}


#AllFeaturesDIV .roundedPanel #Content
{
	padding: 15px;
	font-size: 0.9em;
}


#AllFeaturesDIV #Content .Title
{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #035B8E;
}


#AllFeaturesDIV #Content #LeftCol
{
	border: solid 0px red;
	width: 465px;
	float: left;
}

#AllFeaturesDIV #Content #RightCol
{
	border: solid 0px green;
	width: 465px;
	float: right;
}

#AllFeaturesDIV #Content #Header
{
	height: 200px;
	width: 100%;
	overflow: hidden;
}

.AllFeaturesOtherLinks
{
	position: relative;
	top: 25px;
	left: 700px;
	font-size: 0.8em;
	background: white;
	padding: 3px;
	width: 220px;
}

.AllFeaturesOtherLinks Table
{
	margin-left: 3px;
	width: 206px;
}
.AllFeaturesOtherLinks Table td
{
	padding: 5px 5px 5px 30px;
	text-decoration: none;
}
.AllFeaturesOtherLinks Table td a
{
	color: #035B8E;
	text-decoration: none;
}

.AllFeaturesOtherLinks Table td a:hover
{
	color: #035B8E;
	text-decoration: underline;
}


.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: Black;
	background-color: #F4F4F4;
	font-family: Arial, Sans-Serif;
	font-size: 1.0em;
	padding: 5px 10px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeader a
{
	color: #666;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #035B8E;
	font-family: Arial, Sans-Serif;
	font-size: 1.0em;
	padding: 5px 10px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #F4FBFF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px 10px;
	padding-top: 10px;
	color: #484848;
}

.accordionLink span
{
	margin-left: 5px;
	font-size: 0.7em;
}

