.calendarDiv	
	{background-color:#fff; padding:0px; cursor:default; overflow:visible}

.calendarDiv, .calendarDiv *
	{font-size:11px; font-family: tahoma, verdana; line-height: 1.2em}

.calendarDiv .grid td, .calendarDiv .grid th 
	{text-align:center; vertical-align: middle; padding-bottom: 1px; padding-top: 1px; margin: 0px}

.calendarDiv .grid th 
	{border-bottom:solid 1px #aaa; font-weight: bold}

.calendarDiv td.slider 
	{padding:3px; width:1px}

.calendarDiv 	.selected 
	{background-color:#444; color:#fff}

.calendarDiv 	.edge 
	{color:#aaa}

.calendarDiv 	.disabled 
	{color:#ccc; background-color:#f5f5f5}

.calendarDiv	.hand 
	{cursor:pointer}

.calendarDiv	.red 
	{color:red}

.calendarDiv .gray, .calendarDiv .today, .calendarDiv .todayDisabled 
	{background-color:#E5E1D8; width:100%; margin:0px; padding:2px 0px; text-align:center; vertical-align:middle}
	
.calendarDiv .today 
	{cursor :pointer}

.calendarDiv .todayDisabled 
	{color:#aaa}


