/* CSS Document */

/*TEMPLATE BASE*/

html,body{
	width: auto;
	margin:0px auto;
        height:100%;
}

body{
	font-family: arial,sans-serif;
	background-color:#000000;
	font-size:12px;
	color:#999999;
        height:100%;
}

#container{
	width:auto;
	margin-top: 10px;
	background-color: #262626;
	background-image: url(../immagini/sfondo_container.gif);
	background-position: top;
	background-repeat: repeat-x;
        min-height: 420px;
        height: auto !important;
        height: 420px;
}

#header{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	padding-left: 15px;
	background-image: url(../immagini/sfondo_header.jpg);
	background-position:top right;
	background-repeat: no-repeat;
}
	
#contenuti{
	position: relative;
	z-index: 1;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	}

h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:12px;}
	
#footer{
	font-size: 10px;
	text-align:center;
	padding:10px;
	text-align:center;
	background-color: #000000;
}

#footer a{
        color:#345896;
        text-decoration:underline;
        }

/*HOME PAGE*/
#corpo_home_page{
	padding-top: 60px;
	background-image:url(../immagini/sfondo_corpo_home_page.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	}

#box_eventi{
	width:400px;
	height:478px;
	position: absolute;
	top: 0px;
	z-index: 2;
	right: 15px;
	}


#box_new_releases{
	width:216px;
	float: left;
	padding: 10px 20px 20px 20px;
		}
#box_news{
	padding: 0px 20px 20px 20px;
	line-height: 18px;
	font-size: 12px;
        vertical-align:top;
		}

.news_home{display:block; padding:8px 5px 5px 5px; border-bottom:solid 1px #333333;}
/*CATALOGO E ARTISTI*/

#corpo_sezioni_liste{
	padding-top: 10px;
	background-image:url(../immagini/sfondo_corpo_home_page.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	}

#box_list{
        width:710px;
        float:left;
	margin-top: 16px;
        min-height: 364px;
        height: auto !important;
        height: 364px
	padding-left: 30px;
		}

.link_block{
	text-decoration:none;
	color:#FFFFFF;
        background-color:#191919;
        display:block;
	}

/*SCHEDA DISCO*/	
#corpo_scheda_disco{
	padding-top:0px;
	}

#subcontainer_scheda_disco{
        background-color:#191919;
	margin-top: 0px;}

.titolo_scheda_artista_disco{
        padding:20px 10px 0px 20px;
        margin:0px 0px 0px 0px;
        font-size:22px;
        font-weight:normal;
        color:#444444;
        }

/*SCHEDA CONCERTO*/	
#corpo_scheda_concerto{
	padding-top:0px;
	}

#subcontainer_scheda_concerto{
        background-color:#191919;
	margin-top: 0px;
	padding:10px;
}

.titolo_scheda_concerto{
        padding:0px 0px 10px 0px;
        margin:0px 0px 0px 0px;
        font-size:24px;
        font-weight:normal;
        color:#444444;
        }
.sottotitolo_scheda_concerto{
        margin:0px 0px 0px 0px;
        font-size:18px;
        font-weight:normal;
        color:#666666;
        }
.contenuti_scheda_concerto{
        font-size:13px;
        }

/*SCHEDA ARTISTA*/	
#corpo_scheda_artista{
	padding-top: 10px;
	}

#subcontainer_scheda{
        background-color:#191919;
	margin-top: 15px;}

.titolo_scheda_artista{
        padding:20px 10px 0px 20px;
        margin:0px 0px 10px 0px;
        font-size:22px;
        font-weight:normal;
        color:#444444;
        }
.gallery_scheda_artista{
        background-color:#000000;
        margin-bottom:10px;
        }

/*TOUR*/	
#tabella_concerti{width:100%;}

#tabella_concerti th{background-color:#666666; text-align:left; color: #cccccc;}
#tabella_concerti td{text-align:left;}

