table
{
	margin-bottom: 1.5em;
	cursor:pointer;
	width:800px;
}

table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	background-color: #336699;
	color: #fff;
}

table td
{
	padding: 0.4em;
}

table tr.rowA
{
	background-color: #EAEFE0;
	color: inherit;
}

table tr.rowB
{
	background-color: #F9FFEF;
	color: inherit;
}

table tr.rowC
{
	background-color:#89ABD1;
	color: inherit;
}

table tr.rowD
{
	background-color:#FFFF99;
	color: inherit;
}

.Tleftcolumn {
width:390px;
float:left;
padding-right:4px;
}

.Trightcolumn {
width:400px;
float:right;
padding-right:25px;
}

.Tleftcolumn table
{
	margin-bottom: 1.5em;
	cursor:pointer;
	width:390px;
}

.Trightcolumn table
{
	margin-bottom: 1.5em;
	cursor:pointer;
	width:400px;
}

.tableBox 
{
	display:block;
	border-color: black;
	overflow:scroll;
	width:800px;
	height:400px;
}
.content-table {
	background-color:#FFFFFF;
}
.content-table table
{
	margin-bottom: 1.5em;
	cursor:pointer;
	width:795px;
}
