.ui-widget-content {
	/*border:none !important;*/
}
#special_offer_container {
	width:400px;
}
#special_offer_container .special_offer_title {
	color:#fff !important;
}
#special_offer_container:hover .special_offer_title:hover {
	color:#000 !important;
}
#special_offer_container .special_offer_subtitle {
	color:#fff !important;
}

/********** calendar page mods *********/
.fc-sun {
	border:1px solid #cacaca !important;
}
.fc-mon {
	border:1px solid #cacaca !important;
}
.fc-tue {
	border:1px solid #cacaca !important;
}
.fc-wed {
	border:1px solid #cacaca !important;
}
.fc-thu {
	border:1px solid #cacaca !important;
}
.fc-fri {
	border:1px solid #cacaca !important;
}
.fc-sat {
	border:1px solid #cacaca !important;
}
.fc-event-skin {
	background-color:#7298C6 !important;
}
.fc-event-title:hover {
	color:#000;
}