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

#login_true{
	margin-top:12px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	border:1px solid #999999;
	padding:7px;
	width:155px;
}
#dock{
	width:632px;
	height:23px;
	font-size:10px;
	margin-top:16px;
	//padding-bottom:4px;
	//border-bottom:1px solid #333333;
}
#dock a{
	color:#FFFFFF;
}
.dock_interno{
	font-size:10px;
	margin-bottom:4px;
	height:18px;
}
.dock_interno a{
	color:#FFFFFF;
}
.dock_patch{
	float:right;
	margin-left:5px;
}
.tools{
	width:120px;
	height:16px;
	padding-left:25px;
	padding-top:4px;
	margin-top:3px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}
.tools a{
	color:#FFFFFF;
}
.profile{
	background-image:url(../img/admin/profilo.jpg);
	background-repeat:no-repeat;
}
.profile_over{
	background-image:url(../img/admin/profilo_over.jpg);
	background-repeat:no-repeat;
}
.management{
	background-image:url(../img/admin/gestione.jpg);
	background-repeat:no-repeat;
}
.management_out{
	background-image:url(../img/admin/gestione_out.jpg);
	background-repeat:no-repeat;
}

.management_over{
	background-image:url(../img/admin/gestione_over.jpg);
	background-repeat:no-repeat;
}
.msg{
	background-image:url(../img/admin/messaggi.jpg);
	background-repeat:no-repeat;
}
.msg_over{
	background-image:url(../img/admin/messaggi_over.jpg);
	background-repeat:no-repeat;
}
.val{
	background-image:url(../img/admin/validazione.jpg);
	background-repeat:no-repeat;
}
.val_over, .val_attention{
	background-image:url(../img/admin/validazione_over.jpg);
	background-repeat:no-repeat;
}
.val_attention {
	/*background-image:url(../img/admin/validazione_att.jpg);
	background-repeat:no-repeat;*/
}
.logout{
	background-image:url(../img/admin/logout.jpg);
	background-repeat:no-repeat;
}
.modify{
	background-image:url(../img/admin/btn_arancio.jpg);
	background-repeat:no-repeat;
	width:69px;
	height:18px;
	padding-top:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.insert{
	background-image:url(../img/admin/btn_verde.jpg);
	background-repeat:no-repeat;
	width:69px;
	height:18px;
	padding-top:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.delete{
	background-image:url(../img/admin/btn_rosso.jpg);
	background-repeat:no-repeat;
	width:69px;
	height:18px;
	padding-top:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.modify_interno{
	background-image:url(../img/admin/btn_arancio_small.jpg);
	background-repeat:no-repeat;
	width:69px;
	height:15px;
	padding-top:3px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.delete_interno{
	background-image:url(../img/admin/btn_rosso_small.jpg);
	background-repeat:no-repeat;
	width:69px;
	height:15px;
	padding-top:3px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.modify_back{
	background-image:url(../img/admin/btn_arancio_back.jpg);
	background-repeat:no-repeat;
	width:56px;
	height:18px;
	padding-top:5px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.insert_back{
	background-image:url(../img/admin/btn_verde_back.jpg);
	background-repeat:no-repeat;
	width:56px;
	height:18px;
	padding-top:5px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

#function_ok{
	border:1px solid #9CBD88;
	background-color:#DEF1DB;
	padding:7px;
	font-weight:bold;
	margin-bottom:5px;
}
#function_no{
	border:1px solid #AA5749;
	background-color:#FCD2C6;
	padding:7px;
	font-weight:bold;
	margin-bottom:5px;
}
.content_small{
	background-color:#EEEEEE;
	padding:7px;
	margin-bottom:10px;	
}

/* -------PRESENTAZIONE---------- */

.ul_submenu_jsh{
	margin-top:5px;
	height:25px;
}
.ul_submenu_jsh li{
	margin-top:5px;
	font-weight:bold;
	padding:5px;
	display:inline;
}
.submenu_jsh{
	background-color:#EEEEEE;
	border:1px dotted #CCCCCC;
}
.submenu_jsh_over{
	background-color:#333333;
	border:1px solid #333333;
	color:#FFFFFF;
}

/* -------LINKS---------- */

.field_jsh{
	background-color:#EEEEEE;
}
