div.dashboard *
{
	background:none;
	border:none;
}
div.dashboard th
{
	color:#ec1c24;
	font-size:11px;
	text-align:center;
}
div.dashboard
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#cccccc;
	background-color:#212121;
	border:1px solid #cdcdcd;
	z-index:999;
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 200px;
}

div.dashboard div
{
	padding-top:10px;
}
div.dashboard table
{
	width:90% !important;
	margin:0 auto;
}
div.dashboard td
{
	font-weight:normal;
	font-size:11px;
	text-align:center;
	padding:2px;
	/*cursor:pointer;*/
	color:#313131;
}
div.dashboard td a
{
	color:#cccccc;
}
div.dashboard td.today
{
	background-color:#ec1c24;
}
div.dashboard td.today
{
	color:#FFFFFF;
	font-weight:bold;
}
div.dashboard td.active
{
	color:#FFFFFF;
}
div.dashboard td.valid
{
	color:#FFFFFF;
}
button.dashboard
{
	background:url(../images/event/date_picker.jpg) no-repeat left top;
	height:17px;
	width:17px;
	border:none;
	position:relative;
	top:-2px;
}
div.dashboard caption a {
	cursor: pointer;
	display: block;
	height: 11px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 12px;
	width: 11px;
	color:#FFFFFF;
}
div.dashboard caption a.prev {
	background:url(../images/calendar/datepicker_left.jpg) no-repeat right top;
	left: 15px;
}
div.dashboard caption a.next {
	background:url(../images/calendar/datepicker_right.jpg) no-repeat right top;
	right: 15px;
}
div.dashboard caption {
	text-align: center;
	width: 100%;
	padding-bottom:10px;
}
/*
http://www.electricprism.com/aeron/calendar/_semantic.html

div.dashboard div {

}	

div.dashboard caption {
	font-weight:bold;
	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;
	color:#FFFFFF;
}
div.dashboard caption a.prev {
	background-image: url(dashboard-prev.gif);
	left: 1px;
}
div.dashboard caption a.next {
	background-image: url(dashboard-next.gif);
	right: 1px;
}
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;
}
*/
