* {
	font-size:11px;
	font-family:Verdana;
}

body {
	background-color:#EBEBEB;
	margin:5px;
}

a, a:visited, a:hover {
	color:#33604E;
	text-decoration:underline;
	font-size:11px;
	font-family:Verdana;
}

#principal {
	width:756px; 
	background-color:#FFFFFF; 
	margin:auto; 
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:4px solid #AAAAAA;
	border-bottom:4px solid #AAAAAA;
}

.titulo {
	color:#33604E;
	font-weight:bold;
	font-size:25px;
}

.subTitulo {
	color:#33604E;
	font-weight:bold;
	font-size:14px;
}

.tableDefault {
	background-color:#FFFFFF;
	border-color:#CDCDCD;
	border-style:solid;
	border-width:1px 1px 4px 1px;
	padding:1px;
}

.tableDefault thead th {
	background-image:url(imagens/table_header.jpg);
	border-bottom:1px solid #CDCDCD;
	color:#FFFFFF;
	height:20px;
	padding:1px 4px;
	text-align:left;
}

.tableDefault tbody td {
	background-color:#F8F8F8;
	border-top:1px solid #CDCDCD;
	color:#000000;
	font-weight:normal;
	padding:2px;
}

.tableMenu {
}

.tableMenu tbody td {
	color:#33604E;
	padding:4px;
	cursor:pointer;
}

.tableMenu tbody td:hover {
	background-image:url(imagens/table_td_focus.jpg);
	background-repeat:repeat-x;
}

.tableInactive {
}

.tableInactive th {
	background-color:#C0C0C0;
}

.tableClassificacao {
}

.tableClassificacao td {
	border-left:1px solid #CDCDCD;
	text-align:center;
}

.tableClassificacao .trClassificado td {
	background-color:#DAF0FF;
}

.texto p {
	font-size:12px;
	text-align:justify;
	text-indent:20px;
	line-height:20px;
}

.noticia img {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 2px 2px 1px;
}

.message {
	font-weight:bold;
	text-align:center;
	padding:2px;
}

.errorMessage {
	color:#DE0A1F;
}

.infoMessage {
	color:#00468C;
}

.warnMessage {
	color:#FF9900;
}

/* GRID */
#grid {
	margin:0px auto;
}

#grid table {
	width:100%;
	border:#CCCCCC thin solid;
	font-family: Tahoma;
	font-size: 12px;
}

#grid td, #grid th {
	padding:5px;
}

.gridDefaultTableHeader {
	background-color:#CCCCCC;
}

.gridDefaultTableEvenRow {
	background-color:#F3F3F3;
}
.gridDefaultTableOddRow {
	background-color:#FFFFFF;
}

#grid a, #grid a:visited {
	color:#0000CC;
	font-weight:bold;
}

#grid a:hover {
	color:#CC0000;
}

#pager {
	margin:0px auto;
	text-align:center;
}

#pager a, #pager a:visited {
	color:#0000CC;
	font-weight:bold;
}

#pager a:hover {
	color: #CC0000;		
}

.degradeCinza {
	background-image:url(/imagens/degrade_cinza.png);
	background-repeat:repeat-x;
}
