/*
*##########################################################################################*
*##                                                                                      ##*
*##  AJAX Layer v1.5                                                                     ##*
*##  Copyright 2006 by JulianB [http://julianb.redio.de/ | julianb@ich-habe-fertig.com]  ##*
*##  Licence: GNU/GPL [http://www.gnu.org/licenses/gpl.html]                             ##*
*##                                                                                      ##*
*##########################################################################################*
*/

div#window
{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	display: none;
	opacity: .0;
}

div#window-layer
{
	background-color: white;
	position: fixed;
	left: 100px;
	top: 100px;
	right: 100px;
	width: auto;
	height: 450px;
	display: none;
	z-index: 100;
	padding: 3px;
	border: 1px solid #000000;
}

span#window-head
{
	display: block;
	background-color: black;
	color: white;
	text-align: right;
	padding: 7px;
	padding-right: 10px;
	border-bottom: 1px solid #FF0000;
	height: 20px;
}

span#window-head a
{
	color: #CCCCCC;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
}

span#window-head a:hover
{
	color: #FF0000;
}

div#window-content
{
	height: 410px;
	overflow: auto;
	display: none;
}

div#window-loader
{
	text-align: center;
	padding-top: 75px;
}