* 
{
	padding: 0px;
	margin: 0px;
	
}
/*** GERAL INICIO ***************************************************************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #eee;

	/* background: url(../images/main_bg.png) 0px 0px repeat; */ 
	/*
	background-image: url('http://82.102.17.200/~redomane/wp-content/themes/magazine-basic/library/images/solid.png');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
	*/
	
}

ul {
	list-style-type: none;
}
.longo {
	width: 630px;
}

.medio {
	width: 200px;
}

.curto {
	width: 100px;
}
.invisivel
{
	display: none;
}
.readOnly
{
	background-color: #E9E9E9;
}
.negrito {
	font-weight: bold;
}

.azul {
	color: blue;
}

.vermelho {
	color: red;
}

.verde {
	color: green;
}

textarea.pequeno {
	width: 630px;
	height: 36px;
}

textarea.medio {
	width: 630px;
	height: 70px;
}

textarea.grande {
	width: 630px;
	height: 140px;
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.6;
	/*color: #1F4F82;*/
	color = #666;
	
}

h3  {
	font-size: 16px;
	display: block;
	font-size: 1.17em;	
	/*
	-webkit-margin-before: 1em;		
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-margin-after: 1em;
	*/
	font-weight: bold;
}

h3.title {
	background: url("images/hbg.png") repeat-x center bottom;
	border-bottom: 1px solid #D7D7D7;
	line-height: 32px;
	padding-left: 10px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 1.17em;
	font-weight: bold;
}
input[type=submit]{	
	cursor:pointer;
}
input[type=checkbox]{	
	cursor:pointer;
}
/********* HOME *****/
.homeMain {
	width: 100%;
	padding: 0px;
	display: table;
}
.homeBox {
	width: 25%; 
	float: left;
	text-align: center;
	margin-bottom: 20px;			
}
.homeBoxInside
{
	border-radius: 15px;
	height: 220px;
	box-shadow: 10px 10px 5px #888888;
}

