﻿/* Estilos Estándar */
body
{
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

a:link, a:visited, a:active, a:hover
{
    text-decoration: none;
    color: #800000;
}

a:hover
{
    text-decoration: underline;
    color: #CC0000;
}

table
{
    font-size: 1em; /* Hack para forzar que se herede el font-size del body */
}

input
{
    border: 1px solid #808080;
}

input.Boton, A.BotonLink, A.BotonLink:link, A.BotonLink:visited, A.BotonLink:active, A.BotonLink:hover
{
    border: 1px #CC3300 solid;
    background-color: #FE9C2F;
    height: 1.8em;
    margin: 4px;
}

A.BotonLink, A.BotonLink:link, A.BotonLink:visited, A.BotonLink:active, A.BotonLink:hover
{
    font-size: .9em;  
    color: black;
    padding: 4px;
}

a img
{
    border:0;
}


select, select.ListaDesplegable
{
    border: 1px solid #808080;
}

/* Login */
#PanelLoginPersona
{
    width: 100%;
    margin: 0;
    text-align: center;
}

.TablaLogin
{
    width: 450px;
    top: 7px;
    border: #CC3300 1px solid;
    margin: 0 auto;
}

.CeldaTituloLogin
{
    background-color: #FFCC66;
    font-weight: bold;
    padding: 2px 0px 2px 6px;
}

.CeldaLinksLogin
{
    background-color: #FFCC66;
}

.LinksLogin
{
    font-weight: bold;
}


/* Menú Principal */
.BodyMenu
{
    background-color: #FE9C2F;
}

.CeldaMenuPrincipal
{
    background-color: Transparent;
    width: 138px;
}

.CeldaMenuPersonal
{
    background-color: #FFCC66;
    width: 138px;
}

.EnlaceMenu
{
    font-size: .7em;
    color: Black;
}

/* Grids */
.DatagridBase
{
    font-size: .8em;
}

.DatagridCabecera
{
    background-color: #CC6600;
    color: #ffffff;
    font-weight: bold;
}

.DatagridItemSeleccionado
{
    background-color: #FFCC66;
    color: #ffffff;
    font-weight: bold;
}

.DatagridItem, .DatagridPie
{
    color: #333333;
    font-size: .8em;
}

/* Menú Superior */
.BodyMenuSuperior
{
    margin: 0px;
}

#MenuSuperior
{
    padding: 8px;
    width: 800px;
    background-color: #1783cb;
    height: 100%;
}

#MenuSuperior .Boton
{
    border: 2px #ffffff solid;
    background-color: #acacae;
    height: 1.8em;
    margin: 4px;    
    padding: .4em 1em .4em 1em;
}

#MenuSuperior .ElementoMenu
{
    margin-right: 8px;
    margin-bottom: 5px;
    float: left;
    width: 48%; /* (100/NumeroColumnas)-X  (X = ancho de margenes y otros elementos)*/
}

#MenuSuperior .ListaDesplegable
{
    font-size: x-small;
}

#BotonesMenuSuperior
{
    vertical-align:text-bottom;
    height:1.9em;
}

#PanelSelectores
{
    width:100%;
    height:90px;
    }

/* Varios */
.Etiqueta
{
    font-size: .8em;
    color: Black;
}

.EtiquetaError
{
    font-size: .8em;
    color: Red;
    font-weight: Bold;
}

.EtiquetaTitulo
{
    font-size: .9em;
    font-weight: bold;
}

.EtiquetaInformacion
{
    font-size: .8em;
    font-weight: bold;
}

.TituloPanel
{
    font-size: 0.9em;
    font-weight: bold;
    background-color: #FFCC66;
    text-align: left;
    padding: 2px 0px 2px 6px;
    vertical-align: middle;
}

.PiePagina
{
    background-color: #FE9C2F;
    width: 960px;
    text-align: center;
    font-size: .7em;
    line-height: 22px;
}


/* Clasificaciones y resultados */
.Radiobutton
{
    font-size: 0.9em;
    border: none;
}

.CajaTextoFecha
{
}

.BotonActualizar
{
    border-style: none;
    vertical-align: middle;
    padding-left: 2px;
}

.NombreJornada
{
    text-align: left;
    font-size:1.1em;
    font-weight:bold;
    background-color: #CCC;
}

.NombreJornadaAplazada
{
    text-align: left;
    font-size:1.1em;
    font-weight:bold;
    background-color: #AAA;
}

.CabeceraIdPartido
{
}

.DatosIdPartido
{
}

.CabeceraJornada
{
    width: 25px;
    text-align: center;
}

.DatosJornada
{
    text-align: right;
}

.CabeceraFecha
{
    width: 70px;
    text-align: center;
}

.DatosFecha
{
    text-align: center;
}

.CabeceraHora
{
    width: 60px;
    text-align: center;
}

.DatosHora
{
    text-align: center;
}

.CabeceraEquipo
{
    width: 190px;
    text-align: left;
}

.DatosEquipo
{
    text-align: left;
}

.CabeceraPista
{
    width: 120px;
    text-align: left;
}

.DatosPista
{
    text-align: left;
}

.CabeceraArbitro
{
}

.DatosArbitro
{
}

/* Tooltips */
[data-tip] {
	position:relative;
	cursor:help;
}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	border:5px solid #1a1a1a;
	/* 4 border technique to create the arrow */
	border-top-color:#1a1a1a;
	border-right-color:transparent;
	border-bottom-color:transparent;
	border-left-color:transparent;
	position:absolute;
	top:-7px;
	left:10px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:-35px;
	left:0px;
	padding:5px 8px;
	background:#1a1a1a;
	color:#fff;
	z-index:9;
	font-size: 0.75em;
	height:18px;
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}


a.tooltip 
 {
     color: White;
     outline:none;
} 

a.tooltip:hover 
{
    text-decoration:none;
} 

a.tooltip span 
{
    z-index:10;
    display:none; 
    padding:5px 8px;
    margin-top:-30px; 
    margin-left:-28px; 
    line-height:16px;
} 

a.tooltip:hover span 
{
    display:inline; 
    position:absolute; 
    color:#fff; 
    border:1px solid #DCA; 
    background:#000;
    font-size: 0.85em;
    font-weight:bold;
    white-space:nowrap;
	word-wrap:normal;
} 

.callout 
{
    z-index:20;
    position:absolute;
    top:30px;
    border:0;
    left:-12px;
}
