/*
These styles are to be used by help popups
*/

html body {
	font: 12px Arial;
}

.helpWindowClass {
	position: fixed;
	top: 10%;
	left: 30%;	
	z-index: 1000;	 
	width: 640px; 
	right: 30%;
	background: url(../../Images/shadow.png) repeat !important;
	background: url(../../Images/shadowlight.gif) repeat;
}
.helpMenuBar {	background: #ddd;
	text-align: right;
	margin: -2px;
	padding: 2px 
} 
.helpMenuBar a {border: 2px solid #777; 
	color: #777; 
	text-decoration: none; 
	font-size: 10px; 
	padding: 0 2px; 
}
.helpWindowContent	{  
	height: auto;
	overflow: auto;
	border: 1px ridge #ccc;
	z-index: 150;	
	background: #fff;
	background-color: White;	
	position: relative;
	padding: 10px;
	border: solid 1px #333333; 
	top: -2px; /* these two define the shadow 'offset'*/
	left: -2px; /*...*/
}
