/*
*
*	OVERLAY STYLE
*
*/

.overlay
{
	width:100%;
	height:100%;
	
	padding:50px 0 0 0;
	
	background:url(../img/overlay.png);
	background-repeat:repeat;
	
	position:fixed;
	left:0px;
	top:0px;
	z-index:100;
}

.overlay_invisible
{	
	width:100%;
	height:100%;
	
	background:url(../img/overlay.png);
	background-repeat:repeat;
	
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	
	padding:50px 0 0 0;
	
	display:none;
	visibility:hidden;
}

.window
{
	max-width:625px;
	min-height:20px;
	background-color:white;
	overflow:auto;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;

	/*
	margin:20% 30% 0 35%;
	padding:0 0 20px 0;
	*/
}

.window_material
{
	max-width:375px;
	height:470px;
	background-color:white;
	overflow:auto;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*
	margin:20% 30% 0 35%;
	padding:0 0 20px 0;
	*/
}
.window_email
{
	max-width:375px;
	height:100px;
	margin-top:200px;
	background-color:white;
	overflow:auto;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.window_headline img
{
	cursor:pointer;
	float:right;
	margin:5px 10px 0 0;
}

.window_headline
{
	width:100%;
	height:30px;
}

/*
*
*	GALLERY STYLE
*
*/

.window table
{
}

#window_img
{
	height:380px;
	text-align:center;
}

.loading
{
	background:url(../img/loading.jpg);
	background-position:center;
	text-align:center;
}