.tr_concerti{border-bottom:solid 1px #666666;}

/*GENERICHE*/	

#corpo_generico{
	padding-top: 10px;
	background-image:url(../immagini/sfondo_corpo_home_page.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
        min-height: 355px;
        height: auto !important;
        height: 355px;	}

.box_generico{
      width:710px;
      float:left;
      margin-top: 16px;
        min-height: 364px;
        height: auto !important;
        height: 364px
      padding-right:30px;
        }

#colonna_dx{width:240px; float:right; padding:10px; margin-top:15px; background-color:#191919; height:100%;} 

input{ 
	border:solid 1px #999999;
	height:16px;
	font-size:11px;
	color:#666666;
	}

a:link{
	text-decoration:none;
	color:#666666;
	}
a:active{
	text-decoration:none;
	color:#666666;
	}
a:visited{
	text-decoration:none;
	color:#666666;
	}
a:hover{
	text-decoration:none;
	color:#eeeeee;
}

.left{
	text-align:left;
	}
.right{
	text-align:right;
	}
.center{
	text-align:center;
	}
.justify{
	text-align:justify;
	}

.messaggio_avviso{ background-color:#ff9900; color:#ffffff; font-weight:bold; width:auto;  font-size:11px; padding:2px;}
.messaggio_errore{background-color:red; color:#ffffff; font-weight:bold; width:auto; font-size:11px; padding:2px;}
.messaggio_conferma{background-color:green; color:#ffffff; font-weight:bold; width:auto;font-size:11px; padding:2px;}

.spacer{clear:both;}



.link:link, .link:active, .link:visited{
	text-decoration:none;
	color:#666666;
	font-size:12px;
	padding-left: 25px;
	}

.link:hover{
	color: #eeeeee;
	}

.link_static:link, .link_static:active, .link_static:visited, .link_static:hover{
	text-decoration:none;
	font-size:12px;
	background-image: url(../immagini);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 25px;
	color:#ffffff;	
}


/*SOTTOMENU SEZIONI*/

#submenu{
	width:980px;
	padding-left: 10px;
}

.sub_link:link{
	text-decoration:none;
	color:#666666;
	font-size:12px;
	background-image: url(../immagini/sub_link_star.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 2px;
	margin-right: 20px;
	}

.sub_link:active{
	text-decoration:none;
	color:#666666;
	font-size:12px;
	background-image: url(../immagini/sub_link_star.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 2px;
	margin-right: 20px;
	}
.sub_link:visited{
	text-decoration:none;
	color:#666666;
	font-size:12px;
	background-image: url(../immagini/sub_link_star.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 2px;
	margin-right: 20px;
	}

.sub_link:hover{
	background-image: url(../immagini/sub_link_star_over.gif);
	color: #eeeeee;
	}

.sub_link_static:link{
	text-decoration:none;
	font-size:12px;
	background-image: url(../immagini/sub_link_star_over.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 2px;
	margin-right:20px;
	color:#eeeeee;	
}

.sub_link_static:active{
	text-decoration:none;
	font-size:12px;
	background-image: url(../immagini/sub_link_star_over.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 2px;
	margin-right:20px;
	color:#eeeeee;	
}
.sub_link_static:visited{
	text-decoration:none;
	font-size:12px;
	background-image: url(../immagini/sub_link_star_over.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 2px;
	margin-right:20px;
	color:#eeeeee;	
}
.sub_link_static:hover{
	text-decoration:none;
	font-size:12px;
	background-image: url(../immagini/sub_link_star_over.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 2px;
	margin-right:20px;
	color:#eeeeee;	
}


.sub_link2:link,.sub_link2:active, .sub_link2:visited {
        display:block;
        margin:0px 0px 5px 0px;
        padding:8px 15px 8px 8px;
        text-align:left;
	text-decoration:none;
	color:#666666;
        line-height:13px;
	font-size:14px;
        background-color:#222222;
	}

.sub_link2:hover{
	color:#eeeeee;
        background-color:#191919;
	}

.sub_link2_static{
        display:block;
        margin:0px 0px 5px 0px;
        padding:8px 15px 8px 8px;
        text-align:left;
	text-decoration:none;
	color:#666666;
        line-height:13px;
	font-size:14px;
        background-color:#191919;
	}

/*ADMIN*/	

#corpo_centrale_amministrazioni{
	width: 620px;
	float: left;
	padding-left: 10px;
	margin-bottom: 50px;

	}

/*TABELLE*/	

#tabella{
 width:1000px;
 margin-left:auto;
 margin-right:auto;
}

th span{color:#ffffff; text-decoration:underline;}

#tabella table{width:100%; margin-left:auto; margin-right:auto; padding:0px; line-height:normal; margin-top: 5px;margin-bottom: 5px;}
#tabella caption{width:100%; margin-left:auto; margin-right:auto;color:#666666; font-size:14px;text-align:left;padding:3px; font-weight:normal;}
#tabella th{background-color:#333333; color:#999999; text-align:center;padding:5px;}
#tabella tr{text-align:center;}
 .td{padding:4px;}
#tabella .td_sub{padding:1px; font-size:11px;}

#tabella .tr_even{background-color:#666666; color:#ffffff;}
#tabella .tr_odd{background-color:#777777; color:#ffffff;}
#tabella .tr_sub{background-color:#333333;color:#666666;}

#tabella .padding8{padding:8px;}

#tabella a:link{text-decoration:none; color:#eeeeee; padding:2px; margin:3px;}
#tabella a:active{text-decoration:none; color:#eeeeee;padding:2px; margin:3px;}
#tabella a:visited{text-decoration:none; color:#eeeeee;padding:2px; margin:3px;}
#tabella a:hover{text-decoration:none; color:#ffffff;padding:2px; margin:3px;}



/*FORM*/

/*il form deve essere contentuto in un div con id="modulo" */

#modulo{
     width:auto;
}

#modulo fieldset{
    border-bottom:none;
    border-left:none;
    border-right:none;
     line-height:normal;
    }

#modulo legend{
    font-size:14px;
    color:#666666;
    padding-bottom:10px;
    }

#modulo .label_input{
    width:30%;
    display: block;
    float: left;
    text-align: left;
    font-size: 11px;
    padding:1%;
    }
#modulo form{
    padding:0px;
    margin:0px;
    }

#modulo label{
    margin:0px;
    text-align:right;
    display:block;
    }
#modulo label:hover{
    margin:0px;
    background-color:#333333;
    text-align:right;
    display:block;
    }

#modulo .div_label{
    margin:0px;
    background-color:#000000;
    text-align:right;
    display:block;
    }
#modulo .div_label:hover{
    margin:0px;
    background-color:#333333;
    text-align:right;
    display:block;
    }

