/* Maratonina del Garda CSS */

html, body {
	margin: 0;
	padding:0;
}

body {
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	text-align: center;
}

a img{
	border: 0;
}

div#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	background-color:#FFFFFF;
	color: #EEEEEE;
	height: 132px;
}

div#navigation {
	/*background-color: #0066CC;*/
	background-image:url(../images/sfondo_menu.gif);
	font-size: 10px;
	margin: 2px auto;
	border: 1px #666 solid;
}

div#leftside {
	background-color:#FFFFFF;
	color: #000000;
	padding-bottom: 5px;
	float: left;
	width: 160px;
	text-align: left;
	margin-top: 1px;
}

div#leftside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:	center;
}

div#leftside li {
	display: inline;
}

div#paginainiziale {
	margin-top: 6px;
	margin-left: 170px;
	margin-bottom: 6px;
	padding-left: 1px;
	border-left: #999 1px solid;
}

div#pagina {
	margin-top: 6px;
	margin-left: 170px;
	margin-bottom: 6px;
	border-left: #999 1px solid;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 10px;
	line-height: 140%;
}

div#sponsor {
	border-top: 1px #999 solid;
	clear: left;
}

div#footer {
	text-align:center;
	padding: 0.5em;
	background-color: #333;
	color: #FFFFFF;
	font-size: 0.8em;
	margin-bottom: 3px;
}

div#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	clear: left;
}

div#content {
	width: 790px;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#navigation li {
	display: inline;
	margin: 0 0 0 1em;
	padding: 0
}

div#navigation a {
	color:#FFFFFF;
	font:normal bold 1.2em/2.5em arial,sans-serif;
	text-decoration: none;
}

div#navigation a:hover {
	color: #ffff00;
	/*text-decoration: underline;*/
}

div#navigation a#activelink {
	color: #033;
	text-decoration: none;
}




h1,h2 {
	margin: 0;
	padding:0;
}

/* Titolo della pagina nell'header */
h1 {
	height: 50px;
	padding: 5px 10px;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	color: #666;
	font-size: 1.4em;
	border-bottom: #CCC solid 1px;
	background: url(../images/tricolore_mini.gif) no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
}

.titoletto {
	color:#930;
	font-size: 1.1em;
	font-weight: bold;
}

.inevidenza {
	color:#090;
	font-weight: bold;
}

code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

table {
	font-family: Lucida Grande, Verdana, Sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
}

table caption {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table .cognome , table .nome{
	font-weight: bold;
	color: #f60;
}

table .pettorale, table .anno, table .categoria, table .codsoc, table .nazione {
	text-align: center;
}

/*
table a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

table a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

table tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table tr th a:hover {
	color: #fff;
	background: #369;
}
*/

table thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

/*
table tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
*/
/*
table tfoot tr th {
	width: 20%;
}

table tfoot tr td {
	width: 80%;
}
*/
table td, table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1px 2px;
	line-height: 1.8em;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	vertical-align: middle;
	background:#FFC;
}


table td.pettorale {
	font-weight: bold;
	color: #F00;
}

table td.evidenza {
	font-weight: bold;
	color: #090;
}

table td.societa {
	font-size: 10px;
}

/*
table tr.odd th, table tr.odd td {
	background: #efefef;
}
*/
