/* CSS Document */

/**********	ESTILOS GENERALES **************/

body{
	/*font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;*/
	font-family:Arial;
	font-size:12px;
	color:#333333;
	margin:0px;
	background-color:#fff;
}

.topBackground{
	height:70px; 
	background-color:#87a9e6; 
	border-bottom:4px solid #6075a0;
}

.contentBackground{
	padding:10px;
	background-color:#fff;
	vertical-align: top;
}

.bottomBackground{ 
	background-color:#6075a0; 
	font-size:11px; 
	color:#f8f8f8; 
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
	font-weight:bold;
}

/**** INPTUS ***/
textarea {
	font-family:Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

select {
	font-family:Arial;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	width:50%;
}

input {
	font-family:Arial;
	font-size:12px;
	color: #666666;
	font-weight: normal;
	border:1px solid #E1E2E4;
}

input:focus, textarea:focus {
	border:1px solid #630;
	background-color:#FEFDEB;
}

a {
	color:#286FE5;/*color:#999;*/
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	color:#999;
	text-decoration:underline;
	cursor:pointer;
}

.image{
	background-color:#fff;
	padding:0px;
}

.lblhttp input{
	background-image:url(../img/lblhttp.gif);
	background-repeat:no-repeat;
	background-position:left;	
	padding-left:38px;
}

/*** CONTENIDO DE LA PAGINA **/
.selectBox{
	padding:4px;
	background-color:#EEF4FF;
	border:1px solid #a2c9f2;	
}

/**BOTONES**/
.button {
	background-image:url(../img/bg_panel_gris2.jpg);
	background-repeat:repeat-x;
	height:26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: 1px solid #cccccc;
	cursor:pointer;
	-moz-border-radius:5px;-webkit-border-radius:5px;
	margin-right:2px;
}

.button:hover{
	color: #355087;
}

.button:active{
	color: #000;
	border: 1px solid #000;
}

/*** REFERENCIAS **/
.refereciaBox{
	border:dashed 2px #999; 
	color:#999;
	/*filter:alpha(opacity=65);*/
}

.referenciaItem{
	padding:2px;border-left:dashed 2px #999;
	vertical-align:middle;
}

/***MESSAGES **/
.messageSave{
	float:left; 
	color:#990000;
	font-size:12px;
}

.messageGeneral{
	color:#990000;
	font-size:11px;
}

/***FILTROS PAGINAS DE BUSQUEDA***/
.buscarFiltro{
	padding:8px; 
	margin-bottom:16px; 
	font-size:14px; 
	background-color:#ece9d8; 
	border:#c8c8c8 solid 2px; 
	border-top:#c8c8c8 solid 4px;  
	border-bottom:#c8c8c8 solid 4px;
}

.ajaxMessage{
	background-color:#a32129; 
	color:#fff; 
	font-size:12px; 
	font-weight:bold; 
	padding:4px;
}

h2{
	color:#000; 
	font-weight:bold;
	text-align:left;
	border-bottom:#A2C9F2 solid 3px;
	padding:2px;
	padding-left:8px;
	background-color:#FFFFFF;
	margin:0px;
	margin-bottom:4px;
	font-size:13px; 
}

h1{
	margin:0px;
	padding-left:12px;
	color:#000; 
	font-weight:bold;
	text-align:left;
	margin-top:8px;
	margin-bottom:4px;
	font-size:12px; 
}

h3{
	color:#000; 
	font-weight:bold;
	text-align:left;
	border-bottom:#A2C9F2 solid 3px;
	padding:1px;
	padding-left:8px;
	background-color:#EEF4FF;
	margin:0px;
	margin-bottom:4px;
	margin-top:1px;
	font-size:13px; 
}

/*** START - MESSAGE BOX ***/
.selectBoxGreen{
	padding:4px;
	background-color: #C6FFC6; 
	border:1px solid #438d37;
	color:#438d37;
	margin-top:2px;
	-moz-border-radius:2px;-webkit-border-radius:2px;
}

.selectBoxRed{
	padding:4px;
	background-color:#ffd0ca;
	border:1px solid #b23b3b;
	color:#b23b3b;
	margin-top:2px;
	-moz-border-radius:2px;-webkit-border-radius:2px;
}

.selectBoxYellow{
	padding:4px;
	background-color: #ffffbb;
	border:1px solid #dcdc41;
	color:#663300;
	margin-top:2px;
	-moz-border-radius:2px;-webkit-border-radius:2px;
}

.infoGreen{
	color:#438d37;
}

.infoRed{
	color:#b23b3b;
}

.infoYellow{
	color:#FF9900;
}

/*** END - MESSAGE BOX ***/

form{
	margin:0;
	border:none;
	padding:0;
}


/* Menu Lateral*/
.bg_menu{
	/*border-right: 1px solid #a1a1a1;*/
	background-color:#F0F2F2;
	padding-left:4px;
	padding-right:4px;
	vertical-align:top;
	width:210px;
	border-right:1px solid #999; 
}

.menu_head{
	background-image:url(../img/bg_panel_gris2.jpg); 
	background-repeat:repeat-x; 
	padding:5px; 
	border:1px solid #a1a1a1; /*AECAF0*/
	font-family: Tahoma;
	font-size: 12px;
	margin-top:2px;
	cursor:pointer;
	color:#333;
}

.menu_head_open{
	background-image:url(../img/menu_arr_up_gris.gif);
	background-repeat:no-repeat; 
	background-position:right; 
	padding:1px;
}

.menu_head_close{
	background-image:url(../img/menu_arr_down_gris.gif);
	background-repeat:no-repeat; 
	background-position:right; 
	padding:1px;
}

.menu_content_close{
	border-bottom:1px solid #a1a1a1; 
	border-left:1px solid #a1a1a1; 
	border-right:1px solid #a1a1a1; 
	padding:2px;
	font-family: Tahoma;
	font-size: 12px;
	display:none;
	background-color:#F0F2F2; /*f2f8ff*/
}

.menu_content_open{
	border-bottom:1px solid #a1a1a1; 
	border-left:1px solid #a1a1a1; 
	border-right:1px solid #a1a1a1; 
	padding:2px;
	font-family: Tahoma;
	font-size: 12px;
	display:block;
	background-color:#F0F2F2; /*f2f8ff*/
}

.menu_option{
	padding:4px;
	cursor:pointer;
	margin:1px;
	border:1px solid #F0F2F2;
}

.menu_option a{
	color:#333;
	text-decoration:none;
}

.menu_option_a{
	color:#333;
	text-decoration:none;
}
.menu_option_a:hover{
	color:#333;
	text-decoration:none;
}

.menu_option_over{
	padding:4px;
	cursor:pointer;
	background-color:#FFE7A2;
	border:1px solid #FFBD69;
	margin:1px;
	text-decoration:none;
}

.menu_option_over a{
	color:#333;
	text-decoration:none;
}


.menulink a{
	color:#333;
	text-decoration:none;
}

.menulink a:hover{
	color:#333; /* naranja fd4e04*/
	text-decoration:none;
}

.menu_separator{
	border-bottom:1px solid #999; 
	height:2px; 
	margin-bottom:2px;
}

.box_head{
	background-image:url(../img/bg_panel_gris2.jpg); 
	background-repeat:repeat-x; 
	padding:5px; 
	border:1px solid #a1a1a1; /*AECAF0*/
	font-family: Tahoma;
	font-size: 13px;
	margin-top:2px;
	color:#2a70e0; 
	font-weight:bold;
}

.page_title{
	font-family: Tahoma;
	font-size: 14px;
	background-color:#87a9e6; 
	color:#fff; 
	padding:3px;
	font-weight:bold;
	border-bottom:2px solid #6075a0;
}

.page_title #btn_search{
	background-image:url(../img/btn_search.png); 
	height:20px; 
	width:20px; 
	border:none; 
	background-color:#558dea;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
}

