@import url("layout.css");

body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	/*background: #0071b5 url("../../imgs/bg_site.gif") repeat-x top left fixed;*/
	background: #d8d0c7 url("../../imgs/bg_site_cinza.jpg") repeat-x top left fixed;		}

td {font: .8em Verdana, Arial, Helvetica, sans-serif;}
th {font: normal bold .8em Verdana, Arial, Helvetica, sans-serif;}

a {color: black;}
a:visited {color: gray;}
a:hover {color: #cd0000;}
a:active {color: #cd0000; text-decoration: underline;}

ul.ListaBasica {margin: 0; padding:0; list-style: inside disc; }
ul.ListaBasica li { margin-left: 8px;}

/* Classes essenciais */
.SemBorda {border: none !important;}
.Underline {text-decoration: underline !important;}
.Hidden {display: none !important;}

.Rel {position: relative;}
.Abs {position: absolute;}
.Container {width: auto; position: relative;}
.Clearing {height: 0;clear: both;}
.FltRight {float: right !important;}

a.SemUnderline {text-decoration: none !important;}
a.SemUnderline:hover {text-decoration: underline !important;}

.Vermelho {color: #cd0000;}
.bgCinza {background-color: #e7e0d5;}
.BordaImg {background: white; padding: 3px; border: 1px solid #cacaca;	}

.legenda_maior { font: .9em Arial, Helvetica, sans-serif; color: #999999;}
.legenda { font: .8em Arial, Helvetica, sans-serif; color: #999999;}
.asterisco {color: #CC3300;}

.Sombra{
	background: url(/pesqueiromaeda/imgs/shadow.png) repeat top left !important; /* For good browsers (Firefox/Opera/Safari) */
	background: none repeat top left; /* Clean BG to the filter AlphaLoader works (IE5.5/IE6) */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pesqueiromaeda/imgs/shadow.png', sizingMethod='scale');	}
	
.icoFechar {
	position:relative;
	float:right;
	top:0;
	right:0;
	width:10px;
	height:10px;
	background-image:url(../../imgs/icones/close.gif);
	background-repeat:no-repeat;
	cursor:pointer;	}

.icoFechar:hover {background-image:url(../../imgs/icones/close_hover.gif);}

.scrollConteudo {
	scrollbar-face-color: #F0F0F0;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #999999;	}

/* - CANTOS PADRÕES - */
.canto_1, .canto_2, .canto_3, .canto_4 {position: absolute; z-index: 100; width: 5px; height: 5px;}
.canto_1, .canto_2 {top: 0;}
.canto_2, .canto_4 {right: 0;}
.canto_3, .canto_4 {bottom: 0;}
.canto_1, .canto_3 {left: 0;}

.canto_1 {background: url(../../imgs/canto_1.gif) no-repeat top left;}
.canto_2 {background: url(../../imgs/canto_2.gif) no-repeat top right;}
.canto_3 {background: url(../../imgs/canto_3.gif) no-repeat bottom left;}
.canto_4 {background: url(../../imgs/canto_4.gif) no-repeat bottom right;}