/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* common.css - Beginning PHP 5.3 - Matt Doyle - p.26 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

th.titolo { color:red; font-size: 16pt; }
td.online { text-align: center; }
td.peso { font-size: 8pt; background:#cccc99; text-align: right; }
td.data { font-size: 10pt; background:#cccc99; }
td.down { text-align: center; }
td.nome { font-size: 14pt; background:#cccc99; font-weight: bold; }
td.link { font-size: 8pt; background:#cccc99; font-weight: bold; text-align: center;}

body.musicali { background:black; }

.test { background:red; }

/* Page body */
body { font-family: Verdana; font-size: 8pt; }

/* Definition lists */
dl { width: 100%; margin: 2em 0; padding: 0; clear: both; overflow: auto; }
dt { width: 30%; float: left; margin: 0; padding: 5px 9.9% 5px 0; border-top: 1px solid #DDDDB7; font-weight: bold; overflow: auto; clear: left; }
dd { width: 60%; float: left; margin: 0; padding: 6px 0 5px 0; border-top: 1px solid #DDDDB7; overflow: auto; }

/* Headings */
h1 { font-weight: bold; margin: 35px 0 14px; color: #666; font-size: 1.5em; }
h2 { font-weight: bold; margin: 30px 0 12px; color: #666; font-size: 1.3em; }
h3 { font-weight: normal; margin: 30px 0 12px; color: #666; font-size: 1.2em; }
h4 { font-weight: bold; margin: 25px 0 12px; color: #666; font-size: 1.0em; }
h5 { font-weight: bold; margin: 25px 0 12px; color: #666; font-size: 0.9em; }

/* Forms */
label { margin: 0.6em 5px 0 0; }
/* label { display: block; float: left; clear: both; text-align: right; margin: 0.6em 5px 0 0; width: 40%; } */
input, select, textarea { margin: 1em 0 0 0; }
/* input { border: 1px solid #666; } */ 

/* personalizzazione dei controlli */
/* http://www.html.it/articoli/personalizzare-checkbox-e-radio-button-con-i-css-2/ */
/* HTML e CSS - Checkbox e radio button con CSS e sprites.pdf */
input[type="radio"], input[type="checkbox"], input[type="submit"], input[type="reset"], input[type="button"], input[type="image"] { width: auto; }

.codice { font-family: Courier; font-size: 7pt; }

a:link		{ color:blue; font-size:8pt;}
a:visited { color:blue; font-size:8pt;}
a:hover		{ color:blue; font-size:8pt;}

/* Creating a New Link Class */
/* ridefinisce solo il colore */
a.class2:link		 { color:#66ccff; font-size:16pt;  text-decoration: none; font-weight: bold; }
a.class2:visited { color:#66ccff; font-size:16pt;  text-decoration: none; font-weight: bold; }
a.class2:hover	 { color:white;   font-size:16pt;  text-decoration: none; font-weight: bold; }


