/*
These are page polish styles.
*/
.red_text { color: red; }
.blue_text {
	color: #2b384f;
}
div.gi-bill-text blockquote {
	margin: 20px 0 20px 60px;
	padding: 0;
	background: transparent none;
	color: inherit;
}
blockquote {
	margin: 20px 80px;
	padding-top: 10px;
	background: url(../images/quote.gif) left top no-repeat;
	color: #909eb1;
}
ul.littlechecks {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.littlechecks li {
	margin: 8px 0 0 0;
	padding: 0 0 0 30px;
	background: url(../images/little-check.gif) 0px 0px no-repeat;
	min-height: 15px;
}
ul.checkmarks {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.checkmarks li {
	margin: 8px 0 0 0;
	padding: 0 0 0 100px;
	background: url(../images/greencheck.jpg) 15px 11px no-repeat;
	min-height: 65px;
}
table.two-columns {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}
table.two-columns td {
	vertical-align: top;
}
table.two-columns td.sidebar {
	width: 220px;
	padding-right: 20px;
}
td.sidebar blockquote {
	margin-right: 0px;
	margin-left: 0px;
}
table.comparison {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}
table.comparison thead td.oldbill,
table.comparison thead td.newbill {
	vertical-align: bottom;
}
table.comparison thead td {
	font: bold 14px/17px Arial,sans-serif;
	color: #2b384f;
	border-bottom: 1px solid #d9d9d9;
}
table.comparison tbody td {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0px;
	font: normal 14px/17px Arial,sans-serif;
	color: #666666;
}
table.comparison tbody .oldbill {
	background: #eeeeee;
}
table.comparison tbody .newbill {
	background: #6f82a3;
}
table.comparison td.oldbill,
table.comparison td.newbill {
	width: 106px;
	vertical-align: middle;
	text-align: center;
}
table.comparison td.break {
	width: 10px;
}
div.help-1-button-bg {
	background: white url(../images/help-1-button-bg.gif) left top no-repeat;
	margin-left: -5px;
	padding: 43px 0 39px 40px;
}
div.help-2-button-bg {
	background: white url(../images/help-2-button-bg.gif) left top no-repeat;
	margin-left: -5px;
	padding: 43px 0 39px 40px;
}
div.help-1-button-bg table,
div.help-2-button-bg table {
	border: 0 none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
div.help-1-button-bg td,
div.help-2-button-bg td {
	width: 401px;
	padding-top: 7px;
	vertical-align: top;
}
div.help-1-button-bg td.button,
div.help-2-button-bg td.button {
	padding-top: 0px;
	width: 276px;
}
div.help-2-button-bg tr.spacer td {
	padding-top: 0px;
	height: 43px;
}
table.stimulus {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
}
table.stimulus caption {
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 12px;
}
table.stimulus tr.odd th,
table.stimulus tr.odd td {
	background: #daeafa;
}
table.stimulus tbody th {
	white-space: nowrap;
}
table.stimulus tbody th,
table.stimulus tfoot th {
	font-weight: bold;
	text-align: left;
}
table.stimulus tbody td {
	text-align: right;
	padding-left: 6px;
}
table.stimulus tfoot td {
	font-weight: bold;
	text-align: right;
	padding-left: 6px;
}