input.dashboard,
select.dashboard {
width: 500px;
float:left;
}

button.dashboard {
	background: url('../images/dashboard-icon.gif');
	border: 0;
	height:1px;
	width:1px;
}

button.dashboard:hover,
button.dashboard.active {
background-position: 0 20px;
}

	div.dashboard {
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
	}

	div.dashboard * {
		margin: 0;
		padding: 0;
	}	
	div.dashboard div {
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.dashboard caption {
		color: #000000;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.dashboard caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.dashboard caption a.prev {
		background-image: url('../images/dashboard-prev.gif');
		left: 1px;
	}
	div.dashboard caption a.next {
		background-image: url('../images/dashboard-next.gif');
		right: 1px;
	}
	div.dashboard caption a:hover {
		cursor: pointer;
		background-position: 0 11px;
	}
	div.dashboard caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.dashboard caption span.month {
		padding-right: 8px;
	}
	div.dashboard caption span.month:after {
		content: ',';
	}

	div.dashboard table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.dashboard td,
	div.dashboard th {
		border: 0;
		color: #000000;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.dashboard td {
		color: #c8c8c8;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.dashboard td.invalid {
		color: #858585;
	}
	div.dashboard td.valid {
		color: #2a2a2a;
		cursor: pointer;
	}
	div.dashboard td.active,
	div.dashboard td.hover {
		background:#333333;
		color: #ffffff;
	}