/* CSS » MERELY loading ------------------------------------------------------------- */
/* Author: Ricardo Bourscheid ------------------------------------------------------- */
/* Date: April 2014 ----------------------------------------------------------------- */



	
/* loading » BEGIN ------------------------------------------------------------------ */
	#id_loading 
		{
			position:fixed !important;		position:absolute;			width:100%;				height:100px;				z-index:99;
			visibility: hidden;				background-image: url(../img/transp_claro.png);		left: 0px;					top: 0px;
		}	
	.id_loading_meio
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;			font-size: 12px;		font-weight: bold;			color: #6666FF;
			background-color: #FFFFFF;		padding: 5px;				height: 30px;			width: 220px;				margin-top: -20px;		
			margin-left: -110px;			border: 5px solid #6699FF;							position: absolute;			left: 50%;
			top: 50%;						border-radius: 10px;	}	
	.imgLoading
		{
			width: 30px;					height: 30px;				background-image: url("../img/loading.gif");		background-position: center center; 
		}
/* loading » END -------------------------------------------------------------------- */