@import url("menu.css");
@import url("index.css");
@import url("eventos.css");
@import url("fale.css");
@import url("equipe.css");
@import url("coleta.css");
@import url("projetos.css");
@import url("jquery.fancybox.css");
@import url("publicacoes.css");
@import url("resultados.css");
@import url("pesquisa.css");
@import url("apresentacao.css");
@import url("manual.css");
@import url("links.css");

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	list-style: none;
	border: none;
}

html, body {
  height: 100%;
}

h1 {
	color: #352d5e;
	border-bottom: 1px solid #ddd;
	margin: 10px;
}

h2 {
    font-size: 18px;
	text-align: center;
}

#repat_usp {
    color: #352d5e;
	margin: 10px;
	font-size: 36pt;
	font-weight: bold;
}

#header {
	position:relative;
	z-index: 1000;
	width: 100%;
	background-color: #8B9F8D;
	color: white;
    -webkit-box-shadow:  0px 3px 3px 0px #999;
    box-shadow:  0px 3px 3px 0px #999;
    display: table;
}

#header #content_header {
	width: 900px;
	margin: 0px auto;
}

#header #content_header a {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

#header #content_header a:hover {
	background-color: #a7b6a8;
}

#container {
	width: 900px;
	border-color: #BAB4AA;
	background: #f4f3f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f3f0 0%, #dededa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f3f0), color-stop(100%,#dededa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f3f0 0%,#dededa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f3f0 0%,#dededa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f3f0 0%,#dededa 100%); /* IE10+ */
	background: linear-gradient(top,  #f4f3f0 0%,#dededa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f0', endColorstr='#dededa',GradientType=0 ); /* IE6-9 */
	margin: 0px auto;
	display: table;
	
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content {
    width: auto;
	margin: 30px;
	background-color: #fff;
	display: block;
	padding: 10px;
}

#container #content span#logo {
	background: url("../../repositorio/imagens/area_publica/logo/logo.png") no-repeat #fff;
	width: 258px;
	height: 81px;
	display: block;
	text-indent: -999999px;
	margin: 20px;
}

#quote {
	display: table;
	color: #3e3e3e;
	margin: 10px 10px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	text-align: justify;
}

#bottom {
	width: 100%;
	background-color: #ECEAE6;
	height: 150px;
	display: table;
}

#bottom #bottom-bg {
	background-color: #6c6a6a;

}
#bottom #bottom_address {
	width: 900px;
	font-size: 14px;
	color: white;
	background-color: #6c6a6a;
	margin: 0 auto;
	display:table;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
}

#bottom #bottom_address * {
    color: white !important;
	text-decoration: none;
}

#bottom #bottom_address span {
	margin: 5px 10px;
}

#bottom #bottom_footer{
	width: 900px;
	margin: 0 auto;
}

#bottom #bottom_footer ul {
	float:left;
	width: 200px;
	margin-top: 15px;
}
#bottom #bottom_footer ul li{
	line-height: 25px;
}
#bottom #bottom_footer ul li a{
	color: #797878;
	font-size: 14px;
	text-decoration:none;
}
#bottom #bottom_footer ul li a:hover{text-decoration:underline;}

#voltar_topo {
    color: #0b783e;
    font-weight: bold;
    float: right;
    margin: 10px;
    text-decoration: none;
}

input.error{background: #FFD9D9;border:1px solid #cc0000 !important;}
label.error{color: #cc0000;}


.divMsgErro{
	border: 1px solid #D20009;
	padding: 5px;
	font-weight: bold;
	margin: 0 auto 10px;
	width: 243px;
	
	border-radius:5px 5px 5px 5px;
	position: relative;
	margin: 18px 0;
	background: #c43c35;
	color: #fff;
	border-width: 1px;
	border-style: solid;
}
.divMsgErro p{
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin:7px 15px;
}
.divMsgErro p a{
	width: 16px;
	height: 16px;
	display:block;
	float:left;
	margin-right: 5px;
}