/* calendar */
table.calendar		{ border-left:1px solid #999; width: 100%;}
tr.calendar-row	{ min-height: 100px; }
td.calendar-day	{ height:80px; width: 100px; font-size:14px; position:relative; vertical-align: top;} * html div.calendar-day { }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { height: 33px; background:#ccc; font-weight:bold; text-align:center; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np {  padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }
div.vip { }
div.vip a { background-color: #0087CD; color: #FFF; padding: 5px;-moz-border-radius: 15px; border-radius: 15px; z-index: -50; font-size: 12px;}
div.vip a:hover {
	background-color: #22A9EF;
}
div.listings a.viplist {
	background-color: #0087CD; color: #FFF; padding: 5px;-moz-border-radius: 15px; border-radius: 15px;
}

div.listings a.viplist:hover {
	background-color: #22A9EF; color: #FFF; padding: 5px;-moz-border-radius: 15px; border-radius: 15px;
}


a.buyit {
	background-color: #079D4D; color: #FFF; padding: 5px;-moz-border-radius: 15px; border-radius: 15px;
}

a.buyit:hover {
	background-color: #3ab674; 
}

