.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { background-color: #5f7aaf; color: #FFFFFF; font-size: 8pt; font-weight: normal; }
.ui-widget-header a { color: #222222; }
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background-color: #F9F9F9; font-weight: normal; color: #555555; outline: none; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #f0b2b2; background-color:#fae8e8; color: #363636; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-datepicker-calendar .ui-state-hover{ border: 1px solid #CC0000; background-color: #efefef; font-weight: normal; color: #212121; outline: none; }
.ui-datepicker { width: 17em; }
.ui-datepicker .ui-datepicker-header { position:relative; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev { left:2px; background-image:url(../../images/frontend/ui/icon_prev.gif); background-repeat:no-repeat; background-position:1px 1px;}
.ui-datepicker .ui-datepicker-next { right:2px; background-image:url(../../images/frontend/ui/icon_next.gif); background-repeat:no-repeat; background-position:5px 1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:2px 0 .4em; }
.ui-datepicker table thead {background-color:#f0f0f9; border-bottom:1px solid #dadae5; margin-top:2px;}
.ui-datepicker table tbody {margin-top:2px;}
.ui-datepicker th { padding: .3em; text-align: center; font-weight: normal; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker-week-end {color:#992c2c;}