﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. 
@import("ie5mac-only.css");*/

html, body, div, p, h1, blockquote, dl, dt, dd, td, form, fieldset, a, img, button {
	 margin: 0;
	 padding: 0;
	 border: 0;
}
html {overflow: auto;}
html, body ,  form, #wrapper, #subnav
{
	height:100%;
}
ul, li 
{
	margin-left: 10px;
	padding-left: 2px;
}

/****************************************
						Site Defaults 
****************************************/
body
{
	text-align:center;
	background-color:#BDD0EE;
/*	background-color:#40124E;*/
	font-family:Arial;
	font-size:small;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height:100%;
	height:auto;
	/*background-attachment:fixed;
	background-position: center;
	background-repeat:repeat-y;
	overflow-y:scroll;*/
}
input
{
	vertical-align: middle;
}
.body_narrow 
{
	background-image:url(/img/main_background.gif);
}

.body_wide
{
	background-image: url(/img/background_master_wide.gif);
}

a:link {
	color: #5780ae;
	text-decoration:underline;
	font-weight: normal;
}
a:visited {
	color: #5780ae;
	text-decoration: none;
	font-weight: normal;
}
a:hover 
{
	text-decoration:underline; 
	color: #7498bf;
	font-weight: normal;
}
a:active
{
	color: #5780ae;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-size:small; 
	color: #0087CA;
}

h2 {
	font-size: medium; 
	color: #0087CA;
	font-style:normal; 
}

h3 {
	font-size: 17px; 
	color:#0087CA;
	font-weight:bold;
}

h4 {
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
}

h5 {
	font-size: small; 
	color: #0087CA;
	font-style:normal;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

h6 
{
	font-size: small;
	color:#333333;
	font-style:normal;
	font-weight:normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

h9 {
	font-size: 13px; 
	color: #0087CA;
	font-style:normal;
	font-weight:normal; 
}

p  
{
	margin: 5px 0 15px 0;
}

hr
{
	width:100%;
	color: #e1e1e1; 
	height: 1px;
}

/***********************************
				MasterPage Styles
***********************************/
#w_center
{
    margin:0px auto;
    width:780px;
    background-image: url('../../img/background_grad_both.gif');
    min-height:934px;
    height:auto;
    text-align:center;
}
#grad_left
{
    margin:0px auto;
    width:10px;
    background-image:url('../../img/background_left_grad.gif');
    background-repeat:repeat-y;
    min-height:934px;
    height:100%;
    float:left;
}
#grad_right
{
    margin: 0px auto;
    width: 10px;
    background-image: url('../../img/background_right_grad.gif');
    background-repeat: repeat-y;
    min-height:934px;
    height: 100%;
    float:left;
}
#center_panel
{
    margin:0 auto;
    width:760px;
    min-height:745px;
    height:auto;
    text-align:center;
}
.columns_center
{
    width:100%;
    min-height:745px;
    height:auto;
    background-color:#3979A7;
}
.ccsh
{
    min-height:874px;
}
.column_left
{
    height:auto;
    min-height:745px;
    width:145px;
    float:left;
}
.clh
{
    min-height:874px;
}
.column_center
{
    background-color:#EBEBEB;
    width:470px;
    height:100%;
    min-height:745px;
    margin-left:auto;
    margin-right:auto;
}
.cch
{
    min-height:874px;
}
.column_right
{
    height:100%;
    min-height:745px;
    width:145px;
    float:right;
    _text-align:center;
}
.crh
{
    min-height:874px;
}
/*.publicity_bar
{
    margin-top:129px;
    margin-left:auto;
    margin-right:auto;
}*/
.footer_cell
{
    background-color:#3979a7;
    /*float:left;
    margin-top:-110px;
    background-color:Yellow;*/
    color:White;
    width:100%;
    height:110px;
    font-size: 10px;
}
.footer_cell_small
{
    background-color:#3979a7;
/*    background-color:Yellow;
    margin-top:-60px;
    float:left;*/
    color:White;
    width:100%;
    height:60px;
    font-size: 10px;
    padding-top:1px;
}
.center
{
    font-family: Arial;
	color:#333333;
	font-weight:normal;
    margin-left:auto;
    margin-right:auto;
}
#wrapper, #header, #mainnav, #mainnav_wide, #mainnav .item, #mainnav_wide .item, #mainnav .selected, #mainnav_wide .selected, .copy .container, #footer {
 background :transparent;
}
#wrapper
{
	width:772px;
	min-width:772px;
	margin:auto;
	margin-top: 0;
	margin-bottom: 0; 
}

#header{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	height:104px; 
	background-image:url(/img/ra_logo333.jpg);
	background-repeat:no-repeat;
	background-color:#b3cd83;
	/*float:left;
	position:absolute;
	top:0px;*/
}

