
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
	margin-top:10px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a
{ 
	outline:none;
	text-decoration:none;
 }	
a:link, a:visited
{ 
	color:#727272;
	text-decoration:none;
}	

a:hover 
{
	text-decoration:underline;
}



.form_input{
	background: #fff url(bg_input.png) repeat-x;
	border: 1px solid #AFAFAF;
	padding: 3px;
	font:normal 14px Arial, verdana;
	color:#646464;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.form_selecao{
	background: #fff url(bg_input.png) repeat-x;
	border: 1px solid #AFAFAF;
	padding: 2px;
	font:normal 14px Arial, verdana;
	color:#646464;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


.form_botao {    
    font:bold 14px Arial, verdana;
	color: #888;
	padding: 2px 15px;
	background: #E9E9E9 url(bg_button.png) repeat-x;
	border: 1px solid #AFAFAF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    text-shadow: 0 1px 1px #ffffff;
	cursor: pointer;    
}

.chamada{
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    font-weight: bold;
}

.chamada .titulo{
    text-shadow:1px 1px 0 #fff;
    font-size: 14px;
}  


.formtxt {
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #aaaaaa;

}

.titulonormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    font-weight: bold;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
    text-shadow:1px 1px 0 #fff;
    font-size: 12px;
}


.textonormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
}
.textonegrito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}


.tabelabordaskol
	{
	border: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    border-radius: 4px;
	}



.tabelasimples
	{
	border: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}






.wrapper {
  /* text-transform: uppercase; */
  background: #ececec;
  color: #555;
  cursor: help;
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-size: 15px;
  /* margin: 100px 75px 10px 75px;
  padding: 15px 20px; */
  position: relative;
  /* text-align: center; */
   width: 300px;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper .tooltip {
  background: #1496bb;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -25px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1496bb 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}



a.tooltips {
position: relative;
display: inline;
}
a.tooltips span {
position: absolute;
width:250px; 
color: #FFFFFF;
background: #000000;
/* height: 30px; */
line-height: 30px;
text-align: center;
visibility: hidden;
border-radius: 6px;
}
a.tooltips span:after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -8px;
width: 0; height: 0;
border-top: 8px solid #000000;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
}
a:hover.tooltips span {
visibility: visible;
opacity: 0.8;
bottom: 30px;
left: 50%;
margin-left: -76px;
z-index: 999;
}



