﻿@charset "utf-8";
	
/*** adicionado por JEFFERSON ***/
.foto_site {
 border: #CCC 1px solid;
 margin: 5px 2px 5px 0;
 padding: 2px;
}

.foto_current {
 border: 1px red solid;
 margin: 5px 2px 5px 0;
 padding: 2px;
}
.fontResizer { 
	display: block; 
	position: absolute; 
	position: absolute; 
	top: 0; left: 0; 
}
.fontResizer a { 
	display: block; 
	float: left; 
	width: 17px; 
	height: 17px; 
	text-align: center; 
	border: 1px solid #ccc; 
	line-height: 15px; 
	color: #666; 
	text-decoration: none; 
}

.fontResizer a:hover { 
	color: #000; text-decoration: none; 
}

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/

.smallFont { 
	font-size: 9px; 
}

.medFont { 
	font-size: 13px; 
}

.largeFont { 
	font-size: 15px; 
}

.curFont { 
	background: #EEEEF7; 
}	



#fechar{
 float				:right;
 vertical-align 	:top;
 margin				:0px;
}
#mensagem-sucesso {
 font-weight		:bolder; 
 font-size			:120%; 
 display			:none;
 overflow			:visible;
 position			:absolute;
 top				:250px;
 left				:400px;
 z-index			:555;
 width				:420px;
 height				:100px;
 float				:left;
 padding			:2px;
 margin		 		:20px;
 vertical-align		:middle;
 text-align			:center;
 background			:#900;
 color				:#fff;
 border 			:#cccccc 1px solid;
}

#icontato{  
 margin				:0px;
 padding			:0px;
 width				:0px;
 height				:0px;
}

#comments {
	margin: 20px 0 0 0;
	}
#comments h2 {
	font-weight: normal;
	font-size: 14px;
	}
#comments h3 {
	font-size: 11px;
	}
#comments h3 img {
	margin: 0 0 -5px 0;
	}
#comments .textoComment {
	}
#comments .textoComment .data {
	text-align: right;
	margin: -25px 0 10px 0;
	}
#comments .commentBox {
	background: #f1f2f3;
	padding: 5px 5px 5px 10px;
	margin: 0 0 20px 0;
	}

#comments .commentBoxOver {
	padding: 5px 5px 5px 10px;
	margin: 0 0 20px 0;
	}
	
#formComentarios {
	width: 305px;
	padding: 10px;
	background: #f1f2f3;
	}
#formComentarios label {
	width: 100px;
	float: left;
	}
#formComentarios .formGeral, #formComentarios textarea {
	width: 200px;
	padding: 2px;
	} 
#formComentarios textarea {
	height: 100px;
	}
#formComentarios #botaoComment {
	float: right;
	background: #666;
	color: #FFF;
	padding: 3px;
	font-size: 13px;
	}
#comentarioTitulo {
	margin: 20px 0 10px 0;
	}