#header-link
{
	position:relative; 
	top:46px; 
	left:250px; 
	color:white;
	font-size:10px;
	text-decoration:none;
	float:left;
}

.style_link
{
	position:relative; 
	top:46px; 
	left:250px; 
	color:white;
	font-size:10px;
	text-decoration:none;
	float:left;
}

#login  
{
	text-align: right; 
	margin-top: 5px; 
	margin-right: 5px;
	font-weight:bold;
	vertical-align:top; 
	color:#EBEBEB;
	float: right; 
	font-size: 8pt;
}

#login a, #login_lang a
{
	font-weight:bold;
	color:#EBEBEB;
	font-size: 8pt;
}
#login a:hover, #login_lang a:hover
{
    color: #4654FF;
    text-decoration:none;
}
#sub_header{
	position:absolute;
	width:154px;
	height:20px; 
	top:200px;
	left:150px;
	background-image:url(/img/ra_subhesder.jpg);
	background-repeat:no-repeat;
	z-index:1;  
}

#logo{
	position:absolute;
	top:11px;
	left:11px; 
}

#banner
{
	margin:0 152px;
	text-align:center;
}

#search
{
	position:absolute;
	bottom:5px;
	right:5px;
}
/*************************************
					Master Page Structure  
************************************/

.login_lng
{
    float:right;
    margin-top:5px;
    margin-right:25px;
    font-size:8pt;
    color:#999;
}


/*************************************
					Master Page Structure  
************************************/

#contentwrapper
{
	margin-bottom: 0px;
	bottom: 0px;
}

#mainwrapper
{
	min-height: 100%;
}		   

#wrapper_wide
{
	width:1000px;
	margin:0px auto;
	text-align:left;
	margin-top: 0px;
	/*margin-bottom: -30px;*/
	height: 100%;
	min-height: 100%;
	
}

#footer
{
    margin: 0px auto 0px auto;
    position: relative;
    background-color: #3979a7;
    clear: both;
    color: white;
    font-size: 10px;
    width: 771px;
    height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

#footer_wide
{
    margin: 0px auto;
    background-color: #3979a7;
    clear: both;
    color: white;
    font-size: 10px;
    width: 1000px;
    height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}


#center_header
{
	background-color: #3170bf;
	width: auto;
}

#leftcolumn {
	position: relative; 
	float:left;
}

#centercolumn
{
	float: left;
	position:relative;
	text-align: left;
	
	width: 473px;
	min-height: 700px;
}

#centercolumn_wide
{
	float: left;
	position:relative;
	text-align: left;
	margin-left: 2px;
	width: 848px;
	
}

#rightcolumn
{
	float: right; 
	position: relative; 
	width: auto;   
}

.copy 
{
	background-color: white;
	padding-bottom: 20px;
	min-height:680px;
	width: auto;
}
.copy_content
{
	padding: 20px;
	color: #333333;
	font-size:small;
	width: auto;
}

.title
{
	margin-bottom: 10px;
	margin-left: 10px;
	font-size:20px; 
	color: #0087CA;
}
.dxrp
{
	max-width: 825px; 
	font-Size:X-Small;
}
.dxrp span
{
	/*color: #0087CA;*/
}

/*************************************
						Main Menu			   
*************************************/
.floatleft 
{
/*	display: block; */
	float: left;
}
. text_block
{
	display: block;
}

