#clients_table
{
	width:			100%;

	text-align:		left;
}

#clients_table TH
{
	font-size:		150%;
}

#clients_table TR
{
	height:			3em;
}

#clients_table TD
{
	padding:		0.5em;
}

#clients_table PRE
{
	font:			inherit;
}

#clients_table IMG
{
	max-height:		100px;
	max-width:		100px;
}

#clients_table .imagetd
{
	width:		0px;
	height:		0px;
}

#clients_table .headers
{
	height:			0;
}

#clients_table .headers TH
{
	width:			auto;
}

#clients_table .headers .image
{
	max-width:		100px;
	max-height:		100px;
}

#clients_table .even
{
	background-color:	#e9e9ff;
}

#clients_table .odd
{

}

