/*
*** THE FORK
*/
#rm_reservation {
    /* font-family: Arial,Helvetica,sans-serif; */
    color:#fff;
    float:left;
    width:239px;
}

#rm_reservation .rm_reservation_top, #rm_reservation .rm_reservation_bottom {
    background: #333;
    border: 1px solid #d4cfbe;
    float: left;
    width: 239px;
    height: 11px;
}

#rm_reservation .rm_reservation_top {
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
}

#rm_reservation .rm_reservation_bottom {
    border-radius: 0  0 10px 10px;
    border-top: 0;
}

#rm_reservation .rm_reservation_body {
    float: left;
    width: 237px;
    height: auto;
    border-left:solid 1px #d4cfbe;
    border-right:solid 1px #d4cfbe;
    padding:1px;
    text-align: center;
    background-color:#333;
}

#rm_reservation #rm_wrapper {
    float: left;
    width: 100%;
}

#rm_reservation #rm_wrapper #rm_form_wrapper {
    float: left;
    width: 100%;
}

#rm_reservation #rm_wrapper #rm_form_wrapper .rm_header {
    font-size: 20px;
    margin: 0 0 12px 0;
    display: none;
}

#rm_reservation #rm_wrapper .rm_box_wrapper {
    border-bottom: solid 0px #d4cfbe;
    border-top: solid 0px #d4cfbe;
    background-color: #333;
    float: left;
    width: 100%;
    padding-top: 5px;
    margin-bottom: -10px;
}

#rm_reservation #rm_wrapper .rm_box_wrapper .rm_restaurant_name {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    display: none;
}

#rm_reservation #rm_wrapper .rm_box_wrapper .rm_restaurant_city {
    margin-top: 0;
    margin-bottom: 17px;
    font-size: 12px;
    font-weight: bold;
    display: none;
}

#rm_reservation #rm_wrapper .rm_box_wrapper #rm_search_box {
    float: left;
    width: 100%;
}

#rm_reservation #rm_wrapper .rm_box_wrapper #rm_search_box .rm_box_row {
    width: 100%;
    height: 25px;
    float: left;
    margin-bottom: 12px;
}

#rm_reservation #rm_wrapper .rm_box_wrapper #rm_search_box .rm_box_row.rm_date_row {
    position: relative;
}

#rm_reservation #rm_wrapper .rm_box_wrapper #rm_search_box .rm_box_row .rm_row_title {
    float: left;
    line-height: 22px;
    height: 22px;
    width: 90px;
    margin-right: 10px;
    font-size: 16px;
    text-align: right;
    font-weight: normal;
}

#rm_reservation #rm_wrapper .rm_box_wrapper #rm_search_box .rm_box_row .rm_row_value {
    float: left;
    position: relative;
    width: 135px;
    height: 22px;
}

#rm_reservation #rm_wrapper .rm_box_wrapper #rm_search_box .rm_box_row .rm_row_value input,
#rm_reservation #rm_wrapper .rm_box_wrapper #rm_search_box .rm_box_row .rm_row_value select {
    width: 100px;
    float: left;
    padding: 2px 2px 2px 5px;
    font-size: 13px;
    color: #333;
}

#rm_reservation #rm_wrapper .rm_box_wrapper #rm_search_box #rm_submit_wrapper {
    float: left;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 12px;
}

#rm_reservation #rm_wrapper #rm_logo_wrapper {
    float: left;
    width: 100%;
    line-height: 24px;
    height: 17px;
    font-size: 11px;
    display: none;
}

#rm_reservation #rm_wrapper #rm_logo_wrapper .rm_powered {
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
}

#rm_reservation #rm_wrapper #rm_logo_wrapper .rm_logo {
    width: 97px;
    height: 26px;
    position: relative;
    float: left;
    margin-top: 1px;
    background-repeat: no-repeat;
    background-position: 5px 0;
}

/*Calendar Styling*/

#rm_reservation #rm_wrapper div.jcalendar, div#jcalendar {
    padding-left: 2px;
    padding-bottom: 1px;

    display: block;
    position: relative;
    z-index: 999999999;
    background-color: #fff;
    
    float: left;box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

#rm_reservation #rm_wrapper table#calendar tr#jcalendar-links td {
    background-color: #fff;
    color: #3d4d65;
    text-align: center;
    font-weight: bold;
}

#rm_reservation #rm_wrapper table#calendar tr#jcalendar-links a.left {
    background-image: none;
    float: left;
    padding: 0;

    width: 0 !important; 
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
  
    border-right: 5px solid #3d4d65 !important;
    margin-left: 2px !important;
}

#rm_reservation #rm_wrapper table#calendar tr#jcalendar-links a.right {
    background-image: none;
    float: right;
    padding: 0;

    width: 0 !important; 
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
  
    border-left: 5px solid #3d4d65 !important;
    margin-right: 5px !important;
}

#rm_reservation #rm_wrapper table#calendar tr#days td {
    background-color: #fff;
    border: medium none;
    color: #3d4d65;
}

#rm_reservation #rm_wrapper table#calendar tr td {
    border: none;
    background-color: #fff !important;

    font-size: 14px;
    font-weight: bold;
}

#rm_reservation #rm_wrapper table#calendar tr td a {
    border: none !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 19px !important;
    margin: auto !important;
    color: #589442 !important;
    float: left;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#rm_reservation #rm_wrapper table#calendar tr td.inactive {
    font-size: 13px;
    color: #333;
    text-align: center;
}

#rm_reservation #rm_wrapper table#calendar tr td.active a {
    border: 1px solid #589442 !important;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px; 
}

#rm_reservation #rm_wrapper table#calendar tr td.active a:hover {
    background-color: #589442 !important;
    color: #fff !important;
}

#rm_reservation #rm_wrapper table#calendar tr td.selected a {
    background-color: #589442 !important;
    color: #fff !important;
}

table#calendar tr td.editval a {
    background: #589442 !important;
}
