/* 
    Document   : __NAME__
    Created on : __DATE__, __TIME__
    Author     : __USER__
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*
.TB{
   background-color: #ffff99;
   border: none;
   color: #666465;
   display: block;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   width: 900 px;
}
*/
.TB {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   width: 900 px;
}

.tdSeleccion {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   width: 900 px;
}
.TD1{
   background-color: #edf8fe;
   vertical-align:top;
   padding-bottom: 5px;
   padding-left: 4px;
   padding-right: 3px;
   padding-top: 5px;
}
.TD2{
vertical-align:top;
 background-color: #d9effc;
padding-bottom: 5px;
   padding-left: 4px;
   padding-right: 3px;
   padding-top: 5px;
}
.tdnaranjaoscuro {
	background-color: #FFD3A8;
}
.tdazul {
	background-color: #6666A8;
	color: #EEEEEE;
}
.tdnaranjaclaro {
	background-color: #FFEFA8;
}
.trgris{
	background-color: Silver;
}
.label {
    /*color:#999;*/
	cursor:pointer;
	/*padding-left:2px;
	line-height:16px;*/
	display:block;
	color:#797979;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:7px 0px 7px 0px;
}
.minilabel {
    /*color:#999;*/
	cursor:pointer;
	/*padding-left:2px;
	line-height:16px;*/
	display:block;
	color:#797979;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:7px 0px 7px 0px;
}
.TablaBusqueda{
   background-color: #ffff99;
   border: none;
   color: #666465;
   display: block;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   width: 794 px
}
.tablaInscripcion{
background-color: #E5CDAE;
   border: none;
   color: #666465;
   display: block;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   width: 440 px;
}
.tablaUser{
background-color: #EEE7DE;
   border: none;
   color: #666465;
   display: block;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
  }
  
.tablaTorneo{
	background-color: #EEE7DE;
}
 
/*---------------------------
* Clear fix
* --------------------------- */

.botonera:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.botonera {display: inline-block;}

/* Hides from IE-mac \*/
* html .botonera {height: 1%;}
.botonera {display: block;}
/* End hide from IE-mac */



.botonera{
	display:block;
	margin:5px 0 20px 0 !important;
	background:url(../img/fondo_menu.gif) #ccc;
	height:24px;
}
.botonera li {
	display:inline;
	float:left;
	}
.botonera li a{
	display:inline;
	float:left;
	height:24px;
	line-height:24px;
	margin-top:0px;
	border-right:1px solid #aaa;
	color:#444;
	padding:0px 10px 0  10px;
}
.botonera li a:hover{
	text-decoration:none;
	border-right:1px solid #bbb;
	background-color:#bcbcbc;
}

table.buscopartido { 
	width: 100%; 
	font-size:11px;
	font-family:Arial;
}

table.bpGris { 
	width: 100%;
	background: #eeeeee;
	
	font-size:11px;
	font-family:Arial; 
}