/* CSS Document */

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}
.ui-widget .ui-widget {
	font-size: 1.2em;
	}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	}
	
/* Days */	
.ui-widget-content {
	border: 1px solid #ccc;
	background: #ffffff;
	color: #000000;
	text-transform:uppercase;
	}
/* Month Header */	
.qui-widget-header {
	border: 1px solid #000;
	background: #000000;
	color: #fff;
	font-weight: bold;
	}
.ui-widget-header a {
	color: #ffffff;
	}

/* Interaction states
----------------------------------*/
/* Days */	
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #ccc;
	background: #f1f2f3;
	font-weight: normal;
	color: #000;
	}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
	}
/* Hover over Date */		
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	border: 1px solid #000;
	background: #000;
	font-weight: normal;
	color: #fff;
	}
	
.ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus {
	border: 1px solid #fff;
	background: #fff;
	font-weight: normal;
	color: #000;
	}	

.ui-widget :active { outline: none; }

	/* Interaction Cues
----------------------------------*/
/* Current Day */	
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {
	border: 1px solid #f60;
	background:#f60;
	color: #fff;
	}


		

