.tablecompare tfoot th strong, .tablecompare thead th
{
   font-family: Arial,Helvetica,sans-serif;
}

table.tablecompare
{
   width: 96%;
   border: 0;
   margin: 20px 0 0 0;
   border-collapse: collapse;
}


table.tablecompare a
{
 text-decoration:underline;
}

table.tablecompare a:hover
{
 text-decoration:underline;
}

.tablecompare .blankRow, .tablecompare .blankRow td
{
   height: 30px;
   background: #fff;
   border: 0;
}

.tablecompare td.big
{
   height: 30px;
   font-size: 14px;
   font-weight:bold;
   color:#555;
}

.tablecompare caption
{
   color: #666;
   font-size: .94em;
   letter-spacing: .1em;
   margin: 1em 0 0 0;
   padding: 0;
   caption-side: top;
   text-align: center;
}

.tablecompare tr.withbg td
{
   background: #f6f8f9;
}

.tablecompare tr.withbg td.highlighted
{
   background: #FFEBC7;
}

.tablecompare .withbg .coll
{
   background: #f6f8f9;
}  
.tablecompare .withbg .coll.empty
{
   background: #fff;
   border: 0;
}  

.tablecompare .coll
{
   background: #fff;
   padding: 6px;
   border: 0;
   border-bottom: 1px solid #ccc;
}


.tablecompare .coll h5
{
   text-align: right;
   padding-right: 0;
   font-weight: bold;
   font-size: 12px;
   color: #333333;
   margin: 0;
   font-family:Arial,Helvetica,sans-serif;
}


.tablecompare .coll h6
{
   text-align: right;
   padding-right: 0;
   font-weight: bold;
   font-size: 14px;
   color: #333333;
   margin: 0;
   font-family:Arial,Helvetica,sans-serif;
}

.tablecompare .coll h5.openable
{
   padding-right: 65px;
}

.tablecompare td
{
   color: #666;
   border: 1px solid #ccc;
   border-top: 0;
   padding: .3em 0em;
   text-align: center;
}

            
.tablecompare th
{
   font-weight: normal;
   color: #333;
   text-align: left;
   border-bottom: 1px solid #ccc;
   border-left: 1px solid #ccc;
   padding: .3em 1em;
}

.tablecompare th.highlighted
{
   background: #ccc; 
   color: #000;
}  

.tablecompare thead th
{
   background: #efefef;
   text-align: center;
   font-weight: bold;
   font-size: 1em;
   color: #333;
}
.tablecompare thead th.highlighted
{
   background: #ccc;
   color: #000;
}


.tablecompare .title th
{
   font-weight: bold;
   font-size: 15px;
   padding: 8px 12px;
   color: #00578e;
   background: #eee;
}


.tablecompare .title th.emp
{
   background: none;
   border: 0;
   border-bottom: 1px solid #ccc;
   text-align: left;
}

.tablecompare .title th.empty
{
   border: 0;
   background: #fff;
}

.tablecompare .title th.planname
{
   text-align: center;
   border: 1px solid #ccc;
   color: #009966;   background: #fff;
   text-transform:uppercase;
   font-size:14px;
}
