@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(img/fundo_conteudo.gif);
	background-position: center top;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fundo_azul {
	background-image: url(img/fundo_azul.gif);
	background-repeat: repeat;
	background-position: center bottom;
	display: block;
	height: 139px;
	width: 100%;
	text-align: center;
	}
.fundo_laranja {
	background-image: url(img/fundo_laranja.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	height: 31px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	color: #feead3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.fundo_laranja_fixo {
	background-image: url(img/fundo_laranja.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	height: 31px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	color: #feead3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	height: 33px;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
	margin-top: 40px;
	background-image: url(img/fundo_data.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}
.hora {
	font-size: 18px;
	font-weight: bold;
	color: #1C5BB1;
	text-align: center;
	display: block;
	margin-top: 30px;
}
.titulo_componentes_mesa {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #eaeaea;
	text-align: center;
	width: 90%;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
	padding-right: 5%;
	padding-left: 5%;
	}
.mesa_descricao {
	font-size: 13px;
	display: block;
	line-height: 20px;
}
.nome_componente {
	font-weight: bold;
	font-size: 13px;
	float: left;
	margin-right: 5px;
	display: block;
	list-style-position: inside;
	list-style-type: square;
	padding-left: 20px;
}
.nome_instituicao {
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

a.MenuLink:link, a.MenuLink:visited {
	color: #feead3;
	text-decoration: none;
	font-weight: bold;
	}

a.MenuLink:hover, a.MenuLink:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:link, a:visited {
	color: #06F; 
	text-decoration: none;
	}

a:hover, a:active {
	color: #00C; 
	text-decoration: underline;
	}
.form_dados {
	font-size: 13px;
	color: #003333;
	background-color: #FFFFEE;
	border: 1px solid #069;
	border-radius: 5px;
margin-right: 1px;
	margin-left: 1px;
}
	
.botao_enviar {
	font-size: 13px;
	text-align: center;
	display: block;
	height: 26px;
	width: 80px;
	font-weight: bold;
	color: #FFF;
	background-color: #1C5BB1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
li {
	list-style-image: url('img/ico_arquivo.gif');
}
