<style type="text/css">

#clientTable {

	width: 40%;

	float: left;

}

#serverTable {

	width: 40%;

	float: right;

}

table.gridtable {

	font-family: verdana,arial,sans-serif;

	font-size:11px;

	color:#333333;

	border-width: 1px;

	border-color: #666666;

	border-collapse: collapse;

}

table.gridtable th {

	border-width: 1px;

	padding: 8px;

	border-style: solid;

	border-color: #666666;

	background-color: #dedede;

}

table.gridtable td {

	border-width: 1px;

	padding: 8px;

	border-style: solid;

	border-color: #666666;

	background-color: #ffffff;

}

td.maintd {

	vertical-align: top;

	border: 1px solid black;

}

td.tableTitleTd {

	text-align: center;

}

td.clientDescTd {

	

}

td.clientInputTd {



}

td.serverDescTd {

	

}

td.serverInputTd {



}

table.tests {

	border: 1px solid black;

	width: 603px;

}

table.tests td.titleTd {

	text-align: center;

}

table.testsInside {

	width: 595px;

}

</style>
