/*** CONTENT ALL ***/
div#contentAll
{
	padding-right: 20px;
	padding-left: 20px;
	width: 570px;
}

div#contentAll h2{
	font-size: 2em;
	font-weight: bold;
	color: #7E0303;
	margin-top:20px;
	margin-bottom:20px;
}

/*div#contentAll h3{
	width: 95%;
	font-size: 14px;
	font-weight: bold;
	color: #020283;
	margin-left:20px;
	margin-bottom: 5px;
	border-bottom: #CCCCCC solid thin;
}*/

div#contentAll div#submenu{
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

div#contentAll div#submenu a{
	text-decoration: none;
}

div#contentAll div#submenu a:link {
	color: #718ABE;
	text-decoration: none;
}

div#contentAll div#submenu a:visited {
	color: #718ABE;
	text-decoration: none;
}

div#contentAll div#submenu a:hover {
	color: #7E0303;
}


div#contentAll p#subtitulo{
	/*margin-left: 20px;*/
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	margin-top: -20px;
	margin-bottom: 10px;
}	
		
		
/*** BOX ***/
div.box{
	font-size:11px;
	margin: 10px;
}

div.box h3{
	width: 100%;
	color: #EEEEEE;
	background-image: url(../images/fondoTitulos.png);
	background-repeat:   repeat-x;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	text-indent: 5px;
	padding-top: 5px;
	padding-bottom:5px;
}

div.box h4{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;	
	padding-top: 5px;
	padding-bottom:5px;
}

div.box ul{
	list-style:none;
	margin-left: 5px;
}

div.box ul li{
	margin-top: 5px;
}

div.box a:link{
	color: #718ABE;
	text-decoration: none;
}

div.box a:visited{
	color: #718ABE;
	text-decoration: none;
}

div.box a:hover{
	color: #7E0303;
}



/*** BOXERROR ***/
div.boxError{
	font-size:11px;
	margin: 10px auto;
	width: 50%;
	border: #000000 solid 1px;
}

div.boxError p{
	font-size:11px !important;
	margin:5px !important;
	padding-bottom:10px;
	border-bottom: 1px dotted #ccc;
}

div.boxError h3{
	width: 100%;
	color: #EEEEEE;
	background-image: url(../images/fondoTitulosError.png);
	background-repeat:   repeat-x;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	text-indent: 5px;
	padding-top: 5px;
	padding-bottom:5px;
}


/*** NOTICIAS ***/
div#noticias p{
	font-size:11px !important;
	margin:5px !important;
	padding-bottom:5px;
	border-bottom: 1px dotted #ccc;
}


/*** PARTIDOS FRANQUICIA ***/
table#partidos{
	width: 93%;
	margin:5px 25px;
}

table#partidos td.fecha
{
	font-weight: bold;
	color:#666666;
}

table#partidos td.ganado
{
	color:#009900;
	font-weight: bold;
}

table#partidos td.perdido
{
	color: #CC0000;
	font-weight: bold;
}

/*** CALENDARIO ***/
div#calendario h4{
	margin-top: 10px;
}

/*** CALENDARIO ***/
div#resultados h4{
	margin-top: 10px;
}

div#resultados span{
	font-weight: bold;
	color: #7E0303;
	font-size: 12px;
}

/*** DIALOG ***/
div#dialog{
	padding: 5px;
	border:solid 1px #000000;
	margin: 0 auto;
	width: 300px;
}


/*** FORMULARIO LOGIN ***/
form#login input{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
}

	form#login td{
		height: 30px;
	}

/*** PARTIDOSJORNADA***/

div#partido{
	width: 550px;
	border:#000000 solid 1px;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
}
div#partido #equipo{
	width: 175px;
	float: left;
	font-size: 13px;
	font-weight: bold;
}

div#partido #resJornada{
	float: left;
	width: 150px;
	background-color: #993333;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	text-align:center;
}



/*** ALINEACIONES ***/

p#fechaAlineacion{
	color: #999999;
	font-weight: bold;
	font-size:12px;
	margin-top: -19px;
}


div#Alineacion{
	border: 2px #CCCCCC solid;
	width: 95%;
	margin: 10px auto;
	background-color: #EFEFEF;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

