/*
	@VERSAO	1.1 Fevereiro 2011
	@AUTOR	Paulo da Silva - Bicicletando
	@DESC		Folha de estilo geral ao site Bicicletando
*/

html {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
body{
	background-image: url(images/btt.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003333;
	margin: 0 auto;
}
#base {
	width: 70.2em;
	padding: 0;
	border: none;
	margin: 0 auto;
}
/* bloco do cabecalho */
#cabecalho {
	width: 100%;
	background-image: url(images/topo1.jpg);
	background-position: center;
	height: 6.1em;
	border-top: thin solid #FFCC99;
	border-right: none;
	border-bottom: none;
	border-left: thin solid #FFCC99;
	clear: both;
}
.recicla, .logotipo, .acessibilidade{
	margin-top: 0.2em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	height: 3em;
}
.recicla{
	float: right;
	text-align: right;
	width: 5em;
}
.logotipo{
	float: left;
	text-align: center;
	width: 56.5em;
}
.acessibilidade{
	float: left;
	width: 5em;
}
.contador{
	height: 1.2em;
	margin-top: 0.2em;
	margin-left: 0.5em;
	width: 10em;
	float: left;
	clear: left;
}
.actualizado{
	height: 1.2em;
	margin-left: 0.5em;
	width: 25em;
	float: left;
	clear: left;
}
/* bloco de pesquisa */
.pesquisa{
	height: 1.5em;
	width: 30em;
	float: right;
	text-align: right;
	vertical-align: text-bottom;
}
.googleform{
	margin-top: 0.8em;
	margin-bottom: 0;
	margin-right: 0.5em;
}
.textinput{
	width: 18em;
	height: 1.3em;
	text-decoration: none;
	border: 0.01em solid #FFCC99;
	vertical-align: top;
}
.submitsearch{
	border: 0;
	height: 1.7em;
	width: 1.8em;
	background:url(../images/ir0.gif) no-repeat 0px 0px;
	vertical-align: top;
	font-weight: bolder;
}
.submitsearch:hover, .submitsearch:focus, .submitsearch:active{
	background:url(../images/ir1.gif) no-repeat 0px 0px;
	color: #FFCC99;
}

#cabecalho a:visited, #cabecalho a:active, #cabecalho a:focus, #cabecalho a:link {
	color: #003333;
	text-decoration: underline;
}
#cabecalho a:hover {
	color: #009966;
	text-decoration: underline;
}
img {
	border: 0;
}
img.imgdireita {
	float: right;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}
img.imgesquerda {
	float: left;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
}
img.imgemlinha {
	display: inline;
}
img.bttista {
	float: right;
	padding: 0.1em;
}

/* bloco de menu invisivel que apenas contem links para facilitar a acessibilidade */
.menuinvisivel{
	visibility: hidden;
	display: none;
}
/* bloco do menu */
#menu {
	width: 12.5em;
	margin: 0.2em 0;
	float: left;
	clear: left;
	text-align: right;
}
#menu ul{
	margin: 0;
	list-style: none;
	width: 100%;
	border-top: thin solid #FFCC99;
	border-right: thin solid #FFCC99;
	border-bottom: none;
	border-left: none;
	padding: 0;
}
#menu ul li{
	display: block;
	text-decoration: none;
	list-style-type: none;
	width: 100%;
}
.cronicamenu{
	margin: 0;
	list-style-image: url(images/btta.gif);
	width: 100%;
	display: block;
	text-decoration: none;	
}
.separamenu{
	margin: 0;
	list-style-image: none;
	width: 100%;
	display: block;
	text-decoration: none;
	list-style-type: none;
	background-color: #FFEEBB;
	text-align: left;
	text-indent: 0.5em;
}
#menu ul li a:visited, #menu ul li a:link {
	width: 100%;
	color: #003333;
	text-decoration: none;
	display: block;
}
#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus {
	color: #FFCC99;
	text-decoration: none;
	background-color: #003333;
}
#spyt{
	background-image: url(images/youtube.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* bloco do corpo e conteudos */
#corpo {
	width: 47.6em;
	border-top: thin solid #FFCC99;
	border-right: none;
	border-bottom: none;
	border-left: thin solid #FFCC99;
	float: left;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
	margin-right: 0;
}
#corpo ul li{
	list-style-image: url(images/btta.gif);
	list-style-position: inside;
	border-top: thin solid #FFCC99;
	border-right: thin solid #FFCC99;
	border-bottom: none;
	border-left: none;
	text-align: left;
	text-indent: -2.5em;
	margin-bottom: 0.5em;
}
#corpo ul li ul li{
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-left: 0em;
}
#corpo ul li ul li.biciclista{
	background-position: right top;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-right: 5.6em;
}

#corpo ul li p {
	text-indent: 1em;
}

#corpo a.biciclista:visited, #corpo a.biciclista:active, #corpo a.biciclista:focus, #corpo a.biciclista:link {
	text-decoration: none;
	font-weight: bolder;
}
#corpo #conteudo:visited, #corpo #conteudo:active, #corpo #conteudo:focus, #corpo #conteudo:link {
	text-decoration: none;
	font-weight: bolder;
}
a.dia:visited, a.dia:active, a.dia:focus, a.dia:link {
	color: #003333;
	font-weight: bolder;
	text-decoration: none;
}
a.dia:hover {
	color: #009966;
}
#corpo a:visited, #corpo a:active, #corpo a:focus, #corpo a:link {
	color: #003333;
	text-decoration: underline;
}
#corpo a:hover {
	color: #009966;
	text-decoration: none;
}

