@charset "utf-8";
* {padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 2%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.oneColFixCtrHdr #container {
	min-width: 960px;
	margin: 0 auto;
	text-align: left;
}

.oneColFixCtrHdr #header {
	background-color: #CCCCCC;
	background-image: url(../images/banner8.jpg);
	height: 100px; 
	background-repeat: no-repeat;
	width: 99.8%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-left-color: #990000;
}



.stuff  {
	position:relative;
/*	overflow:auto;
	height: 500px;
	width: 1000px;*/
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.oneColFixCtrHdr #header h1 {
	font-size: 40px;
	font-weight:bold;
	margin-left: 180px;
	margin-top: 50px;
	margin-bottom: 0;
	font-family:"Times New Roman", Times, serif;
	color: #660000;
}

.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-color: #eeeeee;
	width: 99.8%;
	clear:none;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
	margin: 0px auto;
}

.oneColFixCtrHdr #footer {
	font-size: 100%;
	clear:both;
	color: #FFFFFF;
	width: 99.8%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
	background-color: #990000;
	border-top-width: 1px;
	border-top-color: #990000;
	border-bottom-color: #990000;
	padding: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #footer p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#nav {
	background-color: #cccccc;
	width: 99.8%;
	float: left;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-left-color: #990000;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

h2 {
	font-size: 120%;
	line-height: normal;
	font-weight: bold;
	margin: 0.1em;
	padding: 0.1em;
	color: #990000;
	font-family:Arial, Helvetica, sans-serif;
}
.fltrt {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	padding-left: 20px;
}
.fltrt_image {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.fltlft_image {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.fltrt_image-wrapper {
	display: none;
	float: right;
	width: 220px;
	height: 220px;	
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 10px;
}

.layout {
font-size: 10px;
}

textarea {
	border:none
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 100%;
}

textarea.expanding {
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea.hidden {
	display:none;
}



input {
	background-color: #eeeeee;
	color: #000000;
	font-weight: normal;
}

input[type="text"] {
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 3px 1px 3px;
	font-size: 100%;
}

input[type="password"] {
	background-color:#ffffff;
	padding: 1px 3px 1px 3px;
	font-size: 10pt;
}

input[type="radio"] {
	background-color:#cccccc;
}



input.numresponse {
	text-align: right;
}	


input.numericoutputlarge {
	background-color: #FFFFFF;
	text-align: right;
	font-size: 200%;
}

#apDiv1 {
	float:right;
	width:200px;
	height:30px;
	z-index:1;
}

#logoDiv1 {
	float:right;
	top:2px;
	width:200px;
	height:100px;
	z-index:1;
}

.messageDiv {
	display:block;
	position:absolute;
	left: 200px;
	top: 50px;
	right: 200px;
	height: 60px;
	border: solid 2px #006600;
	background-color: #BAFCC2;
	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */
	color:#000000;
	font-weight: bold;
	font-size:120%;
	text-align:center;
	padding: 5px;
}


input.submit {
	background-color: #cccccc;
	border-bottom: solid 2px #990000;
	border-right: solid 2px #990000;
	border-top: solid 1px #990000;
	border-left: solid 1px #990000;
	color: #660000;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	font-weight: bold;
}

input.submit:hover {
	background-color: #eeeeee;
}

input[type="button"] {

	background-color: #cccccc;
	border-bottom: solid 2px #990000;
	border-right: solid 2px #990000;
	border-top: solid 1px #990000;
	border-left: solid 1px #990000;
	padding-left:6px;
	padding-right:6px;
	color: #660000;
	padding-top: 3px;
	padding-bottom: 1px;
	font-weight: bold;
	text-align:left;
}

input[type="button"].save {
    background-image:url(osave.png);
	height: 16;
	background-repeat:no-repeat;
	background-position:center;
}

input[type="button"].saveactive {
    background-image:url(save.png);
	height: 16;
	background-repeat:no-repeat;
	background-position:center;
}

input[type="button"].delete {
    background-image:url(del.png);
	height: 16;
	background-repeat:no-repeat;
	background-position:center;
}

input[type="button"].nextbutton {
	background-image: url(next.png);
	background-repeat: no-repeat;
	background-position:center;
}

input[type="button"]:hover {
	background-color: #eeeeee;
}

tr.active td{ 
	visibility: visible;
}


tr.hidden {
	visibility:hidden;
}

tr.hide {
	display: none;
}	

tr.show {
}	


label {
}

label.hidden {
	display: none;
}


input.hidden {
	display: none;
}	

.greyback {
	background-color:#CCCCCC;
}

.lowpar {
	margin: 0;
	padding: 4px 4px 2px 4px;
	background-color:#FF9900;
	border-style:solid;
	border: 1px;
	border-color:#990000;
}

.tablike {
	padding: 4px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #cccccc;
	list-style: none;
	border-right: solid 1px #990000;
	color: #660000;
	border-top: solid 1px #990000;
	border-bottom: solid 1px #990000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/cornertab.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.error {
	background-color:#990000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 95%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}	

.hidediv {
display:none;
}	

.showdiv {
display:inline;
}	

input[type=button].textbutton {
padding-top:2px;
padding-bottom:2px;
width:350px;
text-align:left;
}

.textbutton:hover {
background-color:#FFFFFF;
}

.underline {
text-decoration:underline;
font-size:120%;

}

.padded {
	padding: 10px;
}	