.filter_content{
	background-color:#F0F2F2;
}

.filter_button{
	 border-top:1px dashed #CCCCCC; 
	 background-color:#e4e9e9;
}

.td_title{
	font-family: Tahoma;
	font-size:12px;
	color:#000;
	font-weight:bold;
	background-color:#e4e9e9;
	vertical-align:middle;
	text-align:right;
	padding:6px;
	width:160px;
}

.td_content{
	font-family: Tahoma;
	font-size:12px;
	color:#000;
	background-color:#F0F0F0;
	vertical-align:middle;
	text-align:left;
	padding:6px;
}

.td_content input{
	border:1px solid #E1E2E4;
	font-family:Tahoma;
	font-size:12px;
	width:100%;
}

.td_content input:focus, textarea:focus, select:focus {
	border:1px solid #630;
	background-color:#FEFDEB;
}

/* validators */
.sp_validator{
	position:absolute;
	background-color:#FEFDEB;
	font-size:10px;
}
	
.td_button{
	font-family: Tahoma;
	font-size:12px;
	color:#000;
	border-top:1px dashed #CCCCCC; 
	background-color:#e4e9e9;
	vertical-align:middle;
	text-align:center;
	padding:8px;
}

.td_border_header{
	background-color:#6075a0;
	border:1px solid #6075a0;
	vertical-align:middle;
	text-align:center;
	padding:4px;
	color:#FFFFFF;
	font-weight:bold;
}

.td_border_select{
	font-family: Tahoma;
	font-size:12px;
	color:#000;
	background-color:#FFFFCC;
	border-bottom:1px dashed #999;
	vertical-align:top;
	text-align:left;
	padding:4px;
}

.td_border_title{
	font-family: Tahoma;
	font-size:12px;
	color:#000;
	background-color:#e4e9e9;
	border-bottom:1px dashed #999;
	vertical-align:top;
	text-align:left;
	padding:4px;
}

.td_border{
	font-family: Tahoma;
	font-size:12px;
	color:#000;
	background-color:#F8F9FB;
	border-bottom:1px dashed #999;
	vertical-align:top;
	text-align:left;
	padding:4px;
}

.tab_container{
	background-color:#666; 
	width:100%; 
	border-bottom:2px solid #87a9e6;
}

