div#myScrollableTable
{
	width: 810px;
	border: 0px solid #6c7aa9;
	height: 700px;
}
#myScrollableTable table.tswScrollableTable
{
	width: 790px;
	height: 700px;
}
#myScrollableTable .tswScrollableTable thead
{
	background-color: ;
	color: ;
}
#myScrollableTable .tswScrollableTable thead tr
{
	width: 790px;
}
#myScrollableTable .tswScrollableTable tbody
{
	width: 810px;
	height: 700px;
}
#myScrollableTable .tswScrollableTable tbody tr
{
	background-color: ;
	color: ;
}
#myScrollableTable .tswScrollableTable tbody tr.tswOddRow
{
	background-color: ;
}
#myScrollableTable .tswScrollableTable td
{
	border-left: 0px solid #cccccc;
	border-top: 0px solid #cccccc;
	padding: 2px;
	height: 20px;
}
#myScrollableTable .tswScrollableTable th
{
	height: 0px;
	border-bottom: none;
	border-left: 0px solid #cccccc;
	padding: 0px;
}
#myScrollableTable .tswScrollableTable td.tswCol1 
{ 
	width: 160px; 
	border-left: none; 
	text-align: center;
}
#myScrollableTable .tswScrollableTable th.tswCol1 { width: 160px; border-left: none; }
#myScrollableTable .tswScrollableTable td.tswCol2 
{ 
	width: 150px; 
	text-align: left;
}
#myScrollableTable .tswScrollableTable th.tswCol2 { width: 150px; }
#myScrollableTable .tswScrollableTable td.tswCol3 
{ 
	width: 150px; 
	text-align: left;
}
#myScrollableTable .tswScrollableTable th.tswCol3 { width: 150px; }
#myScrollableTable .tswScrollableTable td.tswCol4 
{ 
	width: 150px; 
	text-align: left;
}
#myScrollableTable .tswScrollableTable th.tswCol4 { width: 150px; }
#myScrollableTable .tswScrollableTable td.tswCol5 
{ 
	width: 150px; 
	text-align: left;
}
#myScrollableTable .tswScrollableTable th.tswCol5 { width: 150px; }
