/* tables start */
div.tbbg, div.tbbgbtm, div.tbbgtop { width: 680px; }
div.tbbg
{
	margin: 0 0 10px 0;
	background: transparent url('/dww/img/table_bg.gif') repeat-y 0 0;
}

div.tbbgbtm
{
	padding: 0 0 5px 0;
	background: transparent url('/dww/img/table_bg_btm.gif') no-repeat bottom left;
}

div.tbbgtop
{
	padding: 1px 0 0 0;
	background: transparent url('/dww/img/table_bg_top.gif') no-repeat 0 0;
}

div.intabbg, div.intabbtm, div.intabtop { width: 658px; }
div.intabbg
{
	margin: 0 0 10px 0;
	_margin-top: 11px;
	background: transparent url('/dww/img/table_bg_intab.gif') repeat-y 0 0;
}

div.intabbtm
{
	padding: 0 0 5px 0;
	background: transparent url('/dww/img/table_bg_intab_btm.gif') no-repeat bottom left;
}

div.intabtop
{
	padding: 1px 0 0 0;
	background: transparent url('/dww/img/table_bg_intab_top.gif') no-repeat 0 0;
}

table.norm, table.intab
{
	width: 677px;
	margin: 1px 1px 0px 2px;
	border-collapse: collapse;
}

table.intab { width: 655px; }

table.norm td, table.intab td
{
	border-right: 1px solid white;
	background-color: #f5f8fa;
	padding: 3px 9px 3px 7px;
}

table.norm tr.dark td, table.intab tr.dark td { background-color: #FDD6FF; }
/* table.norm tr.dark td, table.intab tr.dark td { background-color: #e6ecf1; } */

table.norm tr.plain td, table.intab tr.plain td { background-color: transparent; }

table.norm th, table.intab th, table.norm tr.head th, table.intab tr.head th
{
	border-right: 1px solid white;
	background-color: transparent;
	padding: 6px 9px 12px 7px;
	font-weight: normal;
}

table.norm tr.head th, table.intab tr.head th
{
	background: transparent url('/dww/img/th_bg.gif') repeat-x top left;
}
/* tables end*/
