/* CSS Document */
body {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-image: url(../img/site/bg.gif);
	background-repeat: repeat;
}

/* ----------container to center the layout-------------- */
#container {
	width: 770px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border: 2px solid #FFFFFF;
}

/* ----------banner for logo-------------- */
#banner {
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/site/topo.jpg);
	height: 261px;
	background-repeat: no-repeat;
}

/* -----------------content--------------------- */
#content {
	height: 1%; /* IE6 hack... it's very minor, though */
	background-color: #FFF;
	padding: 5px;
	margin-left: 170px;
	margin-right: 10px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 162px;
	margin: 0px;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/site/rodape.jpg);
	background-repeat: no-repeat;
	height: 60px;
	background-position: bottom;
	letter-spacing: 1px;
	text-indent: 100px;
}

.titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tituloEditoria{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #7F997F;
}

.dataHora{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.imgEditoria {
	float:left;
	margin:0 5px 5px 0;
}

.input{
	border: 1px solid #7F997F;
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	outline:none;
}
.input:focus{
	border:1px solid #003300;
}

/* --------------links ------------- */
a {
	color: #003300;
	text-decoration: none;
}
a:visited {
	color:#7F997F;
	text-decoration: none;
}
a:hover {
	color: #564b47;
	text-decoration: underline;
}
a:active {
	color:#000000;
	text-decoration: underline;
}