@charset "utf-8";

/* calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day	{ min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.today {background-color: #FF9;}
td.auctionday {background-color: #FFCECE;}
td.completedauction {
	background-color: #FFCECE;
	background-image: url(../WebImages/complete.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
td.closestauctionday {background-color: #BFFFBF;}
td.auctiontoday {
	background-color: #FF9;
	background-image: url(../WebImages/AuctionToday.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
td.np	{
	background-color: #CCC;
}
td.calendar-day:hover	{
	background-color: #CEF3FF;
}

td.calendar-day-head {
	font-weight:bold;
	text-align:center;
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	color: #FFF;
	background-color: #666;
}

div.day-number		{
	background:#999;
	padding:5px;
	color:#fff;
	font-weight:bold;
	float:right;
	margin:-5px -5px 0 0;
	width:20px;
	text-align:center;
	font-size: 12px;
}
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }

/* calendar slider */
.calendarHeader{ /*header of 1st demo*/
	padding: 5px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.CalendarHeader {
	background-color: #CCC;
}