div.calendar {
    position: absolute;
    z-index: 4;
    border: 1px solid #BBBBBB;
    padding: 4px 4px 0px 4px;
    background-color: #FFFFFF;
    _width:300px; /*IE6*/
}

div.calendar div.shortcuts {
    clear: left;
    text-align: center;
    padding-top:2px;
}

div.calendar div.shortcuts label {
    margin-right: 6px;
    font-weight: bold;
    color: #695648;
}

div.calendar div.shortcuts a {
    text-decoration: underline;
}

div.calendar div.shortcuts a:hover {
    text-decoration: none;
}

div.calendar div.adrcalendar_widget {
    float: left;
}

div.adrcalendarWidgetDiv {
    width: 149px;
    _width: 151px; /*IE6*/    
    padding-left: 1px;
    background-color: #FFFFFF;
}

div.adrHeader {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 6px;
}

.adrcalendar_widget div.calendarRow {
}

div.adrdaysHeader {
    clear: left;
    height: 15px;
    display: block;
    padding-bottom: 0px;
}

.adrcalendar_widget span.headerHeading {
    color: #695648;
    font-weight: bold;
    font-size: 11px;
    font-family: "Arial";
}

.adrLeftArrowContainer {
    margin-top: -1px;
    width: 122px !important;
    width /**/: 132px;
    height: 15px;
    background-color: #C6D6DE;
    padding: 0px 5px 0px 5px;
}

.adrRightArrowContainer {
    margin-top: -1px;
    width: 122px !important;
    width /**/: 132px;
    height: 15px;
    background-color: #C6D6DE;
    padding: 0px 5px 0px 5px;
}

.arrowContainerNext {
    float: right;
    width: 16px;
    height: 16px;
}

.arrowContainerPrevious {
    float: left;
    width: 16px;
    height: 16px;
}

a.cal-arrow-previous,
a.cal-arrow-next {
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 4px 2px;
}

a.cal-arrow-next {
    background-image: URL("/static/gfx/adr/calendar/doubleArrow_right.gif");
}

a.cal-arrow-previous {
    background-image: URL("/static/gfx/adr/calendar/doubleArrow_left.gif");
}

.adrcalendar_widget div.dayHeader,
.adrcalendar_widget div.dayHeaderSat,
.adrcalendar_widget div.dayHeaderSun {
    float: left;
    margin: 0px 1px 1px 0px;
    width: 20px !important;
    width /**/: 19px;
    height: 15px;
    text-align: center;
    font-weight: bold;
    font-family: "Arial";
    font-size: 11px;
    color: #555555;
    background-color: #F2F1F0;
}

.adrcalendar_widget div.dayHeaderSun {
    border-right: none;
}

.adrcalendar_widget span.cell {
    font-family: "Arial";
    font-size: 11px;
    color: #555555;
}

.adrcalendar_widget div.today,
.adrcalendar_widget div.forbiddenDay,
.adrcalendar_widget div.otherMonth,
.adrcalendar_widget div.currentSelection,
.adrcalendar_widget div.calendarDay {
    margin: 0px 1px 1px 0px;
    display: block;
    float: left;
    height: 15px;
    text-align: center;
    width: 20px !important;
    width /**/: 19px;
}

.adrcalendar_widget div.today {
    background-color: #EBEBEB;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}

.adrcalendar_widget div.forbiddenDay {
    cursor: default;
    color:#AAAAAA;
	background: #E5E2E1 url(/static/gfx/bg/bg_strike.gif) no-repeat center center;
}

.adrcalendar_widget div.otherMonth {
    background-color: #E5E2E1;
    color: #E5E2E1; /*#DDDDDD;*/
}

.adrcalendar_widget div.currentSelection {
    background-color: #FF5C00;
    color: white;
    cursor: pointer;
    font-size: 10px;
    font-family: "Arial";
    font-weight: bold;
}

.adrcalendar_widget div.calendarDay {
    background-color: #E5E2E1;
    font-family: "Arial";
    cursor: pointer;
}

.date input {
    width: 119px;
    text-align: center;
}

.adrcalendar_iframe {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 3;
    width: 306px;
    height: 184px;
    background-color: #F1F1F1;
}
div.tripBlock div.dateBorder.activated {
    position: relative;
    top: -5px;
    left: -3px;
    border-top: 1px solid #EBDDC0;
    border-left: 1px solid #B59E6D;
    border-bottom: 1px solid #B59E6D;
    border-right: 1px solid #B59E6D;
    padding: 4px 0px 2px 2px;
    background-color: #FFFFFF !important;
    width: 129px;    
}
div.dateBorderPatch {
	position:relative;
	top:4px;
	left:-4px;
	height: 5px;
	line-height: 5px;
	background-color: #FFFFFF;
	width:131px;
}