body {
	margin:0;
	font-size:100%;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../admin_ficheiros/pattern.gif);
	color:#969994;
}

.geral {
	text-align:center;
	margin:120px auto auto auto;
	width:560px;
	font-size:0.65em;
}

.shadow {
	background-image:url(../admin_ficheiros/shadow_side.png);
	_background-image:none;
	background-repeat:repeat-y;
}
.topshadow {
	width:560px;
	height:18px;
	background-image:url(../admin_ficheiros/shadow_top.png);
	_background-image:none;
	background-repeat:no-repeat;
}
.bottomshadow {
	width:560px;
	height:18px;
	background-image:url(../admin_ficheiros/shadow_bottom.png);
	_background-image:none;
	background-repeat:no-repeat;
}

.base {
	width:500px;
	background-color:#e5e2e2;
	padding:10px;
	text-align:center;
	margin:auto;
}
.box {
	background:#FFFFFF;
	height:400px;
	text-align:left;
}

.rede {
	float:right;
	margin-top:-38px;
	right:19px;
	position:relative;
	z-index:100;
}

.content {
	float:right;
	text-align:left;
	padding:8px;
	text-align:right;
	width:280px;
}
.left {
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	min-height:10px;
}
.right {
	float:left;
	width:162px;
	text-align:left;
}

.clear {
	clear:both;
	margin-bottom:7px;
}

* {
	margin:0;
	padding:0;

}
.input {
	background-image:url(../admin_ficheiros/bk_input.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border:1px solid #e5e2e2;
	background-color:#f2f2f2;
	width:158px;
	color: #0066CC;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:4px 5px 4px 5px;
}
.checklabel {
	position:relative;
	top:-5px;
}

.textsize {
	font-size:110%;
}
a {
	color: #0066CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.arte {
	margin-bottom:110px;
}

#ModalOverlay {
	display: none;
	position: fixed; /* This is fixed rather than absolute to fix Mac FF2 issues */
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 10000;
}

* html 	#ModalOverlay {
	position: absolute;
}
.size100{
width:100%;
}

.actions2 {
	float:right;
	text-align:right;
	margin-bottom:7px;
}
.actions2 li{
	display:inline;
	margin-right:3px;
	text-align:center;
	float:left;
}
a img {
	border:0;
}

.hide{ display:none; }
.msg_txt { color:#990000; }