/*PRODUCT COMPARISON TABLE*/
.apc_productcomparison_table
{
	background-color: white;
	border: 1px solid black;
	width: 95%;
}
/*LEGEND COMPARISON TABLE*/
.apc_legend_table
{
	background-color: white;
	border: 1px solid black;
	width: 95%;
}
/*PRODUCT HEADER ROW*/
.apc_product_row
{
	background-color: #4D77C9;
	height: 20px;
	font-size: 10pt;
	text-align: center;
	color: white;
}
.apc_product_cell
{
	text-align: center;
}
.apc_product
{
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
}
.apc_notes_head_cell
{
}
.apc_notes_head
{
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
}
/*LEGEND HEADER ROW*/
.apc_legend_head_row
{
	background-color: #4D77C9;
	height: 20px;
	font-size: 10pt;
	text-align: center;
	color: white;
}
.apc_legend_head_cell
{
	text-align: left;
	padding-left: 5px;
}
.apc_legend_head
{
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
}
/*FEATURE GROUP ROW*/
.apc_fg_row
{
	background-color: #CDDBF7;
}
.apc_fg_cell
{
	border-bottom: 1px solid #DCDCDC;
}
.apc_fg
{
	padding-left: 5px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: black;
}
/*FEATURE ROW*/
.apc_feature_row
{
	border-bottom: 1px solid #DCDCDC;
}
.apc_feature_cell
{
	border-bottom: 1px solid #DCDCDC;
}
.apc_feature
{
	font-size: 8pt;
	font-family: "Lucida Sans Unicode";
/*padding-left: 10px;*/
	display: inline;
}
.apc_support_value_cell
{
	text-align: center;
	font-size: 8pt;
	background-color: #FFF;
	border-left: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
.apc_support_value
{
	font-size: 8pt;
	font-family: Verdana;
}
.apc_support_value IMG
{
	border-width: 0px;
}
.apc_notes_cell
{
	border-left: 2px groove #999999;
	font-family: Tahoma;
	font-size: 8pt;
	font-style: italic;
}
.apc_notes
{
	padding-left: 2px;
}
/*LEGEND ROW*/
.apc_legend_row
{
	background-color: white;
}
.apc_legend_cell
{
	padding: 10px;
	vertical-align: middle;
}
.apc_legend_cell IMG
{
	border-width: 0px;
}
.apc_legend
{
	font-family: Tahoma;
	font-size: 8pt;
}
/*PRICING ROW*/
.apc_pricing_row
{
	height: 20px;
	background-color: #4D77C9;
}
.apc_price_head_cell
{
}
.apc_price_head
{
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
}
.apc_price_cell
{
	text-align: center;
}
.apc_price
{
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
}
.apc_GridHead
{
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
	padding-right: 5px;
	margin-top: 10px;
}
.apc_GridHeader
{
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
	background-color: #666666;
}
.apc_CPRow
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}
.apc_CPRowAlt
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	background-color: #DCDCDC;
}
.apc_preview
{
	border: 1px solid #666666;
	width: 250px;
	height: 150px;
	position: absolute;
	display: none;
	background-color: #FFF;
	font-size: 10pt;
	font-family: "Lucida Sans Unicode";
	text-align: justify;
}
.apc_previewbar
{
	padding: 0px;
	border-bottom: 1px solid #666;
	width: 100%;
	height: 15px;
	background-color: #666;
	color: #666;
	font-weight: bold;
	font-size: 11px;
}
.apc_previewText
{
	width: 100%;
	padding: 0px;
	background-color: #FFF;
	overflow: auto;
	height: 130px;
}