#mainnav 
{
	width:760px;
	height:25px;
	padding:0px; 
	background-image:url(/img/barra4.gif);
	background-repeat: repeat-x;
	/*float:left;
	position:absolute;
	top:104px;*/
}
#mainnav .Imagen
{
    float:left;
    Height:25px;
    width:120px;
}
#mainnav .item 
{
	font-size: 10px; 
	font-family:Arial;
	text-decoration:none;
	color: white;  
    height:25px;
	padding-right: 5px;
	padding-left: 5px;  
}
#mainnav .hover 
{
	font-size: 10px; 
	font-family:Arial;
	text-decoration:none;
	color:#195739; 
	height:25px;
	background-image:url(/img/barra333.gif);
	padding-right: 5px;
	padding-left: 5px;  
	/*vertical-align: top;*/
}
#mainnav .selected
 {
	text-align: center;
	height:25px;
	background-image:url(/img/barra333.gif); 
	text-decoration:none;
	position:relative;
}
#mainnav .dynamicstyle    
{
	background-color:#acbc8c; 
	border-bottom: 0px;
	border-width:0px; 
	font-size:9px; 
	text-decoration:none;
	text-align:left;
	color: #195739;
	width:100px;
}

#mainnav .dynamicitem 
{   
	background-color:#aecd71;  
	height:19px;
	width:97px;
	border-width:0px; 
	text-align:left;
	text-decoration:none;
	font-family:Arial;
	color:#195739; 
	margin-left:2px; 
}

#mainnav .dynamichover
 {        
	color:#195739;
	background-color:#acbc8c;
}

#mainnav .dynamicselected 
{
	background-color:#CCCCCC;
	color:#688B00; 
}

#mainnav table table 
{
	border-left:none;
}
 
/**********************************
						Subnav
***********************************/			 
#subnav {
    text-align: left;
    width: 141px;
    margin-left:auto;
    margin-right:auto;
}

#subnav .item 
{
	color: white; 
	font-size:11px; 
	text-decoration:none;
		
	border-top:1px solid #addef9; 
	border-bottom:#3975a5; 	 
	margin-top: 2px;
	padding-left: 2px;
	
	display: inline-block;
	
	width: 138px;
	height: 18px;
}

#subnav .selected 
{
	background-color:#FF9900; 
	color:#FFFFFF;
}

#subnav .hover 
{
	color:#FFFFFF; 
	border-top:1px solid #addef9;
	background-color:#3875a4;
	text-decoration: none;	
}

#subnav table 
{
	border-bottom:0px solid #3975a5;
	background-color:#53ADE0;
}
	
.HideRootNode
{
	visibility: hidden;
	margin-left: -40px;
}

/**********************************
				Sidebar Container
***********************************/			
.session_manager
{
	position:fixed;
	right:5px;
	top:5px;
	border:1px solid blue;
	width:10%;
	height:8%;
	background-color:#E5EECF;
} 
.session_manager .text
{
	font-size:xx-large;
}
.session_manager .link
{
	margin-top: 5px;
	font-size: x-small;
	color: #A80000;
}
.sidebar_box
{
    margin-left:auto;
    margin-right:auto;
    /*margin-top:131px;*/
    width:100%;
}
.sidebarcontainer
{
	border:1px solid #96b1d0;
	font-size:10px;
	text-align: center;
	width:137px;
    margin-left:auto;
    margin-right:auto;
	padding:1px;
	margin-top:2px;
}
.sidebarcontainer a 
{
	color:#FF284E;
}

.sidebarcontainer li 
{
	list-style-type:none;
}

/**********************************
						Side Banners
***********************************/			 
#mp_banner_text 
{ 
	background-color: #91b5ce; 
	height: 17px; 
	text-align: center; 
	width: 136px;
	padding-top: 6px;
	margin-top: 1px;
}
#mp_banner_text2
{ 
	background-color: #6699ff; 
	height: 17px; 
	text-align: center; 
	width: 136px;
	padding-top: 6px;
	margin-top: 1px;
}
#cust_part
{
	margin-left: 7px;
	width: 136px;
}
/**********************************
					Industry links
***********************************/			 
#industrylinks 
{
	color: #96b1d0; 
	padding-top: 20px;
	padding-left: 13px;
}

.industrylinks_title 
{
	text-align: left;
	font-weight: bold;
	color: white;
	margin-bottom: 20px;
	
}

.industrylinks_text 
{
	font-weight: bold;
	vertical-align: top; 
	margin-bottom: 10px;
}

.industrylinks_text a
{
	display:block;
	margin-bottom:10px;
}

