div#Authors-table
{
	width: 640px;
	border: 1px solid #2a1509;
	height: 450px;
}
#Authors-table table.tswScrollableTable
{
	width: 640px;
	height: 450px;
}
#Authors-table .tswScrollableTable thead
{
	background-color: #2B160A;
	color: #FFFD9B;
}
#Authors-table .tswScrollableTable thead tr
{
	width: 600px;
}
#Authors-table .tswScrollableTable tbody
{
	width: 640px;
	height: 430px;
}
#Authors-table .tswScrollableTable tbody tr
{
	background-color: #fefc9a;
	color: #000000;
}
#Authors-table .tswScrollableTable tbody tr.tswOddRow
{
	background-color: #edf3ff;
}
#Authors-table .tswScrollableTable td
{
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 2px;
	height: 20px;
}
#Authors-table .tswScrollableTable th
{
	height: 20px;
	border-bottom: none;
	border-left: 0px solid #cccccc;
	padding: 2px;
}
#Authors-table .tswScrollableTable td.tswCol1 
{
	width: 230px;
	border-left: none;
	text-align: left;
}
#Authors-table .tswScrollableTable th.tswCol1 {
	width: 230px;
	border-left: none;
}
#Authors-table .tswScrollableTable td.tswCol2 
{ 
	width: 400px; 
	text-align: left;
}
#Authors-table .tswScrollableTable th.tswCol2 { width: 400px; }
