/* General Text Definitions */

header {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #666666;
}

.Subheader {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #8D816D;
}

.location {
	font-size: 11px;
	font-weight: bold;
	color: #252D3A;
}

/* Tabular Data Style */
.tableheader {
	background-color: #FC6E00;
	font-weight: bold;
	color: #FFFFFF;
}

.hotred {
	background-color: #CC0000;
	font-weight: bold;
	color: #FFFFFF;
}

.arrows {
	background-color: #DDD7C5;
}

.regular1 {
	background-color: #EADDBE;
}
.regular1-bold {
	background-color: #F7F7EA;
	font-weight: bold;
}
.regular2 {
	background-color: #EEE8DA;
}
.vertt  {
	writing-mode: tb-rl;
	filter: flipv fliph;
	color: #FFFFFF;
}
.totals {
	background-color: #5E5E5E;
	font-weight: bold;
	color: #FFFFFF;
}

.hotlist-head { background-color: #4B5B75 }
.hotlist { background-color: #9AA3B2 }
.selected { background-color: #F4F1D7 }
.sorted { background-color: #FFFFFF }


.square { background-color: #FFFFFF; border: 1px solid #727272; margin: 2; padding: 2 5 2 2; }
.tableheader2 { background-color: #BEBEBE; font-weight: bold }
.regular3 { background-color: #F5F5F5 }


