/*
 * CSS for flopups
 *  
 */

#flopup_back			{ filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; width:100%; height:100%; position:absolute; left:0px; top:0px; background-color:#000000; cursor:pointer; z-index:100; zoom:1; } 
.flopup					{ position:absolute; left:0; top:0; text-align:left; z-index:101; }
.flopup_subscribe		{ position:absolute; left:0; top:0; text-align:left; z-index:101; }
.flopup_box				{ position:relative; background-color:#455964; border:1px solid #77858f; }
.flopup_arrow_up		{ background:url(/images/flopup_arrow_up.png) bottom no-repeat; height:8px; }
.flopup_arrow_down		{ background:url(/images/flopup_arrow_down.png) bottom no-repeat; height:8px; }
.flopup_title			{ background-color:#213c58; padding:7px 20px 5px 20px; font-size:16px; font-weight:bold; color:#8ec2e3; }
.flopup_content			{ padding:20px; }
a.flopup_close			{ position:absolute; top:7px; right:7px; background:url(/images/flopup_close.png) no-repeat; height:18px; width:18px; cursor:pointer; }
a.flopup_close:hover	{ background:url(/images/flopup_close_over.png) no-repeat; }

/* Add to List/RFP flopup */
#flopup_add_to					{  }
#flopup_add_to .add_to_links	{ background-color:#1e2b33; width:350px; overflow:hide; border-bottom:none; }
#flopup_add_to a.add_to			{ background-color:#24323b; margin:2px; padding:4px; display:block; text-decoration:none; }
#flopup_add_to a.add_to:hover	{ background-color:#32424d; padding:4px; display:block; text-decoration:underline; }

/* search account sign-in flopup */
#flopup_account_content .signin_input	{ border:1px solid #c9cbb8; color:#919480; font-size:14px; margin:0px; }
#flopup_account_content .typo			{ border:1px solid red; color:red; font-size:14px; margin:0px; }

/* sign-in flopup */
#flopup_signin_content .signin_input	{ width:138px; height:16px; border:1px solid #3f6480; background:url(/images/flopups/signin/input_back.png); color:#4679ba; padding:4px 0px 0px 4px; font-size:11px; }
#flopup_signin_content .typo			{ width:138px; height:16px; border:1px solid #d98232; background:url(/images/flopups/signin/input_back.png); color:#d98232; padding:4px 0px 0px 4px; font-size:11px; }
#flopup_hotel_profiler                  { margin-left:-6px !important;top: 203px !important;}

/** header **/
.iframehp-header { background: url(../images/update-bg.png) no-repeat left top; height: 26px; line-height: 26px; position: relative;}
.iframehp-header .title {color: #104e71; font-size: 14px; font-weight: bold;}

/** close iframe **/
.iframehp-header .iframe-close { background: url(../images/update-pop-up-close.png) no-repeat; position: absolute; top: 4px; right: 4px; width: 18px; height: 18px;}
.iframehp-header .iframe-close a { cursor: pointer; display: block; height: 18px; text-indent: -9999px;}

/**footer **/
.iframehp-footer { background: url(../images/update-bg-bottom.png) no-repeat left top; height: 66px; margin-top: -3px; }

/** closeiframehp body **/
.closeiframehp body {
	margin: 0;
	padding: 0;
}

