table.table-data, table.table-edit
{
  width:100%;
  /*background-color: #999999;*/
}
table.table-data tr, table.table-edit tr
{
  /*background-color: #999999;*/
}
table.table-data tr th
{
  text-align: left;
  margin:1px;
  padding:4px;
  color:#666666;
}
table.table-data tr td, table.table-edit tr td
{
  background-color: #F5F5F5;
  margin:1px;
  padding:4px;
  color:#999999;
}

table.table-edit tr th
{
  /*background-color: #F5F5F5;*/
  text-align: right;
  margin:1px;
  padding:4px;
  color:#666666;
}

td.seperator 
{
  background-color: #999999 !important;
  margin:1px;
  padding:1px !important;
  color:#999999;
}

table.fullWidthTable tr td, table.fullWidthTable tr th {
  padding:4px;
  text-align: left;
}
table.fullWidthTable tr {
  color:#999999;
}
td.devide-line {
  height:3px;
  padding:0px !important;
  background-color:#999999;
}

div#content-selection-wrap {
  border:1px solid #cccccc;
}
div#content-selection {
  border:4px solid #ffffff;
  background-image:url(/images/backoffice/content-selection-bg.gif);
  background-repeat:no-repeat;
  background-repeat:repeat-x;
  background-color:#ffffff;
  padding:4px 8px 4px 8px;
  font-weight:bold;
}
div#content-selection h3 {
  background-image:url(/images/backoffice/selection-h3-bg.gif);
  background-repeat:no-repeat;
  background-position:0px 2px;;
  padding-left:12px;
  color:#666666;
  font:16px/16px Arial, Helvetica, sans-serif;
  font-weight:bold;
}

table.table-sumary td, table.table-sumary th {
  padding:7px;
  margin:0px;
  text-align:right;
}
table.table-sumary tr.table-sumary-head th {
  border-bottom:1px solid #F7931D;
  padding-left:30px;
  text-align:right;
}
table.table-sumary tr.table-sumary-row th {
  border-right:1px solid #F7931D;
}