.bgGradient1 {
	background: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
	background: -moz-linear-gradient(top, #ffffff, #f4f4f4);
	background: -ms-linear-gradient(top, #ffffff, #f4f4f4);
	background: -o-linear-gradient(top, #ffffff, #f4f4f4);
	box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.bgGradient2 {
	background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
	background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
	background: -ms-linear-gradient(top, #ffffff, #f8f8f8);
	background: -o-linear-gradient(top, #ffffff, #f8f8f8);
	box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

/*** GERAL FIM ******************************************************************************************************************/

/*** SUPERBLOCO INICIO **********************************************************************************************************/


.superbloco {
	/*width: 980px!important;*/
	
	/*width: 100% !important;
	/*
	min-width: 980px!important;
	*/	
	margin: 0 auto;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	/*padding: 10px;*/
}
/*** SUPERBLOCO FIM *************************************************************************************************************/

/*** PRINCIPAL INICIO ***********************************************************************************************************/
.principal {
	/*min-height: 740px; */
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
}

.painel {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	padding: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-color: #f3f3f3;
}

.painel legend {
	font-size: 18px;
	/* text-transform: uppercase; */
	color: #46a7e2; /*azul*/
}

.principal fieldset.frm {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	padding: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-color: #f3f3f3;
}

.principal legend.frm {
	font-size: 18px;
	text-transform: uppercase;
	color: #46a7e2; /*azul*/
}

.principal label.frm {
	font-size: 12px;
	width: 50px;
	margin-right: 20px;
	float: left;
}

.principal label.frm-longo {
	font-size: 12px;
	width: 160px;
	margin-right: 10px;
	float: left;
}




.caixa
{
	border-style: solid;
	/*border-color: #000;*/
	border-color:rgba(0, 0, 0, 0.1);
	border-width: 1px;
	
	/*background-color: #f0f0f0;*/
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;	
	
}
.caixa > div
{
	margin:10px;
		
}
.infoJogo
{
	text-align: center;
	/*min-height: 100px;*/
}

.title2
{
	background-color:white;
	line-height: 28px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	border-bottom: 1px solid #D7D7D7;
	font-size: 1.17em;
	font-weight: bold;
	color: #317eac;	
}
.title2 a
{
	color: #317eac;
}
/*************** TABLES **********/
table
{
	border-collapse: collapse;
	border:none;	
}
table td
{
	padding: 5px;
	border : none;
}
.table_zebra
{
	
}
.table_zebra tr:nth-of-type(even) {	
	background-color: white; 
}
.table_zebra tr:nth-of-type(odd) {	
	background-color: #ECF3F7; 
}

.table_zebra tr td 
{
	border: 1px solid black;
}

.tablecinza { /* table*/
	border-collapse: collapse;
	width: 200px;
	margin-top: 10px;
	/*font-size: 16px;*/
}
.tablecinza td {
	border: none;
	padding: 3px;			
}
.tablecinza tr
{
	min-height: 40px;
	height: 40px;
}
.tablecinza tr:first-child 
{
	/*border-top: 1px solid #D7D7D7;	*/
}
.tablecinza tr:nth-of-type(odd) {
	background-color: white;	
	border-bottom: 1px solid #D7D7D7;
	font-weight: bold;
}

.tablecinza tr:nth-of-type(even) {	
	border-bottom: 1px solid #D7D7D7;	
}

.searchresult { /* table*/
	width: 100%;
	border-collapse: collapse;
}

.searchresult thead tr {
	height: 35px;
}

.searchresult thead tr td, .searchresult thead tr th{
	vertical-align: middle;;
	background-color: #12A3EB;
	color: white;;

	background-color: #0076b1;
	background-image: url("images/bg_list.gif");
}

.searchresult tr td {
	border: 1px solid black;
}

.searchresult td {
	padding: 10px;
	vertical-align: middle;
}

.searchresult tr {
	height: 120px;
}

.searchresult tr:nth-of-type(odd) {
	background-color: #ECF3F7;
}

.searchresult tr:nth-of-type(even) {
	background-color: white;
}

.colecaotable { /* table*/
	width: 100%;
	border-collapse: collapse;	
}

.colecaotable thead tr {
	height: 20px;
}

.colecaotable thead tr td {
	vertical-align: middle;;
	background-color: #12A3EB;
	color: white;;

	background-color: #0076b1;
	background-image: url("images/bg_list.gif");
}

.colecaotable tr td {
	border: 1px solid black;
}
.colecaotable td {
	padding: 10px;
	vertical-align: middle;
}

.colecaotable tr {
	height: 80px;
}

.checkUserJogo
{
	border: 1px solid #000000;
	display: table;
	margin:  0px;
	float: left;
}


.checkUserJogo div
{
	margin:  0px;
	height: 22px;
	float: left;
	line-height: 22px;
}
.userJogoChecked
{
	background-color: blue;
}

.searchresult tr:nth-of-type(odd) {
	background-color: #ECF3F7;
}

.searchresult tr:nth-of-type(even) {
	background-color: white;
}


.principal input.frm {
	margin-left: 71px;
}

.principal input.frm-longo {
	margin-left: 119px;
}

.principal .btn_submit {
	width: 100px;
}

.principal h2.e404 {
	color: red;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Open sans Condensed', sans-serif;
}

.principal h3.erro {
	color: red;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

.principal h3.erro  {
	text-decoration: none;
	color: #0000FF;
}

.principal div.linha {
	margin-bottom: 5px;
}

.principal div.linha2 {
	height: 5px;
}

.principal form div {
	margin-bottom: 5px;
}

.principal div.opcoes {
	margin-left: 160px;
	display: table;
}

.principal div.opcoes div {
	float: left;
	width: 50%;
	min-width: 200px;
}

.colecao {
	display: table;
	width: 100%;
}

.colecao div { /*display: table-cell;
  	box-shadow: 10px 10px 5px #888888;
  	border:1px solid;
  	*/
	float: left;
	width: 25%;
	text-align: center;
	height: 120px;
	vertical-align: middle;;
}

.imgcolecao {
	max-height: 100px;
	max-width: 100px;
	border: 0px;
}

/*** PRINCIPAL FIM **************************************************************************************************************/

/*** BARRA LATERAL INICIO *******************************************************************************************************/
.barra_lateral {
	float: right;
	width: 160px;	
	/* + px em relacao o min do principal devido ao padding ser menor */
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}

.barra_lateral span {
	display: block;
}

.barra_lateral span.oferta {
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #FF8C00; /*laranja*/
}

.barra_lateral span.imagem {
	margin-top: 15px;
}

.barra_lateral span.nome {
	font-size: 11px;
}

.barra_lateral span.valor {
	font-size: 11px;
	font-weight: bold;
}

.barra_lateral span.mais {
	margin-top: 20px;
}

/*** BARRA LATERAL FIM **********************************************************************************************************/

/*** RODAPE INICIO **************************************************************************************************************/
.rodape {
	text-align: center;
	font-size: 12px;
}
/*** RODAPE FIM *****************************************************************************************************************/

/*** POPUP INICIO ***************************************************************************************************************/
.popup {
	padding: 10px;
}
/*** POPUP FIM ******************************************************************************************************************/

/*** PAGINACAO INICIO ***********************************************************************************************************/
#paginacao {
	padding-bottom: 30px;
	padding-top: 5px;
	display: block;
}

#paginacao ul {
	list-style-type: none;
}

#paginacao li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}

#paginacao li a {
	color: #88af3f;
	padding: 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	float: left;
}

#paginacao li a:hover {
	color: #638425;
	background: #f1ffd6;
	border: 1px solid #85bd1e;
}

#paginacao li.nolink {
	color: #CCC;
	border: 1px solid #F3F3F3;
	padding: 4px;
}

#paginacao li.current {
	color: #FFF;
	border: 1px solid #b2e05d;
	padding: 4px;
	background: #b2e05d;
}

/*** PAGINACAO FIM **************************************************************************************************************/

.ulHorizontal
{
	
}
.ulHorizontal ul
{
	list-style-type: none;
	height: 80px;
}

.ulHorizontal li
{
	float :left;	
	margin: 5px;
}
.imgcheckjoguser {
	width: 16px;
	height: 16px;
	max-width: :16px;
	max-height: :16px;
	cursor: pointer;
	cursor: hand;
	cursor: hand;
}
.btngeral {
	/*width : 150px;*/
	width : auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	cursor: pointer;
}
.btngeralsmall
{
	font-size: 12px;
	padding:2px 4px;
} 

.btngeral:hover {
	background-color:#378de5;
}
.btngeral:active {
	position:relative;
	top:1px;
}
--
remove da
#gazpo-header {
	display: none;
}

#sidebar {
	display: none;
}

.fancybox-type-iframe .fancybox-nav {
	width: 80px;
}

.fancybox-type-iframe .fancybox-nav span {
	visibility: visible;
}

.fancybox-type-iframe .fancybox-next {
	right: -80px;
}

.fancybox-type-iframe .fancybox-prev {
	left: -80px;
}