div#myScrollableTable
{
	width: 718px;
	border: 0px solid #6c7aa9;
	height: 144px;
}
#myScrollableTable table.tswScrollableTable
{
	width: 700px;
	height: 144px;
}
#myScrollableTable .tswScrollableTable thead
{
	background-color: #ba8ced;
	color: #ffffff;
}
#myScrollableTable .tswScrollableTable thead tr
{
	width: 700px;
}
#myScrollableTable .tswScrollableTable tbody
{
	width: 718px;
	height: 124px;
}
#myScrollableTable .tswScrollableTable tbody tr
{
	background-color: #ffffff;
	color: #000000;
}
#myScrollableTable .tswScrollableTable tbody tr.tswOddRow
{
	background-color: #ebeffc;
}
#myScrollableTable .tswScrollableTable td
{
	border-left: 0px solid #cccccc;
	border-top: 0px solid #cccccc;
	padding: 2px;
	height: 20px;
	font-family: Tahoma;
	font-size: 10pt;
}
#myScrollableTable .tswScrollableTable th
{
	height: 20px;
	border-bottom: none;
	border-left: 0px solid #cccccc;
	padding: 2px;
	font-family: Tahoma;
	font-size: 10pt;
}
#myScrollableTable .tswScrollableTable td.tswCol1 
{ 
	width: 250px; 
	border-left: none; 
	text-align: left;
}
#myScrollableTable .tswScrollableTable th.tswCol1 { width: 250px; 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; }
