/*		movimentonn.org							*/
/*		CSS										*/
/*		ESTRUTURA GERAL							*/
/*		autor: brancher	(rbrancher@gmail.com)	*/
/*		data: 22 abril 2008						*/
/*
/*
/*
/* --- ESPECIFICAÇÕES GERAIS --- */
body { 
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-align: center;
	background-color: #fff;
	margin: auto;
	padding: 0;
	background-color: #fff;
}
img {
	border:0;
	margin:0;
}
p {
	margin: 0;
	padding: 0;
}
/* LISTAS */
ul {
	list-style: none;
	color: #666;
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
}
li {
	list-style: none;
	height: 14px;
	border-top: 1px solid #666;	
}
li:hover {
	background-color: #eee;
}

#header ul {
	list-style: none;
	color: #666;
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
}
#header li {
	color: #800000;
	list-style: none;
	height: 14px;
	border-top: 1px solid #800000;	
}
#header li:hover {
	background-color: #cb0000;
}
/* LINKS */
a {	
	color: #000;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
/* LARGURAS DE COLUNA */
.t1 { 
	width: 150px; }
.t2 { 
	width: 315px; }
.t3 { 
	width: 480px; }
.t4 { 
	width: 645px; }
.t5 { 
	width: 810px; }
.t6 { 
	width: 975px; }
/* ESPESSURA DAS BORDAS */
.fio1v {
	border-left: 1px solid #000;
	padding: 0 7px 0 7px;
}
.fio3v {
	border-left: 3px solid #000;
	padding: 0 6px 0 6px;
}
/*	DETERMINAÇÕES PARA ÁREAS, CADERNOS E SEÇÕES	*/
p.area {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 5px solid #000;
	border-bottom: 1px solid #000;
	padding: 7px 0 3px 0;
	margin: 0 0 10px 0;
}
p.caderno {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 5px solid #000;
	border-bottom: 1px solid #000;
	padding: 7px 0 3px 0;
	margin: 0 0 10px 0;
}
p.secao {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 5px solid #000;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
}
p.comites_head {
	padding: 7px 0 3px 10px;
	margin: 0 0 0 0;
	background-color: #e6e6e6;
}
.comites {
	background-color: #e6e6e6;
}
.comite_nome {
	font-weight: bold;
}
/*.comites h1, .comites h2, .comites h3, .comites h4, .comites h5, .comites p {
	padding-left: 7px;
	padding-right: 7px;
}*/
/* --- ESTRUTURA GERAL :: TABELAS --- */
table {
	/*table-layout: fixed;*/
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	text-align: left;
	/*height: 100%;*/
}
table td {
	vertical-align: top;
	padding: 0 7px 0 7px;
	border-left: 1px solid #fff;
	/*height: 100%;*/
}
/* === ESTRUTURA HEAD & FOOTER :: CSS PRE-REBUILD === */
/* CAMPOS DE CONTEÚDO */
#container {
	width: 975px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 0 solid #000; }

#nav_bar {
	width: 100%;
	height: 20px;
	overflow: auto; }

#header {
	width: 100%;
	height: 90px;
	border-top: 15px solid #000;
	border-bottom: 3px solid #000;
	margin-bottom:30px;
	background-color: #ff0000;
}

#function_bar {
	margin-bottom: 15px;
	height: 30px;
	color: #000;
}

#content {
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
	text-align: left;
}

#footer {
	width: 100%;
	height: 30px;
	border-top: 10px solid #000;
	margin-bottom: 15px;
	margin-top:10px;
}

/* ÁREAS DO NAV_BAR */
#nav_bar #navigator {
	width: 645px;
	float: left;
	margin-top:15px;
}

/* ÁREAS DO HEAD */
#header #bandeira {
	padding-top: 12px;
	padding-bottom: 15px;
	width: 165px;
	float: left;
}

#header #jornal {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 330px;
	float: left;
}

#header #citacao {
	width: 240px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

#header #citacao p {
	color: #000;
	font-style: italic;
}

#header #menu {
	width: 150px;
	float: right;
}