
/******** report-status Css ************/
#effect {
	padding: 0.4em;
	position: absolute;
	/*top:50px;
	right:10px;*/
	display: none;
	z-index:10002;
	direction:ltr;
	width:300px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #17336F;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	background-color: #ffffff;
}
	
#effect h3 { margin: 0; padding: 0.4em; text-align: center; }
.ui-widget-content {
	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 {
	border:1px solid #AAAAAA;
	color:#222222;
	font-weight:bold;
}
/******** End report-status Css ************/
