table.report
{
	border: 1px solid #006699;
	border-collapse: collapse;
    table-layout: fixed;
}

table.report td.report
{
	padding: 5px 20px 5px 10px;
	border: 1px solid #6688aa;
}
td.report_header
{
	background-color: #5AB212;
	color: white;
	font-weight: bold;
	border: 1px solid #999;
	padding: 5px 20px 5px 10px;
}
td.report_header td.report a { color: white; }

td.report_header_odd { background-color: #67B4FC; }
td.report_header_even {	background-color: #65A8DF; }

td.report_nw { background-color: white; }
td.report_sw { background-color: #f5f9f9; }
td.report_ne { background-color: #fbfdfd; }
td.report_se { background-color: #ecf0f0; }


/*****************************************************/

table.leftright
{
	width: 100%;
	border-collapse: collapse;
	padding: 0;
}

td.leftright_header_odd { text-align: left; }
td.leftright_header_even {	text-align: right; }

/*
     */
/*
*/