div#myScrollableTable
{
	width: 668px;
	border: 0px solid #6c7aa9;
	height: 140px;
}
#myScrollableTable table.tswScrollableTable
{
	width: 650px;
	height: 140px;
}
#myScrollableTable .tswScrollableTable thead
{
	background-color: #9d90d7;
	color: #ffffff;
}
#myScrollableTable .tswScrollableTable thead tr
{
	width: 650px;
}
#myScrollableTable .tswScrollableTable tbody
{
	width: 668px;
	height: 130px;
}
#myScrollableTable .tswScrollableTable tbody tr
{
	background-color: #ffffff;
	color: #000000;
}
#myScrollableTable .tswScrollableTable tbody tr.tswOddRow
{
	background-color: #edf3ff;
}
#myScrollableTable .tswScrollableTable td
{
	border-left: 0px solid #cccccc;
	border-top: 0px solid #cccccc;
	padding: 6px;
	height: 10px;
	font-family: Tahoma;
	font-size: 10pt;
}
#myScrollableTable .tswScrollableTable th
{
	height: 10px;
	border-bottom: none;
	border-left: 0px solid #cccccc;
	padding: 0px;
}
#myScrollableTable .tswScrollableTable td.tswCol1 
{ 
	width: 200px; 
	border-left: none; 
	text-align: left;
}
#myScrollableTable .tswScrollableTable th.tswCol1 { width: 200px; border-left: none; }
#myScrollableTable .tswScrollableTable td.tswCol2 
{ 
	width: 300px; 
	text-align: left;
}
#myScrollableTable .tswScrollableTable th.tswCol2 { width: 300px; }
#myScrollableTable .tswScrollableTable td.tswCol3 
{ 
	width: 150px; 
	text-align: center;
}
#myScrollableTable .tswScrollableTable th.tswCol3 { width: 150px; }

