
/*** CSS default ***/
/*----------------------------------------------+
+ Calendar Mootools                             +
+----------------------------------------------*/

button.dashboard {
	background: url(calendar/dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	height: 20px;
	margin: 0 10px 0 2px;
	padding: 0;
	width: 20px;
	position: relative;
	top: -3px;
}

button.dashboard:hover,
button.dashboard.active {
	/*background-position: 0 20px;*/
}

div.dashboard {
	background: url(calendar/dashboard.gif);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
div.dashboard * {
	margin: 0;
	padding: 0;
}	
div.dashboard div {
	background: none !important;
	cursor: move;
	height: 165px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	
	
div.dashboard caption {
	/*color: #FFFFFF;*/
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right:20px;
	text-align: right;
	width: 100% !important;
}
div.dashboard caption a {
	cursor: pointer;
	height: 11px;
	overflow: hidden;
	text-indent: -100px;
	top: 13px;
	width: 11px;
}
div.dashboard caption a.prev {
	background-image: url(calendar/dashboard-prev.gif);
	background-repeat: no-repeat;
	background-position: center center;
	left: 1px;
}
div.dashboard caption a.next {
	background-image: url(calendar/dashboard-next.gif);
	background-repeat: no-repeat;
	background-position: center center;
	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;
}
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 12px Arial, Helvetica, sans-serif;
	height: 19px;
	text-align: center;
	width: 21px;
}
div.dashboard td {
	/*color: #333;*/
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
}
div.dashboard td.invalid {
	color: #a5a5a5;
}
div.dashboard td.valid {
	/*color: #FFF;*/
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
div.dashboard td.active,
div.dashboard td.hover {
	color: #6F6F6F;
	cursor: pointer;
	text-decoration: underline;
}

input.dashboard
{
	width:110px;
}

