/*****************************/
/*** Core html setup stuff ***/
/*****************************/

@font-face {
  font-family: 'Conv_NeoSans';
  src: url('/templates/site/fonts/NeoSans.eot');
  src: local('?'), url('http://acontecimento.com.br/NeoSans.woff') format('woff'), url('/templates/site/fonts/NeoSans.ttf') format('truetype'), url('http://acontecimento.com.br/NeoSans.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans',Sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  font-size: 13px;
  background-color: #323232;
  text-align: center;
}


/* 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;
}

sup {
  vertical-align:text-top;
  font-size:75%;
}

/*****************************************/

div#distance { 
  margin-bottom: -50%; /* half of content height */
  width: 5px;           /* required to "hide" distance div */
  height: 50%;          /* required */
  float: left;          /* required */
}

div#full_container {
  position: relative;   /* positions content on top of distance */
  text-align: left;     /* horizontal centering hack for IE */
  height: 100%;         /* required - desired height */
  width: 1200px;          /* required - desired width */
  margin: 0 auto;       /* required */
  clear: left;          /* required */
}

div#superior {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 470px;
}

.parte_superior_print_banner {
  display: none;
}

div#superior_relative {
  position: relative;
  margin: 0;
  padding: 0;
  width: 1200px;
  height: 470px;
  background: url(/templates/site/imagem/parte_superior.png);
}

div#conteudo {
  position: absolute;
  width: 690px;
  top: 140px;
  left: 332px;
  padding: 30px;
  background-color: white;
  -moz-border-radius: 15px;
  border-radius: 15px;
  min-height: 100px;
  height: calc(100% - 348px);
  box-shadow: 0 0 2px #999;
  z-index: 160;
}

div#conteudo_borda {
  width: 690px;
  height: 100%;
  z-index: 90;
  overflow-y: auto;
  padding: 0 20px 0 0;
}

div#bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1200px;
  height: 94px;
  z-index: 110;
  background: url("/templates/site/imagem/parte_inferior.png");
}

div#sponsor {
  position: absolute;
  bottom: 0;
  left: 160px;
  width: 870px;
  height: 86px;
  z-index: 120;
}

div#sponsor a, div#sponsor a:hover {
  color: #999;
  text-decoration: none;
}

div#tab01, div#tab02, div#tab03 {
  position: absolute;
  width: 140px;
  height: 16px;
  z-index: 150;
  top: 24px;
}

div#tab01 {
  position: absolute;
  left: 674px;
}

div#tab02 {
  position: absolute;
  left: 809px;
}

div#tab03 {
  position: absolute;
  left: 957px;
}

div#tab04 {
  position: absolute;
  width: 140px;
  height: 16px;
  z-index: 150;  
  top: 63px;
  left: 960px;
}

div#menu {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 1200px;
  height: 16px;
  z-index: 180;
}

div#submenu {
  width: 100%;
  margin-left: 0;
  margin-bottom: 16px;
}


/*****************************************/

div#frontpage_distance { 
  margin-bottom: -400px; /* half of content height */
  width: 5px;           /* required to "hide" distance div */
  height: 50%;          /* required */
  float: left;          /* required */
}

div#frontpage_full_container {
  position: relative;   /* positions content on top of distance */
  text-align: left;     /* horizontal centering hack for IE */
  height: 800px;         /* required - desired height */
  width: 1200px;          /* required - desired width */
  margin: 0 auto;       /* required */
  clear: left;          /* required */
}

div#frontpage_tab01, div#frontpage_tab02, div#frontpage_tab03, div#frontpage_tab04 {
  position: absolute;
  width: 140px;
  height: 16px
  z-index: 150;
  top: 64px;
}

div#frontpage_tab01 {
  position: absolute;
  left: 704px;
}

div#frontpage_tab02 {
  position: absolute;
  left: 839px;
}

div#frontpage_tab03 {
  position: absolute;
  left: 985px;
}

div#frontpage_tab04 {
  top: 24px;
  position: absolute;
  left: 985px;
}

div#frontpage_blink {
  position: absolute;
  width: 240px;
  height: 22px;
  left: 497px;
  top: 330px;
  padding: 10px;
}

div#frontpage_sponsor {
  position: absolute;
  bottom: 70px;
  left: 185px;
  width: 200px;
  height: 20px;
  z-index: 120;
  font-size: 11px;
  color: #999;
}

