@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#e5decb;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;	
	line-height:10pt;
}
li{
	margin:0; 
	padding:0; 
	list-style-type:none;	
	line-height:10pt;
	
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------main--------------------*/

/*------------------------------------------------top--------------------*/
#main{
	width:100%;
	color:#000;
}
#top{
	width:1003px;
	height:187px;
	margin:0 auto;
	background:url(../images/bellavista/bg_top.jpg) repeat-x 0 0;
	position:relative;
}
#topMain{
	width:100%;
	height:224px;
	background:url(images/bg_top1.jpg) repeat-x 0 0;
}
.logo{
	top:0;
	left:0;
	position:absolute;
	border: none;
}
.slogan{
	position:absolute;
	top:55px;
	right:55px;
}
/*------------------------------------------------body--------------------*/
#body{
	width:983px;
	margin:0 auto;
	padding:10px;
	background-color:#FFF;
}
#body h2.welcome{
	font-size:24px;
	color:#572600;
	padding:10px 0;
}
#body p.today{
	font-size:13px;
	color:#572600;
	padding-bottom:10px;
}
#left{
	width:150px;
	padding-top:45px;
	float:left;
}
#left ul.leftLink{
	width:150px;
	background-color:#FFF;
	color:#000;
	padding:0;
	margin:0;
	float:left;
}
#left ul.leftLink li{
	display:block;
	height:39px;
	float:left;
}
#left ul.leftLink li a{
	float:left;
	width:140px;
	background: url(../images/bellavista/leftlink_out.gif) no-repeat 0 0;
	font:bold 13px/29px Arial, Helvetica, sans-serif;
	color:#424242;
	text-transform:uppercase;
	background-color:inherit;
	text-decoration:none;
	padding:0 0 0 10px;
}
#left ul.leftLink li a:hover{
	color:#FFFFFF;
	background: url(../images/bellavista/leftlink_over.gif) no-repeat 0 0;
}
#left ul li a.hover{
	float:left;
	width:140px;
	background: url(../images/bellavista/leftlink_over.gif) no-repeat 0 0;
	font:bold 13px/29px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	background-color:inherit;
	text-decoration:none;
	padding:0 0 0 10px;
}

#right{
	width:830px;
	float:left;
	}
#container{
	background: #FFFFFF url(../images/bellavista/bg_header.gif) repeat-x 0 0;
	border:3px #9a9d58 solid;
	padding:10px;
}
#container_nobg{
	border:3px #9a9d58 solid;
	padding:10px;
}	
	
.ctner_head{
	padding-bottom:12px;
	display:block;
}
.inner_contnr_head{
	border:1px #9a9d58 solid;
	height:25px;
	background-color:#cbcb99;
	margin-top:10px;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	padding: 5px 0 0 8px;
	position:relative;
}
.inner_contnr_body{
	height:100%;
	background-color:#fff;
	padding:10px;
	border-right:1px solid #9a9d58;
	border-bottom:1px solid #9a9d58;
	border-left:1px solid #9a9d58;
}
.flash_msg {
        padding: 5px;
        margin-bottom: 5px;
        border: 2px solid #660000;
        background-color: #FFE4B5;
        color: #660000;
        font-weight: bold;
  }
  .flash_msg1 {
        padding: 5px;
        margin-bottom: 5px;
        border: 2px solid #660000;
        background-color: #FFE4B5;
        color: #660000;
        font-weight: bold;
  }
.form_div{
	font-weight:bold;
	width:260px;
	line-height:19px;
	float:left;
}
.btn_calender{
	background:url(../images/bellavista/icon_calender.gif) 0 0 no-repeat;
	width:18px;
	height:18px;
	border:none;
	cursor:pointer;
	margin-left:8px;
}
.btn_search{
	background:url(../images/bellavista/btn_search.gif) 0 0 no-repeat;
	width:90px;
	height:27px;
	border:none;
	cursor:pointer;
	margin-left:8px;
}
.btn_update{
	background:url(../images/bellavista/btn_update.gif) 0 0 no-repeat;
	width:79px;
	height:27px;
	border:none;
	cursor:pointer;
}

.btn{
	width:auto;
	background-color:#e2e2bc;
	color:#000000;
	padding:2px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	border:1px #9a9d58 solid;
}

.form_button{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
}
input{
	
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
}

