﻿html 
{
	height: 100%;	
	overflow: hidden;
}
body
{
	height: 100%;
	margin: 0;
}


/******* WUN SHADOW *********/

.wunShadow {
    background-color: #000000;
    display: none;
    z-index: 25;
    position: fixed;
    !_position: absolute;
    left: 0px;
    top: 0px;
    filter: alpha(Opacity=25);
    opacity: .25;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25
}

/******* WUN TOOLTIP *********/

.wunTooltipOuter
{
	background: #fff;
	border: 1px solid #000;
	display: none;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	padding: 10px;
	position: absolute;
	width: 600px;
	z-index: 50;
}

/******* WUN IMAGE-TOOLTIP *********/

.wunImageTooltipOuter
{
	background: #ffffff;
	border: 1px solid #000000;
	display: none;
	padding: 10px;
	position: absolute;
	z-index: 50;
}

/******* WUN POPUP *********/

.wunPopup 
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	display: none;
	height: 450px;
	width: 730px;
	z-index: 26;
	top: 0px;
	left: 0px;
	position: absolute;
	/*position: fixed;
    !_position: absolute;*/
}

.wunPopupButton 
{
	background: url(../images/btn_popupclose.gif) no-repeat center center;
	cursor: pointer;
	height: 40px;
	left: 690px;
	width: 40px;
	position: absolute;
}

.wunImageTooltipOuter
{
	background: #ffffff;
	border: 1px solid #000000;
	display: none;
	padding: 10px;
	position: absolute;
	width: 200px;
}