﻿#PageHeader { background-image:url(/shared/images/page_headers/features_header.jpg); }
#PageHeader2 { background-image:url(/shared/images/page_headers/features_header2.jpg); }

#FeaturesTable
{
	width:520px;
	margin:auto;
	background-color:#f5f5f5;
	border:1px solid gray;
}

#FeaturesTable td, 
#FeaturesTable th 
{
	padding:4px 10px;
}

#FeaturesTable th 
{
	font-weight:bold;
	font-size:13px;
	background-color:#224888;
	color:White;
}

.YesNo { text-align:center;}


#FeatureTable 
{
	width:550px;
}

#FeatureTable th 
{
	font-weight:bold;
	background:black;
	color:White;
}

#FeatureTable td 
{
	vertical-align:top;
	border-bottom:1px solid gray;
	padding:5px;
}

#LeftCol {background-color:#eee;}
#RightCol {background-color:#ddd;}

