table.tempTable1-table { 
	background-color: #fff;
	border: 1px solid #000; 
}
table.tempTable1-table tr, table.tempTable1-table td {
	border: 0;
}
table.tempTable1-table td.tempTable1-headCell {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
table.tempTable1-table td.tempTable1-row1Cell {
	font-size: 12px;
	color: #000;
}
table.tempTable1-table td.tempTable1-row2Cell {
	font-size: 12px;
	color: #000;
}

table.tempTable2-table td.mbShadowBottom {
  height: 11px;
  line-height: 11px;
  background: url('../images/mB_shadBBG.png') repeat-x top;
}

table.tempTable2-table td.mbShadowTop {
  height: 11px;
  line-height: 11px;
  background: url('../images/mB_shadTBG.png') repeat-x bottom !important;
}

table.tempTable2-table td.mbShadowLeft {
  width: 11px;
  background: url('../images/mB_shadLBG.png') repeat-y right !important;
}

table.tempTable2-table td.mbShadowRight {
  width: 11px;
  background: url('../images/mB_shadRBG.png') repeat-y left !important;
}

table.tempTable2-table td.mbShadowBottomRight {
  width: 11px;
  height: 11px;
  line-height: 11px;
  background: url('../images/mB_shadBR.png') top !important;
}

table.tempTable2-table td.mbShadowBottomLeft {
  width: 11px;
  height: 11px;
  line-height: 11px;
  background: url('../images/mB_shadBL.png') top !important;
}

table.tempTable2-table td.mbShadowTopLeft {
  width: 11px;
  height: 11px;
  line-height: 11px;
  background: url('../images/mB_shadTL.png') bottom !important;
}

table.tempTable2-table td.mbShadowTopRight {
  width: 11px;
  height: 11px;
  line-height: 11px;
  background: url('../images/mB_shadTR.png') bottom !important;
}

table.tempTable2-table td.mbText {
  color: #797878;
  font-size: 12px;
  padding-top: 4px;
  text-align: left;
}

table.tempTable2-table td.mbTextGray {
  color: #797878;
  background-color: #E2E2E2;
  font-size: 12px;
  padding: 6px 6px 6px 6px;
  margin-top: 4px;
  text-align: left;
}