/*
Trick IDE to thinking this is a css file, but actually this is a comment! ha ha!
<style>
/**/

/* COPY EVERYTHING ABOVE THIS LINE FOR NEW CSS FILES */

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; background-color: #F8F8F8 !important; }

/* Icons
----------------------------------*/
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Interaction states
----------------------------------*/
.hover { background-color: #6688BB; font-weight: bold; color: #FFFFFF; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {background-color: #43597A; color: #FFFFFF; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; text-align: center; font-weight: bold; }

/* Datepicker
----------------------------------*/
.ui-datepicker { font-family: Arial,Helvetica,sans-serif; font-weight: bold; font-size: 0.8em; border: 1px solid #797979; background-color: #F8F8F8; width: 14.5em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border: 1px solid #43597A; background: #43597A url('/netdirect/themes/common/images/osis/header_bg.png') 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.15em; height: 1.15em; }
.ui-datepicker .ui-datepicker-prev { top: 4px; left:2px;  cursor: pointer; background: transparent url('/netdirect/themes/common/images/buttons/cal_prev.png') no-repeat;}
.ui-datepicker .ui-datepicker-next { top: 4px; right:3px; cursor: pointer; background: transparent url('/netdirect/themes/common/images/buttons/cal_next.png') no-repeat; }
.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.5em; 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: 42%; height: 40%; background: transparent; border:none; color: #FFF; font-weight: bold; font-family: Arial,Helvetica,sans-serif;}
.ui-datepicker table {width: 85%; font-size: .85em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .4em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; background-color: #E8E8E8; }
.ui-datepicker td span, .ui-datepicker td a { display: block; text-align: center; text-decoration: none; }

/* 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*/
}

.ui-datepicker-trigger { 
    cursor: pointer; 
    margin-left: 2px; 
    height: 13px;
    position: relative;
    top: 2px; 
}
