body {
	background-color: white;
	font-family: arial, sans-serif;
	}

.appbox
	{ 
	background-color: #eeeeee; 
	padding: 15px; 
	margin: 10px;

	text-align: left;
	}

table.grid {
	margin-top: 10px;
	padding: 0px; 
	border-collapse: collapse !important;
	border: solid black 2px !important;
	}

table.grid tr.element {	
	border-top: solid black 2px !important;
	}

table.grid th, table.grid td {
	font-size: 12px;
	border: solid black 1px !important;
	padding: 5px;
	}
table.grid thead th {
	text-align: left;
	}
table.grid thead td {
	border: 0px !important; 
	}

.lineabove td, .lineabove th {
	border-top: solid black 1px;
	}

.odd {
	background-color:#D0D0D0;
	}

.ApplicationForm 
	{ 
	border: solid black 1px; 
	background-color: #eeeeee; 
	margin: 0px 0px 20px 10px;
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	padding: 0px;
	}

.ApplicationForm ul.normal li {
	padding: auto;
	margin: auto;
	border: none;
	list-style: circle; 
	}
.ApplicationForm li {
	padding: 3px 10px;
	list-style: none;
	margin: 0px;
	border-bottom: solid #aaa 1px;
	}

.ApplicationForm li > label {
	display: -moz-inline-box; 
	display: inline-block;
	width: auto !important;
	width: 250px; 
	min-width: 250px;
	}

.ApplicationForm li table.ordertable label {
	width: auto;
	display: inline; 
	}

.ApplicationForm li select {
	margin-left: 3px;
	}

span.admintext {
	display: -moz-inline-box;
	display: inline-block;
	}

fieldset {
	border: none;
	}

fieldset.groupset legend {
	font-weight: bold;
	color: black;
	font-weight: normal;
	margin-left: -13px !important; /*IE trick: Firefox/Mozilla renders !important */
	margin-left: -9px; /* and IE renders this one */
	}

fieldset.groupset ol
	{
	padding-left: 0px;
	margin-left: 0px;
	}

fieldset.oneline li {
	display: inline;
	}

fieldset.groupset li {
	list-style: none;
	padding: 1px 5px;
	margin: 0px;
	border-bottom: 0px;
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	}

fieldset.groupset li label {
	display: -moz-inline-box; 
	width: 100px;
	}

fieldset.radiogroup li label{
	display: inline; 
	width: auto;
	border: solid black 1px;
	}

fieldset.oneline li label {
	display: inline;
	width: auto;
	}

.submit { 
	text-align: center; 
	} 

TR#title { font-weight: bold; vertical-align: middle; } 
TR#subtitle { font-size: 10px; }

.right {
	float: right; 
	}

.apppage {
	display: none; 
	}

.printonly {
	display: none; 
	height: 0px; 
	}

.gridlinks {
	text-align: right; 
	font-style: italic;
	}

.reminder {
	float: right; 
	}

.statusimage {
	}

p.response {
	border: solid #aaa 1px; 
	padding: 5px;
	background: white;
	}

table.ordertable {
	border: 1px solid black;
	background: #EFECDF;
	}

table.ordertable th {
	text-align: left; 
	border-bottom: 1px solid #aaa;
	padding: 4px;
	}
	
table.ordertable td {
	padding: 4px;
	}
table.ordertable tr.odd td {
	background-color: #D7D4C9; 
	}

.ApplicationForm li fieldset.radiogroup label, .ApplicationForm li table.orderTable td label
	{
	display: inline;
	width: auto;
	}

.ApplicationForm * {
	font-size: 12px;
	}
h1 
	{
	text-align: center;
	font-size: 18px;
	}

h2 
	{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	}

.required 
	{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	}

li div.error {
	text-align: center;
	font-weight: bold;
	}
li div.error strong {
	color: red;
	font-size: 14px; 
	}

#header {
	position: absolute; 
	top: 0px;
	left: 0px; 
	width: 782px;
	}
#header a img {
	border: 0px; 
	}

#footer {
	position: absolute;
	left: 0px; 
	bottom: 0px; 

	width: 100%;

	font-size: 10px;
	text-align: center;
	background: white;
	}
#page {
	position: relative;
	}

div.important
	{
	border: 1px solid #f00;
	background-color: #fbb;
	padding: 7px;
	}
#content {
	background-image: url(/includes/bg.png);
	background-repeat: repeat-y;
	position: absolute; 
	left: 0px; 
	top: 135px;
	padding-top: 10px;
	padding-left: 182px;
	padding-bottom: 50px;
	}

/* IE5 box width hack */
#content {
	width:782px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 600px;
	box-sizing: content-box;
	}

@media print {
	#menu1 
		{ 
		display: none; 
		}
	#content 
		{ 
		position: relative;
		top: 0px; 
		background-image: none; 
		padding-left: 0px; 
		width: 98% 
		}

	.site_info a:link
		{
		text-decoration: none; 
		color: black;
		}

	#footer, #header
		{ 
		position: relative; 
		}
	}

