/* resets */
p { margin: 0px; }
a img { border: none; }

/* css */
body {
  margin: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  
  background: url("media/bg.png") top right repeat; 
}

#base {
  margin-top: 30px;
  margin-left: auto;
  width: 1000px;
}

#meta {
  float: left;
  width: 475px;
  
  background: url("media/whitebg.png") right repeat-y;
}

img#sopcom2011 {
  display: block;
}

#logos {
  text-align: right;
}

img#sopcom,
img#cetac {
/*  border: 0px;
  margin: 0px;*/
}

#tag {
  width: 475px;
  background: white;
  margin: 15px 0px;
  padding: 5px 0px;

  text-align: right;
  text-transform: uppercase;
}

#tag p {
  padding: 0px 10px;
}

#tag strong {
  font-size: 20px;
}

#infobox {
  width: 300px;
  margin: 0px;
  margin-top: 15px;
  margin-left: 175px;
  padding: 10px 0px;
  background: white;
}

img#uporto {
  border: 1px solid black;
}

#infobox img,
#infobox p {
  margin: 0px 10px;
}

#content {
  position: relative;
  width: 505px;
  margin-left: 495px;
  padding: 10px 0px;
  background: white;
}

body.apresentacao #content {
  background: white url("media/bar.png") top left no-repeat;
}

body.programa #content {
  background: white url("media/bar.png") 120px top no-repeat;
}

body.inscricao #content {
  background: white url("media/bar.png") 234px top no-repeat;
}

body.informacoes #content {
  background: white url("media/bar.png") 348px top no-repeat;
}

body.apresentacao_tmp #content {
  background: white url("media/bar.png") top left no-repeat;
}

body.programa_tmp #content {
  background: white url("media/bar.png") 120px top no-repeat;
}

body.inscricao_tmp #content {
  background: white url("media/bar.png") 234px top no-repeat;
}

body.informacoes_tmp #content {
  background: white url("media/bar.png") 348px top no-repeat;
}


#menu {
  margin: 0px 5px;
  height: 90px;
}

#menu a {
  color: black;
  text-decoration: none;
}

#menu .current a {
  text-decoration: underline;
}

#menu a:hover {
  text-decoration: underline;
}

#menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#menu li {
  position: relative;
  margin: 0px;
  padding: 0px 30px 0px 5px;
  
  display: inline;
}

#menu li ul {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 12px;

  height: 90px;
}

#menu li li {
  display: block;
  padding-top: 4px;
  text-transform: none;
}

#menu li ul a {
  color: #666;
}

#textcontent {
  width: 350px;
  padding-bottom: 50px;
}

#textcontent h1,
#textcontent h2 {
  font-size: 12px;
  margin: 0px 10px 10px 10px;
}

#textcontent h2 {
  margin-top: 30px;
}

#infobox p,
#textcontent p {
  margin: 0px 10px;
  margin-top: 15px;
  line-height: 1.5em;
}

#textcontent table {
  margin-left: 10px;
  border-collapse: collapse;
}

/*
#textcontent td,
#textcontent th.line {
  border-top: 1px solid black;
}
*/

#textcontent tr.on {
  background: #eeeeee;
}

#textcontent th.line {
  padding: 4px 10px 4px 0px;
}

#textcontent th {
  text-align: left;
}

#textcontent th,
#textcontent td {
  padding-right: 10px;
}

#textcontent th em {
  font-weight: normal;
  font-style: normal;
}