.tablewrap {
	margin-left: -1px;
}
table {
	width: 100%;
	background: #FFFFFF;
	border-collapse: collapse;
}
tr {
	background: #FFFFFF;
}
tr.header {
    background: #F0EEE6 url("../images/mh_tableheader_m_bg.gif") center top repeat-x;
}
tr.headertotals {
    background: #FFFFFF;
}
tr.headertotals th {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
}
tr.headertotals th.tdnowrap {
	font-weight: bold;
}
th {
	font-size: 13px;
	padding: 8px 6px;
	border: 1px solid #FFFFFF;
	border-top: 0px;
	text-align: left;
}
td {
	padding: 6px;
	border: 1px solid #FFFFFF; 
}
tr.last td {
	/*remove bottom border from last row cells*/
	border-bottom: 0px;
}
td.first {
	border-left: 1px solid #D4D3C5;
}
td.last {
	border-right: 1px solid #D4D3C5;
}
td.internalheader {
	background: #F5F5EF;
	color: #6e9300;
	font-weight: bold;
	font-size: 11px;
}
.singlecol {
	border-left: 1px solid #D4D3C5;
	border-right: 1px solid #D4D3C5;
}



.tabletdvspacer {
	padding: 0px;
	border: 0px;
	background: #fff;
}
.tablebottomwrapper {
	height: 2px;
	/*
	*/
	margin-bottom: 20px;
    background: transparent url("../images/mh_tableb_bg.gif") left bottom repeat-x; 
    font-size: 2px; /* IE6 BUG - stop IE from adding height */
}
.tablebottomcontainer {
	height: 2px;
    background: transparent url("../images/mh_tablebr_bg.gif") right bottom no-repeat; 
}
.tablebottom {
	height: 2px;
    background: transparent url("../images/mh_tablebl_bg.gif") left bottom no-repeat; 
}
.tabletopwrapper {
	height: 2px;
    background: transparent url("../images/mh_tablet_bg.gif") left bottom repeat-x; 
    font-size: 2px; /* IE6 BUG - stop IE from adding height */
}
.tabletopcontainer {
	height: 2px;
    background: transparent url("../images/mh_tabletr_bg.gif") right bottom no-repeat; 
}
.tabletop {
	height: 2px;
    background: transparent url("../images/mh_tabletl_bg.gif") left bottom no-repeat; 
}
.tabletopwrappernoheader {
	height: 2px;
    background: transparent url("../images/mh_tablet_nohdr_bg.gif") left bottom repeat-x; 
    font-size: 2px; /* IE6 BUG - stop IE from adding height */
}
.tabletopcontainernoheader {
	height: 2px;
    background: transparent url("../images/mh_tabletr_nohdr_bg.gif") right bottom no-repeat; 
}
.tabletopnoheader {
	height: 2px;
    background: transparent url("../images/mh_tabletl_nohdr_bg.gif") left bottom no-repeat; 
}
td.tdfigures {
	text-align: right;
}
td.tddisabled {
	color: #B5B19F;
}
th.first {
	border-left: 1px solid #D4D3C5;
	font-size: 13px;

}
th.last {
	border-right: 1px solid #D4D3C5;
}


.tdnowrap {
	white-space: nowrap;
}

tr.orderbuttons td {
	/*remove bottom border from last row cells*/
	border: 0px;
	background: #fff;
	padding: 0px;
}
tr.bold td {
	font-weight: bold;
}



tr.first td {
	border-top: 0px;
}