div#Alineacion h3{
	color: #020283;
	border: none;
	margin-left: 10px;
	margin-top: 5px;
}

div.seccion{
	border: 1px solid #020283;
	background-color: #D3D3FE;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding-bottom: 5px;
}

div.seccion h4{
	margin: 5px 10px;
	color: #020283;
	font-size: 14px;
}

div.jugadorAlineacion{
	width: 97%;
	border:#7E0303 2px solid;
	background-color: #FFD5D5;
	padding-left:3px;
	padding-right:3px;
	padding-bottom: 2px;
	padding-top: 0px;
	list-style:none;
	cursor:move;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
}

div.jugadorAlineacion p{
	font-size:12px;
	margin: 0px!important;
}

div.jugadorAlineacion div.DayLineUp
{
	width: 30px;
	border:#000000 solid 1px;
	margin-left: 3px;
	background-color:#3366CC;
	float: left;
	text-align:center;
}

div.jugadorAlineacion div.Result
{
	width: 30px;
	border:#000000 solid 1px;
	margin-left: 8px;
	background-color: #FFFF66;
	float: left;
	text-align:center;
}

div#infoPartido
{
	margin-left: 10px;
	margin-top: 10px;
	width: 150px;
	float: left;
}
div#enviarAlineacion
{
	float: right;
	width: 150px;
	padding-top:6px;
	padding-bottom:6px;
	margin: 5px;
	font-size:13px;
	font-weight: bold;
	text-align: center;
	background-color: #77BBFF;
	border: 2px solid #000066;
	cursor: default;
}

div#enviarAlineacion span:hover
{
	color: #990000;
}

/*** INFORMES ***/

div#jugador{
	width: 95%;
	border:#7E0303 2px solid;
	background-color: #FFD5D5;
	padding-left:3px;
	padding-right:3px;
	padding-bottom: 2px;
	padding-top: 0px;
	list-style:none;
	cursor:move;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

div#jugador.titular{
	background-color: #FFD5D5;
}

div#jugador.sexto{
	border: #006600 2px solid;
	background-color: #6FFF6F;	
}

div#jugador.banquillo{
	border: #000066 2px solid;
	background-color: #9797FF;
}

div#jugador.grada{
	border: #FF9900 2px solid;
	background-color: #FFC488;
}

div#jugador div.DayLineUp
{
	width: 20px;
	border:#000000 solid 1px;
	margin-left: 3px;
	background-color:#3366CC;
	float: left;
	text-align:center;
}

div#jugador div.Result
{
	width: 35px;
	border:#000000 solid 1px;
	margin-left: 5px;
	background-color: #FFFF66;
	float: left;
	text-align:center;
}

div#resultado
{
	float: left;
	width: 275px; 
	height: 45px; 
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 5px;
	border: 1px solid #020283;
	background-color: #D3D3FE;
	color: #020283;
}

div#resultado table tr td
{
	font-size: 14px;
	
}

div#resultado table tr td span
{
	font-size: 14px;
	color: #7E0303;
}

div#reloj
{
	float: right;
	border: 1px solid #020283;
	background-color: #D3D3FE;
	color: #020283;
	width: 175px; 
	height: 45px;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
}




/*** POSICIONES ***/
table#posiciones{
	font-size:12px;
	font-weight: bold;
	border-bottom: 1px #000000 solid;
	border-top: 1px #000000 solid;
}

table#posiciones td{border: none; font-size:10px!important;}
table#posiciones td.parcial{background-color: #FF6600;color:#000000;}
table#posiciones td.total{background-color: #339900;color:#000000;}

table#cusco table#posiciones{
	font-size:12px;
	font-weight: normal;
	border: none;
}

table#cusco table#posiciones td{border: none; font-size:10px!important;}
table#cusco table#posiciones td.parcial{background-color: #FF9955;color:#000000;}
table#cusco table#posiciones td.total{background-color: #8CFF55;color:#000000;}


/*** TRASPASOS ***/

div.plantillasTrade{
	border: thin solid #0000FF;
}

