table.calendar {
	line-height: 15px;
	margin: 4px 0 0px 15px; /* t r b l*/
	padding: 0;
	float: left;
	display: block;
	width: 94%;
}
table.calendar td {
	/*border: 1px solid #ccc;*/
	font-weight: normal;
	font-size: 11px;
}
table.calendar table {
	margin: 0;
	padding: 0;
	width: 95%;
	border-bottom: 0px dotted #000;
}
table.calendar th {
	/*text-align: center;*/
	padding: 8px 0 0 0;  /* t r b l*/ 
	text-transform: capitalize;
}
.idActionPrevMonth, .idActionNextMonth {
	font-size: 12px;
	/*font-weight: bold;*/
}
.descHeader table {
	width:100%;
	border-bottom: 1px dotted #000 !important;
}

table.prizes {
	line-height: 15px;
	margin: 4px 0 20px 15px; /* t r b l*/
	padding: 0;
	float: left;
	width: 91%;
}
table.prizes td {
	margin: 0; /* t r b l*/
	padding: 10px 0 2px 0;
	vertical-align: top;
}
table.offers {
	line-height: 15px;
	margin: 4px 0 0 15px; /* t r b l*/
	padding: 0;
	float: left;
	width: 91%;
}
table.offers td {
	margin: 0; /* t r b l*/
	padding: 10px 0 2px 0;
	vertical-align: top;
}


/******* Basic *******/
legend {
	padding:  2px 5px;
}
.actionLink {
	cursor: pointer;
}
.cell {
	/*text-align: center;*/
	width:    40px;
	height:   26px;
	font-weight: normal;
	/*cursor:    pointer;*/
}
.wrongMonth {
	visibility: hidden;
	opacity: 0.0;
}
.today {
	font-weight: bold !important;
}
.booked {
	/*color: #B5D8FF;*/
	color: #6699ff;	
	font-weight: bold !important;
}
.monthHeader table {
	width:100%;
	border-top: 1px dotted #000 !important;
	border-bottom: 1px dotted #000 !important;
}
.monthHeader table td {
	width:30px;
	padding: 6px 0 6px 0; /* t r b l*/
}
.monthHeader td.monthTitle {
	width:75%;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	text-transform: capitalize;
}
