body,td,th {
	color: #000000;
}
body {
	background-color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#mascara {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index: 90;
	}
#mascara img
{
	position: fixed;
	top:50%;
	left:50%;	
	width:250px;
	height:57px;
	margin-left:-125px;
	margin-top:-29px;
	/*_margin:300px auto;*/	
}

#form{
	position: fixed;
	top:50%;
	left:50%;	
	margin-left:-125px;
	margin-top:-29px;
	z-index:1000;
}

#fundo_form{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index: 90;
}

#carregando{
background-color:#FFFF00;
position:fixed;
width:100px;
height:20px;
left: 50%;
top: 0px;
z-index:91;
margin:0;
padding:0;
css-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cor1
{
/*Cinza*/
background-color:#333333 !important;
}
.linha1{
border-bottom:1px solid #333333;
}
.linha2{
border-bottom:1px solid #990000;
}
.linha3{
border-bottom:1px solid #337f05;
}
.cor2
{
background-color:#990000 !important;
}

.cor3
{
background-color:#337f05 !important;
}

.cor4
{
background-color:#999999 !important;
}
.img1
{
/*Cinza*/
background-image:url(images/fundo_cinza.png);
background-position:bottom left;
background-repeat:no-repeat;
}

.img2
{
background-image:url(images/fundoverm.png);
background-position:bottom left;
background-repeat:no-repeat;
}

.img3
{
background-image:url(images/fundoverde.png);
background-position:bottom left;
background-repeat:no-repeat;
}

.img4
{
background-color:#999999 !important;
}
.topo1{
background-image:url(images/topocinza.png);
background-position:left top;
background-repeat:no-repeat;
}
.topo2{
background-image:url(images/topoverm.png);
background-position:left top;
background-repeat:no-repeat;
}
.topo3{
background-image:url(images/topoverde.png);
background-position:left top;
background-repeat:no-repeat;
}
.baixo1{
background-image:url(images/baixocinza.png);
background-position:left top;
background-repeat:no-repeat;
}
.baixo2{
background-image:url(images/baixoverm.png);
background-position:left top;
background-repeat:no-repeat;
}
.baixo3{
background-image:url(images/baixoverde.png);
background-position:left top;
background-repeat:no-repeat;
}
.flyers{
	border:3px solid #CCC;
}

.ic_tooltip_esq_inf{
width: 360px;
height: auto;
   padding: 5px;
   margin-top: -440px;
   margin-left: -380px;
   margin-right: 100px;
   margin-bottom: 0px;
   border: 1px solid #000;
   background-color: #f0f0f0;
   font: 11px tahoma;
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
   -moz-opacity: 0.9; /* FF */
   opacity:.9;
   z-index:100;
}
.ic_tooltip_site{
width: 560px;
height: auto;
   padding: 5px;
   margin-top: -265px;
   margin-left: -380px;
   margin-right: 100px;
   margin-bottom: 0px;
   border: 1px solid #000;
   background-color: #f0f0f0;
   font: 11px tahoma;
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
   -moz-opacity: 0.9; /* FF */
   opacity:.9;
   opaci
   z-index:100;
}

.jcarousel-container-vertical {
    width: 300px;
    height: 300px;
    background: #e8e8e8;
    border: 1px solid #fff;
}
 
.jcarousel-clip-vertical {
    top: 15px;
    width: 290px;
    height: 270px;
    margin: 0 5px;
    z-index: 20;
}
 
#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 270px;
    height: auto;
    margin: 5px 0;
}
 
.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
    font-size: 90%;
}
 
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 14px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #4088b8 url(images/arrow-down.gif) no-repeat center;
}
 
.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
 
.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 14px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #4088b8 url(images/arrow-up.gif) no-repeat center;
}
 
.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
 
.loading {
    background: transparent url(images/loading.gif) 50% 50% no-repeat;
}
.site a{
	color:#000;
}
.site td a:hover {
	color:#999;
}

