@charset "utf-8";
/* CSS Document For Calendar Widget */
/* Author: Debra Pike, 3/25/15 */

.ui-widget {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.ui-datepicker-title {
	font-family:  "ff-market-web", cursive;
}

.event a {
    background-color: #ff2244 !important; /* bright red*/
    background-image :none !important;
    color: #fff !important; /*text = white */
}

