﻿body
{
	background-color:#EAEAEA;
}

#headline
{
	font-size:14px;
	color:#cc0000;
	font-weight:bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.copyright
{
	font-family:Verdana;
	font-size:10px;
	color: gray;
	text-decoration:none;
}

.watermarked
{
	background-color:white;
	filter:alpha(opacity=10);
	opacity:0.1;
	cursor:wait;
}

.unwatermarked
{
}

.waitpanel
{
	visibility:hidden;
	background-image:url('../images/RedGradient.gif');
	background-repeat:repeat;	
	border-style:solid;
	border-width:thin;
	border-color:ButtonShadow;
	cursor:wait;
}

.waitpanel2
{	
	background-image:url('../images/img_loading2.gif');				
	background-repeat:no-repeat;
}