/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: Sans-serif;
  color: black;
  margin: 0;
  font-size: 14px;
  line-height: 130%;
}


/* Normal link */
a {
  color: #006699;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #333333;
  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;
}

/*****************************************/

.bg {
  background:url(/endocrinologia2017/templates/site/imagem/background.png) 350px 220px no-repeat;
  position: fixed;
  width: 100%;
  height: 300%;
  top:0;
  left: 500px;
  z-index: -1;
}

div#container {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
}

div#header {
  position: relative;
  width: 3000px;
  height: 178px;
  left: 50%;
  margin-left: -1500px;
  text-align:center;
  background-color: white;
  z-index: 100;
}

div#faixa {
  position: relative;
  width: 3000px;
  height: 24px;
  left: 50%;
  margin-left: -1500px;
  text-align:center;
  background-color: #cf6b47;
}

div#menu {
  position: absolute;
  top: 120px;
  right: 0;
  width: 200px;
  text-align: left;
  min-height: 400px;
}

div#menucontents {
  width: 199px;
  min-height: 300px;
}

div#center_container {
  position: relative;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 10px;
  width: 900px;
}

div#middle {
  width: 900px;
  margin-top: 2px;
}

div#contents {
  float: left;
  padding: 30px 80px 0 60px;
  width: 560px;
  min-height: 700px;
}

div#bottom_separator {
  position: relative;
  width: 3000px;
  height: 5px;
  left: 50%;
  margin-left: -1500px;
  text-align:center;
  background-color: #f26a1c;
}

div#bottom {
  position: relative;
  margin-left: auto ;
  margin-right: auto ;
  width: 900px;
  height: 110px;
  left: 50%;
  margin-left: -450px;
}




/*****************************************/

div#clear {
  /* alinha floats - colocar apos os divs flutuantes */
  clear: both;
}

/*****************************************/

/* titulos  */
.componentheading, .contentheading, h1, h2, h3 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: #168ca6;
  padding-left: 0px;
  padding-bottom: 16px;
  margin-bottom: 14px;
  text-align: left;
  line-height: 130%;
}

.componentheading, .contentheading {
  font-size: 32px;
  text-transform: uppercase;
}

.item-title {
  font-weight: bold;
  margin-bottom: 32px;
}

.clearfix {
  margin-bottom: 50px;
}
    
h1 {
  font-size: 28px;
}

h2 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 20px;
}

a.category {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}

strong {
}

div.items-row {
  border-top: 2px dotted #f26a1c;
  padding-top: 20px;
}

/*****************************************/

/* menu */

#menu {
  margin: 0;
  padding: 0;
}

#menu li {
  margin: 0;
  padding-top: 8px;
  list-style: none;
  height: 18px;
  margin-left: -30px;
}

#menu a {
  color: #777;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  display: block;
  padding: 5px 8px 2px 6px;
  margin: 0;
  border-left: 5px solid #892a4a;
  letter-spacing: -1px;
  width: 199px;
}

#menu a:hover {
  color: #d76363;
  border-left: 5px solid red;
  text-decoration: underline;
}

#menu .current a{
}

#menu li:hover > a {
}

#menu ul li:first-child > a {
}

/*****************************************/

/* clearfix */
#menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#menu {
  display: inline-block;
} 


/* Tabelas */

table {
  font-size:13px;
}

table.prog {
  color: black;
  margin: 3px;
  background: rgba(255,255,255,0.7);
  border:#ccc 1px solid;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}

table.prog tr {
  padding-left: 2px;
}
table.prog td:first-child {
  border-left: 0;
}
table.prog td {
  padding: 3px;
  border-top: 1px solid white;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  vertical-align: middle;
}
table.prog td strong{
  color: #004951;
}
table.prog tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.prog tr:last-child td {
  border-bottom:0;
}
table.prog tr:last-child td:first-child {
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
table.prog tr:last-child td:last-child {
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}

table.prog2 {
  color:#black;
  font-size:13px;
  margin: 0;
  border: 1px dotted #0097A8;
}

table.prog2 tr {
  padding-left: 2px;
}
table.prog2 td {
  padding: 6px;
  border-bottom: #0097A8 0 solid;
}

/* HR */

hr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #666666, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #666666, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #666666, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #666666, #8c8b8b, #f0f0f0); 
}