div#frontpage_sponsor a, div#frontpage_sponsor a:hover {
  color: #999;
  text-decoration: none;
}

div#frontpage_bottom {
  position: absolute;
  bottom: 0;
  left: 14px;
  width: 880px;
  height: 92px;
  z-index: 110;
}

div#frontpage_menu {
  position: absolute;
  top: 28px;
  left: 30px;
  width: 1170px;
  height: 16px
  z-index: 120;
}

#frontpage_menu {
  margin: 0;
  padding: 0;
}

#frontpage_menu li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 18px;
}

#frontpage_menu a {
  color: white;
  text-decoration: none;
  font-family: 'Economica',Sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: -0.02em;
  display: block;
  padding: 0 2px 0 2px;
  margin: 0;
  border-left: 1px solid #666;
}

#frontpage_menu a:hover {
  color: yellow;
}

#frontpage_menu .current a{
}

#frontpage_menu li:hover > a {
  background-color: #333;
}

#frontpage_menu ul li:first-child > a {
  border-left: none;
}

/* clearfix */
#frontpage_menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#frontpage_menu {
  display: inline-block;
} 

/* submenu escondido por padrao */
#frontpage_menu li ul {
  position:absolute;
  width: 140px;
  padding: 6px 0 0 0;
  list-style: none;
  margin: 0 0 6px 0;
  display:none;
  background-color: #858689;
  }

/* exibe submenu se existir */

#frontpage_menu li:hover ul {
  display: block;
}

#frontpage_menu li li {
  list-style:none;
  display: list-item;
  height: 22px;
  width: 130px;
}

#frontpage_menu li ul li{
  display: block;
  float: left;
  padding: 3px;
  white-space: nowrap;
  text-decoration: none;
  width: 130px;
}

#frontpage_menu li ul li a{
  border: none;
}

#frontpage_menu li ul li:first-child {
}

#frontpage_menu li ul li a:hover {
  color: yellow;
}


/*****************************************/

/* TABS */

a.tab {
  font-size: 10px;
  font-family: 'Conv_NeoSans', 'Noto Sans',Sans-serif;
  color: #666;
  letter-spacing: -0.01em;
}

a.tab:hover {
  text-decoration: none;
  color: #222;
}

/*****************************************/

a.white {
  color: white;
}

/*****************************************/

div#clear {
  /* alinha floats - colocar apos os divs flutuantes */
  clear: both;
}

/*****************************************/

/* titulos  */
.componentheading, .contentheading, h1, h2 {
  margin: 0;
  letter-spacing: 1px;
  font-family: Sans-serif;
  color: #006EB9;
  font-size: 16px;
  padding-left: 0px;
  padding-bottom: 16px;
  text-align: left;
  text-transform: uppercase;
}

a.category {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}

strong {
  color: #000077;
}


/*****************************************/

/* menu */

#menu {
  margin: 0;
  padding: 0;
}

#menu li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 18px;
}

#menu a {
  display: block;
  color: white;
  text-decoration: none;
  font-family: 'Economica',Sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: -0.02em;
  padding: 0 2px 0 2px;
  margin: 0;
  border-left: 1px solid #666;
  white-space:nowrap;
}

#menu a:hover {
  color: yellow;
  background-color: #333;
}

#menu .current a{
}

#menu li:hover > a {
}

#menu ul li:first-child > a {
  border-left: none;
}

/* clearfix */
#menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#menu {
  display: inline-block;
} 

/* submenu escondido por padrao */
#menu li ul {
  position:absolute;
  width: 140px;
  padding: 6px 0 0 0;
  list-style: none;
  margin: 0 0 6px 0;
  display:none;
  background-color: #656669;
  }

/* exibe submenu se existir */
#menu li:hover ul {
  display: block;
}

#menu li li {
  list-style:none;
  display: list-item;
  height: 22px;
}

#menu li ul li{
  display: block;
  float: left;
  padding: 3px;
  white-space: nowrap;
  text-decoration: none;
  width: 130px;
}
#menu li ul li a{
  border: none;
}

#menu li ul li:first-child {
}

#menu li ul li a:hover {
  color: yellow;
}

/*****************************************/

/* submenu */

