div#BookTable
{
	width: 100%;
	
	height:800px;
	position: relative;
	top: 10px;
}
#BookTable table.tswScrollableTable
{
	width: 100%;
	height: 1200px;
}
#BookTable .tswScrollableTable thead
{
	background-color: #6c7aa9;
	color: #ffffff;
}
#BookTable .tswScrollableTable thead tr
{
	width: 100%;
}
#BookTable .tswScrollableTable tbody
{
	width: 100%;
	height: 800px;
}
#BookTable .tswScrollableTable tbody tr
{
	background-color: #fcfbaa;
	color: #371d0a;
}
#BookTable .tswScrollableTable tbody tr.tswOddRow
{
	background-color: #edf3ff;
}
#BookTable .tswScrollableTable td
{
	border-left: 1px solid #2a1509;
	border-top: 1px solid #2a1509;
	padding: 10px;
	height: 20px;
}
#BookTable .tswScrollableTable th
{
	height: 20px;
	border-bottom: none;
	border-left: 0px solid #cccccc;
	padding: 2px;
}
#BookTable .tswScrollableTable td.tswCol1 
{
	width: width: 100%;
	border-left: none;
	text-align: left;
}
#BookTable .tswScrollableTable th.tswCol1 { width: 650px; border-left: none; }
