#CalenderList .jScrollPaneContainer 
{
    position:relative;
    float:left;
    height:168px;
    width:282px;
    overflow: hidden;
    }

#CalenderList .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
	border:1px solid #E1E6EC;
	/*border-left:1px solid #E1E6EC;*/
	/*border-right:1px solid #E1E6EC;*/
	/*height:166px;*/
	margin-top:-1px;
}
#CalenderList .jScrollPaneDrag {
	position: absolute;
	background: #E1E6EC;
	cursor: pointer;
	overflow: hidden;
	width:15px;
	background-image: url(/App_Themes/DinFerieFond/images/scrollindicator.png);
	background-position: center center;
	background-repeat: no-repeat;
	
}
#CalenderList .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	/*background-color: #666;*/
}
#CalenderList .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	/*background-color: #666;*/
}
#CalenderList a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
#CalenderList a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

#CalenderList a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
#CalenderList a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
#CalenderList a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


#CalenderList a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
#CalenderList a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
#CalenderList a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.calendarheadline 
{
    width:247px;
    margin-left:11px;
    text-align:left;
}
    
.datepickerViewDays a
{
    color: #000;
    text-decoration: none;
}

.datepickerDays td a span 
{
	width: 30px;
	line-height: 22px;
	height: 22px;
	cursor:pointer;
	color:black;
	/*background-color:#E5E5DC;*/
	border-bottom: 1px solid #e1e6ec;
	padding: 0px 0px 5px 0px;
	vertical-align:middle;	
}
.datepickerDays th a span 
{
	width: 30px;
	line-height: 22px;
	height: 22px;
	color:black;
	font-weight:bold;
	border-bottom: 1px solid #e1e6ec;
	padding: 0px 0px 5px 0px;
	vertical-align:middle;
	
}
div.housebookingcontrol 
{
    position:relative;
}

div.PeriodCalendar 
{
    position: relative;
    clear: both;
    text-align: center;
    width: 520px;
    height: 235px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 0px;
}
div.ajaxBlock 
{
    position:absolute;
    left:0px;
    top:0px;
    width:270px;
    height:260px;
    background-image:URL('/modules/booking_feriehuse/images/ajaxloaderlarge.gif');
    background-position: center center;
    background-repeat:no-repeat;
    display:none;
    background-color:White;
    opacity: 0.6;
	-moz-opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    
}
#SeasonInfo 
{
    margin-left:10px;
    width:240px;
    text-align:left;
    color: #6D6D59;
    margin-bottom: 10px;
    
    }
#SeasonInfo span,  #SeasonInfo td
{
    font-size: 10px;
    }
#SelectionInfo {
    border: 1px solid #E1E6EC;
    height: 484px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 36px;
    width: 212px;
}
    
#SelectionInfo ul
{
    margin: 7px 0 0;
    padding: 0;
    list-style-type: none;
}
#SelectionInfo li
{
    font-size:10px
}

#SelectionInfo li  div.pristext
{
    font-weight: bold;
    margin-top: 20px;
}

#SelectionInfo li div.pris
{
    float: left;
    font-size: 16px;
    font-weight: bold;
}

#SelectionInfo span
{
    float: right;
}

.datepickerWeekSpan 
{
    background-color:White;
    }
.imageButton 
{
    float:right;
    display:block;
    width:78px;
    height:21px;
    text-align:center;
    	background-image: URL("/App_Themes/DSR/Style library/DSR/css/img/dsr_bg_knap_07.gif");
		background-position: center center;
		background-repeat:no-repeat;
    }
.imageButton.inactive 
{
    background-image: URL("/App_Themes/DSR/Style library/DSR/css/img/dsr_bg_knap_07_disabled.gif");
    }

#calendarTypeRadios div
{
    float:left;
    height:18px;
    margin-right:5px;
    padding-right:10px;
    padding-left:10px;
    padding-top:3px;
    padding-bottom:3px;
    border:1px solid #6DC6E3;
    cursor:pointer;
    }
#calendarTypeRadios label {
    cursor:pointer;
}

#calendarTypeRadios div.selected
{
    background-color:#6DC6E3;
    }
#calendarTypeRadios div.hover {
    border-bottom:1px solid white;
}

#calendarTypeRadios input 
{
    display:none;
    }

div.PeriodCalendar #calendarTypeRadios label
{
    margin-right: 10px;
    float:left;
    }
div.PeriodCalendar #calendarTypeRadios input
{
    margin-right: 4px;
    margin-top:2px;
    float:left;
    }
div.PeriodCalendar p 
{
    margin:0;
    padding:0;
    
    }
div.datepicker {
	width: 196px;
	height: 147px;
	cursor: default;
	display: none;
	
	position: absolute;
	
}
.datepickerContainer {
	background: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 160px;
}

