/*body ini dipakai untuk firefox dan IE kalau pakai utf-8, karena kalau gak, tablenya turun kebawah. mungkin karena di urf-8 ada keluar spasinya. terjadi kalau pakai include lang.php*/
body {
	font-family: Tahoma;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.backmenu {
	width: 690px;
	background-repeat: no-repeat;
	background-image: url(../images/backmenu.gif);
	height: 69px;
	font-family: Tahoma;
	font-size: 12px;
}

.bottom_copy {
	width: 950px;
	height: 70px;
	font-family: Tahoma;
	background-color: #f2f2f2;
	border-top: 1px solid #d1d1d1;
	font-size: 12px;
}

/*bagian kiri (kolom lainnya) */
.title_kolom{
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #990000;
	font-weight: bold;
	
}
.bar-right {
	background-color: #E1E1E1;
	width: 223px;
	padding: 10px 0px;
	text-align: center;
}

.bar-right2 {
	background-color: #E5E1D9;
	width: 223px;
	text-align: center;
	margin: 15px 0px;
}

.content-area {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #E1E1E1;
	width: 223px;
	text-align: left;
	padding-top: 10px;

}

/*MAIN MENU*/
.mainmenu-link,a:visited.mainmenu-link {
	
	color: #000000;
	text-decoration: none;
}
a:hover.mainmenu-link {
	text-decoration: underline;
}

.mainmenu-bottom,a:visited.mainmenu-bottom {
	color: #000000;
	text-transform: capitalize;
	text-decoration: none;
}
a:hover.mainmenu-bottom {
	text-decoration: underline;
}

.content {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	padding: 10px 20px 10px 0px;
}
.content_directory {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	padding: 2px;
}
.contentleft {
	padding: 10px 0px;
}
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding: 0px 0px 0px 15px;
	text-align: left;

}
.menubottom {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding: 15px 15px 3px 3px;
	text-align: right;

}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000066;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000066;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000066;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	border: 1px groove #000066;
	background-color: #990000;
}
.page-url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #660000;
	font-weight: normal;
}
.page-url-selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:hover.page-url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.list-url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000066;
}
a:hover.list-url {
	text-decoration: none;
}.contentharga {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	padding: 3px;
}

.whole_image {
	margin: 0px;	
	padding: 0px;
	width: 600px;
	text-align: center;
}

.clearboth { clear: both; }

.list_image {
	float: left;
	margin: 0px;	
	padding: 0px;
	width: 150px;
	text-align: center;
	height: 130px;
}


/*bagian rate2 type*/
.general_rate {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #000000;
	margin: 5px 5px;
	width:99%;
	background-color: #DDDDDD;
	float:left;
	padding-bottom:5px;
}

.generalfree_rate {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #000000;
	margin: 5px 5px;
	width:99%;
	background-color: #FFDFDF;
	float:left;
	padding-bottom:5px;
}

.lastminute_rate {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #000000;
	margin: 5px 5px;
	width:99%;
	background-color: #D5FFD5;
	float:left;
	padding-bottom:5px;
}

.special_rate {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #000000;
	margin: 5px 5px;
	width:99%;
	background-color: #D9D9FF;
	float:left;
	padding-bottom:5px;
}

.general_rate_title{
	margin: 0px;
	text-align:right;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#000000;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.general_rate_free_title{
	margin: 0px;
	text-align:right;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#990000;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.special_rate_title{
	margin: 0px;
	text-align:right;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#0000FF;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.lastminute_rate_title{
	margin: 0px;
	text-align:right;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#008000;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.isi_rate {
		float:left;
		padding: 5px;	
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #BBBBBB;
		background-color:#FFFFFF;
		margin: 5px;
		width:100px;
		text-shadow: 1px 1px #fff, 0px -1px #eeeeee;
}

/*untuk kotaknya rate type di hotel by area*/
.rate_type_area_hotel {
		float:left;
		padding: 5px;	
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #BBBBBB;
		background-color:#990000;
		margin: 5px 5px 5px 0px;
		color:#FFFFFF;
}



.instant_confirm { /*button, kalau room allocnya ada di hotel by area*/
		padding: 5px;	
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #BBBBBB;
		background-color:#008000;
		margin: 5px 5px 5px 0px;
		text-shadow: 1px 1px 1px #cccccc;
		color:#FFFFFF;
		font-size: 12px;
		width:170px;
		text-align:center;
}

