/* CSS Document 

a { color:#2D2D2D; text-decoration:none; }
a:hover {  }
h1 { font-size:16px; }
h2 { font-size:14px; }
hr { color:#000000; height:1px; border:1px solid #D62121; }

#wrapper { width:900px; margin:0 auto; padding:0; 	background:url(../images/bg_body.gif) repeat-x ; 
	background-position:top center;}

#header { position:relative; width:100%; height:142px; }
#header .logo { float:left; }
#headinfo { position:absolute; right:0; top:84px;}
#headinfo img { border:none; }
#headinfo strong { display:none; }

.logo { position:absolute; top:1px; left:28px; width:400px; height:150px; font-family:Trebuchet MS; font-size:22px; color:#FFF; }
.logo h1, .logo h2 { display:none; }

#search { position:absolute; bottom:0; right:0; width:100%; padding:0; margin:0; width:189px; height:30px; text-align:right; }

#left, #right { float:left; width:158px; margin:0; padding:0; background:url(../images/bg_left_bg.gif); color:#FFF; font-size:90%; }
#left a, #right a { color:#ffffff; }
#left div, #right div { padding-top:41px; }
#left .box1 { background:url(../images/bg_left_nav.gif) no-repeat; }
#left .box2 { background:url(../images/bg_left_more.gif) no-repeat; }
#left .box3 { background:url(../images/bg_left_more2.gif) no-repeat; }
#left h2 { display:none; }
#left ul { margin:0; padding:0; }
#left ul li { list-style:none; margin:0; padding:0; }
#left ul li a { display:block; margin:0; width:148px; padding:5px; border-bottom:1px solid #BD1D1D; }
#left ul li a:hover { background:#D10000 url(../images/bg_left_over.gif) repeat-x 0 100%; padding-left:8px; width:145px; font-weight:bold; color:#FFC274; }
#left ul li ul { margin: 0; padding:0; }
#left ul li ul li { list-style:none; margin:0; padding:0; }
#left ul li ul li a { font-size:90%; width:142px; padding:5px 8px; border-bottom:1px solid #9D3F3F; }
#left ul li ul li a:hover { width:142px; padding:5px 8px; background:#BF0000; color:#FFA76D; }

#breadcrumb { float:left; width:522px; padding:8px 25px; border-bottom:1px dotted #333333; }
#breadcrumb a { font-weight:bold; }

#content { float:left; width:532px; padding:25px; font-family:"Trebuchet MS"; }
#content h1 { color:#D10000; font-size:120%; }
#content a { font-weight:bold; color:#666; }
#content a:hover { border-bottom:1px dotted;  }
#content .postinfo { display:block; margin:5px 0; padding:6px; color:#FFF; background:#FF0000; border-top:3px solid #A70000; }*/
#content .postinfo a { color:#FFF; }
#content blockquote { width:80%; margin:0 auto; padding:6px; border-left:8px solid #A70000; }

#right .box1 { background:url(../images/bg_right_affil.gif) no-repeat; padding:41px 5px 5px 5px; }

#footer {  width:100%; background:url(../images/footer.gif) repeat-x 50% 0; color:#FFF; font-size:70%; }
#footer p {  margin-left:10%; padding:10px; }
#footer a { color:#FFF; }
#footer a:hover { border-bottom:1px dotted #D2D2D2; }

.clear { clear:both; }

form { margin:0; padding:0; }
input { display:inline; padding:2px; margin:0; border:1px inset #DB7700; background-color:#FFFFFF; vertical-align:middle; }
input.searchbar { background:#000; margin-right:35px; border:none; color:#FFF; font-size:80%; width:100px; }
input.submit { width:auto; border:none; margin:0; padding:0; }

.right { float:right; }

/* formata index evento*/
.divpadrao{
		font-family:arial;
		font-size:11px;
		width:400px;		
}
	
.divcorpo{
		width:80%;
		color:#0066FF;
		font-family:arial;
		font-size:11px;
}

.texto {
    font-family: Verdana;
    font-size: 10px;
    color: #333333;
    text-decoration: none;
}
/* formata index evento*/
.textodetalhe1{
	width:780px;
	font-size:18px;
	line-height:20pt;
	color:#F00;
}
.textodetalhe{
	width:780px;
	font-size:12px;
	line-height:20pt;
	
	}
	
	/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#03F;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #00cccc; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:500px;
	color:#FFF;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #FFF;
    background: url(../bubble.gif) no-repeat bottom;
}
