.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget-content { border-top: 1px solid #dddddd; background-color: #FAFAFA; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { background: #DAD9DF url(../images/bg_header_calendar.gif) repeat-x 50% 50%; color: #494949; font-size: 12px; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { color: #494949; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { color: #adadad; }
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-hover,
.ui-state-hover{
	color: #2BB1FF;
}
.events .ui-widget-content .ui-state-active,
.events .ui-widget-content .ui-state-hover,
.events .ui-state-hover{
	background-color: #2BB1FF;
	color: #494949;
}
.events .ui-widget-content .ui-state-highlight{
	color: #ffffff;
	text-shadow: 2px 2px 1px #000000;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
	background: #2BB1FF url(../images/bg_active_day.gif) no-repeat 50% 50%;
	color: #ffffff;
}
.events .ui-state-highlight,
.events .ui-widget-content .ui-state-highlight,
.events .ui-widget-header .ui-state-highlight{
	background: #2BB1FF url(../images/bg_event_active_day.png) no-repeat 50% 50%;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background-color: #b81900; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/**/
.ui-icon-circle-triangle-e { background: url(../images/arrow_right.gif) no-repeat 0 0; }
.ui-icon-circle-triangle-w { background: url(../images/arrow_left.gif) no-repeat 0 0; }

/* Overlays */
.ui-widget-overlay { background-color: #666666; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background-color: #000000; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.ui-datepicker { width: 183px; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 5px; height: 9px; cursor: pointer; }
.ui-datepicker .ui-datepicker-prev { left: 10px; }
.ui-datepicker .ui-datepicker-next { right: 10px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 0; top: 0; width: 5px; height: 9px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-size: 12px; }
.events .ui-datepicker .ui-datepicker-title{
	font-size: 18px;
	line-height: 28px;
}
.events .ui-datepicker .ui-datepicker-month,
.events .ui-datepicker .ui-datepicker-year{
	position: relative;
}
.events .ui-datepicker .ui-datepicker-month .month-name{
	background: transparent url(../images/select_arrow_bottom.png) no-repeat right 10px;
	padding-right: 20px;
	cursor: pointer;
}
.events .ui-datepicker .ui-datepicker-month ul{
	display: none;
	list-style: none;
	position: absolute;
	top: 20px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 0;
	right: -25px;
	cursor: pointer;
}
.events .ui-datepicker .ui-datepicker-month ul li{ padding: 0 20px; }
.events .ui-datepicker .ui-datepicker-month ul li.selected{ background-color: #F1F0F2; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: 14px; border-collapse: collapse; }
.events .ui-datepicker table{
	font-size: 24px;
	background: url(../images/bg_events_header_calendar.png) repeat-x 0 -30px;
}
.ui-datepicker thead {
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
}
.ui-datepicker th { text-align: center; font-weight: normal; border: 0; font-size: 12px; padding: 2px 0; }
.events .ui-datepicker th{
	color: #9b9a9a;
	line-height: 12px;
}
.ui-datepicker td { border: 0; }
.ui-datepicker tbody td{ border: 1px solid #E7E7E7; }
.ui-datepicker td span,
.ui-datepicker td a{
	display: block;
	text-align: center;
	text-decoration: none;
	width: 25px;
	height: 21px;
	padding-top: 4px;
}
.events .ui-datepicker td span,
.events .ui-datepicker td a{
	width: 50px;
	height: 38px;
	padding-top: 12px;
}
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}