.input_button{
	
	border-left:#808080 solid 0px;
	border-top:#808080 solid 0px;
	border-right:#D4D0C8 solid 0px;
	border-bottom:#D4D0C8 solid 0px;
}
.inputbox {
	border:#C0C0C0 solid 1px;
	padding:2px 2px 2px 5px;
	color:#7A7A7A;
	font-size:13px;	
	background:white;
}
.chk{
	width:13px;
	height:13px;
	margin:0 8px 0 8px;
}
.black{
	font:normal 12px/13px Arial, Helvetica, sans-serif;
	background-image:none;
	padding:0;
	margin:0;
}

.input_small{
	width:80px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
}

select{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 19px;
	width: 159px;
	line-height: 19px;
}
.year_combo{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 19px;
	width: 100px;
	line-height: 19px;
	position:relative;
	left:568px;
	top:0px;
}

.room_mana_row_box{
	border:#9a9d58 2px solid;
	margin:0 auto;
	clear:both;
	background:#f7f7dd;
	height:100%;
}
.room_management_row_top{
	border-bottom:1px solid #9a9d58;
    height:57px;
	color:#3e3224;
	font-weight:bold;
}
.row_body{
	height:150px;
	overflow:auto;
}
.row{
	overflow:hidden;
	clear:both;
}
.room_bo_no1{
	float:left;
	border-right:2px solid #9a9d58;
	text-align:center;
	width:80px;
	height:40px;
	padding-top:17px;
}
.room_bo_no2{
	float:left;
	border-right:1px solid #9a9d58;
	text-align:center;
	width:55px;
	height:40px;
	padding-top:17px;
}
.room_bo_nobrd{
	float:left;
	text-align:center;
	width:65px;
	height:40px;
	padding-top:17px;
}
.room_bo_no4{
	float:left;
	border-right:2px solid #9a9d58;
	text-align:center;
	width:137px;
	height:22px;
	padding-top:8px;
	border-bottom:1px solid #9a9d58;
	color:#8c4214;
	font-weight:bold;
}
.room_bo_no5{
	float:left;
	border-right:1px solid #cccccc;
	text-align:center;
	width:55px;
	height:22px;
	padding-top:8px;
	background:#ffffff;
	border-bottom:1px solid #cccccc;
}
.room_bo_chk_in{
	float:left;
	border-right:1px solid #cccccc;
	text-align:center;
	font-weight:700;
	width:55px;
	height:22px;
	padding-top:8px;
	color:#266828;
	background:#A5F36C;
	border-bottom:1px solid #cccccc;
}
.room_bo_chk_out{
	float:left;
	border-right:1px solid #cccccc;
	text-align:center;
	font-weight:700;
	width:55px;
	height:22px;
	padding-top:8px;
	color:#62666C;
	background:#DDD9D8;
	border-bottom:1px solid #cccccc;
}
.room_bo_resv{
	float:left;
	border-right:1px solid #cccccc;
	text-align:center;
	font-weight:700;
	width:55px;
	height:22px;
	padding-top:8px;
	color:#194CAE;
	background:#B3D2FA;
	border-bottom:1px solid #cccccc;
}
.room_bo_hold{
	float:left;
	border-right:1px solid #cccccc;
	text-align:center;
	font-weight:700;
	width:55px;
	height:22px;
	padding-top:8px;
	color:#AAA911;
	background:#FFF69E;
	border-bottom:1px solid #cccccc;
}
.room_bo_block{
	float:left;
	border-right:1px solid #cccccc;
	text-align:center;
	font-weight:700;
	width:55px;
	height:22px;
	padding-top:8px;
	color:#A40F41;
	background:#F58EB0;
	border-bottom:1px solid #cccccc;
}


.inner_left_heading{
	float:left;
	font-weight:bold;
	padding-top:7px;
}
.room_maneg_green_box{
	float:left;
	margin-left:10px;
	padding-left:20px;
	background:url(../images/bellavista/img_grn_glegend.jpg) no-repeat left center;
	height:21px;
	padding-top:4px;
	width:80px;
	line-height:15px;
	font-weight:bold;
}
.room_maneg_gray_box{
	float:left;
	margin-left:10px;
	padding-left:20px;
	background:url(../images/bellavista/img_grey_glegend.jpg) no-repeat left center;
	height:21px;
	padding-top:4px;
	width:80px;
	line-height:15px;
	font-weight:bold;
}