/*untuk hotel deal di halaman home*/
.roomalloc_avail {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #000000;
	margin: 5px 5px;
	width:99%;
	background-color: #FFFFCC;
	float:left;
	padding-bottom:5px;
}

.roomalloc_avail_title{
	margin: 0px;
	text-align:right;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#FFFF00;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: #990000;
	text-transform: uppercase;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.whole_hotedeal {
	float: left;
	width: 310px;
	height: 110px;
	margin: 10px 10px;
	padding: 0px;
	text-align: center;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.hotdeal_image {
	float: left;
	margin: 0px;	
	padding: 0px;
	width: 155px;
	text-align: center;
}

.hotdeal_info {
	float: left;
	margin: 0px 5px 0px 0px;	
	padding: 0px;
	width: 145px;
	height: 90px;
	text-align: right;
}

.hotel_super_deal_icon { /*button, untuk URL super deal, last minute di list hotel by city*/
		padding: 5px;	
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #BBBBBB;
		background-color:#008000;
		margin: 10px 5px 0px 0px;
		color:#FFFFFF;
		font-size: 12px;
		text-align:center;
		float:left;
}

.hotel_super_deal_icon a { /*button, untuk URL super deal, last minute di list hotel by city*/
		color:#FFFFFF;
		text-decoration:none;
}
.hotel_super_deal_icon a:hover { /*button, untuk URL super deal, last minute di list hotel by city*/
		color:#FFFF00;
		text-decoration:underline;
}
h5 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h2 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	}
.list-url_h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000066;
	font-weight: normal;
}
a:hover.list-url_h2 {
	text-decoration: none;
}
.menu {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;

}

.content_alloc_report {
	font-family: Arial;
	font-size: 12px;
}

.content_alloc {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding: 2px 10px 5px 0px;
}

/*untuk listing villa category*/
.content_category {
	float: left;
	margin-bottom: 10px;	
	padding: 0px;
	width: 650px;
	height: 100px;
}

.category_images {
	float: left;
	margin-right: 10px;	
	padding: 0px;
	width: 150px;
	height: 100px;
}

.category_content {
	float: left;
	margin-right: 10px;	
	padding: 0px;
	width: 480px;
	height: 100px;
}

/*book now button di detail hotel*/
.booknow_button {
	text-align:center;
	padding:15px;
}

.booknow_button a {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #000000;
	margin: 5px 5px;
	background-color: #990000;
	padding:5px;
	color: #FFFFFF;
}

/*untuk list room di hotel detail*/
.list_room_full {
		padding: 0px;	
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #000000;
		background-color:#000000;
		margin: 10px 0px 15px 0px;
		font-family:Arial;
}
.inside_full_room {
		padding: 0px 0px 5px 0px;	
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color:#EEEEEE;
		margin: 10px 0px 10px 0px;
}
.room_full_tipe {
		padding: 5px;	
		-moz-border-radius: 5px 0px 5px 0px;
		border-radius: 5px 0px 5px 0px;
		-webkit-border-radius: 5px 0px 5px 0px;
		background-color:#990000;
		margin: 0px;
		color:#FFFFFF;
		width:90%;
		font-size:18px;
		font-weight:bold;
}
.full_room_rateoption {
		padding:5px;
		background-color:#EEEEEE;
		color:#000000;
		font-size:14px;
		font-weight:bold;
		text-decoration:underline;
		margin-top:10px;
		font-family:Arial;
}
.full_room_line {
		border-top:1px solid;
}
.full_room_ratetype {
		-moz-border-radius: 0px 0px 10px 10px;
		border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		background-color:#FBD69B;
		margin: 0px;
		color:#000000;
		font-size:12px;
		font-weight:bold;
		padding:5px;
		text-align:center;
		text-transform:uppercase;
}
.full_room_ratetype_free {
		-moz-border-radius: 0px 0px 10px 10px;
		border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		background-color:#FFFF00;
		margin: 0px;
		color:#990000;
		font-size:12px;
		font-weight:bold;
		padding:5px;
		text-align:center;
		text-transform:uppercase;
}
.full_room_content {
		margin: 0px;
		color:#000000;
		font-size:12px;
		padding:10px 5px;
}

