/*	Dashboard CSS	*/

html {
	zbackground-color: #fff;
	zfont: 14px optima, Georgia, Palatino, Times, serif;
	line-height: 1.6;
	zmargin: 30px;
}

.logoutbox {
	position: absolute;
	right: 0px;
	top: 100px;
	float: right;
	background: transparent url('interface_images/logout.gif') no-repeat;
	border: 0;
	width: 60px;
	height: 52px;
	padding: 7px;
	text-align: right;
	color: #000;
	font-weight: bold;
	}

#stepgrid {
	border-collapse: collapse;
	margin: 20px auto;
	padding: 0px;
}

#stepgrid a {
	border: 0px;
	text-decoration: none;
}

h1 {
	border-bottom: 1px solid #999;
	color: #333;
}

p {
	margin: 5px 20px;
}

#stepgrid td, #stepgrid th {
	padding: 3px;
	margin: 0px;
	width: 11%;
	font-size: 80%;
}

th.calendar_week {
	border: 1px solid #006;
	background-color: #339;
	color: #fff;
	white-space: nowrap;
}

th.calendar_weekday1 {
	border: 1px solid #060;
	background-color: #393;
	color: #fff;
}

td.calendar_day1 {
	border: 1px solid #060;
	background-color: #cfc;
}

th.calendar_weekday2 {
	border: 1px solid #660;
	background-color: #882;
	color: #fff;
}

td.calendar_day2 {
	border: 1px solid #660;
	background-color: #ff9;
}

th.calendar_weekday3 {
	border: 1px solid #777;
	background-color: #bbb;
	color: #666;
}

td.calendar_day3 {
	border: 1px solid #777;
	background-color: #fff;
}

th.calendar_weekday4 {
	border: 1px solid #666;
	background-color: #999;
	color: #666;
}

th.calendar_weekly_average {
	border: 1px solid #000;
	background-color: #333;
	color: #fff;
	font-size: smaller;
	font-weight: bold;
}

td.calendar_weekly_average {
	border: 1px solid #000;
	background-color: #eee;
	color: #666;
	font-size: smaller;
	font-weight: bold;
}

#stepgrid td.calendar_day4 {
	border: 1px solid #666;
	background-color: #eee;
}

.edit_pane {
	position: absolute;
	border: 1px solid #444;
	background-color: #eee;
	margin-left: -5px;
	margin-top: -5px;
	text-align: left;
	width: 10em;
}

.edit_pane_header {
	background-color: #444;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.edit_pane_body {
	padding: 8px;
	line-height: 2.5;
}

#stepgrid a { text-decoration: none; font-weight: bold;}

form
{
	margin-bottom: 0px;
}

.goal_label {
	position: absolute; margin-top: -1.2em; font-size: smaller; padding-left: .5em;
}


.graph-box {
	line-height: 0.0;
	text-align: center;
}