﻿#illuminateOverlay 
{
	position: fixed;
	display: none;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	height: 100%;  
	width: 100%;
	
	margin: 0;
	padding: 0;
}

#itemOverlay
{
	background: white;
	display: none;
}

#itemOverlayContent 
{	
	border: solid 1px black;
}

#itemClose
{
	cursor: hand;
	cursor: pointer;
	
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	display: none;
	position: fixed;
	background: url(../img/close.png);
}

#illuminateCookie
{
	margin: 0;
	padding: 10px;
	
	width: 300px;
	height: 300px;
	background: White;
	border: solid 1px black;
}

#illuminateCookieON, #illuminateCookieOFF 
{
	cursor: hand;
	cursor: pointer;
	
	float: left;
	display: block;
	width: 40px;
	height: 20px;
	margin-right: 10px;
}

#illuminateCookieON
{
	background: url(../img/on.png);
}

#illuminateCookieOFF
{
	background: url(../img/off.png);
}

#illuminateCookiePopUp
{
	display: none;
}

#textBalloonWrapper
{
	position: absolute;
}

#textBalloon
{
	padding: 5px;
	
	border: solid 1px #0066cc;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

#textBalloon a
{
	color: #0066cc;
}

.balloonText, #textBalloon
{
	display: none;
}