/* for the overall table */
table.pricetable {
	border-collapse: collapse;
	width: 80%;
	margin: 0 auto;
	border: solid 2px #000;
}
table.pricetable tr.rowhover:hover {
	background-color: #FFAA00;
}
table.pricetable th.topth .smallitalic {
	font-style: italic;
}
table.pricetable td, th {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 2px 6px;
}
table.pricetable th.topth {
	color: #000000;
	text-align: center;
}
table.pricetable td {
	text-align: center;
}
table.pricetable th.thleft {
	text-align: left;
	padding-left: 30px;
}
table.pricetable td.regiontext {
	text-align: left;
	font-weight: bold;
	border-top: solid 2px #000;
}

/* for the elevator tables */
table.elevatetable {
	border-collapse: collapse;
	width: 94%;
	margin: 0 auto 12px auto;
	border: solid 3px #000;
}
table.elevatetable tr.q4 {
	border-bottom: solid 2px #000000;
}
table.elevatetable td, th {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 2px 6px;
}
table.elevatetable th, table.elevatetable td.year, table.elevatetable td.year-q {
	background-color: #E1D790;
}
table.elevatetable th.topth {
	color: #000000;
	text-align: center;
}
table.elevatetable td {
	text-align: center;
}

table.elevatetable th.q4 {
	border-bottom: solid 2px #000000;
}

table.elevatetable th.eb {
	border-left: solid 2px #000;
}
table.elevatetable td.eb {
	border-left: solid 2px #000;
}
table.elevatetable tr.rowhov:hover, table tr.rowhov:hover {
	background-color: #E1D790;
	font-weight: bold;
}
table.elevatetable td.year {
	font-weight: bold;
	border-right: solid 2px #000000;
}
table.elevatetable td.year-q {
	font-weight: bold;
	border-right: solid 1px #999999;
}
/* Page top items */
#topcontainer {
	width: 100%;
	height: 80px;
}
#lefttop {
	width: 500px;
	float: left;
	padding: 0 16px 16px 0;
}
#righttop {
	width: 220px;
	float: left;
	text-align: right;
	padding: 0 0 16px 0;
	height: 20px;
}
#pagecontainer-prices {
	width: 80%;
	margin: 12px auto;
}
#pagecontainer-prices h2 {
	text-align: center;
	padding: 6px 0 12px 0;
}
#expected {
	width: 80%;
	clear: both;
	padding: 12px 0;
	margin: 12px auto;
	text-align: center;
}
#leftcol-prices {
	width: 422px;
	float: left;
	padding-right: 16px;
	margin-bottom: 16px;
	clear: both;
}
#rightcol-prices {
	width: 502px;
	float: left;
	padding-left: 16px;
	margin-bottom: 16px;
	border-left: solid 1px #000;
}
#rightcol-prices table.elevatetable {
	padding: 12px 0;
	margin: 0;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
#rightcol-prices h2 {
	text-align: center;
	padding-bottom: 6px;
}
#rightcol-prices p.centertext {
	padding-bottom: 6px;
	margin: 0;
}
table.search {
	border: solid 1px #000;
}
table.search td {
	padding: 8px;
}
#weekly {
	clear: both;
	text-align: center;
	margin: 0 24px 18px 24px;
}

#glide {
	width: 98%;
	padding: 16px 0;
	margin: 0 auto;
	clear: both;
}
.button-cap {
	width: 160px;
	text-align: center;
	font-style: italic;
	line-height: 18px;
	float: right;
	margin: 12px 0 0 12px;
}
.button-cap img {
	padding-bottom: 9px;
	background-color: #FFF;
	border: 0;
}
select#selectarea {
	padding: 0;
	margin: 0;
}
table.recent {
	width: 100%;
	border: solid 1px #000;
	border-collapse: collapse;
	margin: 0 auto;
}
table.recent th, table.recent td {
	border: solid 1px #999;
	border-collapse: collapse;
	padding: 2px 4px;
	text-align: center;
}
table.recent th {
	background-color: #E1D790;
}
table.recent th.area {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
}
table.recent th.type {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}
table.recent tr.rowhov:hover {
	background-color: #E1D790;
	font-weight: normal;
}
.button-cap {
	width: 160px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	float: right;
	margin: 0 0 18px 18px;
	
}
.button-cap img {
	padding-bottom: 9px;
	background-color: #FFF;
	border: 0;
}
#top-container {
	padding: 0 0 18px 0;
	border-bottom: solid 1px #000;
	margin-bottom: 18px;
}
#left-focus {
	float: left;
	width: 462px;
	padding-right: 12px;
}
#right-focus {
	float: right;
	width: 463px;
	padding-left: 12px;
	border-left: solid 1px #000;
}
#focusform {
	clear: both;
	margin: 36px auto 24px auto;
	padding: 16px 12px;
	width: 700px;
	border: solid 1px #000;
}
#focusform table {
	margin-bottom: 12px;
}
