/* ---------------------------------- corpo da página ----------------------------------- */
body {
	scrollbar-face-color:#F1F1F1;
	scrollbar-highlight-color:#F7F7F7;
	scrollbar-3dlight-color:#B8B8B8;
	scrollbar-darkshadow-color:#F1F1F1;
	scrollbar-shadow-color:#B8B8B8;
	scrollbar-arrow-color:#D6D6D6;
	scrollbar-base-color:#F1F1F1;
}


/* ------------------------------------ formularios ------------------------------------- */

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #F9f9f9;
	border: 1px solid #d7d7d7;
}

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px inset gray;
	background-color:white;
}

.imc_botao	{
		background-color:#006699;
		color:#FFFFFF;
		height:20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		border-bottom-width:0px;
		border-top-width:0px;
		border-left-width:0px;
		border-right-width:0px;
}


.imc_textbox {
		color:#0099CC;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		height:16px;
		border-bottom-width:1px;
		border-top-width:1px;
		border-left-width:1px;
		border-right-width:1px;
		border-bottom-style:solid;
		border-top-style:solid;
		border-right-style:solid;
		border-left-style:solid;
		border-bottom-color:#0099CC;
		border-left-color:#0099CC;
		border-top-color:#0099CC;
		border-right-color:#0099CC;
}


/* ------------------------------------- navegação -------------------------------------- */

.menutopo		{ font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#656E92; text-decoration: none; font-weight: bold }
.menutopo:hover { color:#ff0000 }
.menutopo:active{ color:#ff0000 }


/* -------------------------------------- links ----------------------------------------- */

.links_verm 		{ COLOR: #FF0000 }
.links_line 		{ COLOR: #666666; TEXT-DECORATION: underline}

.links_cinza		{ COLOR: #999999; TEXT-DECORATION: none}
.links_cinza:hover	{ COLOR: #cccccc; TEXT-DECORATION: none}

.scroll				{ COLOR: #a4a4a4; TEXT-DECORATION: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.scroll:hover		{ COLOR: #6b7d94; TEXT-DECORATION: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px }


/* -------------------------------------- diversos -------------------------------------- */

.txt_p		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px }
.txt_m		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px }

.txt_C		{ color: #666699; font-weight: bold }

.links	 { COLOR: #666666; TEXT-DECORATION: none }
A:hover  { COLOR: #FF0000 }

/*-------------------------------- efeito sombra imagens -------------------------------- */

.out {
  display:block; 
  background:#f7f7f7; 
  border:1px solid #f7f7f7; 
  position:relative;
  margin:1em;
  }
  
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #ebebeb; 
  position:relative; 
  padding:3px;
  font-weight:normal;
  }

.rtin { left:3px; }
.ltin { left:-3px;}
.tpin { top:-3px; }

.narrow {width:8em; }
.image  {width:5px; padding:0; }

