/* CSS - AldoBetto.com */

/* --- --- --- --- --- | FORMATTAZIONE DI BASE | --- */
	
	body {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 7.5pt;
			color: #333333;
			background-color: white /*#E8ECED*/;
	}
	
	p.archivio-date {
		padding: 5px;
		margin: 3px;
	}

	table,tr,td {
			text-align: left;
			vertical-align: top;
			margin: 0px;
			padding: 0px;
			font-size: 7.5pt;
	}
		
	img, a img, a object {
			border: 0px;
	}

	.centro {
			text-align: center;
	}

	.footer {
			text-align: center;
			font-family: tahoma, verdana;
			font-size: 7pt;
			color: #999999;
	}
	
	.footer a, .footer a:visited {
			color: #A97639;
			text-decoration: none;
	}
	
	.footer a:hover {
			text-decoration: underline;
	}

	a, a:visited {
			color:#333399;
	}
	
	a:hover { 
			color:#FF6600;
	}

	.none {
			display: none;
	}
		
/* - - - - - */


/* --- --- --- --- --- | FORMATTAZIONE SECONDARIA | --- */
		
	.content {
			background-color: #E6CEAA /*#F6EFE6*/;
			padding: 5px;
	}
		
	a.page, a.page:hover, a.page:visited {
			background-color: #FFFFCC;
			padding: 2px;
			padding-top: 1px;
			padding-bottom: 2px;
			margin: 1px;
			margin-right: 1px;
			margin-left: 1px;
			font-weight: bold;
			color: #996600;
			text-decoration: none;
	}
	
	a.this-page, a.this-page:visited {
			background-color: #CC3333;
			padding: 2px;
			padding-top: 1px;
			padding-bottom: 1px;
			margin: 1px;
			margin-right: 1px;
			margin-left: 1px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
	}

	a.page:hover, a.this-page:hover {
			background-color: white;
			color: gray;
	}

	a.pensieri ,a.pensieri:visited {
			color: white;
			text-decoration: none;
			border: 0px;
	}
	
	a.pensieri:hover { 
			color: #333399;
			border-bottom: 1px dashed #333399;
	}

	a.contatti ,a.contatti:visited {
			color: white;
			text-decoration: none;
			border-bottom: 1px dashed white;
	}
	
	a.contatti:hover { 
			color: #333399;
			border-bottom: 1px dashed #333399;
	}

	a.pagina, a.pagina:visited {
			color:#990000;
			text-decoration: underline;
			border: 0px;
	}

	a.image, a.image:hover {
			border-bottom: 0px;
	}
	
	a.archivio-date, a.archivio-date:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	a.archivio-date:hover {
		color: #990000;
		text-decoration: line-through;
	}
	
	/* - - - - - - - - - - */
	
	a.ipod-link, a.ipod-link:visited {
		background: url('img_video_ipod.jpg') no-repeat;
		width: 48px;
		height: 86px;
		display: block;
	}

	a.ipod-link:hover {
		background: url('img_video_ipod_over.jpg') no-repeat;
		width: 48px;
		height: 86px;
	}
	
	
	a.wmv-link, a.wmv-link:visited {
		background: url('img_video_wmv.jpg') no-repeat;
		width: 48px;
		height: 86px;
		display: block;
	}

	a.wmv-link:hover {
		background: url('img_video_wmv_over.jpg') no-repeat;
		width: 48px;
		height: 86px;
	}
	
	
	a.mov-link, a.mov-link:visited {
		background: url('img_video_mov.jpg') no-repeat;
		width: 55px;
		height: 86px;
		display: block;
	}

	a.mov-link:hover {
		background: url('img_video_mov_over.jpg') no-repeat;
		width: 55px;
		height: 86px;
	}