/* CSS Document */

*{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

body{background: #fff url(img/fundo-index.jpg) repeat; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;}

#geral{
	background-color: #fff;
	border: 3px solid #ddd;
	margin: 0 auto;
	width: 770px;
}

#topo{
	margin-bottom:10px;
}

#topo h1{
	background: url(img/logo-topo.jpg) no-repeat;
	width: 236px;
	height: 75px;
	font-size: 1px; 
	color: #fff;
}

#topo h2{
	color: #f90;
	float: right;
	font-size: 120%;
	margin: 20px 10px 0 0;
}

#topo p strong{
	padding:0;
	margin:0;
}

#topo table{margin:0;}

#topo #menu{
	margin-top: 25px;
}

#topo #menu ul{
	list-style: none;
	text-align: center;
}

#topo #menu ul li{
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin: 0 3px;
	width: 100px;
	height: 34px;
	color: #666;
	padding-top: 1px;
}


#topo #menu ul li a{ color: #666; font-size: 75%; text-decoration: none;}

#topo #menu ul li a.On{ color: #fff;}

#topo #menu ul li.on{
	background: #fff url(img/menu-ativo.jpg) top center no-repeat;
}

/* Conteudo */
#conteudo, #conteudoAnterior, #primeiraFase, #ufsc{
	margin: 10px;
	padding: 10px 10px 20px;
}

#conteudo ul, #conteudoAnterior ul{ display: block;}
#conteudo ul li{ 
	color: #666;
	display: inline;
	font-size: 80%;
	padding: 0 15px;
}

#conteudo ul li a{
	color: #06f;
	text-decoration:none;
} 

#conteudo ul li a:hover{ text-decoration: none;}

#conteudo h4, #conteudoAnterior h4{
	border-bottom: 1px dashed #999;
	font-size: 90%;
	color: #666;
	margin: 20px 5px 0;
}

p{
	font-size: 80%;
	color: #666;
	margin: 5px;
}

h1{
	font-size: 100%;
	color: #f00;
	margin: 5px;
}

#pdf{
	background: #fafafa url(../img/icones/logo-pdf.gif) 10px center no-repeat;
	border: 1px solid #f2f2f2;
	color: #666;
	clear: both;
	display: block;
	margin: 10px 0;
	padding: 20px 20px 20px 50px;
	text-decoration: none;
}

/* Fim Conteudo */

#conteudoAnterior ul li{
	background: #fff url(img/rar.gif) left center no-repeat;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	font-size: 12px;
	padding: 20px 10px 20px 35px;
}
#conteudoAnterior ul li a, #primeiraFase ul li a, #ufsc ul li a{ color: #666; text-decoration: none;}
#conteudoAnterior ul li a:hover, #primeiraFase ul li a:hover, #ufsc ul li a:hover{text-decoration: underline;}

#rodape{
	background: #fff url(img/fundo-rodape.gif) center center no-repeat;
	color: #fff;
	clear: both;
	font-size: 70%;
	padding: 110px 90px;
	text-align: center;
}

#rodape a{ color: #fff;}

#rodape a:hover{
	background-color: #fff;
	color: #069;
}

#primeiraFase ul li, #ufsc ul li{background: #fff url(img/rar.gif) left center no-repeat;float: left;font-size: 12px;padding: 20px 10px 20px 35px;width:250px;}

table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#ddd;
	color: #f00;
	width: 100%;
	margin: 10px 0;
}

caption {
	font-weight: bold;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

tbody th {
	color: #000;
	font-weight: bold;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

tbody th a:link, tbody th a:visited{
	color:#96D030;
	background:url(http://infectedfx.net/css/tables/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}
tbody th a:hover{
	color:#FF8601;
	}

tbody tr td { 
	background: #FFF;
	border: 1px solid #FFF;
	padding: 3px 5px;
	}
	
tbody tr td a.On{ color: #f00; font-weight: bold;}


tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

table td a:link, table td a:visited {
	color: #333;
	text-decoration: none;
}


table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}