body {
	margin: 0 auto;
	width:760px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

#header {
	margin-top:-1.2em;
	padding-bottom:3px;
}
#header div {

}
a.gb1, a.gb2, a.gb3, a.gb4 {
	color:#0000CC !important;
}
.gb1 {
	margin-right:0.5em;
}
#hsep {
	border-top: 1px solid #C0C0C0;
	margin:0;
	height:1px;
}
/*FIM DE HEADER */


a {
	color: #3072FF;
}
a:hover {
	text-decoration: none;
}

/*MODIFICADORES*/

.corner-top {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}
.corner-botton {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

.cornerall {
	-moz-border-radius: 6px;
}
/* TABELAS */

.listtable {
	font-size: 14px;
	/*border: 1px solid #CCC;*/
}

.errormsg {
	border:1px solid #000;
	background:#FF6;
	text-align:center;
	color:#F00;
	font-weight:bold;
}

.noticemsg {
	border:1px solid #000;
	background:#FF6;
	text-align:center;
	font-weight:bold;
}


.footer {
	text-align:center;
	font-size: small;
	margin-top: 50px;
	color:#666;
}

#filtros div {
	margin-bottom:10px;
	margin-top:5px;
	margin-left:5px;
}

.showdata {
	font-weight:bold;
	text-align:center;
	padding: 1em;
	background:#CCC;
	-moz-border-radius:5px;
}
.post {
	padding:0.8em;

}
.post a {
	font-weight:bold;
}

.post-picture {
	float:left;
	padding-right:5px;
}

.post-content {
	margin: 0.8em 1em 0.8em 0;
}

.clearfix {
	margin-bottom:1em;
}

textarea {
	width:99%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	border:1px solid #999;
	overflow:auto;
}

.delete {
	position:relative;
	float:right;
	margin: 1.2em 0.5em;
	cursor:pointer;
}

#info {
	margin:-0.8em 1.3em 0;
	float:right;
	font-size:12px;
	font-weight:bold;
}


fieldset {
	padding:6px;
	border:1px solid #999;
	margin-bottom:20px;
}

.listfield {
	border:none;
	border-top:1px solid #CCC;
}

legend {
	margin-left:5px;
	font-weight:bold;
}

.legendicon {
	vertical-align:bottom;
}

#loading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: fixed;
	top:0px;
	left: 45%;
	padding: 0px 4px 4px 4px;
	background-color:#FF9;
	border: 1px solid #000;
	border-top-width: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	font-size: 14px;
	display:none;
}

