
input.calendarIcon{
	padding-left:0px;
	padding-right:0px;
	width:20px;
	background-image:url(../../../img/themes/red-dress/img_calendar.gif);
	background-repeat:repeat;
	background-position:center center;
	cursor:pointer;
}
input.calendarIcon.disabled{
	background-image:url(../../../img/themes/red-dress/img_calendar_disabled.gif);
	cursor:auto;
}
table.calendar,
table.calendar table {
	margin:0;
	border:0;
	border-collapse:collapse;
	padding:0; 
	empty-cells:show;
	page-break-inside:avoid;

}
table.calendar {
	border:1px solid #666666;
	background-color:#FFFFFF;
}
table.calendar th,
table.calendar td {
	margin:0;
	border:0;
	padding:0;
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:10px;
	text-align:center;
}
table.calendar table {
	width:100%;
}
table.calendar table th,
table.calendar table td {
	padding:1px;
}
table.calendar table th {
	font-weight:bold;
}
table.calendar table.months {
	border-bottom:1px solid #990000;
	border-collapse:separate;
	border-spacing:0px;
	background-color:#990000;
}
table.calendar table.months th {
	border:1px solid #990000;
	padding:1px;
	width:26px;
	background-color:#990000;
	font-size:10px;
}
table.calendar table.months th.month {
	color:#FFFFFF;
	cursor:pointer;
}
table.calendar table.months th.hover {
	border-top:1px solid #CC3333;
	border-left:1px solid #CC3333;
	border-bottom:1px solid #660000;
	border-right:1px solid #660000;
	text-decoration:underline;
}
table.calendar table.months th.active {
	border-top:1px solid #880000;
	border-left:1px solid #880000;
	border-bottom:1px solid #CC6666;
	border-right:1px solid #CC6666;
	color:#FFFFFF;
	background-color:#DD3333;
}
table.calendar table.months th.disabled {
	color:#aa6666;
	text-decoration:none;
}

table.calendar table.date {
	border-top:1px solid #FFFFFF;
}
table.calendar table.date th {
	border:0px;
	padding:2px 2px;
	background-color:#c10000;
	color:white;
	font-size:11px;
}

table.calendar table.days {
	border-collapse:separate;
	border-spacing:2px;
	background-color:#F2F2F2;
}
table.calendar table.days th,
table.calendar table.days td {
	border:1px solid #F2F2F2;
	padding:0px;
	width:26px;
	background-color:#F2F2F2;
	color:black;
	font-size:10px;
}
table.calendar table.days td.date {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:#000000;
	cursor:pointer;
}
table.calendar table.days td.active {
	border:1px solid #C10000;
	background-color:#C10000;
	color:#FFFFFF;
	cursor:pointer;
}
table.calendar table.days td.hover {
	border:1px solid #C10000;
}
table.calendar table.days td.disabled {
	border:1px solid #DDDDDD;
	background-color:#F6F6F6;
	color:#AAAAAA;
}


