@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: url(images/bg_body.gif) repeat-x top;
	background-color: #000;
	cursor: default;
}
#all {
	width: 778px;
	margin: 0 auto;
	text-align: left;
}
#general {
	position: absolute;
	width: 778px;
	text-align: left;
	background-color: #000;
}
h1 {
	margin: 0px;
	font: 2.0em "Trebuchet MS", Verdana;
	color: #FFFFFF;
}
h2 {
	margin: 0px;
	font: 1.5em "Trebuchet MS", Verdana;
	color: #fff;
	text-transform: lowercase;
}
h3 {
	margin: 0px;
	font: 1.5em "Trebuchet MS", Verdana;
	color: #FF3300;
}
#audio {
	position: absolute;
	top: -30px;
	left: 10px;
}
#menu {
	background: url(images/bg_menu.jpg) no-repeat right;
}
#menu2 {
	width: 778px;
	margin: 0 auto;
	padding: 10px 50px 7px 50px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	color: #FFFFFF;
}
#menu2 a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 13px;
}
#menu2 a:hover {
	text-decoration: underline;
}
#all {
	width: 778px;
	margin: 0 auto;
}
#left {
	float: left;
	width: 377px;
	padding: 2px 2px 2px 10px;
	margin-top: 20px;
}
#right {
	float: left;
	width: 377px;
	padding: 2px 10px 2px 2px;
	margin-top: 20px;
	color: #FFFFFF;
}
#bottom {
	clear: both;
	border-top: 1px dotted #666666;
	padding: 0px 0px 10px 0px;
	margin-top: 15px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
.link {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.link2 {
	text-decoration: none;
	color: #0000CC;
}
.link2:hover {
	text-decoration: underline;
}
/* image border */
.border1 img {
	border: 1px solid #48536A;
	padding: 2px;
	background-color: #000000;
}
.border1 a:hover img {
	border: 1px solid #48536A;
	background-color: #FFF;
}
.border1 a:hover {
	color: #000;
}
/*******************/
#legend {
	padding: 3px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background: url(images/bg_legend.gif) repeat-y top;
	margin-bottom: 3px;
	font-size: 13px;
}
#intro {
	padding: 3px;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
}
#prop {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #0099CC;
	font-style: italic;
}
.msgok {
	padding: 3px;
	background-color: #33CC00;
	color: #FFFFFF;
	font-weight: bold;
}
.calendar {
	background: url(images/calendar_bg.jpg) no-repeat bottom;
}
.mostraEvento {
	padding: 1px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 2px 0px 2px 0px;
	font-size: 11px;
	clear: both;
}
.topic {
	margin-bottom: 2px;
}


#mural {
	border: 1px solid #48536A;
	border-width: 1px 1px 2px 1px;
	font-size: 11px;
	padding: 4px;
	color: #FFF;
	background: url(images/mural_bg.jpg) no-repeat bottom;
}
#oculta {
	width: 100%;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
	background-color: #000;
	z-index: 99;
	height: 550px; /* para o firefox */
}
* html #oculta {
	display: none;
}
#recados {
	width: 50%;
	visibility: hidden;
	display: none;
	position: fixed;
	top: 10%;
	left: 25%;
	background-color: #FFF;
	padding: 5px;
	border: 2px solid #CCCCCC;
	z-index: 99;
	color: #000000;
}
* html #recados {
	width: 510px;
    position: absolute;
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+100+"px" : body.scrollTop+100+"px");
}
#postar {
	width: 50%;
	visibility: hidden;
	display: none;
	position: fixed;
	top: 10%;
	left: 25%;
	background-color: #FFF;
	padding: 5px;
	border: 2px solid #CCCCCC;
	z-index: 99;
	color: #000000;
}
* html #postar { /* para simular fixed a div no IE6 */
	width: 510px;
    position: absolute;
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+100+"px" : body.scrollTop+100+"px");
}