﻿.ui-widget-header {
	background: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px;  display: none; }
.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; }
/* 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); }

/* Datepicker
----------------------------------*/
#ui-datepicker-div {
	z-index: 9999 !important;
}
.i11lCalendar { width: 17em; padding: .2em .2em 0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	background:url("ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
	border:1px solid #AAAAAA;
	color:#222222;
}
.i11lCalendar .ui-datepicker-header { position:relative; padding:.2em 0; height: 2em; }
.i11lCalendar .ui-datepicker-prev, .i11lCalendar .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
/*.i11lCalendar .ui-datepicker-prev-hover, .i11lCalendar .ui-datepicker-next-hover { top: 1px; }*/
.i11lCalendar .ui-datepicker-prev { left:2px; }
.i11lCalendar .ui-datepicker-next { right:2px; }
.i11lCalendar .ui-datepicker-prev span, .i11lCalendar .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; background-image: url(aa-calendar-arrows.gif);}
.i11lCalendar .ui-datepicker-prev span {
	background-position: 0 -16px;
}
.i11lCalendar .ui-datepicker-next span {
	background-position: 0 0;
}
.i11lCalendar .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.i11lCalendar .ui-datepicker-title select { font-size:1em; /*margin:1px 0;*/ }
.i11lCalendar select.ui-datepicker-month-year {width: 100%;}
.i11lCalendar table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.i11lCalendar th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; width: 25px; }
.i11lCalendar th span {display: block; width: 17px;}
.i11lCalendar td { /*border: 1px solid #cccccc; */ padding: 0; width: 25px; color: #173279}
.i11lCalendar td.ui-datepicker-unselectable span.ui-state-default{ color: #cccccc}
.i11lCalendar td span, .i11lCalendar td a { display: block; padding: .2em; text-align: right; text-decoration: none;  width: 17px}
/*.i11lCalendar td a:visited {color: #173279;}*/
.i11lCalendar .ui-datepicker-buttonpane { background-image: none; margin: 0; padding:0 .2em; border: 0; border-top: 1px dotted #b2b2b2; }
.i11lCalendar .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.i11lCalendar .ui-datepicker-buttonpane button.ui-datepicker-current { display: none; float:left; }
.ui-datepicker-buttonpane .ui-datepicker-close, .ui-datepicker-buttonpane .ui-datepicker-close:hover { border: none; background: none; color: #f0051e !important; -webkit-box-shadow: none; -moz-box-shadow: none; }
/* 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*/
}
.ui-widget-overlay {
	background: #ddd 50% 50% repeat-x;
	opacity: .80;
	filter:Alpha(Opacity=80);
	width:100% !important;
	left:0;
	top:0;
	position:absolute;
	overflow: hidden;
}
/***/
.i11lCalendar .ui-widget-header{
background:url('aa-bkg-nav-global-gradient.gif') repeat-x scroll 0 0 #113D79;
border:0 none;
color:#FFFFFF;
font-weight:bold;
/*background:#B3C3E3 none repeat scroll 0 0; color:#404490; */
/*margin-bottom:5px; */
padding:3px;}
/*.ui-datepicker-calendar thead th {background-color:#8496c5; color:white; border:1px solid white}*/
.ui-datepicker-calendar thead th{
	background-color:#F0051E;
	color:white;
	border:1px solid white;
}
.ui-datepicker-calendar tbody td .ui-state-default {background:#ffffff url() repeat-x scroll 50% 50%; border:1px SOLID #E7EFF7;}
.i11lCalendar td a:hover{background:#F0051E url() repeat-x scroll 50% 50%; text-decoration:none; color:#FFFFFF;}
.ui-state-default, .ui-widget-content .ui-state-default {font-weight:bold; color:#404490;}
.i11lCalendar td a{text-align:center}
.ui-datepicker-calendar tbody .ui-datepicker-current-day .ui-state-default {background:#F0051E; color:#FFFFFF;}
.i11lCalendar .ui-datepicker-prev span, .i11lCalendar .ui-datepicker-next span {margin-right:0px}
.i11lCalendar select.ui-datepicker-month, .i11lCalendar select.ui-datepicker-year {width:auto}
.i11lCalendar .ui-datepicker-title select {font-size:102%; margin:0px;}
.i11lCalendar { border: 1px solid #8496c5; background: #ffffff; color: #222222; }
.i11lCalendar th.ui-datepicker-week-end { background-color: #B4303C; }
.i11lCalendar .ui-widget-header { border:1px SOLID #FFFFFF; }
.ui-datepicker-row-break { line-height: 2px; }
.ui-datepicker-other-month {line-height:2px;}
.i11lCalendar .ui-datepicker-title { font-size:102%; }
.i11lCalendar .ui-datepicker-next { border:1px SOLID #FFFFFF; }
.i11lCalendar .ui-datepicker-prev { border:1px SOLID #FFFFFF; }
.i11lCalendar .ui-datepicker-next-hover { right:2px; top: 2px; }
.i11lCalendar .ui-datepicker-prev-hover { left:2px; top: 2px; }
.i11lCalendar .ui-datepicker-next span { margin-left:-7px; }
.i11lCalendar .ui-datepicker-prev span { margin-left:-9px; }
.ui-state-default, .ui-widget-content .ui-state-default { text-align:center; }
.i11lCalendar th { padding: 4px; }
/****/
.ui-datepicker-calendar tbody td.ui-datepicker-week-end .ui-state-default { background-color: #efefef; }
.ui-datepicker-calendar tbody td.ui-datepicker-week-end .ui-state-hover { background:#B4303C; color:#FFFFFF; }
.ui-datepicker-calendar tbody td.ui-datepicker-week-end.ui-datepicker-current-day .ui-state-default { background:#B4303C; color:#FFFFFF; }
.ui-datepicker-calendar tbody td.ui-datepicker-week-end.ui-datepicker-days-cell-over .ui-state-default{background:#B4303C; color:#FFFFFF;}
.ui-datepicker-calendar tbody td.ui-datepicker-days-cell-over .ui-state-default{background:#F0051E; color:#FFFFFF;}

.ui-datepicker-calendar tbody .ui-datepicker-otherdate .ui-state-default {background:#99CC33; color:red;}

.ui-icon {
	overflow:hidden;
	text-indent:-99999px;
	background-image: url(aa-icons-sprite-16x16.png);
	background-color:transparent;
	background-repeat:no-repeat;
	height: 16px;
	width: 16px;
	display:inline-block;
}

.placeholder {
	color: #999999;
	vertical-align: middle;
}

.i11lCal.ui-datepicker select {
	background-image: none;
    padding: 0;
	-webkit-appearance: menulist-button;
	margin: 3px 0;
}

.i11lCal.ui-datepicker.ui-datepicker-multi {
	width: auto !important;
}