th {font-family:"Times New Roman"; font-size: 16px;}
td {font-family:"Times New Roman"; font-size: 13px;}
table#assignTable td { cursor: pointer; }
table { empty-cells:show; }
.altColor { background:#E1E4F2; }
/* Scrollable Content Height and formatting */
.scrollContent {
 height:425px;
 overflow-x:hidden;
 overflow-y:auto;
 font-size: 13px;
}
.scrollContent tr {
 height: auto;
 white-space: nowrap;
}

/* Prevent Mozilla scrollbar from hiding right-most cell content */
.scrollContent tr td:last-child {
 padding-right: 20px;
}

/* Fixed Header Height and formatting */
.fixedHeader tr {
 position: relative;
 height: 21px;
 background: #BBC7DD;
 white-space: nowrap;
 font-size: 16px;
}


