/* CSS Document */
body{
margin-top:5px;
background-image:url(images/bg2_01.jpg);
background-repeat:repeat;}


.main{
background-image:url(images/prainha_bg03.jpg);
background-repeat:repeat;}

.text{
font-family:Arial, Helvetica, sans-serif;
color:#4B4B4B;
font-size:12px;
padding-left:30px;
padding-right:8px;
text-align:justify;
line-height:20px;
text-decoration:none;
}

.text2{
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#4B4B4B;


}
.text a:hover{
text-decoration:underline;
}

.text2 a:hover{
text-decoration:underline;
}

.text_inside{
font-family:Arial, Helvetica, sans-serif;
color:#4B4B4B;
width:400px;
font-size:12px;
padding-left:20px;
padding-right:20px;
text-align:justify;
line-height:15px;
text-decoration:none;
}

.top_links{
font-family:Arial;
color:#4B4B4B;
font-size:14px;
color:#FFFFFF;
text-decoration:none;
}


.top_links a:hover{
text-decoration:underline;
}

.bottom_links{
font-family:Arial;
color:#4B4B4B;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}

.bottom_links a:hover{
text-decoration:underline;
}

.thumbnail{
position: relative;
z-index: 0;
background-color:#FFFFFF;
font:Arial, Helvetica, sans-serif;


}

.thumbnail:hover{
background-color:#FFFFFF;
z-index: 50;
font:Arial, Helvetica, sans-serif;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
padding: 3px;
left: 60px;
top:-50px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -8;
left: 50px; /*position where enlarged image should offset horizontally */
font:Arial, Helvetica, sans-serif;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background:#563d04;
background-repeat:repeat;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.title{
font-family:Arial;
font-size:14px;
color:#033C50;
letter-spacing:3px;
font-weight:bold;
margin-left:30px;}

.flash_img{
margin-top:10px;}

.comm_text{
font-family:tahoma;
color:#666600;
font-size:12px;
font-weight:bold;
margin-top:8px;
margin-left:300px;
}

.text_comm{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
text-decoration:none;

}

.text_comm a:hover{
text-decoration:underline;
}

