table.content {
	width:100%;
	border-collapse:collapse;
}

table.content > thead > tr > td {
	font-size:17px;
	color:#5474b0;
	height:23px;
	margin:0px;
	padding:2px;
}

table.content > tbody > tr > td.menulinks {
	font-size:12px;
	margin:0px;
	padding:2px;
}

table.content > tbody > tr > td {
	font-size:11px;
	margin:0px;
	padding:2px;
}




table.idealList {
	width:100%;
	border-collapse:collapse;
}

table.idealList > thead > tr > td {
	background-color: #5474b0;
	font-size:11px;
	color:white;
	height:23px;
	margin:0px;
	padding:2px;
}

table.idealList > tbody > tr > td {
	font-size:11px;
	color:#56575d;
	margin:0px;
	padding:2px;
	vertical-align:text-top;
}

table.idealList > tbody > tr:nth-child(odd) > td {
	font-size:11px;
	margin:0px;
	padding:2px;
	vertical-align:text-top;
	background-color:#d9dce8;
}
table.idealList > tbody > tr:nth-child(even) > td {
	font-size:11px;
	margin:0px;
	padding:2px;
	vertical-align:text-top;
	background-color:#f2f0f0;
}

table.showTrackSearchform {
	width:100%;
	border-collapse:collapse;
}

table.showTrackSearchform > thead > tr > td {
	background-color: #5474b0;
	font-size:11px;
	color:white;
	height:23px;
	margin:0px;
	padding:2px;
}

table.showTrackSearchform > tbody > tr > td {
	font-size:11px;
	color:#56575d;
	margin:0px;
	padding:2px;
	vertical-align:text-top;
}

table.showTrackSearchform > tbody > tr:nth-child(odd) > td {
	font-size:11px;
	margin:0px;
	padding:2px;
	vertical-align:text-top;
	background-color:#d9dce8;
}
table.showTrackSearchform > tbody > tr:nth-child(even) > td {
	font-size:11px;
	margin:0px;
	padding:2px;
	vertical-align:text-top;
	background-color:#f2f0f0;
}

