table.custom-table
{
	width: 95%;
	font-size: 10pt;
	font-family: "Arial";
	text-align: left;
	border: 0;
	border-spacing: 0px;
	border-collapse: collapse;
}


table.custom-table
	thead td,
table.custom-table
	tfoot td
{
	padding: 6px;
	font-size: 9pt;
	border: 0;
	background-color: transparent;
}	

table.custom-table
	tr.pair
{
	background-color: #f6f6f6;	
}

table.custom-table
	tr.impair
{
	background-color: #fff;	
}

table.custom-table
	tr.over
{
	cursor: pointer;
	background-color: #dfecf4;	
}


table.custom-table th, table.custom-table td
{
	border: 1px solid #bbb;	
}

table.custom-table
	td
{
	display: table-cell; 
	vertical-align: top; 
	padding: 3px 5px;
}

table.custom-table
	th
{
	height: 23px;
	padding: 0 5px;
	color: #000;	
}

table.custom-table
	tr.table-header
{
	background: transparent url('../img/table_bg.png') repeat-x;
}

table.custom-table
	input.pager
{
	width: 25px;
	border: 1px solid #999;
}

table.custom-table
	img.button
{
	cursor: pointer;
}

table.custom-table
	a.action
{
	color: #000;
	font-size: 8pt;
}

table.custom-table
	a:hover.action,
table.custom-table
	a:hover.check
{
	text-decoration: none;
}