#modulo .input{
    width:60%;
    border: solid 1px #999999;
    margin:5px 5px 15px 5px;
    }
#modulo .input:hover {
    border: solid 1px #3B6C97;
    }
#modulo textarea:hover {
    border: solid 1px #3B6C97;
    }
#modulo select {
    border: solid 1px #999999;
    margin:10px 10px 10px 30px;
    width:60%;
    }
#modulo select:hover {
    border: solid 1px #3B6C97;
    }
#modulo textarea{
    height:100px;
    font-size: 11px;
    margin:10px 10px 10px 30px;
    width:60%;
    border: solid 1px #999999;
    }

.container_button{
    display:block;
    padding: 10px;
    }
.input_button{
    width:auto;
    border:none;
    display:inline;
    margin:0px;
    padding:1px;
    }

option{width:auto;}

.input_submit{font-size:12px; width:auto; border:solid 1px #666666; margin:2px 2px 2px 2px; padding:0px; display:inline;  color:#666666;}
.input_submit:hover{ width:auto; border:solid 1px #3B6C97; color:#3B6C97;}

.input_giorno{font-size:11px; width:20px; border:solid 1px #68A73E; margin:2px 2px 2px 2px; padding:0px; display:inline;  color:#68A73E;}
.input_mese{font-size:11px; width:20px; border:solid 1px #68A73E; margin:2px 2px 2px 2px; padding:0px; display:inline;  color:#68A73E;}
.input_anno{font-size:11px; width:40px; border:solid 1px #68A73E; margin:2px 2px 2px 2px; padding:0px; display:inline;  color:#68A73E;}

.input_hidden{
   display:none;
   visibility:hidden;
   }
.form_image{
    padding:0px;
    margin:0px;
    width:82px;
    display:inline;
    }

.dati_riepilogo{
    display:block;
    padding: 10px;
    text-align:left;
    width:50%;
    margin-left:auto;
    font-size:11px;
    font-weight:bold;
    }

/*id="validation-CONTROLLO-NOMEINPUT"*/


input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

#link_admin a{font-size:10px; color:#86A1AE; padding:5px;}