div.seccion0{
	border: 2px #CCCCCC solid;
	width: 95%;
	margin: 10px auto;
	background-color: #EFEFEF;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

div.seccion0 h4{
	font-size: 1.5em;
	color: #999;
	margin-left: 10px;
	margin-top: 5px;
}

div.seccion0 div.seccion1{
	border: 1px solid #020283;
	background-color: #D3D3FE;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding-bottom: 5px;
}

div.seccion0 div.seccion1 h4{
	margin: 5px 10px;
	color: #020283;
	font-size: 14px;
}

div.jugadorTrade{
	padding-left:3px;
	padding-right:3px;
	padding-bottom: 2px;
	padding-top: 0px;
	list-style:none;
	cursor:move;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}


div.jugTradeEstadoN {
	border:#7E0303 1px solid;
	background-color: #FFD5D5;
}

div.jugTradeEstadoM {
	border:#7E0303 1px solid;
	background-color: #00FF66;
}

div.jugTradeEstadoD {
	border:#7E0303 1px solid;
	background-color: #00CCCC;
}

div.jugTradeEstadoR {
	border:#7E0303 1px solid;
	background-color: #BBE0EE;
}

div.jugTradeEstadoE {
	border:#7E0303 1px solid;
	background-color: #3366FF;
}

div.jugTradeEstadoW {
	border:#7E0303 1px solid;
	background-color: #FFB0B0;
}

div.jugTradeEstadoX {
	border:#7E0303 1px solid;
	background-color: #FFD5D5;
}

div.jugTradeEstadoK {
	border:#7E0303 1px solid;
	background-color: #FFB0EE;
}

div.jugTradeEstadoL {
	border:#7E0303 1px solid;
	background-color: #FFB044;
}

div.jugTradeEstadoB {
	border:#7E0303 1px solid;
	background-color: #FFD5D5;
}

div.jugTradeEstadoF {
	border:#7E0303 1px solid;
	background-color: #FFD5D5;
}



select#equipos{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
}

div.more{
	margin-left:5px;
}

div.more p{
	font-size:80% !important;
	
}

div.more table{
	padding-left: 5px;
	font-size:80% !important;
	/*border-bottom:#000000 1px dotted;*/
	font-weight: normal;
}


/** SUBASTAS **/
div#enSubasta{
	width: 500px;
	margin: 10px auto;
}

div#subastados{
	width: 520px;
	margin: 10px auto;
}

div#porSubastar{
	width: 500px;
	margin: 10px auto;
}

div#nuevaOferta
{
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 12px; 
}

	div#datosJugador
	{
		height:260px;
	}
	
		div#datosJugador div#derecha
		{
			float: right; 
			width:250px;
		}
		
			div#datosJugador div#derecha p
			{
				font-size: 14px;
				font-weight: bold;
				margin-left: 10px;
			}
			
	form#nuevaOferta
	{
		margin-top: 15px;
	}
		

/** PARTIDO **/



/** ADMIN **/
table#adminAlineaciones{
	width: 75%;
	margin-left:25px;
	margin-top: -7px;
	margin-bottom:10px;
}

/** BUSCAR JUGADORES **/ 
div#buscar
{
	/*border: 1px solid #D4E0EE;*/
	margin: 15px auto 15px auto;
	background: #E6EDF5;
}

div#buscar form{
	margin: 10px;
}


/*div#buscar label{
	display: block;
}*/

div#buscar input, div#buscar select{
	margin-bottom: 10px;
	font-size: 11px;
}

div#buscar input:focus{
	border: 1px solid #000000;
	padding: 1px;
}

div#buscar select:focus{
	border: 1px solid #000000;
}

div#letrasJugadores{
	width: 100%;
	text-align:center;
	margin-bottom: 10px;
}



/*************************************/

div#addUser
{
	width: 170px;
	border: 1px solid #D4E0EE;
	margin: 0 auto;
	margin-bottom: 15px;
	background: #E6EDF5;
}

div#addUser form{
padding: 10px;
}

div#addUser label{
font-size: 11px;
font-family: Tahoma, Arial, sans-serif;
color: #000000;
display: block;
}

div#addUser .campo{
margin-bottom: 10px;
}

div#addUser .campo:focus {
	border: 1px solid #000000;
}



