@charset "utf-8";



.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.clearIt {
	clear:both;
	}
/* CSS Document */

#tablelayout h1 {
	text-align: center;
	font-size: x-large;
}

#tablelayout h2 {
	text-align: left;
	font-size: large;
}
#tablelayout {
	text-align: left;
	padding-left: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
body {
	font: 80%, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: #D2DCAB;
	text-align: left;
	width: 800px;
}
textarea {
	width:650px;
	height:150px;
}
.warning {
    font-weight:bold;
	color:#FF0000;
}

textInput {
	width:50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: none;
}
TextField {
	display: inline;
	width: 50px;
	text-align: center;
}

.clearItCopy {
	clear: both;
	vertical-align: middle;
}
.chkRadCopy {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
#Divbox {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: inset;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #009933;
}
.warningCopy {
	font-weight:bold;
	color:#FF0000;
}
.textInputRank {
	width:20px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: none;
	margin-left: 10px;
}