#calendars .datepickerContainer
{
    left: 10px;
}
.datepickerDoW th
{
	width: 44px;
	line-height: 22px;
	height: 22px;
	text-align:center;
	border-bottom: 1px solid #e1e6ec;
	padding:  5px 0px 5px 0px;
}
.datepickerDoW span 
{
    font-weight:bold;
}

.datepickerWeek span
{
    text-align:center;
    font-weight:bold;
    color:Black;
    }
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a span {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
div.datepicker table td {
	text-align: center;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	font-weight: normal;
}
div.datepicker tbody a span {
	display: block;
}

.datepickerDays > tr > td {
	cursor:pointer;
	background-color:White;	
}
.datepickerYears a span,
.datepickerMonths a span{
	width: 60px;
	line-height: 36px;
	height: 38px;
	text-align: center;
	color:#6D6D5B;
}
td.datepickerNotInMonth a span {
	color: #000;
    opacity:0.5;
}
tbody.datepickerDays td.datepickerSelected span{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_selected.gif");
	background-position: center center;
	background-repeat:no-repeat;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover span,
div.datepicker a:hover span {
}
div.datepicker td.datepickerNotInMonth a:hover span {
}
div.datepicker tbody th {
	text-align: center;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a span,
.datepickerGoPrev a span,
.datepickerMonth a span {
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #6E6C5B;
}
.datepickerGoNext,
.datepickerGoPrev,
.datepickerMonth {
}
.datepickerGoNext a span {
	float: right;
	width: 20px;
	color: #6E6C5B;
}
.datepickerGoPrev a span {
	float: left;
	width: 20px;
	color: #6E6C5B;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled {
cursor:default;
}
td.datepickerDisabled a span,
td.datepickerDisabled.datepickerNotInMonth a span{
	color: #888;
	cursor:default;
}
td.datepickerDisabled a:hover span {
	color: #888;
}
td.datepickerSpecial a span {
	border:1px solid white;
}
td.datepickerSpecial.datepickerSelected a span {

}
td.datepickerPeriodStart span
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_left.gif");
	background-position: center center;
	background-repeat:no-repeat;
}
td.datepickerPeriodEnd span
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_right.gif");
	background-position: center center;
	background-repeat:no-repeat;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerPeriodStart span {
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_left.gif");
	background-position: center center;
	background-repeat:no-repeat;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerPeriodEnd span {
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_right.gif");
	background-position: center center;
	background-repeat:no-repeat;
}

.itemHover span
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_selected.gif");
	background-position: center center;
	background-repeat:no-repeat;
}
.itemHoverStart span
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_left.gif");
	background-position: center center;
	background-repeat:no-repeat;
}
.itemHoverEnd span
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_right.gif");
	background-position: center center;
	background-repeat:no-repeat;
}

.itemHoverEnd span
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_right.gif");
	background-position: center center;
	background-repeat:no-repeat;
}

	
td.dateblocked a span 
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_booked.gif");
	background-position: center center;
	background-repeat:no-repeat;
	color:White;
	}
td.dateblocked_start a span 
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_booked_start.gif");
	background-position: center center;
	background-repeat:no-repeat;
	    
}
td.dateblocked_end a span 
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_booked_end.gif");
	background-position: center center;
	background-repeat:no-repeat;
}
    
td.datepickerNotInMonth.dateblocked a span 
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_booked.gif");
	background-position: center center;
	background-repeat:no-repeat;
	color:White;
}
td.datepickerNotInMonth.dateblocked_start a span 
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_booked_start.gif");
	background-position: center center;
	background-repeat:no-repeat;
	}
td.datepickerNotInMonth.dateblocked_end a span 
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_booked_end.gif");
	background-position: center center;
	background-repeat:no-repeat;
}
	

	
td.datepickerPeriodStart.dateblocked_end a span, td.itemHoverStart.dateblocked_end a span
{
	    
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_bookingendselect.gif") !important;
	background-position: center center;
	background-repeat:no-repeat;
}
td.datepickerPeriodEnd.dateblocked_start a span, td.itemHoverEnd.dateblocked_start a span
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_selectionendbook.gif") !important;
	background-position: center center;
	background-repeat:no-repeat;
}

td.datepickerPeriodEnd.itemHover span, td.itemHoverStart.datepickerPeriodEnd span
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_selected.gif") !important;
	background-position: center center;
	background-repeat:no-repeat;
}
td.datepickerPeriodStart.itemHover span, td.itemHoverEnd.datepickerPeriodStart span
{
	background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/datelinebg_selected.gif") !important;
	background-position: center center;
	background-repeat:no-repeat;
}
	  
	    
.ui-datepicker-trigger 
{
    width:29px;
    height:23px;
    background-image: URL("/App_Themes/DinFerieFond/images/layout/calendar/dsr_icon_calender_09.gif");
	background-position: center center;
	background-repeat:no-repeat;
	cursor:pointer;
    }
    
    div.datepicker table td {
	text-align: center;
	padding: 0;
	margin: 0;
}