#submenu {
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #ccc;
}

#submenu li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

#submenu a {
  color: #558;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Noto Sans',Sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding: 0 3px 0 3px;
  margin: 0;
  border-left: 2px dotted #ccc;
  letter-spacing: -1px;
}

#submenu a:hover {
  color: #113;
}

#submenu .current a{
}

#submenu li:hover > a {
}

#submenu ul li:first-child > a {
  border-left: none;
}

/* clearfix */
#submenu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/*****************************************/

hr.faded {
  margin-left: 20%;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 1.4em 0;
  border: none; 
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}

span.ppg_thbox30 {
  width: 84px;
  padding-right: 2px;
}

span.ppg_capbot {
  color:white;
}

span.ppg_thb {
  background-color: #333;
}

/*****************************************/

/* warning box */

.info, .info_amarelo, .info_vermelho, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: white;
background-color: #BDE5F8;
background-color: #6A8C9C;
background-image: url('/info.gif');
}
.info_amarelo {
color: white;
background-color: #fff5d4;
background-color: #CC9019;
background-image: url('/info_amarelo.gif');
}
.info_vermelho {
color: white;
background-color: #ffcfd2;
background-color: #966D67;
background-image: url('/info_vermelho.gif');
}
.success {
color: white;
background-color: #DFF2BF;
background-color: #86AD8F;
background-image:url('/success.png');
}
.warning {
color: white;
background-color: #FEEFB3;
background-image: url('/warning.png');
}
.error {
color: white;
background-color: #FFBABA;
background-image: url('/error.png');
}

/*****************************************/

.item-separator {
border-bottom: 2px dotted black;
display: block;
margin: 25px 0 15px 0;
width: 100%;
}

li a.red {
  background-color: #5b5c5f;
}


/*****************************************/

/* Tabelas */

