
/******** report-status Css ************/
#effect {
	padding: 0.4em;
	position: absolute;
	top:50px;
	right:10px;
	display: none;
	z-index:5000;
	direction:ltr;
	width:300px;
	font-family: Arial;}
	
#effect h3 { margin: 0; padding: 0.4em; text-align: center; }
.ui-widget-content {
	background:#FFFFFF url(images/ui-bg_glass_75_ffffff_1x400.png) repeat-x scroll 0 0;
	border:1px solid #AAAAAA;
	color:#222222;
}
.ui-corner-all {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
.ui-widget-header {
	background:#CCCCCC url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 0 50%;
	border:1px solid #AAAAAA;
	color:#222222;
	font-weight:bold;
}
/******** End report-status Css ************/
