

div.RatePlanCategories
{
	text-align: right;
	font-size: 8pt;
	margin-bottom: 10px;
}
div.RatePlanCategories a, div.RatePlanCategories a:link, div.RatePlanCategories a:active, div.RatePlanCategories a:visited
{
	text-decoration: underline;
	color: #333399;
}
div.RatePlanCategories a:hover
{
	text-decoration: none;
	color: #990000;
}

table.RatePlanDetails {
	position: relative;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
}
table.RatePlanDetails caption {
	margin: 0px;
	padding: 8px 6px;
	text-align:left;
	border: 1px solid #000;
	border-bottom: none;
	background: #000066;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}

table.RatePlanDetails td {
	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.RatePlanDetails td.alt {
	background: #eeeeee;
}
table.RatePlanDetails td.altbottom {
	background: #cccccc;
}

/* Plan box  */
div.RatePlan
{
	height: 141px;
	width: 295px;
	background-image: url(/images/rateplans/box_bg.gif);
	text-align: left;
}* html a.box-link span { height: 140px; }
div.RatePlan a.box-link:hover span {
	background-image: url(/images/rateplans/box_bg.gif);
	background-position: 0px -140px;
}
a.box-link span {
	display: block;
	min-height: 140px;
	text-decoration: none;
}	
a.box-link:hover, a.box-link:hover span, a.box-link:hover 
{
	color: #666666;
	cursor: pointer;
}
div.box-title {
	color: #333333;
	font-family: sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 6px;
	font-weight: bold;
	margin: 0px;
}
	
div.box-text {
	color: #666666;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 6px;
	line-height: 16px;
	padding-right: 6px;
}

/* Rate Plan Services */
td.ServiceCategory
{
	border-top : 1px dashed #bbbbbb;
}
table.ServiceDetails {
}

table.ServiceDetails td.ServiceName {
	font-weight : bold;
	font-size : 10pt;
	vertical-align: top;
}
table.ServiceDetails td.ServiceBullet {
	width: 30px;
	text-align: center;
	vertical-align: top;
}

table.ServiceDetails td.ServiceDescription {
	padding-bottom : 10px;
}
table.ServiceDetails td.PriceInfo 
{
	text-align : left;
	font-size : 8pt;
	font-weight : bold;
	padding-top : 5px;
	padding-bottom : 5px;
}

/* coverage maps */
div.CoverageMapRegions
{
	text-align : right;
	font-size : 8pt;
}
div.MapName
{
	text-align : center;
	font-weight : bold;
	padding-bottom : 5px;
	padding-right : 5px;
}
div.MapImage
{
	text-align : center;
	padding-bottom : 5px;
	padding-right : 5px;
}
td.MapCell
{
	padding-top : 8px;
	padding-left : 5px;
}


/* Coverage box  */
div.CoverageBox{
	height: 270px;
	width: 240px;
	background-image: url(/images/coverage/box_bg.gif);
}* html a.CoverageLink span { height: 270px; }
	
div.CoverageBox a.CoverageLink:hover span {
	background-image: url(/images/coverage/box_bg.gif);
	background-position: 0px -270px;
}
a.CoverageLink span {
	display: block;
	min-height: 270px;
	text-decoration: none;
}
a.CoverageLink:hover, a.CoverageLink:hover span, a.CoverageLink:hover {
	cursor: pointer;
	color: #000000;
}
div.CoverageTitle {
	color: #333333;
	font-family: sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 16px;
	padding-right: 0px;
}
div.CoveragePic {
	text-align: center;
	padding-top: 7px;
}
img.border
{
	border: 1px solid #999999;
}

