/*  header CSS document
    Contains styles for header and footer.
    12/11/2008 KJ, updated to allow up to 1024px in width.
*/

/* Define a standard for display with no form */
.stdnoform {
	font-size: 90%;
	display:block;
}

.stdnoform .secDataRow .dataLbl {
  float: left;
  width: 30%;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
	display:inline-block;
}

.stdnoform .secDataRow .lbltxtbox {
  float: left;
  width: 30%;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
	margin-bottom: 5px;
	display:inline-block;
}

.stdnoform .secDataRow .textbox {
	width: 50%;
	min-height:50px;
	/*max-height:100px;
	overflow:auto;*/
	display:inline-block;
	border: 1px solid #999;
}

.stdDataRow{
	padding: .25em 0 .25em 0;
}
.stdDataRow .label{
	text-align: right;
	padding-right: .25em;
	font-weight: bold;
	vertical-align:top;
}
.stdDataRow .data{
	text-align: left;
	padding-left: .25em;
	vertical-align:top;
}
.stdDataRow .label, .labellft, .stdDataRow .data, .stdDataRow .column{
	display: inline-block;
}
.noWrap {
	white-space: nowrap;
}

.noBold {
	font-weight: normal;
}
.onePer .label{
	width: 30%;
}
.onePer .data{
	width: 65%;
}

.onePer .labellft{
	width: 34%;
	text-align:left;
	font-weight: bold;
}

.twoPer .label{
	width: 20%;
}
.twoPer .data{
	width: 27%;
}

.twoPer .largeData{
	width: 50%;
	display: inline-block;
}

.twoPer .column{
	width: 46%;
}
.stdDataRow .textbox {
	width: 60%;
	min-height:50px;
	display:inline-block;
	border: 1px solid #999;
	padding: 5px 5px 5px 5px;
}

.clearboth {
	clear: both;
}

fieldset.sectitle {
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

fieldset.sectitle legend {
  font-size: 105%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0;
}

fieldset.subsectitle {
  clear: left;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 10px 0 0 0;
}

fieldset.subsectitle legend {
  font-size: 100%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0;
}

fieldset.subsecnoborder {
  clear: left;
  border-color: #000000;
  border-width: 0 0 0 0;
  border-style: none none none none;
  padding: 10px;
  margin: 10px 0 0 0;
}

fieldset.subsecnoborder legend {
  font-size: 100%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0;
}