@charset "UTF-8";
/* CSS Document */

/* Navigation Styles Public Main-Menu ----------------------------*/
#cal_nav {
	width: auto;
	margin-bottom: 20px;
}
#cal_nav ul {
	list-style-type:none;
}
#cal_nav ul li {
	margin-right: 5px;
	text-align: left;
	float: left;
	display:inline;
}
#cal_nav ul li a {
}


/* CALENDER ------------------------------------------------------*/
#cal_navigation {
}
#calender_public {
	float: left;
}

#calender {
	float: left;
	width: auto;
	margin-right: 10px;
}

#calender table {
	border-collapse: separate;
    border-spacing: 2px;
}

#calender table tr td, #calender table tr th {
	text-align: center;
	padding: 2px;
	border: 1px solid #FFF;
}

caption {
	color: #02AFDE;
	line-height: 20px;
	padding: 2px 0px 2px 10px;
	font-weight:bold;
	text-transform: uppercase;
}
.calender_month_0 {
    float:left;
	table-layout: fixed;
    padding: 0px;
	margin: 1px;
	text-align: right;
}

.cal_prev {
	background: #FFF;
}
.cal_prev caption {
	background: #CCC;
	color: #FFF;
}
.cal_act {
	background: #F4F4F4;
}
.cal_act caption {
	background: #F4F4F4;
}
.cal_next {
	background: #FFF;
}
.cal_next caption {
	background: #CCC;
	color: #FFF;
}
.cal_select_month caption{
	background: #02AFDE;
	color: #FFF;
}
#calender_br {
	clear:both;
	float:left;
}
.center {
	text-align: center;
}	
.res_mini {
	width: 300px;
	float: left;
}
.rentable {
	color: #FFF !important;
	background: #090;
}
.rentable a {
	color: #FFF !important;
}
.rented_dark {
	color: #FFF;
	background: #F00;
}
.rented {
	color: #FFF;
	background: #F00;
}
.selected{
        color: #02AFDE !important;
	text-decoration: underline !important;
}
.currentDate {
    background: #F00 !important;
}
.currentDate a {
    color: #FFF !important;
    text-decoration: blink !important;
}
.hover_red {
	background: #ff0000 !important;
}
.del,.day,.cal > caption {
}
.help{
    cursor:  help;
}
td.day:hover {
	background: #090 !important;
	color: #FFF !important;
}
td.day:hover a {
	color: #FFF !important;
}
td.kill:hover {
	background-color: #ff0000 !important;
}
/* Form Reservation Inquiry -----------------------------------*/

#inquiry {
	clear: both;
}

#inquiry label {
	display: block;
	float: left;
	width: 120px;
}

#inquiry input, #inquiry textarea, input {
	border: 1px solid #02AFDE;
	margin-bottom: 5px;
}
.new_rent {
    text-align: left;
}
.new_rent fieldset form input,div.new_rent fieldset form select {
}