/************************************/
/*							Styles						*/
/************************************/
.ajax__myTab .ajax__tab_header {
    font-family: Arial;
    font-size: 11px;
    border-bottom: solid 1px #cccccc
    }
     
.ajax__myTab .ajax__tab_outer
{
    padding-right: 4px;
    height: 21px;
    background-color: #E5EECF;
    margin-right: 2px;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
}
     
.ajax__myTab .ajax__tab_inner {
    padding-left: 3px;
    background-color: #E5EECF;
    border-left: solid 1px #E5EECF;
    }
     
.ajax__myTab .ajax__tab_tab {
    height: 13px;
    padding: 4px;
    margin: 0;
    }
     
.ajax__myTab .ajax__tab_hover .ajax__tab_outer {
    background-color: #cccccc
    }
     
.ajax__myTab .ajax__tab_hover .ajax__tab_inner {
    background-color: #cccccc
    }
     
.ajax__myTab .ajax__tab_hover .ajax__tab_tab {}
    
.ajax__myTab .ajax__tab_active .ajax__tab_outer {
    background-color: #E5EECF;
    border-left: solid 1px #cccccc;
    }
     
.ajax__myTab .ajax__tab_active .ajax__tab_inner {
    background-color: #E5EECF;
    font-weight:bold;
    border-bottom: solid 1px #E5EECF;
    }
     
.ajax__myTab .ajax__tab_active .ajax__tab_tab {
}
    
.ajax__myTab .ajax__tab_body {
    font-family: Arial;
    font-size: 10pt;
    border: 1px solid #CCCCCC;
    border-top: 0;
    padding: 8px;
    background-color: #E5EECF;
    }
.txt_block
{
    width:95%;
    text-align:justify;
}
.cb
{
    clear:both;
}
.flm
{
    float:left;
    margin-left:10px;
}
.fl
{
	float:left;
}
.frm
{
    float:right;
    margin-right:10px;
}
.fr
{
	float:right;
}
.div_clear
{
    clear:both;
    margin: 10px 0px;
}
.div_left
{
    font-size:small;
	color:#333333;
    margin-top:5px;
    margin-bottom:5px;
	float:left;
}
.div_right
{
    font-size:small;
	color:#333333;
    margin:10px 0px 10px 0px;
    float:right;
}
.hcenter
{
    font-family: Arial;
	color:#333333;
	font-weight:normal;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    text-align:left;
}
.ss
{
    font-size:small;
}
.sxs
{
	font-size:x-small;
}
.sxxs
{
	font-size:xx-small;
}
.login_content
{
    margin-top:80px;
    width:400px;
    margin-left:auto;
    margin-right:auto;
}
.login_content .header
{
    color:#0087CA;
    font:normal 17px Arial;
}
.vcenter
{
    margin-top:auto;
    margin-bottom:auto;
    margin-left:10px;
    margin-right:10px;
}
.form_table
{
    font-family:Arial;
	color:#333333;
    margin-right: auto;
    margin-left: auto;
    font-size: small;
    /*margin-top: 5px;
    margin-bottom: 20px;*/
    width:100%;
}
html>body .form_table
{
    /*font-size:small;*/
}
.form_table td
{
	text-align: left;
	/*margin-top:3px;*/
	padding-top:3px;
	/*width:50%;
	vertical-align: middle;*/
}

.form_table tr
 {
	vertical-align: middle;
 }
