.scrollTable
{
	border-collapse: collapse;
    width:auto;
}

/* all the child tables under the class ".scrollTable" get this */
.scrollTable table.scrolltable_table
{
	border-collapse: collapse;
    width:auto;
}

/* all the td's under the class ".scrollTable" get this */
.scrollTable td.sortable_cell,
.scrollTable td.scrolltable_cell
{
	text-align: left;
}

/* all the child tables and their child td's under the class ".scrollTable" get this */
.scrollTable table.scrolltable_table td.sortable_cell,
.scrollTable table.scrolltable_table td.scrolltable_cell, 
.scrollTable table.scrolltable_table
{
	vertical-align: middle;
	text-align: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
	border-top: solid 1px #aaaaaa;
	border-bottom: none;
	font-family: Arial;
	font-size: 7.8pt;
}

.scrollTable table.scrolltable_table
{
	border-bottom: solid 1px #aaaaaa;
}

/* all the child th's under the class ".scrollTable" get this */
.scrollTable th.scrollTable_headercell_filler
{
	background-color: #E3EFFF; /* light blue (same as calendar heading) */
	color: #1919A1; /* blue - same as calendar heading font */
	font-weight: normal;
	vertical-align: bottom;
	text-align: left;
	margin: 0px;	
	padding: 0px;	
	white-space: nowrap;
    width:100%;
	font-family: Arial;
	font-size: 7.8pt;
}

.scrollTable table.scrolltable_table th.sortable_cell,
.scrollTable table.scrolltable_table th.scrolltable_cell
{
	background-color: #E3EFFF; /* light blue (same as calendar heading) */
	color: black;
	font-weight: normal;
	vertical-align: bottom;
	text-align: left;
	margin: 0px;	
	white-space: nowrap;
    width:auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 7.8pt;
}

.scrollTable table.scrolltable_table th.sortable_cell
{
	color: #1919A1; /* blue - same as calendar heading font */
}

/* all the child tr's under the class ".scrollTable" get this */
.scrollTable tr.scrolltable_row
{
    width:auto;
}
