@charset "utf-8";
/* ####################################################

  THIS IS THE CASCADING STYLE SHEET (CSS) FOR PAGE 6 
     Coded by Mike Cherim, http://green-beast.com/ 

            USE YOUR BACK BUTTON TO RETURN

##################################################### */


/* 
  This would normally be the body element 
*/
body { padding:0; margin:0;font:100.1% 'lucida sans','lucida sans unicode','lucida grande','trebuchet ms', helvetica, arial, sans-serif; }

/* 
  This is the inner wrapper which contains the entire site 
*/
#site {
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a { color:#003366; }
pre {
	overflow: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
	width: 93%;
	display: block;
	background-color: #eeeeee;
	color: #000000;
	max-height: 300px;
	white-space: pre;
}

a:hover, a:focus, a:active { color:#000; }
a:focus, a:active { color:#fff;background-color:#000033;}


/*
  The masthead and h1 styling 
*/
#header {
  width : 1000px;
  height : 180px;
  background-image:url(../imagens/logo.jpg);
}

#header h1 {
  padding : 0px;
  margin : 0px;
}


/*
  Layout the content area 
*/
#conteudo {
  float : left; /* ADDED THIS */
  display : inline; /* ADDED THIS */
  width : 610px;
  margin : 7px 20px;
}

/*
  Layout the sidebar area and style its content
*/
#sidebar {
  float : right; /* ADDED THIS */
  display : inline; /* ADDED THIS */
  width : 400px;
  margin : 0px 0px 10px 10px;
  padding : 10px;
}

#leftFlash {
  float : left; /* ADDED THIS */
  display : inline; /* ADDED THIS */
  width : 240px;
  height: 300px;
  margin : 0px;
  background-image:url(../imagens/juntosPe.jpg);
}

#flash {
	float : right; /* ADDED THIS */
	display : inline; /* ADDED THIS */
	width : 760px;
	height: 300px;
	margin : 0px;
	padding: 0px 0px;
}
/*
  Layout the footer
*/
#rodape {
  clear : both;
  width : 980px;
  padding : 10px;
  text-align : center;
  font-size : 0.9em;
}
#videoBox {
	float : right; /* ADDED THIS */
	display : inline; /* ADDED THIS */
	width : 350px;
	margin : 0px;
	height: 290px;
	background-image: url(../imagens/videoCorpo.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#resultadoBox {
	float : left; /* ADDED THIS */
	display : inline; /* ADDED THIS */
	width : 645px;
	margin : 0px;
	padding : 15px 0px;
	height: 290px;
	background-image: url(../imagens/resultadoCorpo.jpg);
	background-repeat: no-repeat;
}
.caixaContainer {
	width: 1000px;
	float: left;
}
.aovivo {
	background-image: url(../imagens/assista.jpg);
	float: left;
	height: 48px;
	width: 985px;
	padding: 0px 0px 0px 15px;
}
.btoffline {
	background-image: url(../imagens/bt_offline.jpg);
	float: right;
	height: 48px;
	width: 268px;
}

#tituloEsq {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #FFF;
}
#caixaResultado {
	width:247px;
	height:188px;
	background-image: url(../imagens/bloquinho.png);
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#bolinhaPe {
	background-image: url(../imagens/bolinhaPe.jpg);
	height: 28px;
	width: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006;
	float: left;
}
#linkPag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 10px;
	text-align: center;
	margin: auto;
}

#linkPag a {
	text-decoration: none;	
}

#linkPag a:hover{
	color:#F00;	
}
#caixaField {
	width:240px;
	height:120px;
	margin:5px 40px 0px 20px;
	border: 1px solid #CCC;
	float: right;
}

#caixaForm {
	text-align:center;
}

#caixaForm input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #CCC;
	height: 15px;
	border: 1px solid #E0EACC;
}

#caixaForm #envia {
	background-color:#666;
	color:#FFF;
	height: 20px;
}

#caixaPremios {
	width:750px;
	float:right;	
}

#tituloCentro {
	font-size:13px;
	font-weight:bold;
	text-align: center;
}

#caixaResultadoBusca {
	float:left;
	background-color:#0C9;
	width:208px;
	margin:auto;
	background-image: url(../imagens/resultadoBusca.jpg);
	height: 140px;
	padding: 10px 15px 10px 15px;
	text-align: center;
}
.caixaCadastro {
	height: 330px;
	width: 430px;
	background-image: url(../imagens/caixaCadastro.jpg);
	padding-top: 15px;
	padding-right: 70px;
	padding-left: 70px;
}
.cadastroRecado {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#form1 label {
	background-color: #FFF;
	float: left;
	color: #7F9DB9;
	font-size: 12px;
	width: 80px;
	height: 17px;
	line-height: 22px;
	padding-left: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7F9DB9;
	border-bottom-color: #7F9DB9;
	border-left-color: #7F9DB9;
}

#form1 input {
	float:left;
	font-size: 12px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #7F9DB9;
	border-right-color: #7F9DB9;
	border-bottom-color: #7F9DB9;
}

#form1 #resposta {
	float: left;
	font-size: 9px;
	width: 100px;
	color: #900;
}
#form1 #respostaEmail {
	float: left;
	font-size: 9px;
	width: 100px;
	color: #900;
}