.form_table .first_row
{
	text-align: right;
	padding-right: 10px;
	/*margin-top:3px;
	width:50%;*/
	padding-top:3px;
}
.showdata_table
{
    font-size:small;
    font-family:Arial;
	color:#333333;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 5px;
    margin-bottom: 20px;*/
    width:100%;
}
.showdata_table td
{
    text-align:center;
    width:50%;
    padding-top:7px;
    padding-bottom:7px;
}
.showdata_table .rpar
{
    background-color: #d8e9b5;
}
.showdata_table .rimpar
{
    background-color: #ebebeb;
}
.showdata_table_left
{
    font-size:small;
    font-family: Arial;
	color:#333333;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 5px;
    margin-bottom: 20px;*/
    width:100%;
}
.showdata_table_left td
{
    text-align:left;
    padding-top:7px;
    padding-bottom:7px;
    padding-left:7px;
    vertical-align:middle;
}
.showdata_table_left .rpar
{
    background-color: #d8e9b5;
}
.showdata_table_left .rimpar
{
    background-color: #ebebeb;
}
.showdata_table_left_compact
{
    font-size:small;
    font-family: Arial;
	color:#333333;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 5px;
    margin-bottom: 20px;*/
    width:100%;
}
.showdata_table_left_compact td
{
    text-align:left;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:7px;
    vertical-align:middle;
}
.showdata_table_left_compact .rpar
{
    background-color: #d8e9b5;
}
.showdata_table_left_compact .rimpar
{
    background-color: #ebebeb;
}
.showdata_table_tri
{
    font-size:small;
    font-family: Arial;
	color:#333333;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 5px;
    margin-bottom: 20px;*/
    width:100%;
}
.showdata_table_tri td
{
    text-align:center;
    width:33%;
    padding-top:7px;
    padding-bottom:7px;
}
.showdata_table_tri .rpar
{
    background-color: #d8e9b5;
}
.showdata_table_tri .rimpar
{
    background-color: #ebebeb;
}
.errorrequired
{
	color:red; 
	font-family: Arial; 
	font-size:x-small; 
	text-align:left;
}
.card_image
{
	margin-top: 2px;
}
.header_label
{
	font-size: 11px;
	font-weight:bold;
	margin: 10px 0px 10px 0px;
	color:#333333;
}
.transact_hotel_list
{
    margin:20px auto 20px 40px;
    _margin-left:0px;
	/*padding-top: 10px;*/
	overflow: auto; 
	vertical-align: top; 
	width: 330px;
	/*_width:auto;*/
	min-height:320px; 
	max-height:350px;
	text-align: left;
	float: left; 
}

.filter_form
{
	margin: 20px auto 20px 80px;
	/*_margin-right:0px;
	padding-left: 10px;
	padding-top: 10px;*/
	float: left;
	/*border-left-style: dashed;
	border-left-width: 1px;	 */
	height: 285px;
	width: 300px;
	/*_width:auto;*/
	text-align: left;
}
#breadcrumbs_corp
{
	font-family:Arial;
	font-size:11px;
	color:#333333;
	width:100%;
	height:20px;
	background-color:#b3cd83;
	vertical-align:middle;
	background-image:url("/App_Themes/Granite/Images/bread_back.gif");
	background-repeat:repeat-y;
	text-align:left;
	padding-top:4px;
	padding-left:10px;
}
#breadcrumbs_corp a
{
	text-decoration:none;
}
#breadcrumbs_corp a:hover
{
	text-decoration:underline;
}



/************************************/
/*							Default Page						*/
/************************************/
#hp_content 
{
	height:100%;	
	min-height: 100%;
}
.hp_separator 
{
	background-image: url(/img/separator_main.jpg); 
	background-repeat: repeat-x; 
	width: 100%; 
	height: 3px; 
}
#hp_center_content 
{
	margin-top: 10px;
}
#hp_center_copy
{
		color: #96b1d0; 
		padding-left: 10px; 
		height: 74px;
		text-align: left;
		background-image: url(/img/background_resort.jpg); 
}
#hp_center_title 
{
	padding-top: 10px;
	margin-left: 50px; 
	color: #d9e5ee; 
	font-size: 15px;
	font-weight: bold;
}

.hp_center_text 
{
	margin-left: 50px; 
	position: relative; 
	color: #d9e5ee; 
	font-size: 10px;
}

