


table#price-chart { padding:0; margin:0 0 25px 0; border-collapse:collapse; }
table#price-chart th img { margin-top:160px;} /* sign up button */

table#price-chart th.heading { width: 235px ;}
table#price-chart th.basic { background:url('bronze.jpg') no-repeat; width:154px; height:208px; }
table#price-chart th.professional { background:url('silver.jpg') no-repeat; width:154px; height:208px;}
table#price-chart th.business { background:url('gold.jpg') no-repeat; width:170px; height:208px; }
table#price-chart th.enterprise { background:url('platinum.jpg') no-repeat; width:154px; height:208px; }
table#price-chart th.premier { background:url('diamond.jpg') no-repeat; width:154px; height:208px; }

table#price-chart th,table#price-chart td  { border-right: 1px solid #FFF; text-align:center;  }
table#price-chart td{ padding:10px;}

table#price-chart .even td { background: #e6e6e6;}

table#price-chart .odd .table-col-0 { background: #e4f0d5;}
table#price-chart .odd .table-col-1 { background: #d8ebd3 url('col2-odd.gif') repeat-y top right;  }
table#price-chart .odd .table-col-2 { background: #d3e7de; }
table#price-chart .odd .table-col-3 { background: #d4e7df url('col4-odd.gif') repeat-y top left;  }
table#price-chart .odd .table-col-4 { background: #daeefb;}

table#price-chart .even .table-col-0 { background: #cbe1ab; }
table#price-chart .even .table-col-1 { background: #b1d7a7 url('col2-even.gif') repeat-y top right; }
table#price-chart .even .table-col-2 { background: #a7cfbd; }
table#price-chart .even .table-col-3 { background: #a9cdd9 url('col4-even.gif') repeat-y top left;  }
table#price-chart .even .table-col-4 { background: #b5ddf7; }

.highlight-box { border:1px solid #E6E6E6; background:#EFEFEF; margin: 0 0 25px 0; } /* yellow box on sign up */
.highlight-box h2 { margin: 0 0 10px 0;}
.highlight-box p { margin:0 0 5px 0 ; font-size:16px;}
.highlight-box p.notes { font-size:11px; }
.highlight-box-wrapper { padding:15px; }

