label {
	font-size: 1.2em;
	display: block;
	float: left;
	width: 70px;
	text-align: right;
	color: #c67559;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
}
legend {
	font-size: 1.4em;
	padding-right: 3px;
	padding-left: 3px;
	color: 333333;
	font-weight: bold;
}
.chart-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 8px;
	margin-bottom: 8px;
}
.chart-rollover:hover {
	background-color: #EBEBEB;
}


.chart-title {
	background-image: url(/themes/cleanstyle/images/header-gradient.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	width: 33%;
	font-size: 1.4em;
}
.chart-title a {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
	color: #333333;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.chart-title a:hover {
	text-decoration: underline;
}

.chart-left {
	font-size: 1.3em;
	background-color: #EBEBEB;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 34%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.chart-basic {
	font-size: 1.3em;
	text-align: center;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.chart-basic a {
	text-decoration: none;
	display: block;
	color: #333333;
}
.chart-basic a:hover {
	text-decoration: underline;
}
.chart-deluxe {
	font-size: 1.3em;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	width: 33%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.chart-deluxe a {
	text-decoration: none;
	display: block;
	color: #333333;
}
.chart-deluxe a:hover {
	text-decoration: underline;
}
.login-link {
	font-size: 1.2em;
	color: #c67559;
	text-decoration: none;
}
.login-buttons {
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
}