table.prog {
        color:#111;
        font-size:13px;
        text-shadow: 1px 1px 0px #fff;
        background:#eaebec;
        margin:20px;
        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 th {
        padding:21px 25px 22px 25px;
        border-top:1px solid #fafafa;
        border-bottom:1px solid #e0e0e0;

        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.prog th:first-child {
        text-align: left;
        padding-left:20px;
}
table.prog tr:first-child th:first-child {
        -moz-border-radius-topleft:3px;
        -webkit-border-top-left-radius:3px;
        border-top-left-radius:3px;
}
table.prog tr:first-child th:last-child {
        -moz-border-radius-topright:3px;
        -webkit-border-top-right-radius:3px;
        border-top-right-radius:3px;
}
table.prog tr {
        text-align: center;
        padding-left:20px;
}
table.prog td:first-child {
        text-align: left;
        padding-left:20px;
        border-left: 0;
}
table.prog td {
        padding: 5px;
        border-top: 1px solid white;
        border-bottom:1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: white;
}
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;
}

/* SLIDER - Patrocinadores */

#slider {
  padding: 2px 160px 0 160px;
  width: 880px;
  height: 80px;
  margin:0;
  margin-top: 10px;
  overflow:visible;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  position:relative;
  transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -o-transform:rotate(0deg);
}
#mask {
  overflow:hidden;
  width: 880px;
  height: 80px;
}
#slider:hover #pause {
  opacity:1;
}
#slider:hover ul, #slider:hover #progress, #slider:hover #overlay {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}
#pause {
  width: 880px;
  height: 80px;
  position:absolute;
  top:0;
  opacity:0;
  pointer-events:none;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
}
#progress {
  width:1px;
  height:1px;
  -moz-animation:progress 18s infinite;
  -webkit-animation:progress 18s infinite;
  position:relative;
  top:-1px;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
}
#overlay {
  width: 880px;
  height: 80px;
  position:absolute;
  top:0;
  pointer-events:none;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  opacity:0.5;
  -moz-animation:overlay-fade 18s infinite;
  -webkit-animation:overlay-fade 18s infinite;
}
#slider ul {
  width: 6000px;
  list-style:none;
  padding:0;
  margin:0;
  -moz-animation:slide-animation 18s infinite;
  -webkit-animation:slide-animation 18s infinite;
  position:relative;
  left:0px;
}
#slider li {
  display:inline;
  width: 880px;
  height: 80px;
  margin:0;
  padding:0;
  float:left;
}
#slider li:last-of-type {
}
#slider li a {
  display:block;
  text-decoration:none;
}
@-webkit-keyframes slide-animation {
  0% {opacity:0;}
  2% {opacity:1;}
  20% {left:0px; opacity:1;}
  22.5% {opacity:0.6;}
  25% {left:-880px; opacity:1;}
  45% {left:-880px; opacity:1;}
  47.5% {opacity:0.6;}
  50% {left:-1760px; opacity:1;}
  70% {left:-1760px; opacity:1;}
  72.5% {opacity:0.6;}
  75% {left:-2640px; opacity:1;}
  95% {opacity:1;}
  98% {left:-2640px; opacity:0;}
  100% {left:0px; opacity:0;}
}
@-moz-keyframes slide-animation {
  0% {opacity:0;}
  2% {opacity:1;}
  20% {left:0px; opacity:1;}
  22.5% {opacity:0.6;}
  25% {left:-880px; opacity:1;}
  45% {left:-880px; opacity:1;}
  47.5% {opacity:0.6;}
  50% {left:-1760px; opacity:1;}
  70% {left:-1760px; opacity:1;}
  72.5% {opacity:0.6;}
  75% {left:-2640px; opacity:1;}
  95% {opacity:1;}
  98% {left:-2640px; opacity:0;}
  100% {left:0px; opacity:0;}
}
@-webkit-keyframes progress {
  0% {width:0px; opacity:0;}
  2% {width:0px; opacity:1;}
  20% {width:880px; opacity:1;}
  22.5% {width:880px; opacity:0;}
  22.59% {width:0px;}
  25% {width:0px; opacity:1;}
  45% {width:880px; opacity:1;}
  47.5% {width:880px; opacity:0;}
  47.59% {width:0px;}
  50% {width:0px; opacity:1;}
  70% {width:880px; opacity:1;}
  72.5% {width:880px; opacity:0;}
  72.59% {width:0px;}
  75% {width:0px; opacity:1;}
  95% {width:880px; opacity:1;}
  98% {width:880px; opacity:0;}
  100% {width:0px; opacity:0;}
}
@-moz-keyframes progress {
  0% {width:0px; opacity:0;}
  2% {width:0px; opacity:1;}
  20% {width:880px; opacity:1;}
  22.5% {width:880px; opacity:0;}
  22.59% {width:0px;}
  25% {width:0px; opacity:1;}
  45% {width:880px; opacity:1;}
  47.5% {width:880px; opacity:0;}
  47.59% {width:0px;}
  50% {width:0px; opacity:1;}
  70% {width:880px; opacity:1;}
  72.5% {width:880px; opacity:0;}
  72.59% {width:0px;}
  75% {width:0px; opacity:1;}
  95% {width:880px; opacity:1;}
  98% {width:880px; opacity:0;}
  100% {width:0px; opacity:0;}
}
@-webkit-keyframes rotatey {
  0% {transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg);}
  25% {transform:rotate(1deg); -ms-transform:rotate(1deg); -moz-transform:rotate(1deg); -webkit-transform:rotate(1deg); -o-transform:rotate(1deg);}
  50% {transform:rotate(-1deg); -ms-transform:rotate(-1deg); -moz-transform:rotate(-1deg); -webkit-transform:rotate(-1deg); -o-transform:rotate(-1deg);}
  100% {transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg);}
}
@-moz-keyframes rotatey {
  0% {transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg);}
  25% {transform:rotate(1deg); -ms-transform:rotate(1deg); -moz-transform:rotate(1deg); -webkit-transform:rotate(1deg); -o-transform:rotate(1deg);}
  50% {transform:rotate(-1deg); -ms-transform:rotate(-1deg); -moz-transform:rotate(-1deg); -webkit-transform:rotate(-1deg); -o-transform:rotate(-1deg);}
  100% {transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg);}
}
@-webkit-keyframes overlay-fade {
  0% {opacity:0;}
  2% {opacity:0.5;}
  95% {opacity:0.5;}
  98% {opacity:0;}
  100% {opacity:0;}
}
@-moz-keyframes overlay-fade {
  0% {opacity:0;}
  2% {opacity:0.5;}
  95% {opacity:0.5;}
  98% {opacity:0;}
  100% {opacity:0;}
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}