
/** 
CSS DA JANELA PRINCIPAL
**/

/* fonte padrao */
body, div, p, td, a {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;	
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
		text-decoration: underline;
}

#loading {
	position: absolute;
	width: 200px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px; /*metade do tamanho do swf*/
	margin-left: -100px; /*metade do tamanho do swf*/
	text-align: center;
}

#aguarde {
	display:none;
}

h1 {
	display: block;
	width: 99%;
	height: 22px;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	margin-bottom: 2px;
	overflow:hidden;
	color: #FFF;
}

.style1 {
	color: #FFFFFF
}


.style2 {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
}

.style5 {
	color: #FFFFFF;
	font-weight: bold;
}

.style8 {
	font-size: 24px
}

.noticia1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}

.noticia2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.noticia3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

#comente {
	display:none;
}

.Msg {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
}

table.comentario {
	text-align:left;
	width: 400px;
}
table.comentario th, table.comentario td {
	padding: 2px;
}
table.comentario th {
	text-align:right;
	color:#FFF;
	width: 70px;
}


/* forms.css */
label {
	font-weight:bold;
}

fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}

legend {
	font-weight:bold;
	font-size:1.2em;
}

input, textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666;	
}

input.text, input.title {
	padding:5px;
}

input.title {
	font-size:1.5em;
}

textarea {
	padding:5px;
}

