* {
padding: 0;
margin: 0;
border: none;
text-decoration: none;
list-style: none;
}

/*Definições gerais*/

body {
background: #666 url('../2010Img/bg_body.jpg') repeat fixed bottom right;
color: #333;
font: normal 11px/1.2em Tahoma, Geneva, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

h1 {
font-size: 125%;
padding-bottom: 5px;
}

h2 {
font-size: 115%;
padding: 10px 0 5px;
}

h3 {
font-size: 100%;
font-weight: bold;
padding: 5px 0;
}

h4 {
font-size: 100%;
font-weight: normal;
padding: 5px 0;
}

p {
padding-bottom: 5px;
}

a {
color: #FFF;
}

a:visited {
color: #EEE;
}

a:hover {
color: #F60;
text-decoration: underline;
}

input, textarea {
border: #CCC dotted 1px;
color: #333;
padding: 2px;
}

textarea {
margin-bottom: 10px;
}

/*Divs*/

#container {
width: 960px;
margin: 0 auto;
}

#menu {
width: 936px;
background: transparent url('../2010Img/banner.png') repeat-x right top;
margin: 0 7px 7px;
padding: 90px 5px 5px;
}

#menu li{
display: inline;
padding: 5px;
color: #FFF;
}

#main {
background: #FFF url('../2010Img/titulo.jpg') repeat-x right top;
width: 936px;
float: left;
outline: #CCC dashed 1px;
background-color: #FFF;
margin: 7px;
padding: 50px 5px 5px;
}

#main a {
color: #333;
font-weight: bold;
}

.divcontent3col {
width: 296px;
position: relative;
float: left;
outline: #CCC dashed 1px;
margin: 7px;
padding: 50px 5px 5px;
color: #FFF;
}

#insc {
background: #FFF url('../2010Img/insc.jpg') no-repeat right bottom;
}

#desp {
background: #FFF url('../2010Img/desp.jpg') no-repeat right bottom;
}

#tec {
background: #FFF url('../2010Img/tec.jpg') no-repeat right bottom;
}


#nav {
float: left;
width: 936px;
background-color: transparent;
margin: 7px;
padding: 5px;
}

#nav li{
display: inline;
padding: 5px;
color: #FFF;
}

#nav ul{
text-align: center;
}

.titulo{
width: 100%;
padding: 5px 0;
color: #FFF;
}

.col_1_3 {
width: 32%;
float: left;
}

.col_2_3 {
width: 68%;
float: left;
}

.form_result {
padding: 150px 10px;
text-align: center;
}


/* propriedades tabela */

.table_insc {
background-color: transparent;
color: #666;
max-width: 950px;
margin: 2em auto 2em;
border: 0;
padding: 0;
font: bold 11px/1.15em Tahoma, Geneva, sans-serif;
text-transform: uppercase;
}

.table_insc td
{ padding: 0.6em; vertical-align: middle; border-bottom: #CCC 1px dotted; }

.table_insc tr
{ border-bottom: #CCC 1px dotted; }

.table_insc em
{ visibility: hidden; }


/* propriedades header */

.tab_header
{ background-color: transparent; height: 1.2em; }

td.tab_n
{ width: 2em; }

.tab_nome
{ width: 30em; }

.tab_ori
{ width: 12em; }

.tab_flag
{ width: 3em; }


/* propriedades linhas */
.even
{ background-color: #FFF; }

.odd
{ background-color: #FAFAFA; }


/* propriedades paises */

.PT
{ text-align: center; height: 3em; background: transparent url('../2010Img/flag_pt.gif') no-repeat center center; }

.BR
{ text-align: center; height: 3em; background: transparent url('../2010Img/flag_br.gif') no-repeat center center; }



/* propriedades footer */

.tab_footer td
{ border: 0; height: 7em; }

.tab_val
{ text-align: center; }


/* propriedades produtos */

#tableTeams tr.even:hover,
#tableTeams tr.odd:hover
{ background: #F60; }

/* fim da tabela */

