@media projection, screen, handheld {
 /*
  * jQuery UI CSS Framework 1.8.14
  *
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://jquery.org/license
  *
  * http://docs.jquery.com/UI/Theming/API
  */
 /* Layout helpers
 ----------------------------------*/
 .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;
 }

 /* Icons
 ----------------------------------*/
 /* 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-header {
  border: 1px solid #3F4C4C;
  background: #3F4C4C;
  color: #fff;
  font-weight: bold;
 }

 .ui-widget-header a {
  color: #373737;
 }

 /* Interaction states
 ----------------------------------*/
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff;
  color: #333 !important;
 }

 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #004F80;
  color: #fff !important;
 }

 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #004F80;
  color: #fff !important;
 }

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

 #ui-datepicker-div {
  background: #fff;
 }

 /* Icons
 ----------------------------------*/
 /* states and images */
 .ui-icon {
  width: 16px;
  height: 16px;
 }

 .ui-widget-header .ui-icon {
  background-image: url(/resource/crblob/58078/5b240a2e074bf033ae58268408da58e8/sprites-icons-2-png-data.png);
 }

 .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/resource/crblob/58078/5b240a2e074bf033ae58268408da58e8/sprites-icons-2-png-data.png);
 }

 /* positioning */
 .ui-icon-circle-triangle-e {
  background-position: 100% 5px;
 }

 .ui-icon-circle-triangle-w {
  background-position: 4px -95px;
 }

 /* Misc visuals
 ----------------------------------*/
 /*
  * jQuery UI Datepicker 1.8.14
  *
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://jquery.org/license
  *
  * http://docs.jquery.com/UI/Datepicker#theming
  */
 .ui-datepicker {
  width: 24em;
  display: none;
 }

 .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
 }

 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 4px;
  width: 1.8em;
  height: 1.8em;
 }

 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 4px;
  background-color: transparent;
  cursor: pointer;
 }

 .ui-datepicker .ui-datepicker-prev {
  left: 2px;
 }

 .ui-datepicker .ui-datepicker-next {
  right: 2px;
 }

 .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 .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: 46%;
  margin-right: 5px;
  padding: 2px;
  font-size: 130%;
 }

 .ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 }

 .ui-datepicker th {
  background: none;
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  font-size: 130%;
 }

 .ui-datepicker td {
  border: 1px solid #ccc;
  padding: 0;
  font-size: 120%;
  font-weight: normal;
 }

 .ui-datepicker td.ui-datepicker-unselectable {
  background: #f8f8f8;
 }

 .ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 8px;
  text-align: center;
  text-decoration: none;
 }

 .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;
 }

 /* 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*/
 . . /img/ sprites-icons-2 . png filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
 }
}
