/* Start of CMSMS style sheet 'hovertable' */
/* Hovertable */

table.highlight-table            { border-collapse: collapse; width: 90%; margin-top:0px; margin-left:20px; }
table.highlight-table td        { border: 1px solid #ccc; padding: 10px; }
table.highlight-table thead   { width: 100%; height: 109px; }
.slim                { width: 150px; }
.column-hover		{ background-color: #ddd; }
.row-hover			{ background-color: #ddd; }
.cell-hover			{ background-color: #c9c9c9; }

table.highlight-table-new            { border-collapse: collapse; margin-top:0px; margin-left:20px; }
table.highlight-table-new td        { border: 1px solid #ccc; padding: 10px; }
table.highlight-table-new thead   { width: 100%; height: 109px; }
/* End of 'hovertable' */

