@charset "utf-8";
/* CSS Document */

table.balance {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 2px;
	background-color:#FFFFFF;
	width:410px;
  font-size: 100%;
}

table.balance caption {
  margin-top: 1em;
  text-align: right;
}

table.balance th,
table.balance td {
  padding: 4px 6px;
}

table.balance th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
	background: #DB5600;
	color:#FFFFFF;
/*  background: #FFD9F3;*/
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
}

table.balance td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: left;
  white-space: nowrap;
}

table.balance td.black {
  border-bottom: solid 2px #333333;
  border-right: solid 1px #B2B2B2;
  background: #F1E19C;
  text-align: left;
  white-space: nowrap;
}

table.balance td.blackR {
  border-bottom: solid 2px #333333;
  border-right: solid 1px #B2B2B2;
  background: #F1E19C;
  text-align: right;
  white-space: nowrap;
}

table.balance td.alright {
	text-align:right;
}

table.balance td.alrightR {
	text-align:right;
  background: #F1E19C;
	color:#CC0000;
	font-weight:bold;
}

