
/* Module styles */

#content table.module {
  margin-top: 20px;
  width: 538px;
  /* 100% fails in IE */
}

#content table.module thead tr th {
  font-size: 13pt; 
  font-weight: bold;
  text-align: left;
  padding: 5px 0px;
}

#content table.module tbody tr td {
font-size: 9pt; 
padding: 5px;
}

/* inputs */

#content table.module tbody tr.inp td.label {
  width: 100%;
}

#content table.module tbody tr.inp td.leader {
  white-space: nowrap;
}

#content table.module tbody tr.inp td.field {
  white-space: nowrap;
}

#content table.module tbody tr.inp td.field p {
margin: 0;
padding: 0;
font-size: 7pt; 
}

#content table.module tbody tr.inp td.field p.error {
margin: 0;
padding: 0;
font-size: 10pt; 
color: red;
}

#content table.module table.group td {
padding: 3px 10px 3px 0px;
}

#content table.module table.group table.selectRangeItem td {
padding: 2px;
}



/* help */

#content table.module tbody tr.help {
	display: none;
}

#content table.module tbody tr.help td {
	margin: 0;
	padding: 0;
}

div.help,
#content table.module tbody tr.help div {
background-color: #ffffff;
margin: 0 5px 5px 30px;
border: solid 1px #999;
padding: 5px;
color: #666;
}

#content table.module tbody tr.help div table {
width: 100%;
border-collapse: separate;
border-spacing: 2px;
border: solid 1px #666;
color: #666;
}

#content table.module tbody tr.help div.help p {
color: #666;
}

#content table.module tbody tr.help div.help table td {
background-color: #eee;
padding: 3px;
color: #666;
}

#content table.module tbody tr.nav {
text-align: right;
}


#content table.module tbody tr.field textarea,
#content table.module tbody tr.field select,
#content table.module tbody tr.field input {
border: solid 1px #fff;
}


/* navigation and buttons */

#content table.moduleResult tbody tr.nav td {
text-align: right;
white-space: nowrap;
}

#content table.module tbody tr.inp td.help input,
#content table.module tbody tr.nav td input,
#content table.moduleResult tbody tr.nav td input {
cursor: pointer;
padding: 1px 3px;
}






/* results */

#content table.moduleResult {
  margin-top: 20px;
  width: 538px;
  /* 100% fails in IE */
}

#content table.moduleResult thead tr th.header {
  font-size: 13pt; 
  font-weight: bold;
  text-align: left;
  padding: 5px 0px;
}

#content table.moduleResult thead tr th.subHeader {
  font-size: 13pt; 
  font-weight: bold;
  text-align: left;
  padding: 5px 0px;
}

#content table.moduleResult tbody tr td {
font-size: 10pt; 
padding: 5px 0px;
vertical-align: baseline;
}

#content table.moduleResult tbody tr td li,
#content table.moduleResult tbody tr td p {
padding-left: 5px;
}

#content table.moduleResult tbody tr td.label {
width: 90%;
}

#content table.moduleResult tbody tr td.value {
width: 10%;
white-space: nowrap;
}

#content table.moduleResult tbody tr td span {
white-space: nowrap;
}





/* result tables */

#content tr.table table.Res {
  width: 100%;
}

#content tr.table table.Res thead th {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  color : #FFF; 
  padding: 3px;
  background-color: #3B1B6E; 
}

#content tr.table table.Res td {
  text-align: left;
  background-color: #BFC1DE; 
  font-size: 9pt; 
  padding: 2px;
  white-space: nowrap;
}

#content tr.table table.Res td.RTH {
  font-weight: bold;
  text-align: left;
  background-color: #999CC5; 
  color: white;
}

#content tr.table table.Res td.RTHR {
  font-weight: bold;
  text-align: right;
  background-color: #999CC5; 
  color: white;
}

#content tr.table table.Res td.RTC {
  text-align: left;
}

#content tr.table table.Res td.RTCR {
  text-align: right;
}

#content tr.table table.Res td.RTA {
  font-weight: bold;
  text-align: left;
}

#content tr.table table.Res td.RTAR {
  font-weight: bold;
  text-align: right;
}



/* based on */

#content table.moduleResult thead tr th.basedOn {
  margin: 20px 0px 0px 0px;
  padding: 3px;
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  background-color: #BFC1DE;
}

#content table.moduleResult tbody tr.inp td.label {
  white-space: nowrap;
}

#content table.moduleResult tbody tr.inp td.value {
  width: 1%;
  white-space: nowrap;
}

#content table.moduleResult tbody tr.inp td.longvalue {
}






/* more info */

#content tr.info table.info {
  width: 100%;
  border: solid 1px #8B0A50;
}

#content tr.info table.info thead th {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  color : #FFF; 
  padding: 3px;
  background-color: #8B0A50; 
}

#content tr.info table.info td {
  text-align: left;
  background-color: #FFE4E1; 
  color: #8B0A50;
  font-size: 10pt; 
  padding: 3px;
}



/* debug */

.TplDebug {
  font-size: 10px; 
  color : #666; 
}

