/* AJAXLAYER */

#ajaxlayer {
	position: absolute;
	z-index: 99999;
	left: 250px;
	top: 100px;
	width: 800px;
	height: 600px;
	background-color: #000;
	cursor: pointer;
}

#ajaxnavbar {
	position : relative;
	height: 30px;
	background-color: #00f;
	line-height: 30px;
	margin: 0 5px 0 5px;
}

#ajaxnavbar a:link, a:visited {
	color: #fff;
}

#ajaxnavbar a:hover, a:active, a:focus {
	color: #0f0;
}

#ajaxlayerheader {
	position: relative;
	height: 30px;
	z-index: 99999;
	overflow: hidden;
	background-color: #fff;
	text-align: right;
	opacity: 1.0;
	margin: 5px 5px 0 5px;
	padding: 5px;
}

#ajaxlayerCenter {
	position: relative;
	z-index: 99999;
	overflow: hidden;
	color: #fff;
	background-color: #00f;
	margin: 0 5px 5px 5px;
	font-size: 0.8em;
}

#ajaxlayerCenter a:link, a:visited {
	color: #fff;
}

#ajaxlayerCenter a:hover, a:active, a:focus {
	color: #0f0;
}

.ajaxlayerLoading {
	background: #fff url(loading.gif) no-repeat center;
}


