/*  this file contains the cascading style sheets for the guiUtils.js lib */
.menuBar 
{
	position:absolute; 
	top:0px;  left:0px; 
	z-index:10000; 
	text-align:center;
	background-color:#ECE9D8; 
	border-top:1px solid #ECE9D8;
	border-bottom:1px solid gray; 
	font-family: Verdana,  Helvetica,  Arial;
	font-size:10px;
	font-weight:bold;
	color:gray;
}
.menuInputBox 
{
	border-top:1px solid gray; 
	border-left:1px solid gray;	
	border-right:1px solid white; 
	border-bottom:1px solid white;
	background-color:white;
	font-size:9px;
}
.watermark
{
	text-align:left; 
	width:auto;
	text-decoration:none;
	font-size:11px;
	font-weight:bold; 
	color:#2D2D2D; 
	background-color:#FFFFFF; 
	opacity:0.7; 
	filter:alpha(opacity=70);
}
.panelsBorder
{
	border:2px solid #0000D6; 
	background-color:#ECE9D8;
}
.progressBar2
{
	border-top:1px solid gray; 
	border-left:1px solid gray; 
	border-right:1px solid white; 
	border-bottom:1px solid white; 
	z-index:199; 
	background-color:#d2d2d2;
}
