/* ============ SITE =========== */ 

#total { 
	margin: 0 auto; 
	padding: 0px;
	position: relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width: 800px;
	}

#container {
  background:url(../imgs/bkg_content.jpg) repeat-y;
  width:800px;
  float:left;
  }
  
/* ============ HEADER =========== */ 
#header {
  background:url(../imgs/bkg_header.jpg) no-repeat;
  height:190px;
  width:800px;
  padding-left:8px;
  }

.logo {
  display:block;
  float:left;
  }

#header_icones {
  float:right;
  margin:10px 20px 0 0;
  position:relative;
  }

  #header_icones img {
    margin-left:10px;
    }

#header_titulo {
  float:right;
  position:relative;
  margin-right:20px;
  margin-top:20px;
  }

  #header_titulo h1 {
    color:#fff;
    font-size:2.2em;
    }
    
h6 {
	font-size:0.8em;
    }
  
/* ============ menu h =========== */ 
#menu_h{
	width:740px;
	height:25px;
	margin:10px 30px;
    background:#9ea327;	
	font-size:1.2em;
	border-bottom:5px solid #030;
}
#menu_h ul{
	list-style:none;
	}
#menu_h ul li{
	float:left;	
	}
#menu_h ul li a{
	display:block;
	padding:5px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}
#menu_h a:hover {
	background:#030;
	}

/* ============ CONTENT =========== */ 

#content {
	float:left;
	margin:0px 10px 0 30px;
	_margin:0px 5px 0 15px;
	width:508px;
	_width:513px;
	font-size:1.2em;
	padding:5px;
	background:url(../imgs/marcadagua.jpg) top center scroll no-repeat;
	border:1px dotted #9ea327;
  }

#content h1 {
  background:url(../imgs/sidebar_ico.gif) top left no-repeat;
  font-size:2em;
  font-weight:bold;
  padding-bottom:8px;
  color:#7d810c;
  margin-bottom:10px;
  padding-left:25px;

  }
#content ul {
	margin:15px;   }

#content p {
  text-align:justify;
  font-size:0.9em;
  }

.sent {
color:#9ea327;
font-size:0.8em;
margin-top:10px;
display:block;
}

.credits {
font-size:0.8em;
display:block;
width:100%;
text-align:center;
margin:10px;
}

/* ============ SIDEBAR =========== */ 

#sidebar {
  float:left;
  width:210px;
  margin:0px 20px 20px 0;
  background:#9ea327;	
}

.sidebar_box {
  background:#eefccf;
  border:1px solid #9ea327;
  width:180px;
  padding:8px;
  margin:5px;
  }

  .sidebar_box p {
    color:#063;
    font-size:1.1em;
    }

  .sidebar_box h2 {
    color:#030;
    font-size:1.3em;
    }

/* ============ FOOTER =========== */ 

#footer {
  width:800px;
  height:150px;
  background:url(../imgs/footer.jpg) no-repeat;
  position:relative;
  float:left;
  }
/* ============CREDITS= ==========*/
#credits{
	float:left;
	margin:0px 10px 0 30px;
	_margin:0px 5px 0 15px;
	width:740px;
	text-align:center;
	
	}
/* ============menu quadro de arbitragem===========*/
.menu_arbitros{
	background:#eefccf;
	padding:5px;
	width:233px;
	float:left;
	margin:5px;
    color:#030;
	display:table;
	}
.menu_arbitros img{
	float:left;
	border:#EEFCCF solid 10px;
	}
.menu_arbitros a{
    color:#030;
	}	
.menu_arbitros li{
	list-style:none;
	margin:0px;
	}
.menu_arbitros li a{
	margin:0px;
	display:block;
	padding:2px;
	color:#030;
	text-decoration:none;
}
.menu_arbitros li a:hover{
	background:#030;
	color:#FFF;
}
.msg_positivo{
	 text-align:center;
	 background:url(../imgs/bkg.jpg);
	 width:350px;
	 padding:10px;
	 margin:10px auto;
	 color:#FFF;
     font-size:1.5em;
	 font-style:oblique;
	}
label{
	display:block;	
	float:left;
	width:241px;
	}
/* ============notícias===========*/	
#legenda_news{
	background:#F0F0F0;	
	width:auto;
	padding:5px;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	border:solid 1px #999;
    font-size:0.8em;
}	
	
#legenda_news a{
	color:#030;
	}	
