.tableTop {
   background-image: url(images/table_top_image.png);
   background-repeat: repeat-x;
   border: none;
}
.row {
   border-bottom: dotted #8b8078 1px;
}
.cell {
   text-align: center;
   font-size: 13px;
   color: #464646;
}
.cellHeading {
   font-weight: bold;
   text-align: center;
   background-color: #ebe8e5;
   font: Arial;
   font-size: 13px;
   font-weight: bold; 
}
.cellHeadingBorder {

}
table {

}
td {
   padding: 5px;
}

#tabletopleft {
   width: 625px;
   height: 36px;
   float: left;
   background-image: url(images/table_top_image.png);
   background-repeat: repeat-x;
}

#tabletopright {
   width: 299px;
   height: 36px;
   float: left;
   background-image: url(images/table_top_image.png);
   background-repeat: repeat-x;
}

#tableHeading {
	margin-left: 10px;
	margin-top: 6px;
}

#tableDropdown {
	text-align: right;
	margin-right: 10px;
	margin-top: 6px;
}
