.error-message
{
    color: red;
}

/* Estilos botonera de paginación */
/**********************************/
.paging
{
	border-top: 1px solid black;
	margin-top: 0px;
	height: 20px;
	margin-bottom: 20px;
}


.paging ul
{
	float: right;
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.paging ul li
{
	margin-top: 2px;
	margin-right: 10px;
	float: left;
	padding: 0px;

}

.paging a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.paging .disabled
{
	display: none;
}
/*------ Estilos botonera paginación -----*/


.lista
{
    width: 100%;
    
}

.lista th
{
    /*background-color: silver;*/
    text-align: left;
    padding:  4px;
    border-bottom: 1px solid black;
}

.lista th.subheader
{
    background-color: silver;
    text-align: left;
    padding:  4px;
    border-bottom: 0px solid;
}


.lista td
{
    padding: 4px;
    border-bottom: 1px solid silver;
}

.lista td.caption
{
    width:  150px;
    font-weight: bold;
    text-align:  right;
    padding-right:  5px;
}

.lista td.position
{
    /*width:  50px;*/
    text-align:  center;
}

.lista th.position
{
    /*width:  50px;*/
    text-align:  center;
}

.lista td.void
{
    width:  100px;
    padding-right:  5px;
}

.lista a
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.lista a:hover
{
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.lista td.dates
{
    width: 200px;
    
}

.lista td.lastname
{
    width: 200px;

}

.lista td.name
{
    width: 200px;

}

.lista td.club
{
    width: 150px;
    
}

.lista th.actions
{    
    width: 450px;
    
}

.lista th.actions_1
{
    width: 185px;

}

.lista th.actions_2
{
    width: 170px;

}

.lista th.actions_3
{
    width: 120px;

}

.lista td.actions_1
{
    text-align: center;

}

.lista td.actions_2
{
    text-align: center;

}

.lista td.actions_3
{
    text-align: center;

}



.lista td.actions
{
    text-align: right;
    
}

.lista td .action
{
    /*padding: 10px;*/
}

/* Botonera de acciones */
/******************************************/

.buttons
{
	height: 35px;
	background-color:#AAAAAA;
	margin-bottom: 10px;
/*	text-transform: uppercase;*/
}

.buttons ul
{
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.buttons ul li
{
	float: left;
	padding: 0px;

}

.buttons a
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	display: block;
	height: 35px;
	text-align: center;
}

.buttons a:hover
{

	display: block;
	height: 35px;

}


.buttons .separator
{
	margin-top: 10px;
	width: 1px;
	height: 15px;
	border-right: 1px solid white;
}


#button_back
{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 70px;
	height: 26px;
}


.section
{

}

.section .content
{
    padding: 5px;
    text-align: justify;
}

.section .form
{
    padding: 5px;
}

.section .extra
{
    padding: 5px;
    text-align: justify;
}

.section .attachments
{
    padding: 5px;
}


.section table.form td
{
   padding: 5px;
}

.section table.form td.special input
{
    width: 300px;
}

.section table.form td.error
{
    color: red;
}

.section table.form td.required
{
    font-weight:bold;
    text-align: right;
}





div.auto_complete    {
     position         :absolute;     
     width            :450px;
     overflow         :hidden;
     background-color :white;
     border           :1px solid #888;
     margin           :0px;
     padding          :0px;
}
div.auto_complete ul
{
    list-style: none;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 3px;
    
}

li.selected    { background-color: #ffb; }







/* Estilos para el login */
/**************************************/

#member
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

#member .message
{
	text-align: center;
	color: red;
}

/*------ Estilos para el login -----*/


/* Estilos formularios */
/***********************/

#member .form
{
	border: 1px solid silver;
	padding: 5px;
}

#member .form td
{
	padding: 4px;
}

#member .form .radio
{
    text-align: left;
}

#member .form td.label
{
	vertical-align: top;
	text-align: right;
}

#member .form td.required
{
	vertical-align: top;
	text-align: right;
    font-weight: bold;
}


#member .form td.title_label
{
	vertical-align: top;
	text-align: left;
    font-weight: bold;
}

#member .form td.field
{
	width: 300px;
}
#member .form td.check
{
	width: 300px;
    text-align:left;
}

#member .form td.field input
{
	border: 1px solid silver;
	width: 300px;
}

#member .form .error-message
{
	color: red;
	padding-top: 5px;
}

/*-- Estilos formularios --*/




.filter_menu
{
    margin-top: 0px;
    margin-left:  auto;
    margin-right: auto;
    border: 0px solid silver;
    width:  550px;
}


.filter_menu a
{
    color: black;    
    text-decoration: underline;
}

.filter_menu a:hover
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.filter_menu input
{
    border: 1px solid silver;
}

.filter_menu .simulate_link
{
    width: 270px;
    color: black;
    text-align: right;
}

#flashMessage
{
    color: red;
    font-weight:  bold;
}
