/*Aqui object utilizador pode definir sobreposições de classes CSS genéricas definidas na aplicação, ou seja, das definições que se encontream no ficheiro geral.css*/
.updateprogress {
background-color: rgba(0,0,0,.4);
color: #eee;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
vertical-align: middle;
border-bottom: solid 1px #777;
z-index: 1100;
width: 100%;
height: 100%;
}
.updateprogress img {
content:url("../pimages/loader.gif");
height: 200px;
width: 200px;
top: 50%;
left: 50%;
position: absolute;
margin-top: -100px; /* Half the height */
margin-left: -100px; /* Half the width */
}
.updateprogress .ulabel {
font-size: 18pt;
top: 50%;
left: 50%;
position: absolute;
margin-top: -15px; /* Half the height */
margin-left: -60px; /* Half the width */
}

#ctl00_conteudo_ctl05_newse table *{padding-bottom:5px}
