table.infotbl, table.infotblsortable 
{
width=90%;
background-color:#dddddd;
border-bottom:2pt solid #000000;
border-top:2pt solid #000000;
page-break-after:always;
}

table.infotbl td, table.infotblsortable td 
{
background-color:#ffffff;
}
	
table.infotbl thead tr td, table.infotbl tr th, table.infotblsortable thead tr td, .infotblheader 
{
background-color:#eeeeee;
font-weight:bold;
}

.HardBreak
{
//force word break and TDs not bigger than 'width' pixels
width: 50px;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
