/*** date picker ***/

.mooCal table {
	font-size: 11px;
	border-collapse:collapse;
	background-color: #854517;
	text-align:center;
	border-spacing: 0;
}

.mooCal table th {
	border-width: 0px;
	width:30px;
	height:20px;
	text-align:center;
	color:#fff
}

.mooCal table th a { color:#fff }

.mooCal table td {
	padding: 0;
	background-color: #fff;
	border:1px solid #ccc

}

.mooCal a {
	color:#000000;
	text-decoration:none;
	display:block;
	line-height:16px;

}

.mooCal a:hover {
	color:#fff;
	background-color:#be7210;
	border:1px solid #be7210;
	text-decoration:none
}

.mooCal .today {
	background-color:#854517;
	color:#fff;
	text-decoration:none !important;
}

.mooCal .selected {
	border:1px solid #CCCCCC;
}

.mooCal .barred {
	text-decoration: line-through !important;
}

.mooCal .selectable {
	color:#854517;
	border:1px solid #854517;
}

