/* -------------------------- ÍNDICE DO CSS --------------------------
@tassiapellegrini

1.0 - Navegação Circuito
  1.1 - Lista de navegação circuito
  1.2 - Organização padrão da página (background, tipografia e hierarquia)
  
2.0 - Seção 02
2.0 - Seção 03

*/

/* ######################################################################################### */


/* --------------------------- 1.0 Seção Principal ------------------------------- */


/* 1.1 Video destaque */
.nav { margin: 50px 0px 60px 0px; }
.nav { background: url(../../../../img/2009/12/carnaval/circuito-linha.gif) top left no-repeat; width: 960px;
height: 45px; }

#container ul.nav li { float: left; display: block; font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; color: #FFF; font-size: 24px; font-weight: bold; width: 88px; height:36px; text-decoration: none; background: url(../../../../img/2009/12/carnaval/circuito-bt-desativado.png) no-repeat top left; padding: 5px 0px 0px 10px; 
margin: 10px 0px 0px 50px; 	cursor: pointer; }
#container ul.nav li.active  { color: #000; cursor: arrow; background: url(../../../../img/2009/12/carnaval/circuito-bt-ativo.png) no-repeat top left; }


h3 { color: #000; font-size: 20px; font-weight: bold; font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; text-transform: uppercase; }


/* TABELA */
.rounded-corner{
font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size:12px;
width: 980px;
text-align:left;
border-collapse:collapse;
margin: 10px 0px 60px 0px;
}

.rounded-corner th { 
font-size:13px;
color:#C7400D;
font-weight: bold;
padding:8px;
border: #F59216 1px solid;
}

.rounded-corner td{
background:#F58910;
border-top:1px solid #F9B057;
text-align: left;
color:black;
padding:8px;
}

th.rounded-company  {
	width: 80px;
}

th.rounded-q1 { 
	width: 450px;
}

th.rounded-q2 { 
width: 450px;
}

.rounded-corner tbody tr:hover td{ background: #F79D3C; }

/* fim TABELA */

