	select.dashboard {
		width: 149px;
	}
	button.dashboard {
		background: url(../images/dashboard-icon.gif);
		border: 0;
		cursor: pointer;
		height: 20px;
		margin-right: 10px;
		margin-left:2px;
		width: 20px;
		h: expression(onmouseover=new Function("this.style.backgroundPosition='0 20px';"),
	                  onmouseout=new Function("this.style.backgroundPosition='0 0 px';"));
	}
	button.dashboard:hover,
	button.dashboard.active {
		background-position: 0 20px;
	}

	div.dashboard {
		background: url(../images/dashboard.jpg);
		height: 175px;
		padding: 0 12px;
		text-align: center;
		width: 147px;
	}	
	div.dashboard div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 8px;
		position: relative;
		width: 147px;
	}	
	
	div.dashboard caption {
		color: #26ADE4;
		font: normal 10 verdana;
		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;		
		h: expression(onmouseover=new Function("this.style.backgroundPosition='0 11px';"),
	                  onmouseout=new Function("this.style.backgroundPosition='0 0 px';"));
	}
	div.dashboard caption a.next {
		background-image: url(../images/dashboard-next.gif);
		right: 1px;
		h: expression(onmouseover=new Function("this.style.backgroundPosition='0 11px';"),
	                  onmouseout=new Function("this.style.backgroundPosition='0 0 px';"));
	}
	div.dashboard caption a:hover {
		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: #999;
		font: normal 10px verdana;
		height: 19px;
		text-align: center;
		width: 21px;
		padding-top:0px;
		margin:0px;
	}
	div.dashboard td {
		color: #333;
		font-size: 10px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
		padding-top:0px;
		margin:0px;
	}
	div.dashboard td.invalid {
		color: #666;
		padding-top:0px;
		margin:0px;
	}
	div.dashboard td.valid {
		color: #FFF;
		cursor: pointer;
		h: expression(onmouseover=new Function("this.style.color='#26ADE4';"),
	                  onmouseout=new Function("this.style.color='#FFF';"));
		padding-top:0px;
		margin:0px; 
	}
	div.dashboard td.active,
	div.dashboard td.hover {
		color:#26ADE4;
		cursor: pointer;
	}