.room_maneg_blue_box{
	float:left;
	margin-left:10px;
	padding-left:20px;
	background:url(../images/bellavista/img_blue_glegend.jpg) no-repeat left center;
	height:21px;
	padding-top:4px;
	width:80px;
	line-height:15px;
	font-weight:bold;
}
.room_maneg_yellow_box{
	float:left;
	margin-left:10px;
	padding-left:20px;
	background:url(../images/bellavista/img_yel_glegend.jpg) no-repeat left center;
	height:21px;
	padding-top:4px;
	width:80px;
	line-height:15px;
	font-weight:bold;
}

.room_maneg_red_box{
	float:left;
	margin-left:10px;
	padding-left:20px;
	background:url(../images/bellavista/img_red_glegend.jpg) no-repeat left center;
	height:21px;
	padding-top:4px;
	width:80px;
	line-height:15px;
	font-weight:bold;
}


/*------------------------------------------------footer--------------------*/
#footer{
	width:1000px;
	height:29px;
	padding-top:35px;
	margin:0 auto;
	background:url(../images/bellavista/bg_footer.gif) repeat-x 0 0;
}
#footer p{
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}
#footer p a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer p a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


/*------------------------------------------------Invoice page--------------------*/
.header_tab{
	height:35px;
	width:100%;
}
.header_tab_out{
	background:url(../images/bellavista/headertab_out.gif) no-repeat 0 8px;
	height:20px;
	float:left;
	text-align:center;
	padding-top:15px;
	width:100px;
	margin-left:10px;
	cursor:pointer;
	font-weight:700;  
	text-transform: uppercase;
}
.header_tab_over{
	background:url(../images/bellavista/headertab_over.gif) no-repeat 0 8px;
	height:20px;
	float:left;
	text-align:center;
	padding-top:15px;
	width:100px;
	cursor:pointer;
	margin-left:10px;
	font-weight:700;  
	text-transform: uppercase;
}
.header_print{
	background:url(../images/bellavista/btn_print.gif) no-repeat 0 0;
	height:27px;
	display:inline;
	float:right;
	cursor:pointer;
	width:85px;
	margin-right:10px;
	font-weight:700;
}

.inner_body{
	background-color:#fff;
	padding:10px;
	border:2px solid #9a9d58;
}
.inner_body1{
	height:100%;
	background-color:#fff;
	padding:10px;
	border:1px solid #9a9d58;
}

.boxContainerR {
	float:right;
}
.reservation_sum_1st_box{
    float:left;
    width:252px;
}

.reservation_sum_2nd_box{
    float:left;
    width:250px;
	margin-left:0px;
}
.reservation_sum_rt_row{
    float:left;
	padding-top:3px;
    text-align:right;
    padding-right:6px;
    color:#545454;
    font-weight:bold;
    width:123px;
}
.reservation_sum_lt_row{
     float:left;
	padding-top:3px;
    padding-bottom:6px;
}
.reservation_left_row{
    float:left;
	padding-top:3px;
    text-align:right;
    padding-right:6px;
    color:#545454;
    font-weight:bold;
    width:85px;
}

.folio_gray_box{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	overflow:hidden;
	margin-top:10px;
	clear:both;
	float:left;
}
.submenu_innbox {
	background-color:#f7f7dd;
	height:30px;
	color:#03437F;	
}
.innbox_bo_no01{
	float:left;
	border-right:1px solid #cccccc;
	text-align:center;
	width:35px;
	height:25px;
	padding-top:5px;
}
.innbox_bo_no1{
	float:left;
	border-right:1px solid #cccccc;
	text-align:center;
	width:35px;
	height:50px;
	padding-top:5px;
	background:#ffffff;
	border-bottom:1px solid #cccccc;
}
.innbox_bo_no04{
	float:left;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-align:center;
	width:auto;
	height:25px;
	padding-top:5px;
	font-weight:bold;
}
.innbox_bo_no4{
	float:left;
	border-right:1px solid #cccccc;
	text-align:center;
	width:165px;
	height:50px;
	padding-top:5px;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
}
.folio_left{
	width:480px;
	overflow:hidden;
	float:left;
	padding:10px 0px;
}
.folio_right{
	width:230px;
	overflow:hidden;
	float:right;
	margin-top:10px;
	border:1px solid #cccccc;
	padding:10px 10px 0 10px;
}
.folio_rightR{
	float:left;
	width:125px;
	height:25px;
}