div#adminJugador{
	width: 500px;
	margin: 0 auto;
	margin-bottom: 15px;
}

/* FORMULARIOS GENĖRICOS */ 
div .formulario{
	border: 1px solid #D4E0EE;
	background: #E6EDF5;
}

div .formulario form{
	padding: 10px;
}

div .formulario fieldset{
	border: none;
}


div .formulario label{
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	display: block;
}

div .formulario .campo{
margin-bottom: 10px;
}

div .formulario .campo:focus {
	border: 1px solid #000000;
}

/* FRANQUICIA: ROSTER */
table#cusco tbody tr.waived {background-color: #FFB0B0;}
table#cusco tbody tr.rights {background-color: #BBE0EE;}
table#cusco tbody tr.khimki1{background-color: #FFB0EE;}
table#cusco tbody tr.khimki2{background-color: #FFB044;}

/* JUGADOR */
div#foto
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 270px;
} 

div#fichaJugador h2
{
	font-size: 2em;
	font-weight: bold;
	color: #7E0303;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: 10px;
}

div#fichaJugador h2 span
{
	font-size: 0.7em !important;
	color: #BBB;

}



/* RESULTADOS MINI */
div#resultadosMini{
border-right:thin solid #D4E0EE;
border-left:thin solid #D4E0EE; 
}

/* FRANQUICIA: ULTIMOS PARTIDOS */ 
div#resultadosMini table#cusco,div#resultadosMini table#cusco th,div#resultadosMini table#cusco td {
border: none;
}

/* PLAYOFFS */
div#playoffs0809{
	width: 570px;
	margin-left: 20px;
	background-image:url(../images/playoffs0809.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #EEE;
}

div#playoffs0809 table td#res1{
	color: #460000;
	font-size: 1.1em;
	font-family:"Courier New", Courier, monospace;
}

div#playoffs0809 table td#res2{
	color: #000033;
	font-size: 1.1em;
	font-family:"Courier New", Courier, monospace;
}

/* CALABAZAS */
div#calabazas{
	border: solid #FFFF00 1px;
	width: 570px;
	background-image:url(../images/calabazas0809.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #EEE;
}

div#calabazas table {
	padding-right: 10px;
}

div#calabazas table td#res1{
	color: #460000;
	font-size: 1.1em;
	font-family:"Courier New", Courier, monospace;
}

div#calabazas table td#res2{
	color: #000033;
	font-size: 1.1em;
	font-family:"Courier New", Courier, monospace;
}

div#enfrentamientosConferencia{
	width: 275px;
	margin-left: 0px;
	margin-right: 0px;
}

div#enfrentamientosConferencia td#fecha{
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color: #0099CC;
	text-align: right;
}

div#enfrentamientosConferencia td#res{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color: #000066;
	text-align: center;
	font-weight: bold;
}

div#enfrentamientosConferencia td#resNoacabado{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color: #990000;
	text-align: center;
	font-weight: bold;
}

/*div#enfrentamientosConferencia img{
	margin-left: 165px;
}*/

div#enfrentamientosConferencia table{
	margin-top: 5px;
}

div#enfrentamientosConferencia table tr{
	height: 25px;
}

div#enfrentamientosConferencia table th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

div#enfrentamientosConferencia table td{
	border-bottom: #666666 dotted thin;
	height: 25px;
}


/* COPA */
div#copa{
	width: 574px;
	height: 415px;
	background-image:url(../images/copa.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEE;
}

div#copa table {
	width: 100%;
	border-collapse: collapse;
}

div#copa table td {
	width: 82px;
	height: 27px;
	vertical-align: bottom;
	border: solid thin #000000;
}

div#copa table td.left {
	text-align: right;
	padding-bottom: 2px;
}

div#copa table td.right {
	text-align: left;
	padding-left: 2px;
	padding-bottom: 2px;
}

div#copa table td.semiLeft {
	padding-right: 17px;
}

div#copa table td.semiRight {
	padding-left: 25px;
}

div#copa table td.final {
	text-align: center;
	color: #990000 !important;
	font-weight: bold;
}

div#copa table td.res {
	color: #FF9900;
	font-family:"Courier New", Courier, monospace;
	font-size: 0.8em;
}