@charset "utf-8";
/* CSS Document */

@import url(../style.css);

html {
	overflow: visible;
}
body {
	overflow:visible;
}

/* ADMIN */

#container_ADMIN {
	width:955px;
	position:absolute;
	left:50%;
	margin-left:-520px;
	min-height:600px;
	float: left;
}
#top_ADMIN {
	width:759px;
	height:185px;
	background-color: #FFF;
	border-bottom-color: #9C3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#logo_ADMIN {
	width:292px;
	height:173px;
	float:left;
	padding-left:67px;
}
#titolo_ADMIN {
	width:400px;
	height:100px;
	float:left;
	padding-top:73px;
	font-size:24px;
	text-align:center;
}
#menu_ADMIN {
	width:191px;
	float:left;
	padding-left:10px;
}
#menu_ADMIN a {
	color:#000;
}
#main_ADMIN {
	width:557px;
	min-height:415px;
	float:left;
	border-left-color: #9C3;
	border-left-style: solid;
	border-left-width: 1px;
}
#centro_ADMIN {
	width:759px;
	min-height:600px;
	float:left;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: bottom;
}	
#testo_ADMIN {
	width:520px;
	padding:10px;
	min-height:310px;
	float:left;
	font-size: 12px;
	text-align: justify;
	margin-right: 17px;
	background-color:#FFF;
}
#testo_ADMIN a { color:#666; }
.messaggio_admin {
	width:478px;
	float:left;
	padding:10px;
	margin:10px;
	background-color:#FFC;
	color:#F00;
	font-weight:bold;
	border-color:#F00;
	border-width:1px;
	border-style:dashed;
}
.riga_admin, .riga_admin_grigia {
	width:520px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.riga_admin_grigia { background-color:#EBEBEB; 
}
.cont_elenco_admin {
	width:520px;
	float:left;
	margin-bottom:10px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.titolo_elenco_admin {
	width:520px;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 4px;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.riga_elenco_admin {
	width:520px;
	float:left;
	margin-bottom:4px;
}
.elencoGB_admin_titolo {
	width:200px;
	float:left;
	overflow:hidden;
}
.elencoGB_admin_autore {
	width:170px;
	float:left;
	overflow:hidden;
}
.elencoGB_admin_data {
	width:90px;
	float:left;
	overflow:hidden;
}
.elencoGB_admin_icone {
	width:60px;
	float:left;
	overflow:hidden;
}
.elencoGB_admin_icona, .elencoGuest_icona {
	width:20px;
	float:left;
	overflow:hidden;
	text-align:center;
}
.elencoGuest_nomecognome {
	width:130px;
	float:left;
	overflow:hidden;
}
.elencoGuest_email {
	width:220px;
	float:left;
	overflow:hidden;
}
.cont_login {
	width:478px;
	margin:20px;
	border-color:#666;
	border-style:solid;
	border-width:1px;
	float:left;
}
.riga_login {
	width:478px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.etichetta_login {
	width:72px;
	height:16px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	padding: 4px;
	margin-bottom: 10px;
}
.campo_login {
	width:370px;
	height:16px;
	float:left;
	padding: 4px;
	margin-bottom: 10px;
}
.input_login {
	font-size:12px;
	width:338px;
}
.etichetta_mod_pass {
	width:152px;
	height:16px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	padding: 4px;
	margin-bottom: 10px;
}
.campo_mod_pass {
	width:290px;
	height:16px;
	float:left;
	padding: 4px;
	margin-bottom: 10px;
}
.input_mod_pass {
	font-size:12px;
	width:278px;
}
	
	
	
	
.riga_tabella_admin {
	width:100%;
	float:left;
	margin-top: 3px;
	margin-bottom: 6px;
	border-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 24px;
}
.riga_tabella_tasto_admin {
	width:100%;
	float:left;
	margin-top: 6px;
	margin-bottom: 6px;
}
.prima_riga_tabella_admin {
	width:100%;
	float:left;
	height:16px;
	background-color:#666;
	color:#FFF;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.prima_colonna_admin {
	width:190px;
	margin-right:10px;
	float:left;
}
.colonna_admin {
	width:160px;
	float:left;
	height:16px;
	text-align:center;
}
.input_colonna_admin {
	width:60px;
	height: 16px;
	text-align: center;
}

	
	
	
	
	

