div#booking_frame {
	border: 1px #6495ED solid;
}

div#booking_title{
	background-image: url(booking/title_back.gif);
	background-repeat: repeat-x;
	height: 30px;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 26px;
	vertical-align: middle;
	padding: 0px 4px 0px 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div#booking_selection{
	background-image: url(booking/status_back.gif);
	background-repeat: repeat-x;
	height: 30px;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 26px;
	vertical-align: middle;
	padding: 0px 4px 0px 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	clear: left;
}

div#booking_list_title {
	font-weight: bold;
	padding: 2px;
}

div#booking_list_item {
}

div#booking_list_item .apartman {
	background-image: url(booking/apart_back.gif);
	background-repeat: repeat-x;
	height: 60px;
	background-color: #FFFFFF;
	color: #696969;
	border-top: 1px dashed #6495ED;
	padding: 4px;
}

.apartman_title {
	color: #6495ED;
	background-color: inherit;
	font-weight: bold;
}

.apartman_rezerviraj {
	width: 100%;
	clear: both;
	padding-top: 4px;
	text-align: center;
}

.apartman_rezerviraj a {
	display: block;
	border: 0px;
	height: 24px;
	line-height: 24px;
	width: 120px;
	background-image: url(booking/button_back.gif);
	background-color: #FFFFFF;
	color: #178FEC;
	font-weight: bold;
	cursor: pointer;
	font-family: "Courier New", Courier, monospace;
	text-decoration:none;
}

div.pets {
	width: 36px;
	height: 32px;
	background-image: url(booking/pet.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: right;
	cursor: pointer;
}

div#booking_list_item .period {
	background-image: url(booking/period_back.gif);
	background-repeat: repeat-x;
	height: 41px;
	background-color: #inherit;
	color: #696969;
	border-top: 1px dashed #6495ED;
	border-right: 1px dashed #6495ED;
	padding: 4px 4px 0px 4px;
	width: 152px;
	float: left;
}

.period_month{
	line-height: 18px;
	color: #696969;
	background-color: inherit;
	font-weight: bold;
	width: 76px;
	float: left;
}
.period_price{
	color: #696969;
	background-color: inherit;
	font-weight: normal;
	width: 76px;
	text-align: right;
	float: right;
	clear: right;
}
.period_period{
	color: #6495ED;
	background-color: inherit;
	font-weight: bold;
	line-height: 23px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	float: left;
}
.period_period a{
	color: #6495ED;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #6495ED;
}
.period_period a:hover{
	color: #E95C5D;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #E95C5D;
}

.user_title {
	font-weight: bold;
	padding: 4px;
	clear: both;
}

.user_info {
	padding: 4px;
	clear: both;
}

.user_info div {
	width: 45%;
	display: block;
	float: left;
	line-height: 18px;
}

.user_info div input {
	font-size: 12px;
	border: 1px solid silver;
}
.user_info div textarea {
	font-size: 12px;
	border: 1px solid silver;
}
.user_info div input.red{
	font-size: 12px;
	border: 1px solid #E95D5D;
}
.user_info button {
	border: 0px;
	height: 24px;
	width: 120px;
	background-image: url(booking/button_back.gif);
	background-color: #FFFFFF;
	color: #178FEC;
	font-weight: bold;
	cursor: pointer;
	font-family: "Courier New", Courier, monospace;
}
.bottom_space {
	clear: both;
}
.user_notice {
	color: #E95D5D;
	background-color: #FFFFFF;
	padding: 4px;
	clear: both;
}