@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom: 50px;
}
a{
	color: #333;
	-webkit-transition: all 200ms ease-in-out 0s;
	-moz-transition: all 200ms ease-in-out 0s;
	-ms-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
}
a:hover{
	color: #09F;
}
h2{
	margin-top: 25px;
}

.aposta{
	font-weight: bold;
	color: #C00;
}
.aviso{
	color: #C00;
}
.avisoNegativo{
	font-weight: bold;
	color: #C00;
}
.incremento{
	font-weight: bold;
	color: #090;
	font-size: 1.2em;
}
.dicasEsquemas{
	font-weight: bold;
	color: #090;
}
.dicasEsquemas span{
	font-weight: normal;
	color: #0C9;
}
.spanBotao{
	cursor: pointer;
}

.esquema{
	width: 630px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	overflow: auto;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}
.esquema .LinhaEsquema{
	display: block;
}
.esquema .LinhaEsquema .TituloEsquema,
.esquema .LinhaEsquema .CampoEsquema{
	display: inline-block;
	width: 120px;
	line-height: 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	margin: 0px;
}
.esquema .LinhaEsquema .TituloEsquema{
	font-weight: bold;
}
.esquema .LinhaEsquema .campoVazio{
	border: none;
}

#formulario{
	background-color: #E5E5E5;
}