/***********************************************/
/* tables.css                                  */
/* Tables Style Sheet for                      */
/* http://www.lanzaroteguidebook.com           */
/* version 1.0 01/10/2004                      */
/***********************************************/

table {
	border: none;
	margin: 0px 0px 10px 0px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	border: 1px #1E7ECF solid;
}

thead {
	font-size: 100%;
	font-weight: 400;
	font-style: italic;
	color: #666;
	background-color: #FFF;
	padding: 4px 4px 4px 4px;
    margin: 0;
	border: none;
}

tfoot {
	font-size: 100%;
	font-weight: 400;
	font-style: italic;
	color: #666;
	background-color: #FFF;
	padding: 4px 4px 4px 4px;
    margin: 0;
	border: none;
}

th {
	font-size: 100%;
	font-weight: 400;
	font-style: normal;
	background-color: #1E7ECF;
	padding: 4px 4px 4px 4px;
    margin: 0;
	color: #FFF;
	border: none;
    text-align: center;
}

.dataNumeric{
    text-align: right;
}

caption {
	font-size: 100%;
	font-weight: 700;
	font-style: none;
	background-color: #1E7ECF;
	padding: 4px 4px 4px 4px;
    margin: 0;
	color: #FFF;
	border: none;
    text-align: center;
}

td {
	font-size: 100%;
	/*background-color: #F9FBFD;*/
    background-color: #D7E5F2;
	padding: 4px 4px 4px 4px;
    margin: 0;
	color: #444;
	border: 1px solid #1E7ECF;
}

td a, td a:link, td a:visited {
	color: #000;
	text-decoration: underline;
	font-size: 100%;
	font-weight: 400;
}

td a:hover {
	color: #FFA600;
	text-decoration: underline;
	font-size: 100%;
	font-weight: 400;
}