.folio_rightL{
	float:left;
	width:73px;
	padding-left:10px;
}
.bottomBtns {
	overflow:hidden;
	padding:15px 0 0 25px;
	height:100%;
}
.bottomBtnsColumn2 {
	float:right;
}


/*------------------------------------------------Reservation Guest info--------------------*/
.formContainer {
	float:left;
	width:340px;
}
.formRow {
	height:30px;
}
.formRowLeft {
	float:left;
	text-align:right;
	font-weight:700;
	width:110px;
	color:#585f67;
}

.formRowRight {
	float:left;
	padding:0px 0px 0px 20px;
	width:210px;
}

.formRow1 {
	float:left;
	padding:5px;

}
.nextToTitle{
	padding-left:10px;
}


.formText{
	padding:8px 0px;
}


.formRow2 {
	float:left;
	padding:3px;
	text-align:left;
}

.formField {
	padding:10px 0px 0px 0px;
}
.squarBoxBlueMiddle {
	padding-left:15px;
	padding-right:15px;
	height:100%
}
.bottomBtnsColumn1 {
	float:left;
	
}

.bottomBtnsColumn2 {
	float:right;
}

.asterisk{
color:red;
}

.suggestionsBox {
		position: absolute;
		left: 130px;
		top: 350px;
		
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
		
	}
	
	
	
	#jSuggestContainer {
position:absolute;
border:1px solid #C7C799;
border-top:0;
background:#FFF;
border-color: #C7C799;
}

.jSuggestLoading {
font-style:italic;
padding: 10px;
}

#jSuggestContainer ul, #jSuggestContainer ul li{
margin: 0;
padding:0;
list-style:none;
font-size:8px;
letter-spacing:1px;

}



#jSuggestContainer ul li{
padding: 2px 4px;
border-bottom: 1px solid #C7C799;
color:#666;
background:#F7F7DD;
cursor:pointer;
height:14px;
line-height:16px;
}

#jSuggestContainer ul li.last{
border-bottom: 0;
}

#jSuggestContainer ul li.jSuggestHover{
background:#C7C799;
color:#333;
}

.row_sum{
	overflow:hidden;
	height:30px;
}

a.blackLink:link, a.blackLink:active, a.blackLink:visited{
	color:#000000;
	text-decoration:none;
}

a.blackLink:hover {
	text-decoration:none;
	color:#000000;
}

.header_tab_box{
	float:left;
	text-align:center;
	cursor:pointer;
	margin-left:10px;
	font-weight:700;  
	text-transform: uppercase;
	padding-top:8px;
}


.header_tab_over_left{
	background:url(../images/bellavista/active_menu_left.gif) no-repeat;
	height:27px;
	float:left;
	text-align:center;
	width:7px;
	cursor:pointer;
	
}

.header_tab_over_middle{
	background:url(../images/bellavista/active_menu_middle.gif) repeat-x;
	height:20px;
	float:left;
	text-align:center;
	padding-top:7px;
	cursor:pointer;
}


.header_tab_over_right{
	background:url(../images/bellavista/active_menu_right.gif) repeat-x;
	height:27px;
	float:left;
	text-align:center;
	cursor:pointer;
	width:7px;
}






.header_tab_normal_left{
	background:url(../images/bellavista/headertab_left.gif) no-repeat;
	height:27px;
	float:left;
	text-align:center;
	width:7px;
	cursor:pointer;
	
}

.header_tab_normal_middle{
	background:url(../images/bellavista/headertab_normal_middle.gif) repeat-x;
	height:20px;
	float:left;
	text-align:center;
	padding-top:7px;
	cursor:pointer;
}


.header_tab_normal_right{
	background:url(../images/bellavista/headertab_normal_right.gif) repeat-x;
	height:27px;
	float:left;
	text-align:center;
	cursor:pointer;
	width:7px;
}


.pms_room_middle {
	
	overflow:hidden;
	padding:10px 0px;	
	border-top:1px solid #9A9D58;	
	margin-bottom:5px;
	
}

.pms_room_row_1{
	padding-left:0px !important;
    padding-left:70px;
    overflow:hidden;
    padding-bottom:5px;
    font-size:11px;
}

.pms_row1{
	float:left;
	padding-left:10px;
	width:200px;
}


