/* ACCOUNT-SPECIFIC STYLES */

#account {
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0;
}
#account ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#account li {
	margin: 0;
	padding: 0 3px;
	display: inline;
}
#account li a, #account li a:hover {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
#account li a:hover, #account li a.over {
	color: #F26522;
}

/* LEGACY STYLES */
.darkBG {
}
.cellRowTitle {
}
.cellRowContents {
	color: #999;
	font-size: 11px;
}
.cellTitle {
	text-transform: uppercase;
	font-size: 12px;
	color: #F26522;
	font-weight: bold;
}
.error {
	color: #f00;
	font-weight: bold;
}
.hdr1 {
	font-size: 20px;
	font-weight: bold;
	color: #F26522;
	border-bottom-width: 1px solid #F26522;
}
.hdr2 {
	font-size: 14px;
	font-weight: bold;
	color: #F26522;
}

.hdr1pit {
	font-size: 20px;
	font-weight: bold;
	color: #346602;
	border-bottom: 1px solid #346602;
}
.hdr2pit {
	font-size: 14px;
	font-weight: bold;
	color: #346602;
}
.TDlinebottom {
	border-bottom: 1px dotted, #ccc;
}
.thanks {
	font-size: 13px;
	color: #FFFFFF;
	background: #006600;
	padding: 2px;
	font-weight: bold;
}
.graySmall {
	font-size: 11px;
	color: #888888;
}