.kc_legendbox {
    float: right;
    margin: 5px 0px;
    border: 1px solid #ddd;
    padding: 1px;
    background-color: #FFFFFF;
    width: 150px;
}

.kc_legend {
    background-color: #EBEBEB;
    min-height: 168px;
}

#reservation_calendars .kc_legend div, #custom_listinglist .kc_legend div {
    padding: 5px;
    border-bottom: 1px solid #ffffff;
    font-size: 10px;
}

/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
table.kc_mainTable {
    border-collapse: separate;
    background-color: #FFFFFF;
    /*border: 1px solid #003366;*/
    /* *** Make sure the width is set to a multiple of 7. This will ensure you have evenly spaced columns. */
    width: 175px;
    border-spacing: 1px;
}

.kr_contentbox .kc_mainTable td.kc_dayNamesRow, .kc_mainTable td.kc_dayNamesRow {
    width: 25px;
}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.kr_contentbox .kc_mainTable td, .kc_mainTable td, #reservation_calendars div.kc_tlegend, #custom_listinglist div.kc_tlegend,
#reservationForm .kc_mainTable td {
    cursor: pointer;
    font-size: 10px;
    color: #433D27;
    line-height: 15pt;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    border-spacing: 1px;
}
.kr-view-listing .kc_mainTable td{
    cursor: auto;
}
.kc_mainTable td.kc_s20, .kc_mainTable .kc_dayNamesText td, .kc_mainTable .kc_monthYearText, .kc_mainTable .kc_unav, #reservation_calendars div.kc_tlegend {
    cursor: auto;
}

/* Month and Year Row Setup */
.kc_monthYearRow {
    line-height: 17pt;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    background-image: url(../images/site/calendar/monthBg.gif);
}

/* Month and Year Text Setup */
.kc_monthYearText {
    font-size: 13px;
    font-weight: Bold;
    color: #252216;
}

/* Day Names Row Setup */
.kc_dayNamesRow {
    line-height: 11pt;
    background-color: #F5F4D3;
    text-align: center;
    vertical-align: middle;
}

/* Day Name Setup */
.kc_dayNamesText {
    font-size: 10px;
    font-weight: Bold;
    color: #433D27;
    background-image: url(../images/site/calendar/dayBg.gif);
}

/* Normal Cell Background (date number with no event markings) */
.kc_s2 {
    background: #EEEEEE;
}

/* url("../images/site/calendar/cdef.gif")*/
/* Empty Cell Background (empty cells with no date numbers) */
.kc_s20 {
    background: #EBEBEB;
}

/* url("../images/site/calendar/cdef5.gif")*/
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.kc_s21 {
    background: #F5E0D8;
}

/* url("../images/site/calendar/cdef2.gif")*/
/* Mark Solid Cell Background (solid marked event date background) */
.kc_s22 {
    background: #F5E0D8;
}

/* url("../images/site/calendar/cdef2.gif")*/
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.kc_s23 {
    background: #F5E0D8;
}

/* url("../images/site/calendar/cdef2.gif")*/
.kc_s28 {
    background: #F5E0D8;
}

/* url("../images/site/calendar/cdef1.gif")*/
.kc_s29 {
    background: #F5E0D8;
}

/* url("../images/site/calendar/pola.gif")*/
.kc_s210 {
    background: #F5E0D8;
}

/* url("../images/site/calendar/pola.gif")*/
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.kc_s24 {
    background: #F5E0D8;
}

/* url("../images/site/calendar/cdef2.gif")*/
.kccalbox {
    float: left;
    margin: 5px 5px 5px 0px;
}

.kc_calc_mainTable {
    width: 100%;
    border-spacing: 0px;
}

.kr_contentbox .kc_calc_mainTable td, .kc_calc_mainTable td {
    padding: 3px;
}

.kc_calc_header {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    border-bottom: 1px solid silver;
    font-weight: bold;
}

.kr_contentbox .kc_calc_mainTable td.kc_calc_sum, .kc_calc_mainTable td.kc_calc_sum {
    border-top: 1px solid silver;
}
.kr-firstDay{
    background-image: url("../images/site/calendar/firstday.png");
}
.kr-lastDay{
    background-image: url("../images/site/calendar/lastday.png");
}
.kc_mainTable td{
    border: 1px solid #ddd;
}
.kr-calendar-week .kr-firstDay{
    background-image: url("../images/site/calendar/firstweek.png");
}
.kr-calendar-week .kr-lastDay{
    background-image: url("../images/site/calendar/lastweek.png");
}
.kr-calendar-day .kr-firstDay{
    background-image: url("../images/site/calendar/firsthour.png");
}
.kr-calendar-day .kr-lastDay{
    background-image: url("../images/site/calendar/lasthour.png");
}
#custom_listinglist .kc_mainTable td, #custom_listinglist .kc_mainTable th{
    cursor: auto;
    padding:0;
}
.kr_overview_title{
    text-align: center;
    font-size: 20px;
}
.kr-firstDayOverview, .kr-lastDayOverview{
    position: relative;
}
.kr-firstDayOverview img, .kr-lastDayOverview img{
    height:100%;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
}