﻿
.pricingTableHeaderColumn
{
	height:30px;
	background-color:#054d91;
	color:White;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

	font-weight:bold;
	border-style:solid; 
	border-width:1px; 
	border-color:Gray;
}

.pricingTableColumn
{
	height:35px;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	border-style:solid; 
	border-width:1px; 
	border-color:Gray;	
}

.pricingTableColumnBold
{
	height:35px;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	border-style:solid; 
	border-width:1px; 
	border-color:Gray;	

	font-weight:bold;
	color:Black;
}

.pricingTableLeftColumn
{
	height:35px;	
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:10px;
	border-style:solid; 
	border-width:1px; 
	border-color:Gray;	
	font-weight:bold;	
}

.pricingTableImageColumn
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	border-style:solid; 
	border-width:1px; 
	border-color:Gray;		
}

.pricingTableHeaderColumnInvisible
{
	background-color:#054d91;
	color:#054d91;	
	border-style:solid; 
	border-width:1px; 
	border-color:Gray;		
}

.pricingTableColumnInvisible
{
	background-color:White;
	color:White;	
	border-style:solid; 
	border-width:1px; 
	border-color:Gray;		
}