div.dashboard{
	margin-top: -5px;
}
	div.dashboard th,
	div.dashboard td{
		font-weight: normal;
		width: 20px;
		text-align: center;
	}
	div.dashboard th{
		padding-bottom: 8px;
	}
	div.dashboard h3{
		/*width: 40px;*/
	}
	div.dashboard .prev,
	div.dashboard .next{
		display: none;
	}
	div.dashboard caption{
		text-align: center;
	}
	div.dashboard table{
		margin-top: 2px;
	}
	div.dashboard td{
		color: #c2b39d;
		padding: 2px;
		height: 1em;
		line-height: 1em;
	}
	div.dashboard td.valid{
		color: #5c554a;
	}
	div.dashboard td.invalid{
		background-color: #64676b;
		color: #fff;
		cursor: default;
	}
	div.dashboard td.today{
		
	}
	