select{
	border: thin solid #FFCC99;
	cursor: pointer ;
}

fieldset{
	text-align: right;
	border-top: thin solid #FFCC99;
	border-right: none;
	border-bottom: none;
	border-left: thin solid #FFCC99;
	text-indent: 0;
	width: 95%;
	margin-bottom: 1em;
	margin-top: 1em;
}
/*  remover o button */
button{
	border: thin solid #FFCC99;
	width: 6em;
	color: #003333;
	text-decoration: none;
	cursor: pointer ;
}
input{
	border: thin solid #FFCC99;
	width: 6em;
	color: #003333;
	text-decoration: none;
	cursor: pointer ;
}

button:hover{
	border: thin solid #FFCC99;
	width: 6em;
	text-decoration: none;
	color: #FFCC99;
	background-color: #003333;
}

p.irtopo {
	text-align: right;
	text-decoration: none;
	cursor: pointer;
	margin-top: -0.5em;
}
.menor{
	font-size: smaller;
	display: inline;
}
.menorbold{
	font-size: smaller;
	font-weight: bolder;
	display: inline;
}
.bold{
	font-weight: bolder;
	display: inline;
}
.maior{
	font-size: larger;
	display: inline;
}
.maiorbold{
	font-size: larger;
	font-weight: bolder;
	display: inline;
}
.aviso{
	font-size: larger;
	font-weight: bolder;
	display: inline;
	color: #993300;
}
.indenta{
	padding-left: 1.5em;

}
.peso {
	border-top: thin solid #FFCC99;
	border-bottom: thin solid #FFCC99;
	padding: 0.5em;
	width: 95%;
	margin: 0.5em;
	text-indent: 0;
}
.peso th {
	background-color: #FFEEBB;
}
.peso td {
	border-top: thin solid #FFCC99;
	border-right: none;
	border-bottom: none;
	border-left: thin solid #FFCC99;
	vertical-align: top;
	margin: 0.5em;
}
.peso td.right{
	text-align: right;
}
.peso td.left{
	text-align: left;
}
.peso th.left{
	text-align: left;
}
.biciclistas {
	border-top: thin solid #FFCC99;
	border-bottom: thin solid #FFCC99;
	padding: 0.5em;
	width: 95%;
	margin: 0.5em;
}
.biciclistas th, .biciclistas tfoot {
	background-color: #FFEEBB;
	font-size: x-small;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
.biciclistas td {
	border-top: thin solid #FFCC99;
	border-right: thin solid #FFCC99;
	border-bottom: none;
	border-left: none;
	vertical-align: top;
	width: 50%;
}

div.top{
	width: 100%;
	clear: both;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0;
	margin-right: 0;
}
div.direita {
	width: 50%;
	float: left;
}
div.esquerda {
	width: 50%;
	float: right;
}

h1 {
	visibility: hidden;
	font-size: small;
	font-weight: bold;
	margin-top: 0em;
	display: none;
}
h2 {
	visibility: hidden;
	font-size: small;
	font-weight: bold;
	margin-top: 0em;
	display: none;
}
h3 {
	visibility: hidden;
	font-size: small;
	font-weight: bold;
	margin-top: 0em;
	display: none;
}
h5 {
	font-weight: bold;
	display: inline;
}

#form{
	float: right;
	clear: both;
	margin-top: -0.8em;
	margin-bottom: -0.8em;
	width: 30em;
	text-align: right;
	display: inline;
}
.verde{
	color: #006600;
}
.vermelho{
	color: #FF0000;
}
.amarelo{
	color: #FFCC33;
}
.ytdireita {
	float: right;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
	height: 23.5em;
	width: 31.4em;
	background-image: url(../images/youtubebloqueado.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.ytesquerda {
	float: left;
	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	height: 23.5em;
	width: 31.4em;
	background-image: url(../images/youtubebloqueado.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.youtube{
	background-image: url(images/youtube.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.5em;
}

/* bloco do rodape */
#rodape {
	width: 100%;
	border-top: thin solid #FFCC99;
	border-right: thin solid #FFCC99;
	border-bottom: none;
	border-left: thin solid #FFCC99;
	padding: 0.2em;
	clear: both;
	height: 2.9em;
}

div.certificados{
	float: left;
	position: static;
	width: 30em;
}
div.contpriv{
	float: left;
	clear: left;
	position: static;
	width: 21em;
}
div.direitos{
	float: right;
	clear: right;
	position: static;
	width: 21em;
	text-align: right;
}
div.paginaactualizada{
	float: right;
	clear: right;
	position: static;
	width: 25em;
	text-align: right;
	font-size: smaller;
	font-weight: bold;
	margin: 0.5em;
}
hr {
	border: thin solid #FFCC99;
}
#zonacertificados {
	border-top: thin solid #FFCC99;
	border-right: thin solid #FFCC99;
	border-bottom: thin solid #FFCC99;
	border-left: thin solid #FFCC99;
	width: 8.7em;
	height: 17.5em;
	float: right;
	margin-top: 0.3em;
	margin-bottom: 0;
	margin-left: 0.5em;
	margin-right: 0;
	text-align: right;
}
#zonacertificados img{
	display: inline;
	padding: 0.4em 0.5em 0.2em;
}
#zonacertificados {
	text-decoration: none;
}
abbr, acronym, .abbr {
	border-bottom-width: 0.01em;
	border-bottom-style: dashed;
	border-bottom-color: #009933;
}