.pms_room_row {
	font-size:11px;
	overflow:hidden;
	padding-bottom:5px;
}


.pms_room_row1 {
	float:left;
	width:70px;
}

.pms_room_row2 {
	float:left;
	width:90px;
}


.pms_room_row3 {
	float:left;
	width:80px;
}

.pms_room_row4 {
	float:left;
	width:95px;
}


.pms_row2{
	width:200px;
	float:left;
}
.pms_row4{
	width:120px;
	float:left;
}

.pms_row5{
	width:200px;
	float:left;
}
.pms_row6{
	width:160px;
	float:left;
}
.pop_coln {
float:left;
width:200px;
}

.blueBorderBox_1{
	border:#999900 solid 1px;
	font-weight:normal;
	font-size:12px;
}

.pms_row3{
	width:120px;
	float:left;
}

.pms_room_image{
	float:left;
	width:97px;
	padding-left:5px;
	padding-top:15px;
	border:1px solid #999900;
	padding-bottom:5px;
	height:100px;
}


.photo_box_property_image{
	float:left;
	text-align:center;
	width:93px;
}

.inkeper_delet{
	float:left;
	text-align:center;
	width:80px;
	margin:3px 0px;
}



a.breadcLink:link {
	color:#999900;
	text-decoration:none;
}

a.breadcLink:active {
	color:#1855a8;
	text-decoration:none;
}

a.breadcLink:hover {
	color:#666600;
	text-decoration:underline;
}

a.breadcLink:visited {
	color:#1855a8;
	text-decoration:none;
}

.header_addapartment{
	background:url(../images/bellavista/add_appartment_btn.gif) no-repeat 0 0;
	height:27px;
	display:inline;
	float:right;
	cursor:pointer;
	width:132px;
	margin-right:10px;
	font-weight:700;  
}


.box_bottom{
	float:left;
	border-right:#666666 1px solid;
	width:175px;
	padding-left:10px;
}

.form_ctnt{
	font-size:13px;
	font-weight:bold;
	padding:5px;
}
.form_ctnt1{
	font-size:13px;
	padding:5px;
}
.table_hd{
	border-left:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	text-align:center;
	width:auto;
	padding:5px;
	font-weight:bold;
	background-color:#f7f7dd;
}
.table_hdl{
	border:1px solid #aaaaaa;
	text-align:center;
	width:auto;
	padding:5px;
	font-weight:bold;
	background-color:#f7f7dd;
}
.table_data{
	border-left:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;	
	text-align:center;
	width:auto;
	padding:5px;
}
.table_datal{
	border-left:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	width:auto;
	padding:5px;
	text-align:center;
}

.errorjq {
        color: #FF0000;
        margin-bottom: 5px;
       
      }
error_box{

	margin-bottom: 5px;
	font-size: 11px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	border-color: #C7C799;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	border-bottom: 1px solid #C7C799;
	
}

.ac_loading {
	background: white url(../images/ajax-loader.gif) right center no-repeat;
}

.ac_odd {
	background-color: 	#F7F7DD;
}

.ac_even {
	background-color: 	#F7F7DD;
}

.ac_over {
	background-color: #C7C799;
	color: black;
}

/*images Page */

.header_tabl_out{
	background:url(../images/bellavista/headertabl_out.gif) no-repeat 0 8px;
	height:20px;
	float:left;
	text-align:center;
	padding-top:15px;
	width:200px;
	margin-left:10px;
	cursor:pointer;
	font-weight:700;  
	text-transform: uppercase;
}



.header_tabl_over{
	background:url(../images/bellavista/headertabl_over.gif) no-repeat 0 8px;
	height:20px;
	float:left;
	text-align:center;
	padding-top:15px;
	width:200px;
	cursor:pointer;
	margin-left:10px;
	font-weight:700;  
	text-transform: uppercase;
}
.chekpms_main_row{
	clear:both;
	padding:10px 0px;
	overflow:hidden;
}

.chekpms_prop_left_text{
	float:left;
	width:265px;
	text-align:right;
}

.chekpms_prop_right_text{
	float:left;
	width:625px;
	padding-left:15px;
}
.row_left_images{
	float:left;
	width:260px;
	overflow:hidden;
	padding-bottom:15px;
}

.row_right_images{
	float:left;
	width:200px;
	overflow:hidden;
}

