@charset "utf-8";
/* CSS Document */
/* Form Data Auto - for auto generated form from query
   ************************************ */
html{overflow-y:scroll}

.section-index {
	margin: .5em .5em 0 .5em;
	padding: .5em;
	font-size:1.1em;
}
.section-wdtable {
  width:90%;
  
	margin: 0 auto;
	font-size:1.0em;
  background-color: #fff;
}
.section-wdtable table {
    border: 2px solid #000;
}
.section-wdtable th {
  text-align: left;
  background-color: #ccc;
}

.pagetitle-basic    {
	margin: .5em .5em 0 .5em;
	padding: .3em;
	background-color:#002b49;
	color:#fff;
	font-size: 1.3em;
}
.pagesubtitle-basic    {
	padding: .3em;
	background-color:#002b49;
	color:#fff;
	font-size: 1.2em;
}

#filterdiv {
	display:none;
}

/* Extensions to base.css */
.mymsgbar {
	float:right; font-size:1em; margin-right:1em;
}
.pagetitle-basic a, .pagesubtitle-basic a {
	color:aqua;
	/*color: #b31b1b;*/
	/*text-decoration: none;*/
}
.pagetitle-basic a:visited, .pagesubtitle-basic a:visited {
	/*color: #b37474;*/
}
.pagetitle-basic a:hover, .pagesubtitle-basic a:hover {
	color: #f00;
}
.pagetitle-basic a:active, .pagesubtitle-basic a:active {
	color: #e5cfcf;
}
.divsize {
  min-height:53px;
}
.form-basic .byfour {
	min-width: 50px;
	max-width: 205px;
}
.form-basic .byfourradio {
	min-width: 50px;
	max-width: 205px;
	margin-left:0;
}
.form-basic .bythree {
	min-width: 50px;
	max-width: 136px;
}
.form-basic .bytwo {
	min-width: 50px;
	max-width: 415px;
}

.form-basic .byfull {
	min-width: 50px;
	max-width: 100%;

}
.form-basic .bynotice {
	min-width: 50px;
	width:100%;
  clear:both;
/*  font-weight: bold; */
  padding:3px;
  background-color: #080e2f;
  color:#fff;
}

.form-basic .labelright {
  text-align: right;
}

/* Old production style css */
.myfieldtxtfull
 {
	display:block;
	clear:both;
}
.myfieldtxtfull label {
				width: 98%;
				text-align: left;
		display:inline;
		margin:0px 4px 5px 5px;
		text-decoration:underline;
}
.myfieldtxtfull span {
				width: 100%;
				text-align: left;
		margin-left:10px;
}

.myfieldtxt textarea {
				width: 410px;
		margin:4px;
		display:block;
		padding-bottom:4px;
}
.myfieldtxtfull textarea, .myfieldtxtfull input  {
				width: 98%;
		margin:0px 4px 5px 5px;
		display:block;
	/*	padding-bottom:4px;*/
}