#hp_ra_worldwide
{
	height:160px;
	color: #96B1D0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.hp_resort_div
{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: top;
	width: 110px;
	overflow: visible;
	
	float: left;
}
.hp_resort_div a
{
	display: block;
	margin-bottom: 5px;	

}
.hp_resort_float
{
	float: left;
	display: inline-block;
}

/**********************************
						Accordion 
***********************************/			 
.accordionHeader
{
	font-weight: bold;
	cursor: pointer;
	background-image:url(/img/expand.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:10px;
}
.accordionHeader a
{
	color:#0087CA;
	text-decoration: none;
	background-repeat:no-repeat;
	padding-left: 20px;
}
.accordionHeader a:hover
{
	font-weight: bold;
	text-decoration:underline;
}


.accordionHeaderSelected
{
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-image:url(/img/collapse.jpg);
	text-decoration:none;
	margin-top:10px;
	margin-bottom:10px;
}
.accordionHeaderSelected a
{
	color:#0087CA;
	text-decoration: none;
	padding-left: 20px;
}
.accordionHeaderSelected a:hover
{
	font-weight: bold;
	text-decoration: underline;
}



/**********************************
						Breadcrumbs 
***********************************/			 
.breadcrumbs
{
	vertical-align:middle;
	font-size: 9px;
	background-color:#53ade0; 
	color:#ebebeb;
	border:none;
	height:15px;
	width:100%;
	text-align:left;
}

.breadcrumbs a 
{
	color:navy; 
	text-decoration:underline;
}

.breadcrumbs a:hover 
{
	text-decoration:none; 
	color:yellow
}

.breadcrumbs a:visited 
{
	text-decoration:none; 
	color:#ebebeb
}

/**********************************
		Breadcrumbs  CORP Page
***********************************/			
.breadcrumbs_corp
{
	vertical-align:middle;
	position:relative;
	font-size: 9px;
	background-color:#53ade0; 
	color:#ebebeb;
	border:none;
	height:14px;
	width:auto;
	padding-left: 10px;
}

.breadcrumbs_corp a 
{
	color:navy; 
	text-decoration:underline;
}

.breadcrumbs_corp a:hover 
{
	text-decoration:none; 
	color:yellow
}

.breadcrumbs_corp a:visited 
{
	text-decoration:none; 
	color:#ebebeb
}

/**********************************
						Contact us 
***********************************/	
.email_form
{
	color: #999;
	font-size: 11px;
}
#form_container
{
	margin: 20px;	
}

/**********************************
						Careers
***********************************/	
#career_anouncement
{
	padding: 10px;	
}
#career_highlight
{
	margin: 20px 10px;
}

/**********************************
			Melia - Change Password
**********************************/

#headsection
{
	background-color: white;
	font-size:20px; 
	color: #0087CA;
	padding-top: 10px;
}

.content_box
{
	background-color: #EBEBEB;
	min-height: 400px;
}

/**********************************
			Payment processing
**********************************/
.payment_form
{
	text-align: center; 
	color: #333333;
	margin: 10px;
}

/**********************************
			Change Password Corp
**********************************/
.response_box
{
	margin-top: 30px; 
	color: red;
}

/**********************************
		Corporate change password
**********************************/
#headsection
{
	background-color: white;
	font-size:20px; 
	color: #0087CA;
	padding-top: 10px;
}

/**********************************
		Corporate change password
**********************************/
.round_panel
{
	width: 400px; 
	margin-left: 1px; 
	margin-bottom: 35px; 
	color: #5780ae;
}

/**********************************
			MakePayment Form
**********************************/

 
 .header_image
{
	text-align: center;
}

/**********************************
			Arrival List
***********************************/		
.hotel_list
{
	margin-top: 5px; 
	overflow: auto; 
	vertical-align: top; 
	width: 430px; 
	height: 285px; 
	text-align: left
}
/**********************************
			Transaction Query
***********************************/		




/**********************************
			Random other stuff
***********************************/		
.h_submail
{
	font:normal 20px Arial; 
	COLOR: #0087CA;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	vertical-align:middle;
}

.text_box
{
	color:#0087ca;
	font-size: 9px;
	font-family :Arial;
}

.button
 {
	color:#0087ca;
	font-size: 10px;
	height:21px;	   
	/*margin-right:0px;*/
}

.button_reg 
{
	color:#0087ca;
	height:21px;	   
	margin-right:0px;
	position:relative;
	left:-100px;
}

	
.img
{
	 margin-top:20px;
	 margin-bottom:20px;
	 margin-left:20px;
	 margin-right:20;	
}


/************************************************************
     jQuery dialog style
/*************************************************************/

#ConfirmDialog {
	display:none;
	margin-top: 15px !important;
	text-align: left !important;
}

.ui-dialog-titlebar {
	text-align: left !important;
}

.ui-dialog .ui-dialog-content {
	text-align: left !important;
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

ul.cardList li.cardItem a:hover {
	color: blue !important;
}

.ui-dialog 
{ 
	z-index: 13000 !important ;
}
