@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * 
* CSS Document for $.HoverAlls Plugin	 *
* Written By: Crusader12				 *
* Date: Jan 2012 						 *
* Version: 1.3							 *
* * * * * * * * * * * * * * * * * * * * */
/* This is the master stylesheet for HoverAlls. You do not need to modify any of these styles.
You can add classes using the HoverAlls container_class, bg_class, text_class and overlay_class settings. 
PLEASE NOTE: Some features depend upon the html,body styles in this file. To make sure they are
not overwritten by your CSS file, load the HoverAlls CSS after your main CSS. */
/*************************************************
************* HoverAlls Main Styles **************
**************************************************/
html,body {width:100%;height:100%;} /* IMPORTANT FOR SCREEN EDGE MODE */
/* MASTER STYLING FOR CONTAINER */
.hoveralls_container {overflow:hidden;position:relative;padding:0px;}  
/* MASTER STYLING FOR BACKGROUND */
.hoveralls_background {width:100%;position:absolute;} 
/* MASTER STYLING FOR TEXT */
p.hoveralls_text {margin-top:0px;margin-bottom:0px;position:relative;}
/* MASTER STYLING FOR TOP DROP MODE */
#top_drop {width:100%;height:50px;margin:0px;position:fixed;z-index:999999;}
/* TICKER SPACER */ 
.tickerspacer {padding:0px 10px;}
/* TOOLTIP CONTAINER */ 
.hv_tooltip {position:absolute;z-index:99999;}
/* OVERLAY - APPLY YOUR OWN COLOR OR IMAGE USING THE OVERLAY_CLASS SETTING AND YOUR OWN CLASS */
#hv_overlay {width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:999999;display:none;-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}
/* SET THE MAX WIDTH TO KEEP LIGHTBOX IMAGES FROM BEING TOO LARGE */
.hv_lightbox_img {max_width:1000px;position:absolute;}

.topdrop3bg {background-color:#fff;}
.topdrop3container {width:350px; border:5px solid #3a83d8;-moz-border-radius: 17px;-webkit-border-radius: 17px;border-radius: 17px;-moz-box-shadow: 4px 4px 8px #7b7b7b;-webkit-box-shadow: 4px 4px 8px #7b7b7b;box-shadow: 4px 4px 8px #7b7b7b;z-index:99999999!important;}
.topdrop3text {color:#66635b;text-align:left;width:300px;line-height:28px;font-size:18px;font-family:'Arial';}
.opener {font-size:40px;margin-right:10px;color:#807c73;}
#top_drop2, #top_drop3, #top_drop4 {margin:0px;padding:0px;position:fixed;z-index:999999;}

.tooltip4background {background:#fff;border:solid 3px #3a83d8;-moz-border-radius: 16px;-webkit-border-radius: 16px;border-radius: 16px;-moz-box-shadow: 3px 3px 5px #CCC;-webkit-box-shadow: 3px 3px 5px #CCC;box-shadow: 3px 3px 5px #CCC;padding:45px 5px 5px 5px ;overflow:hidden;}
#tooltiphtml {background-color:#fff;width:960px;height:285px;}
