/* Comparison Rate Plans */
div.Categories
{
	font-size: 11px;
	text-align: right;	
	padding-top: 2px;
	padding-bottom: 10px;
}
div.SubCategories
{
	font-size: 10px;
	text-align: left;
	padding-bottom: 3px;
}

table.CompareRatePlans {
	position: relative;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
}
table.CompareRatePlans caption {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 8px 6px;
	text-align:left;
	border: 1px solid #000;
	border-bottom: none;
	background: #003366;	
	color: #fff;
}
table.CompareRatePlans td
{
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	border-bottom: 1px solid #999;
	border-top: none;
	border-right: 1px solid #999;
	border-left: none;	
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #ffffff;
}
table.CompareRatePlans th
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #999;
	border-top: none;
	border-right: 1px solid #999;
	border-left: none;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #666666;
	color: #f1f1f1;
}
.name
{
	background-color: #000066;
}
table.CompareRatePlans td.alt {
	background: #EEEEEE;
}
table.CompareRatePlans td.side {
	background: #d5d5c7;
}
table.CompareRatePlansOptions
{
	width: 780px;
	margin: 0px;
	padding: 0px;
}
table.CompareRatePlansOptions td
{
	width: 530px;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
}
table.CompareRatePlansOptions td.print
{
	text-align: right;
	padding-right: 5px;
	width: 250px;
}

table.CompareRatePlansRemove
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.CompareRatePlansRemove td
{
	vertical-align: bottom;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
}

.expTitle {
	width: 500px;
}
.expTitle a {  
	display: block;
	padding: 6px 0px 6px 20px;
	border: 1px dotted #cdcdcd;
	background-color: #eeeeee;	 
	margin-top: 3px;
	text-align:left
}
.expTitle a:link, .expTitle a:visited {
	color: #003399;
	font-weight:bold;
	display: block;
	text-decoration: none;
}
.expTitle a:hover, .expTitle a:active {
	background-color: #d7d7d7;
	display: block;
	color:#003366; 
}


div.RatePlan
{
	border-top: 1px dashed #cccccc; 
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 5px;
}

table.RatePlanListDetails
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.RatePlanListDetails td
{
	vertical-align: top;
	text-align: left;
}
table.RatePlanListDetails td.main
{
	width: 65%;
	padding-left: 20px;
}
table.RatePlanListDetails td.compare
{
	width: 10%;
	text-align: center;
}
table.RatePlanListDetails td.price
{
	width: 25%;
	padding-left: 10px;
}
div.RatePlanName
{
	font-weight: bold;
	padding-bottom: 3px;
}
table.RatePlanInfo
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.RatePlanInfo td
{
	font-size: 11px;
	width: 75%;
	text-align: left;
	vertical-align: top;
}
table.RatePlanInfo td.field
{
	font-size: 11px;
	width: 25%;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
}
div.MonthlyFee
{
	font-size: 11px;
	padding-bottom: 3px;
}
span.MonthlyFeePrice
{
	font-weight: bold; 
	font-size: 13px;
}
div.MonthlyFeeAdd
{
	font-size: 11px;
	padding-bottom: 2px;
}
div.MonthlyFeeWith
{
	font-size: 11px;
}

#SelCategory
{
	border: 1px solid #333;
	padding: 5px;
	width: 275px;
	font-size: 11px;
	text-align: left;
}
.txt
{
	background-color:#F7F7F7;
	border:1px solid #999999;
	color:#333333;
	font-size:12px;
}
.btn
{
	background-color:#003399;
	color:#eee;
	cursor:pointer;
	font-weight:bold;
	font-size: 12px;
	height:20px;
	margin-bottom:5px;
	padding-bottom:2px;
}
#Logo {
	display: none;
}