#confirmBooking 
{
    margin-top:5px;
    margin-right:25px;
    font-size:18px;
    }


.CalendarsArea {
	width:520px;
    border: 1px solid #E1E6EC;
    margin-bottom: 10px;
    margin-top: 10px;
}
    #DaybookingInfo
    {
        float: left;
        height: 246px;
        margin-left: 0;
        margin-top: 0px;
        padding-left: 10px;
        width: 510px;
        border: 1px solid #E1E6EC;
        display:none;
        position:relative;
        margin-bottom:10px;
    }
        #DaybookingInfo .daybookingheader
        {
            padding: 5px 0px 5px 0px;
            border-bottom: 1px solid #e1e6ec;
            font-weight: bold;
            height: 22px;
            line-height: 22px;
        }
        #DaybookingInfo .daybookingtext
        {
            padding: 5px 0px 5px 0px;
        }
        #DaybookingInfo .daybookingselectioninfo
        {
            border-top: 1px solid #e1e6ec;
            background-color:white;
            position:absolute;
            padding: 5px 0px 5px 0px;
            top:189px;
            width:288px;
        }
#SelectionInfo li div.pris
{
    float: left;
    font-size: 16px;
    font-weight: bold;
    float: right;
    padding: 5px 0px;
}

.bookbuttonli
{
    border-top: 1px solid #e1e6ec;
    padding-top:10px;
    margin-top:10px;
}



#CalenderList ul#ItemsPeriod li div.addremovebutton {
    background-color: #6DC6E3;
    background-image: url("/images/icons/Open_btn.png");
    background-position: 3px 2px;
    background-repeat: no-repeat;
    border: 2px solid #6DC6E3;
    border-radius: 3px;
    height: 20px;
    margin: 2px;
    width: 22px;
}

#CalenderList ul#ItemsPeriod li div.addremovebg {
    float: left;
    height: 28px;
    width: 30px;
}
    #CalenderList li div.uge
    {
        float: left;
        width: 30px;
        text-align: center;
        margin-right: 10px;
        /*padding-left: 20px;*/

    }

#CalenderList li div.period {
    float: left;
}

#CalenderList li div.price {
    float: right;
    font-weight: bold;
}


#CalenderList ul#ItemsPeriod li.selected div.addremovebutton {
            background-image: url("/images/icons/Close_btn.png");
	    background-color: transparent;
    border: 2px solid #FFFFFF;
}

.DefaultBackground {
	background-color: #6DC6E3;
}
.BoldWhite {
	color:white;
	font-weight:bold;
}
#calendarTypeRadios div.selected, #calendarTypeRadios div.hover
{
    background-color:#FFF;
    border:2px solid #6DC6E3;
    border-bottom: 2px solid #FFF;
}
#calendarTypeRadios 
{
    border-bottom:1px solid #E1E6EC;
    text-align:left;
    /*    margin-left: 12px;*/
    height:26px;
    /*
    width:530px;*/
    width:766px;

    border-bottom: 2px solid #6DC6E3 !important;
    }

#calendarTypeRadios div
{
    border:2px solid #E1E6EC;
    background-color:#E1E6EC;
    border-bottom: 2px solid #6DC6E3;
}
    #CalenderList
    {
        /*background-image: url("/App_Themes/DinFerieFond/images/layout/calendar/bg_kalender2.png");*/
        position:relative;
        float: left;
        height: 223px;
        margin-left: 0;
	margin-top: 2px;
        margin-bottom: 30px;
        padding: 10px;
        width: 500px;
        border: 1px solid #E1E6EC;
    }

     #CalenderList ul
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
    } 
    #CalenderList li
    {
        float: left;
        width: 100%;
        height: 28px;
        line-height: 28px;
        border-bottom: 1px solid #e1e6ec;
        padding: 0px 0px 0px 0px;
    }

            #CalenderList ul#ItemsPeriod li.clearbg {
        background-color: #FFFFFF;
            }

#CalenderList ul#ItemsPeriod li.selected, #CalenderList ul#ItemsPeriod li.hover {
        background-color: #6DC6E3;
}
#CalenderList ul#ItemsPeriod li.noTouch:hover
    {
        cursor: pointer;
        background-color: #6DC6E3;
    }

.SelectionInfoHeader
{
    margin: -10px -10px 10px -10px;
    padding:10px;
}
.SelectionInfoItem
{
    background-color: #E1E6EC;
    margin-bottom: 5px;
    padding:5px 2px
}
#DaybookingInfo ul
{
    padding-left:0px;
    margin-left:15px;
}
	#CalenderList ul#ItemsPeriod li.selected div.addremovebg {

	}


#CalenderList li.header div.uge {
          padding-left: 28px;      
            }

.HouseFacts a.toBook {
    width: 165px !important;
}