.tab_default{
	width:200px;
	background-color:#F0F2F2;
	border:1px solid #666666; 
	text-align:center; 
	font-size:12px;
	color:#999;
	-moz-border-radius:10px 10px 0px 0px;-webkit-border-radius:10px 10px 0px 0px;
}

.tab_default a{
	color:#666666;
	text-decoration:none;
}

.tab_default a:hover{
	text-decoration:underline;
}

.tab_selected{
	background-color:#87a9e6;
	width:200px;
	color:#fff; 
	font-weight:bold;
	border-right:1px solid #6075a0; 
	border-top:1px solid #6075a0; 
	border-left:1px solid #6075a0; 
	text-align:center;
	font-size:12px;
	-moz-border-radius:10px 10px 0px 0px;-webkit-border-radius:10px 10px 0px 0px;
}

/** MAIN PAGE **/
.main_menu{
	float:left;
	margin:4px;
	padding:2px;
	border: 1px solid transparent;
	/*width:100%;*/
}
 
.main_menu_ov{
	float:left;
	margin:4px;
	padding:2px;
	background-image:url(../img/bg_fondo.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border: 1px solid #daf2fc;/*#ccc*/
}
 
.main_img{
	float:left;
	width:54px;
	text-align:center;
	margin-left:4px;
}
 
.main_content{
	float:left;
	width:220px;
 
}
 
.main_title{
	font-family:verdana;
	color: #549c00;
	font-size:14px;
	padding:0;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:4px;
}
 
.main_title:hover{
	color: #549c00;
}
 
.main_option{
	color: #4F81BD;
	padding:0;
	margin:0;
	font-weight:normal;
	text-decoration:none;
}

.main_option a{
	color: #4F81BD;
	font-size:14px;
	text-decoration:none;
} 
.main_option a:hover{
	color: #399DE8;
	text-decoration:underline;
}

.table{
	float:left; 
	margin-right:2px; 
	min-width:120px;
}

.table_title{
	background-color:#6075a0;
	color:#fff;
	border:1px solid #6075a0; 
	padding:4px; 
	height:24px;
	line-height:24px;
	text-align:center;
}

.table_container{
	background-color:#e4e9e9;
	border:1px solid #999; 
	text-align:center;
	padding:4px; 
	text-align:center;
}

.container{
	background-color:#e4e9e9;
	border:1px solid #999; 
	margin:2px; 
	float:left; 
	padding:4px; 
	width:134px;
	height:44px;
	text-align:center;
}

.container_res{
	background-color:#fffaca;
	border:1px solid #999; 
	margin:2px; 
	float:left; 
	padding:4px; 
	width:134px;
	height:44px;
	text-align:center;
}
.container_res2{
	background-color:#ABE7AC;
	border:1px solid #999; 
	margin:2px; 
	float:left; 
	padding:4px; 
	width:134px;
	height:44px;
	text-align:center;
}
.container_title{
	background-color:#6075a0;
	color:#fff;
	border:1px solid #6075a0; 
	margin:2px; 
	float:left; 
	padding:4px; 
	width:134px;
	height:44px;
	line-height:34px;
	text-align:center;
}

.container_p{
	color:#006600;
}

.container_e{
	color:#CC0000;
}

.container_r{
	color:#CC0000;
	font-size:14px;
}

.fix_edit{
	position:absolute; top:31px; left:-4px; padding:3px; background-color:#6075a0;
	-moz-border-radius:0px 6px 0px 0px;-webkit-border-radius:0px 6px 0px 0px;
}
.fix_edit:hover{
	background-color:#FF9933;
}

.fix_res{
	position:absolute; top:29px; right:-4px;padding:2px; background-color:#6075a0;
	-moz-border-radius:6px 0px 0px 0px;-webkit-border-radius:6px 0px 0px 0px;
}
.fix_res:hover{
	background-color:#FF9933;
}

.goles_title{
	font-family: Tahoma;
	font-size: 14px;
	text-align:left;
	margin-top:2px;
	background-image:url(../img/btn_partido.gif);
	background-repeat:no-repeat;
	background-position:left;	
	color:#333; 
	padding:3px;
	padding-left:20px;
	font-weight:bold;
	border-bottom:3px solid #6075a0;
}
.sancion_title{
	font-family: Tahoma;
	font-size: 14px;
	text-align:left;
	margin-top:2px;
	background-image:url(../img/btn_sancion.gif);
	background-repeat:no-repeat;
	background-position:left;	
	color:#333; 
	padding:3px;
	padding-left:20px;
	font-weight:bold;
	border-bottom:3px solid #6075a0;
}
.sancion_jug_title{
	font-family: Tahoma;
	font-size: 14px;
	text-align:left;
	margin-top:2px;
	background-image:url(../img/btn_sancion_jugador.gif);
	background-repeat:no-repeat;
	background-position:left;	
	color:#333; 
	padding:3px;
	padding-left:20px;
	font-weight:bold;
	border-bottom:3px solid #6075a0;
}
.goles_list{
	overflow:auto;
	height:80px;
}
.goles_add{
	float:left; 
	height:20px;
	line-height:20px;
}