﻿body
{
	background: url(../Imagens/background.gif) top center repeat-x #CFDEEA;
	margin: 0px;
	padding: 16px 0;
	font: 11px "Lucida Sans Unicode" , "Lucida Sans" , "Lucida Grande" , verdana, arial, helvetica;
	color: #282828;
	text-align: center;
}
p
{
	font-size: 11px; /*text-indent:1cm;*/
	text-align: justify;
	line-height: 16px;
}
img
{
	border-style: none;
}
img.pic_left
{
	float: left;
	padding: 5px;
	margin: 0 8px 8px 8px;
}
a
{
	color: #1471B1;
	text-decoration: none;
}
a:hover
{
	color: #2E9FED;
}
#welcome h1
{
	padding: 5px 0 0 20px;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
h3
{
	font-size: 14px;
	color: #003366;
}
h4
{
	font-size: 13px;
	padding: 2px;
	margin: 0px;
	color: #003366;
	border-bottom: 1px #999999 dashed;
}
#container
{
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#head
{
	width: 750px;
	height: 172px;
	background: url(../Imagens/head.gif) no-repeat;
}
#head div
{
	position: absolute;
	margin: 25px 0 0 36px;
	width: 200px;
	height: 75px;
	/*background: url(../Imagens/logo.gif) no-repeat;*/
}/*
#head h1 a
{
	text-indent: -2000px;
	width: 154px;
	height: 59px;
	display: block;
	background: url(../Imagens/logo.gif) no-repeat;
}*/
#logo
{
	position: absolute;
	width: 120px;
	top: 0px;
	left: 550px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#AddThis
{
	position: absolute;
	width: 20px;
	top: 218px;
	left: 555px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#menu
{
	position: absolute;
	width: 500px;
	top: 155px;
	left: 35px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#menu li
{
	list-style-type: none;
	float: left;
	margin: 0 8px;
	height: 22px;
}
#menu li a
{
	padding: 0 0 7px 0;
	height: 22px;
	color: #8A8A8A;
}
#menu li a:hover
{
	color: #000033;
}
#menu .current
{
	color: #000033;
	font-weight: bold;
}
#area
{
	width: 750px;
	height: 54px;
	background: url(../Imagens/area.gif) repeat-x;
}
#main
{
	margin: auto;
	background: url(../Imagens/bg_main.gif) repeat-y;
	width: 750px;
	height: auto;
}
#main_adm
{
	margin: auto;
	background: url(../Imagens/bg_main_adm.gif) repeat-y;
	width: 750px;
	height: auto;
}
#content_left
{
	float: left;
	padding: 0 30px 0 30px;
	width: 445px;
	height: auto;
}
#content_right
{
	float: left;
	padding: 5px;
	width: 200px;
	height: auto;
}
#content_geral
{
	float: left;
	padding: 0 30px 30px 30px;
	width: 688px;
	height: auto;
}
#content_adm
{
	margin-top: -20px;
	float: left;
	padding: 0 0 0 12px;
	width: 726px;
	height: auto;
}
#welcome
{
	background: url(../Imagens/center_banner.gif) no-repeat;
	background-position: 12px 0px;
	padding: 10px;
	width: 750px;
	height: 80px;
}
.item_box
{
	width: auto;
	height: auto;
	padding: 10px 0 5px 0;
	border-bottom: 1px #666666 dashed;
}
.spacer
{
	width: auto;
	height: 2px;
	clear: both;
	padding-bottom: 2px;
}
/*---------contact----------*/
#form
{
	padding: 0px;
	margin: 0px;
}
.label
{
	display: block;
	padding: 0px;
}
.input
{
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
}
.textarea
{
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 260px;
	height: 63px;
}
#send input
{
	width: 64px;
	height: 20px;
	margin: 0px;
}
ul
{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
}
.contact_info
{
	float: left;
	padding: 15px 0 0 0;
}
.contaCaractere
{
	float: right;
	font-size: 10px;
	font-style: italic;
	color: #808080;
}
/*leia mais------------*/
.project_details
{
	float: left;
	width: 200px;
	color: #0099FF;
	padding: 10px 0 0 10px;
}
#footer
{
	text-align: center;
	font-size: 10px;
	color: #000033;
	background: url(../Imagens/footer.gif) no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	width: 750px;
	height: 85px;
}
#footer a
{
	background: none;
	padding: 0px;
}
#madeby
{
	width: 200px;
	height: 85px;
	float: right;
	padding-right: 30px;
	text-align: center;
}
#madeby a
{
	text-decoration: none;
	color: #666666;
}

/*adm------------*/
.tdCampoEsq
{
	padding-right: 2px;
	text-align: right;
}
.tdCampoDir
{
	padding-left: 2px;
	padding-right: 30px;
	text-align: left;
	margin-left: 40px;
}
.erro
{
	color: Red;
}
.sucesso
{
	color: Blue;
}

/*Ajax------------*/
.accordionHeader
{
	color: white;
	background-color: #397ABE;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionHeaderSelected
{
	color: white;
	background-color: #64B8DC;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionContent
{
	background-color: #EEF3F8;
	padding: 5px;
	padding-top: 10px;
}

fieldset
{
	padding: 10px 10px 10px 10px;
	width: 645px;
}

legend
{
	color: #FFFFF9;
	background: #61BCE0;
	border: 1px solid #CFDEEA;
	padding: 3px 7px;
	font-weight: bold;
}

.tdLabel
{
	padding-right: 2px;
	text-align: right;
	width: 100px;
	vertical-align: middle;
}
.tdInput
{
	padding-left: 2px;
	text-align: left;
	vertical-align: middle;
}

.tdBotoes
{
	text-align: right;
	vertical-align: middle;
	padding-right: 8px;
}

.submit
{
	color: #FFFFF9;
	background: #61BCE0;
	border: 1px solid #CFDEEA;
	font-weight: bold;
	font: 11px "Lucida Sans Unicode" , "Lucida Sans" , "Lucida Grande" , verdana, arial, helvetica;
}

.menssagemDomWalmor
{
	padding: 16px 30px 1px 30px;
	font-size: 7pt;
}
.menssagemDomWalmor a
{
	color: #8A8A8A;
}

.menssagemDomWalmor a:hover
{
	color: #000033;
}