.row_property_images{
	padding-top:10px;
	overflow:hidden;
}
.bluetext {
	color:#666600;
	overflow:hidden;
}
.row_property_images{
	padding-top:10px;
	overflow:hidden;
}
.property_details_image{
	float:left;
	width:94px;
	padding-left:10px;
	padding-top:10px;
	border-left:#BCD0DF solid 1px;
	border:1px solid #BCD0DF;
	padding-bottom:5px;
	margin-left:8px;

}

.property_details_image_1{
	float:left;
	width:93px;
	padding-left:5px;
	padding-top:15px;
	border:1px solid #999900;
	padding-bottom:5px;
	margin-left:4px;
	height:100px;
}
.photo_box_property_image{
	float:left;
	text-align:center;
	width:93px;

}
#chek_pms_containerBottom {
    background-image:url(../images/bellavista/chek_in_pms_bottom_cantainer.gif);
    height:25px;
    background-repeat:no-repeat;
	width:969px;
	margin:0px auto;
}

.right_box_image{
	float:right;
	overflow:hidden;
	width:230px;
	padding-bottom:15px;
	padding-left:20px;
}

.left_box_image{
	float:left;
	padding:10px;
	overflow:hidden;
	width:480px;
}


/*------------------------------*REport-------------------------*/

.formbtn{
	background-color:#baba7c;
	border:1px solid #9a9d58;
	color:#FFFFFF;
	width:50px;
	height:20px;
	cursor:pointer;
	font-weight:bold;
	}

.rform_hd{
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align:right;
}

.chekpms_pro_det_left_link{
	color:#505050;
	font-weight:normal;
	float:left;
	padding-left:20px;
}

/*------------------------------------------------body--------------------*/
.menu{
	top:164px;
	left:0;
	position:absolute;
}

#midMain{
	width:100%;
	background:url(../images/bellavista/bg_mid.jpg) repeat-x 0 0;
	padding:10px;
}

#mid{
	width:1003px;
	margin:0 auto;
}
#mid img.banner{
	display:block;
	margin:0 auto;
	}
#midLeft{
	float:left;
	background:url(../images/bellavista/bg_welcome.gif) no-repeat 0 0;
	height:410px;
	padding:20px;
	width:610px;
	margin:10px 0 10px 5px;
	display:inline;;
}
.img_int{
	float:left;
	margin:10px 10px 40px 0;
}
.wel_txt{
	font-size:13px;
	line-height:20px;
	text-align: justify;
	margin: 10px 0 0 10px;
	}
	
a.morelink{
	float:right;
	font-size:13px;
	font-weight:bold;
	color:#6c6c3d;
	text-decoration:underline;
}
a.morelink:hover{
	color:#03914b;
}

#midRight{
	float:right;
	background: #c7c691 url(../images/bellavista/bg_header.gif) repeat-x 0 0;
	border:3px #9a9d58 solid;
	padding:10px;
	width:274px;
	height:257px;
	margin:10px 17px 10px 0;
	display:inline;
	

}
.resertitle{
	display:block;
	float:left;
	margin:0 100px 25px 0;
}
.resertext {
	margin: 3px;
	height: 18px;
	width: 110px;
	float: left;
	font-size: 13px;
	font-weight:bold;
	color: #000;
	padding: 3px;
}
.reserformfield {
	font-size: 12px;
	width:140px;
	color: #95A334;
	height: 20px;
	float: left;
	margin: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
	padding: 3px;
}

.textboxEffect
{
	background-color:#FFFFFF;
	color:#000000;
	border-bottom:#D4D0C8 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-top:#404040 solid 1px;
	border-left:#404040 solid 1px;
	height: 18px;
	width: 100px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.textbox
{
	background-color:#FFFFFF;
	color:#000000;
	border-bottom:#D4D0C8 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-top:#404040 solid 1px;
	border-left:#404040 solid 1px;
	height: 18px;
	width: 100px;
	line-height: 19px;
	float:left;
}

.dateSelector{
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	border:none;
	margin-left:10px;
	padding:0;
}
.submitarea {
	margin: 5px;
	height: 30px;
	width: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 118px;
	float: left;
}
.check_avil {
	background : url(../images/bellavista/btn_check_avi.gif) 0 0 no-repeat;
	height: 24px;
	width: 130px;
	float: left;
	border: none;
	margin: 0px;
	padding: 0px;
}
.tbl_brd{
   border:1px solid #9a9d58;
} 

