@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 2px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
}

p, td, th {
	font-size: 12px;
	padding: 6px 0;
	line-height: 18px;
	color: #343434;
}
a {
	color:#336100;
	text-decoration:underline;
}
th {
	color:#FFFFFF;
}
td, th {
	padding:6px;
}
ul, ol {
	font-size: 12px;
	margin: 8px 0;
}

ul li, ol li {
	font-size: 12px;
	line-height: 18px;
	color: #343434;
	list-style: square;
	margin-left: 25px;
	padding-bottom: 5px;
}

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

#quoteBox {
	width:auto;
	height:auto;
	padding:10px;
	border:1px solid #D9D8D8;
	display:inline-block;
	margin-bottom:10px;
}
input.text {
	font-size: 12px;
	width: 150px;
	line-height: 22px;
	height: 22px;
	color: #434343;
	padding: 0 4px;
	border: 1px solid #D9D8D8;
	float:left;
	margin-top: 3px;
}

input.submit {
	background: url(small-button.gif) no-repeat;
	width: 92px;
	height: 31px;
	float:left;
	display: block;
	font-size: 11px;
	font-weight: 800;
	color: white!important;
	text-shadow: 1px 1px 1px #37540E;
	line-height: 31px;
	text-align: center;
	margin:0 0 0 10px;
}
input.submit:hover {
	color: #37540E!important;
	text-shadow: 1px 1px 1px white!important;
}
.clear {
	clear:both;
	height:1px;
}
#divider {
	clear:both;
	height:5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CFCFCF;
}
th.headerRow {
	background-color:#529B00;
}
td.rowOn {
	background-color:#dedede;
}
td.rowOff {
	background-color:#ccc;
}