/* #########################################################
BLOCKS
######################################################### */

.blockOuter{
    position: relative;
    z-index: 100;
    margin: 0px 0px 6px 0px;
}

.block{
    background: url(/images/block_middle.jpg) repeat-y top left;
    text-align: left;
    width: 225px;
}

.blockH{
    background: url(/images/block_top.jpg) no-repeat top left;
    height: 34px;
}

.blockH h5{
    font-weight: normal;
	color: #84b4e8;
    margin: 0px;
    padding: 8px 9px 4px 4px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}

.blockC, .blockC div, .blockC form, .blockC form div{
    font-size: 11px;
}

.blockC{
    margin: 0px;
    padding: 4px 10px 4px 6px;
    background: url(/images/block_c_bg.jpg) repeat-y 2px -34px;
    color: #ffffff;
}
.blockC div{
    padding: 3px;
}
.blockC a, .blockC a:hover{
    font-size: 11px;
}

.blockC ul{
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.blockC ul li{
    list-style-type: none;
    list-style-image: url(/images/block_bullet.jpg);
    margin: 0px;
    padding: 0px;
}
.blockC ul li a{
    display: block;
    margin: 0px 0px;
    padding: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    width: auto;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.blockC ul li a:hover{
    background-color: #5072c2;
    color: #ffffff;
    border-bottom: 1px solid #c7e0f6;
    opacity: .7;
    font-size: 12px;
}

.blockF{
    background: url(/images/block_bottom.jpg) no-repeat bottom left;
    height: 9px;
}

.blockText{
    padding: 0px 2px;
    font-size: 9px;
}
.blockText a{
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;


    color: #000762;
}
.blockText a:hover{
    color: #000762;
    background-color: #8da6cf;
}

.blockSpacer{
    font-size: 1px;
}

.blockText .radio{
    background-color: transparent;
    border: 0px solid #000000;
}

/* News Letter */

#newsForm{
    font-size: 9px;
    text-align: center;
}

.newEmailInput{
    font-size: 12px;
    width: 120px;
}

#newsForm .button{ }

/* no style */
.noStyle .blockOuter{
    margin: 0px;
    padding: 0px;
}
.noStyle .block{
    border: 0px solid #FFF;
    padding: 0px;
    margin: 0px;
    background: none;
}
.noStyle .blockC, .noStyle.blockC div{
    padding: 0px;
    margin: 0px;
    background: none;
}

.noStyle .blockH{
    display: none;
    visibility: hidden;
}
.noStyle .blockF{
    height: auto;
    background: none;
}


/* events */
.blockC ul li a .eName{
    color: #3A71B8;
    padding-left: 11px;
}
.blockC ul li a:hover .eName{
    color: #C62B29;
}

.blockC .noEvents{
    padding: 0px 3px;
    font-size: 10px;
}

.moreEvents{
    text-align: center;
}
.moreEvents a{
    font-size: 10px;
}

/* END SPECIAL BLOCKS */

/* request form */

.request_form .req_selects{ width: 185px; }

.request_form a img{ border: 0px solid #fff; }

.request_form table td{ padding: 3px; }
.request_form .req_cal{ margin-bottom: -5px; }

.request_form .button{
    background: url(/images/send_a_request.png) no-repeat top left;

    width: 129px;
    height: 36px;

    border: 0px solid #fff;
}

#checkin_calendar{ background-color: #29378f; padding: 0px; margin-top: -55px; }
#checkout_calendar{ background-color: #29378f; padding: 0px; margin-top: -55px; }

#content #checkin_calendar{ background-color: #29378f; padding: 0px; top: -21px !important; left: 155px !important; }
#content #checkout_calendar{ background-color: #29378f; padding: 0px; top: -21px !important; left: 155px !important; }

#content .cal_container{ position: relative; }

/* DIV CALENDAR STYLES */
.cpYearNavigation, .cpMonthNavigation{
    background-color: #5073c3;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #ffe987;
    font-weight: bold;
    font-size: 12px;
}
.cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText{
    font-size: 10px;
}
.cpCurrentMonthDate a, .cpCurrentMonthDateDisabled a, .cpOtherMonthDate a, .cpOtherMonthDateDisabled a, .cpCurrentDate a, .cpCurrentDateDisabled a, .cpTodayText a, .cpTodayTextDisabled a, .cpText a{
    font-size: 10px;
}
.cpCurrentMonthDate a:hover, .cpCurrentMonthDateDisabled a:hover, .cpOtherMonthDate a:hover, .cpOtherMonthDateDisabled a:hover, .cpCurrentDate a:hover, .cpCurrentDateDisabled a:hover, .cpTodayText a:hover, .cpTodayTextDisabled a:hover, .cpText a:hover{
    font-size: 10px;
}

td.cpDayColumnHeader{
    text-align: right;
    border: 1px solid #C0C0C0;
    font-weight: bold;
    font-size: 11px;
    border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{
    text-align: right;
    text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{
    color: #D0D0D0;
    text-align: right;
    text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate{
    color: #fff;
}
.cpOtherMonthDate{
    color: #808080;
}
td.cpCurrentDate{
    color: #fff;
    background-color: #5c9de1;
    border-width: 1px;
    border: solid thin #ffe052;
}
td.cpCurrentDateDisabled{
    border-width: 1px;
    border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled{
    border: 1px solid #C0C0C0;
    border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled{ height: 20px; }
a.cpTodayText{ color: #fff; }
.cpTodayTextDisabled{ color: #D0D0D0; }
.cpBorder{ border: 1px solid #808080; background-color: #29378f; }
.cpBorder table{ margin: 0px auto; }
/* END CALENDAR STYLES */