/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: black;
  margin: 0;
  font-size: 18px;
  background-color:#e7ebed;
  line-height: 130%;
}


/* Normal link */
a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

li {
  margin-top: 14px;
  margin-left: -10px;
}

hr {
  border: 0;
  height: 1px;
  background: black;
}

/*****************************************/

div#full_container {
  position: absolute;
  left: 0;
  top: 0;
  float: top;
  width: 100%;
  height: 100%;
  vertical-align:top;
}

div#center_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  background-color: white;
}

div#header_container {
  float: top;
}

div#header {
  width: 100%;
}

div#logo {
  width: 100%;
}

div#logo img {
  width: 490px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 20px;
}

div#divisor {
  width: 90%;
  background-color: black;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

div#middle {
  width: 100%;
  margin-top: 2px;
  background-color: white;
  overflow: auto;
}

div#menu_container {
  margin-top: 0;
}

div#menu {
  padding: 0;
}

div#contents_container {
  margin-top: 0;
}

div#contents {
  padding: 0 10% 40px 10px;
  text-align: justify;
}

/*****************************************/

div#clear {
  /* alinha floats - colocar apos os divs flutuantes */
  clear: both;
}

/*****************************************/

/* titulos  */
.componentheading, .contentheading, h1, h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  padding-left: 0px;
  padding-bottom: 16px;
  margin-bottom: 10px;
  text-align: left;
}


/*****************************************/

table.inscricoes {
  color: black;
  font-size: 16px;
  margin: 0;
  padding: 0px;
  border: black 1px solid;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #666666;
  -webkit-box-shadow: 0 1px 2px #666666;
  box-shadow: 0 1px 2px #666666;
}

table.inscricoes tr {
}

table.inscricoes > tbody > tr > td:first-child {
  border-left: 0;
  font-family: sans-serif;
}

table.inscricoes > tbody > tr > td:last-child {
  padding: 4px 0 4px 4px;
  border-right: 0;
}

table.inscricoes td {
  padding: 4px 5px 4px 4px;
  margin: 0;
  border-top: 1px solid white;
  border-bottom:1px solid black;
  border-right:1px solid black;
  border-left: white;
  text-align: left;
  vertical-align: top;
}

table.inscricoes tr:last-child td {
  border-bottom:0;
}

table.inscricoes tr:last-child td:first-child {
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}

table.inscricoes tr:last-child td:last-child {
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}

/*****************************************/

table.vermelho {
  color: white;
  font-family: sans-serif;
  margin: 0;
  padding: 6px;
  border: #ed1c24 1px solid;
  background-color: #ed1c24;

  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}

table.vermelho a {
  color: white;
}

table.vermelho tr {
}

table.vermelho > tbody > tr > td:first-child {
  border-left: 0;
}

table.vermelho > tbody > tr > td:last-child {
  padding: 4px 0 4px 4px;
}

table.vermelho td {
  padding: 4px 5px 4px 4px;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

table.vermelho tr:last-child td {
  border-bottom:0;
}


/*****************************************/

/*****************************************/


/* Tabelas */

table.programa {
  color: #111;
  margin: 0;
  border: #999 1px solid;
  width: 100%;
  font-size: 13px;
}
table.programa tr {
  text-align: left;
  padding-left:20px;
}
table.programa td:first-child {
  text-align: center;
  width: 95px;
  border-left: 0;
  white-space: nowrap;
}
table.programa td {
  padding: 6px;
  border-top: 1px solid white;
  border-bottom: 1px solid;
  border-left: 1px dotted gray;
  background: white;
  vertical-align: top;
}
table.programa tr:last-child td {
  border-bottom:0;
}

table.programa h3 {
  font-size: 22px;
}

table.programa strong {
  color: black;
}

table.programa em {
  font-size: 12px;
  color: #26587B;
}

/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/




/**/
/**/
/**/
/**/
/**/

body {
  font-size: 14px;
}

.componentheading, .contentheading, h1, h2 {
  font-size: 16px;
}

#menu a {
  font-size: 16px;
  padding: 3px 0 2px 0;
}



div#menu_container {
  display: none;
}

div#contents_container {
  float: top;
  width: 92%;
  margin: 0;
}

div#contents {
  width: 100%;
  margin: 0;
}


