/*
 * 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; } 
.flopup					{ 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_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; }
