table
{
	border-left: 1px solid #D3DBE6;
	border-top: 1px solid #D3DBE6;
	width: 100%;
}
tr
{
	height: 22px;
}
td
{
	width: 7%;
	padding: 2px 2px 2px 2px;
	border-right: 1px solid #D3DBE6;
	border-bottom: 1px solid #D3DBE6;
}
.textcenter
{
	background-color: #E3EFFF;
	text-align: center;
}
.tdtextcenter
{
	text-align: center;
}
.tdtextright
{
	text-align: right;
}
select
{
	width: 40px;
	margin-left: 5px;
}
#contentselect2, #contentselect1
{
	padding-bottom: 5px;
}
.oddtr
{
	background-color: #F2F2F2;
}
.eventr
{
	background-color: #ffffff;
}
tr.mouseover
{
	background-color: #DADADA;
}
td.even
{
	background-color: #EEF5FF;
}
td.odd
{
	background-color: #E7EEF6;
}