#popup_calendar {
	position: absolute;
	margin: auto auto;
	background-color: #fff;
	display: none;
	z-index: 20;
	top: 50px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	background-image: url(/images/calendar_popback.gif);
	width: 720px;
	height: 696px;
	padding: 10px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#cal1Container, #cal1Container * {
	font-size: 11px;
}

#mask {
	top: 0;
	left: 0;
	display: none;
	background-color: #000;
	position: absolute;
	z-index: 10;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#popup_calendar h1 {
	background-image: url(/images/calendar_top.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 720px;
	float: left;
}
#popup_calendar h1.popup_header {
	height: 24px;
	width: 602px;
	padding-top: 11px;
	padding-left: 118px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
}


#popup_calendar #cal1Container {
	width: 722px;
	margin-top: 10px;
}

#popup_calendar .legends, .legends {
	float: left;
	width: 360px;
	overflow: hidden;
}
.legends_for_owner {
	width: 540px;
}
#popup_calendar .legends .legend, .legend {
	border: 1px solid #999999;
	width: 14px;
	height: 12px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
}

.legends .blue {
	background-color: #55a2e0;
}

.legends .green {
	background-color: #00ab91;
}

.legends .yellow {
	background-color: #fdbc31;
}

.legends .grey {
	background-color: #cccccc;
}

.legends .white {
	background-color: #ffffff;
}

.legends .red {
	background-color: #ed6969;
}

.legends .ownerreserved {
	background-color: yellow;
}

.legends .legend_text {
	float: left;
	width: 153px;
	padding: 0 0 10px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
}

#popup_calendar .yourprice {
	float: left;
	width: 304px;
	overflow: hidden;
	border: 1px solid #999999;
	background-color: #f2f2f2;
	padding: 10px;
	font-size: 11px;
	position: relative;
}

.pop_top {
	float: left;
	width: 698px;
	background-color: #f0ebda;
	padding: 10px 10px 0 10px;
	border: 1px solid #999999;
}


#popup_calendar .yourprice h1 {
	background-image: none;
	width: auto;
	height: auto;
	text-indent: 0;
	float: none;
	display: block;
}

#popup_calendar .yourprice a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-image: url(/images/button_yourprice.gif);
	background-repeat: no-repeat;
	width: 128px;
	height: 19px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 19px;
}

#popup_calendar .yourprice p {
	line-height: 15px;
	font-size: 11px;
}

#popup_calendar .yourprice a:hover {
	text-decoration: underline;
}

#bubble {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/bubble.png);
	width: 159px;
	height: 39px;
	padding: 6px 6px 20px 6px;
	color: #000;
	z-index: 300;
	display: none;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}