/* @override http://www.ghava.org/lerner/zoom.css */

body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color: #ccecfb;
}

a {
	text-decoration: none;
	color: white;
	background: none;
}
a:visited { color: #aaaaaa; }
a:visited:hover { color: #666666; }
a:hover { color: #aaaaaa; }
a:active { color: #666; }

#pop {
	background-color: 		#000;
	color: gray;
	opacity: 0.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 300px;
	padding: 10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	position: absolute;
	font: 15px/18px Tahoma, Arial, Helvetica, sans-serif;
	top: 25%;
	left: 38%;
}
#all {
		float:left;
		width:100%;
		height:100%;
		overflow: auto;
	}
#flashcontent {
		float:left;
		width:100%;
		height:100%;
	}