.iceSelInpDate { /* calendar outline & background color */
	background-color: #FFFFFF;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	/*margin-top: 10px;*/
}

table.iceSelInpDate tbody tr td table {
	border-right: 1px solid #d9d9d9;
}

.iceSelInpDateIFrameFix,.iceIEIFrameFix {
	z-index: -1;
	position: absolute;
	display: block;
	filter: mask();
}

.iceIEIFrameFix {
	height: 0;
}

.iceSelInpDatePopup {
	min-width: 172px;
}

.iceSelInpDateInput, .iceSelInpDateInput-dis {
	width: 100px;
	/*margin: 2px;*/
}

/* Smaller min-width in table row, since space is limited */
.iceSelInpDatePopup.rowPopup {
	min-width: 110px;
}

.iceSelInpDateInput.rowInput, .iceSelInpDateInput-dis.rowInput {
	width: 80px;
}

.iceSelInpDateOpenPopup {
	display: inline;
	text-decoration: none;
	background-color: transparent;
	background-image: url( "../images/calendar/calendar.gif" );
	background-repeat: no-repeat;
	text-align: center;
	border: none;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.iceSelInpDateClosePopup {
	display: inline;
	text-decoration: none;
	background-color: transparent;
	background-image: url( "../images/calendar/cancel.gif" );
	background-repeat: no-repeat;
	text-align: center;
	border: none;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.iceSelInpDateMonthYear,.iceSelInpDateTime {
	background: none repeat scroll 0 0 #FFCC00;
	color: #666666;
	font-weight: bold;
	padding: 4px 1px;
	text-align: center;
}

.iceSelInpDateTime {
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}

.iceSelInpDateMoYrDropdown,.iceSelInpDateTimeDropDown {
	background: none repeat scroll 0 0 #F5F5F5;
	color: #666666;
	font-weight: bold;
}

.iceSelInpDateMonthYear img {
	border: medium none;
	margin-left: 3px;
	padding: 3px;
}

.iceSelInpDateMovePrev {
	background-color: transparent;
	background-image: url("../images/calendar/leftarrow.png");
	background-repeat: no-repeat;
	border: medium none;
	display: inline;
	height: 16px;
	text-align: center;
	text-decoration: none;
	width: 17px;
}

.iceSelInpDateMoveNext {
	background-color: transparent;
	background-image: url("../images/calendar/rightarrow.png");
	background-repeat: no-repeat;
	border: medium none;
	display: inline;
	height: 16px;
	text-align: center;
	text-decoration: none;
	width: 17px;
}

.iceSelInpDateWeek {
	background-color: #DBDBDB;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	color: #666666;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

.iceSelInpDateWeekNumHdr {
	background-color: #DBDBDB;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	color: #666666;
	font-weight: normal;
	padding: 3px;
	text-align: center;
}

.iceSelInpDateWeek-dis {
	background-color: #DBDBDB;
	border-bottom: 1px solid #ABABAB;
	color: #999999;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.iceSelInpDateDay {
	background-color: #FEF8E2;
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	padding: 3px;
	text-align: center;
}

.iceSelInpDateWeekNum {
	background-color: #FFEB98;
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	padding: 3px;
	text-align: center;
}

.iceSelInpDateCur {
	background: none repeat scroll 0 0 #CC0000;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	text-align: center;
}

.iceSelInpDateCur .iceCmdLnk {
	background: none;
	border: none;
}

.iceSelInpDateCur .iceOutTxt {
	color: #FFFFFF;
}

.weekend {
	background: #F3F3F3;
}

.weekend .iceOutTxt {
	color: #666;
}

.weekend .iceCmdLnk {
	background: none;
	border: none;
}

/* now set the attributes for the numbers for each day of the week */
.iceSelInpDateDay a { /* the day text */
	text-decoration: none;
	background-color: #FEF8E2;
	/*border: 1px solid #666666;*/
	color: #000000;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
}

.iceSelInpDateDay .iceOutTxt {
	color: #666666;
}

.iceSelInpDateCur a {
	text-decoration: none;
	background-color: #2A6CC2;
	border: 1px solid #2A6CC2;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
}

/* now set the color attributes for the hover effect on non-current days */
.iceSelInpDateDay a:hover { /* the day text */
	
}

.errorInput {
	background-color: #FCC;
}

/* Small Date Picker */
.smallDatePopup {
	min-width: 100px;
}

.smallDateInput {
	width: 70px;
}

/* Ace elements */
.ui-inputfield {
	background: none repeat-x scroll 50% 50% #fff !important;
}

.ui-datepicker {
	background: none repeat-x scroll 50% 50% #fef8e2 !important;
	border: 1px solid #dbdbdb !important;
}

.ui-datepicker-trigger {
	padding-left: 5px;
    padding-right: 5px;
    vertical-align: sub;
}

.ui-datepicker-header {
	background: none repeat scroll 0 0 #ffcc00 !important;
}

.ui-datepicker-next .ui-icon {
	background-image: url("../javax.faces.resource/images/ui-icons_cc0000_256x240.png.jspx?ln=ace-dhl&v=3_3_0_130416") !important;
    background-position: -50px -192px !important;
}

.ui-datepicker-next .ui-icon:hover {
	background-image: url("../javax.faces.resource/images/ui-icons_cc0000_256x240.png.jspx?ln=ace-dhl&v=3_3_0_130416") !important;
    background-position: -50px -192px !important;
}

.ui-datepicker th {
	background-color: #dbdbdb;
}

.ui-datepicker td .ui-state-default {
	background: none repeat-x scroll 50% 50% #FFEEAA !important;
}

.ui-datepicker td .ui-state-highlight {
	background: rgba(255,204,0,0.5) !important;
}

.ui-datepicker .ui-datepicker-week-end a {
	background: none repeat-x scroll 50% 50% #E8E8E8 !important;
}

.ui-datepicker td .ui-state-active {
	background: rgba(255,204,0,1) !important;
	color: #FF0000 !important;
	border: 1px solid #FF0000 !important;
}