

/* plain-jane defaults */
div.tbuilder { 
	margin: 0 0; 
	padding: 0 0;
}
div.tbuilder table {
	background-color: #FFF;
}
div.tbuilder table tr {}
div.tbuilder table tr th {
	background: #C7B254;
	color: #000;
	padding: 3px;
}
div.tbuilder table tr td {}

div.tbuilder table tr td.tableHeader {
	border-bottom: 1px #000 solid ;
	font-weight: bold ;
}

/* zebra striping */

div.tbuilder table tr.zebra0 {
	background-color: #EEEEEE;
	color: #000;
}

div.tbuilder table tr.zebra1 {
	background-color: #DDDDDD;
	color: #000;
}


div.tbuilder table tr td span.suppressedLink {
	color: #999;
}


/* some default cell-alignments */
div.tbuilder table tr td.left { 
	text-align: left ;
}

div.tbuilder table tr td.right { 
	text-align: right ;
}

div.tbuilder table tr td.center { 
	text-align: center ;
}
div.tbuilder table tr td.justify { 
	text-align: justify;
}

div.tbuilder table tr th.left { 
	text-align: left ;
}

div.tbuilder table tr th.right { 
	text-align: right ;
}

div.tbuilder table tr th.center { 
	text-align: center ;
}
div.tbuilder table tr th.justify { 
	text-align: justify;
}






