﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0; 
	padding: 0;
	color: #000000;
	background-image: url(images/imagem_fundo0.gif) ;
	background-position:top center;
	background-repeat: no-repeat; /*Define se repete ou não!*/
	background-attachment: fixed;
	/*background-color#0099FF;*/
}

#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0099FF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/*borda imagens*/
.bordaimg {
       padding:6px;
       background:url(images/dotted.gif) repeat;
}

.bordaimgAmarelo {
       padding:6px;
       background:url(images/dottedAmarelo.gif) repeat;
}
.bordaimgVermelho {
       padding:6px;
       background:url(images/dottedVermelho.gif) repeat;
}
.bordaimgAzul {
       padding:6px;
       background:url(images/dottedAzul.gif) repeat;
}

.bordaimgAzulbb {
       padding:6px;
       background:url(images/dottedAzulbb.gif) repeat;
}

.bordaimgLaranja {
       padding:6px;
       background:url(images/dottedLaranja.gif) repeat;
}


#logo { 
	height: 56px;
	background-color:#28166f; 
	padding:0;
	background-image: url(images/logo.gif) aling:left;  
} 

#banner { 
	height: 170px;
	background: #FFFFFF; 
	padding:0;  
} 
#menu { 
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font-size:10px;
	height: 60px;
	font-weight:bold;
	background: #FFFFff; 
	padding:0;
	text-align:center; 
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div *//*lado esquerdo*/
}
#tab_left {
   /*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	position: absolute;
	top: 285px;
	font-size:11px;
	left: 0px;
	width: 150px;
	padding: 5px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	height: 293px;
}

#tab_leftHist {
   /*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	position: absolute;
	top: 285px;
	font-size:11px;
	left: 0px;
	width: 150px;
	padding: 5px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}

#tab_right_patrocinio {
   /*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	position: absolute;
	top: 289px;
	right: 0px;
	width: 180px;
	padding: 5px 5px 5px 5px;
	background-color:#99FF99;
	-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em;
	-moz-border-radius-bottomleft: 1.0em;
	-moz-border-radius-bottomright: 1.0em;
	border: 1px solid #ccc;
}

#tab_right_link {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	position: absolute;
	top: 297px;
	font-size:12px;
	right: -1px;
	width: 180px;
	padding: 5px 5px 5px 5px;
	background-color:#0099FF; /* padding keeps the content of the div away from the edges */
	-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em;
	-moz-border-radius-bottomleft: 1.0em;
	-moz-border-radius-bottomright: 1.0em;
	/*border: 1px solid #ccc;*/
}
#tab_right_banner{
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	position: absolute;
	text-align:center;
	top: 672px;
	font-size:12px;
	right: 0px;
	width: 180px;
	padding: 5px 5px 5px 5px;
	-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em;
	-moz-border-radius-bottomleft: 1.0em;
	-moz-border-radius-bottomright: 1.0em;
	/*border: 1px solid #ccc;*/
}

#tab_right_link a {
	background:url(images/arrow_closed.gif) no-repeat center left;
	margin: 8px 0 1px 5px;
	padding: 0px 0px 0px 12px;
	
}

#tab_right {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	position: absolute;
	top: 523px;
	right: 5px;
	width: 180px;
	background-color:#FFFFFF;
	padding: 5px 5px 5px 5px;
		-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em; 
	-moz-border-radius-bottomleft: 1.0em;
	-moz-border-radius-bottomright: 1.0em;
	 border: 1px solid #ccc;

}
#mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContentHist { 
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#mainContentevento_db { 
	margin:0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	margin-right:200px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer { 
	background:#0099FF;
	font-size:10px;
} 
#footer a{ 
	color:#00FFFF;
} 
#rodape { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	font-size:12px;
	background-color:#28166f;
	background:#28166f;
	color:#FFFFFF;
	
} 
#rodape a{ 
	text-align:center;
	color:#FFFF00;
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.blueSemgif{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000066;
font-weight:normal;
margin-right:6px;
margin-left:5px;
letter-spacing: +1px;

padding: 0px 0px 0px 10px; 
}
.blue{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#00bfff;
font-weight:normal;
margin-right:6px;
margin-left:5px;
letter-spacing: +1px;
background:url(images/arrow_closed.gif) no-repeat center left;

padding: 0px 0px 0px 10px; 
}
#hmenu a {
	padding: 25px 25px 1px 1px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color:#FF0000;
	background: url(images/hmenuarrow.gif) no-repeat center top;
	
}

#hmenu a:hover {
	background: url(images/hmenuarrowhover2.gif) no-repeat center top;
	color: #0000ff;
	margin-bottom:0px;
	border-bottom: 1px solid #00bfff;
	background-color:#ffffff;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}

.title {
	font-size: 11px;
	color: #CCC;
	background-color: inherit;
	
}
h1 {
	margin: 8px 0 1px 5px;
	padding: 0px 0px 0px 12px;
	font-size: 20px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: inherit;
}

h2 {
	margin: 8px 0 1px 5px;
	padding: 0px 0px 0px 16px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: inherit;
	background:url(images/jiantou.gif) no-repeat center left;
}

h3 {
	margin: 8px 0 1px 5px;
	padding: 0px 0px 0px 16px;
	font-size: 12px;
	color: #FF6600;
	background-color: inherit;
	background:url(images/jiantou.gif) no-repeat center left;
}

p {
	margin: 0;
	padding: 5px 10px 5px 10px;
}
ul li{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
margin-left:0px;
line-height:150%;
letter-spacing: 1px;
list-style:none;

}
.footer{
CLEAR: both; 
width:652px;
background-color:#212224;
color:#666;
text-align:center;
padding-top:10px;
margin-top:0px;
background:url(images/lbbg.gif) no-repeat center left;
}

.menubar .head,.menubar .head_open{
	border-top:1px dotted #333;
	font-size:12px;
	color:#00bfff;
	line-height:2em;
	font-weight:normal;
	background: #212224  no-repeat 1px center;
	padding-left: 10px;
	cursor:pointer;
}


/* set millions of background images */
/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }

/* background images fixo firefox*/
.class {
position:fixed; 
bottom:0; 
right:0;
}
