BODY
	{ margin:0; border:0; padding:0; color:#666666; font-family:tahoma,verdana,arial,sans-serif; font-size:smaller; }
BODY
	{ behavior:url(/css/Hover.htc); }
.hidden
	{ display:none; }
DIV.alert
	{ background:#FFCCCC; border:1px solid #990000; color:#990000; margin:10px; padding:8px; }
DIV.on:hover
	{ cursor:hand; cursor:pointer; }
DIV.off:hover
	{ cursor:hand; cursor:pointer; }
FORM  INPUT.alert
	{ background:#FFCCCC; }
FORM  TEXTAREA.alert
	{ background:#FFCCCC; }

/*-- Overall Layout  ---------------------------------------------------------*/
DIV.pop
	{ background:#FFFFFF; position:absolute; left:0; top:0; z-index:200; }
DIV#PopPane  DIV.pane
	{ background:#EEEEEE; border:#FFFFFF 10px solid; width:auto; }
DIV#Mask 
	{ background:#111111 url(/img/imgLoadingDark.gif) center center no-repeat; position:absolute; left:0; top:0; width:100%; height:100%; z-index:200; }
DIV#Mask.loaded
	{ background-image:url(/img/imgEmpty.gif); }
