/*----------------------------------------------------Frecce ordinameto-----------------------------------------------------------------*/
.up_button_white {
	width: 7px;
	height: 4px;
	margin-top:7px;
	
}

.up_button_white a{
	display: block;
	width: 7px;
	height: 4px;
	cursor:pointer;
	background: url(../img/graphic/buttons/freccia_su.gif) no-repeat top center;
	font-size:1px;
}

.up_button_white a:hover{
	background-position:bottom center;
}

.down_button_white {
	width: 7px;
	height: 4px;
	margin-top:4px;
}

.down_button_white a{
	display: block;
	width: 7px;
	height: 4px;
	cursor:pointer;
	background: url(../img/graphic/buttons/freccia_giu.gif) no-repeat top;
	font-size:1px;
}

.down_button_white a:hover {
	background-position:bottom;
}

.up_button_gray {
	width: 7px;
	height: 4px;
	margin-top:7px;
	
}

.up_button_gray a{
	display: block;
	width: 7px;
	height: 4px;
	cursor:pointer;
	background: url(../img/graphic/buttons/freccia_su_grey.gif) no-repeat top center;
	font-size:1px;
}

.up_button_gray a:hover{
	background-position:bottom center;
}

.down_button_gray {
	width: 7px;
	height: 4px;
	margin-top:4px;
}

.down_button_gray a{
	display: block;
	width: 7px;
	height: 4px;
	cursor:pointer;
	background: url(../img/graphic/buttons/freccia_giu_grey.gif) no-repeat top;
	font-size:1px;
}

.down_button_gray a:hover {
	background-position:bottom;
}
/*---------------------------------------------fine Frecce ordinameto-------------------------------------------------------------------*/
/*---------------------------------------------Logout-------------------------------------------------------------------*/
#backoffice_logout {
	width: 60px;
	height: 18px;
	float:right; 
	padding-top:0px; 
	padding-right:33px;
	display:inline;
	
}
#backoffice_logout a{
	display: block;
	width: 60px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/esci.gif) no-repeat top;
	font-size:1px;
}

#backoffice_logout a:hover{
	background-position:center;
}
/*-------------------------------------------- fine Logout-------------------------------------------------------------------*/
/*-------------------------------------------- Comandi-------------------------------------------------------------------*/
.edit_button_white {
	width: 18px;
	height: 18px;
	float:right;
	display:inline;
}

.edit_button_white a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/modifica.gif) no-repeat top;
	font-size:1px;
}

.edit_button_white a:hover{
	background-position:center;
}

.del_button_white {
	width: 18px;
	height: 18px;
	float:right;
	display:inline; 
	margin-right:2px;
}

.del_button_white a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/elimina.gif) no-repeat top;
	font-size:1px;
}

.del_button_white a:hover{
	background-position:center;
}

.edit_button_gray {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
}

.edit_button_gray a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/modifica_grey.gif) no-repeat top;
	font-size:1px;
}

.edit_button_gray a:hover{
	background-position:bottom;
}

.del_button_gray {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.del_button_gray a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/elimina_grey.gif) no-repeat top;
	font-size:1px;
}

.del_button_gray a:hover{
	background-position:bottom;
}

.change_password_button_white {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.change_password_button_white a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/modifica_password.gif) no-repeat top;
	font-size:1px;
}

.change_password_button_gray {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.change_password_button_gray a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/modifica_password_grey.gif) no-repeat center;
	font-size:1px;
}
/* gestione listino*/
.del_list_button {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.del_list_button a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/elimina_listino.gif) no-repeat top;
	font-size:1px;
}
.del_list_button a:hover{
	background-position:bottom;
}

.del_list_button_gray {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.del_list_button_gray a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/elimina_listino_grey.gif) no-repeat top;
	font-size:1px;
}
.del_list_button_gray a:hover{
	background-position:bottom;
}

.list_button {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.list_button a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/vedi_listino.gif) no-repeat top;
	font-size:1px;
}
.list_button a:hover{
	background-position:bottom;
}

.list_button_gray {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.list_button_gray a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/vedi_listino_grey.gif) no-repeat top;
	font-size:1px;
}
.list_button_gray a:hover{
	background-position:bottom;
}

.view_button_white {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.view_button_white a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/view_profile_white.gif) no-repeat top;
	font-size:1px;
}
.view_button_white a:hover{
	background-position:center;
}

.view_button_gray {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.view_button_gray a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/view_profile_grey.gif) no-repeat top;
	font-size:1px;
}
.view_button_gray a:hover{
	background-position:center;
}



.media_button_white {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.media_button_white a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/view_media_white.gif) no-repeat top;
	font-size:1px;
}
.media_button_white a:hover{
	background-position:center;
}

.media_button_gray {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.media_button_gray a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/view_media_grey.gif) no-repeat top;
	font-size:1px;
}
.media_button_gray a:hover{
	background-position:center;
}

.showcase_add_button_white {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.showcase_add_button_white a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/add_to_selected_white.gif) no-repeat top;
	font-size:1px;
}
.showcase_add_button_white a:hover{
	background-position:center;
}

.showcase_add_button_gray {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.showcase_add_button_gray a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/add_to_selected_grey.gif) no-repeat top;
	font-size:1px;
}
.showcase_add_button_gray a:hover{
	background-position:center;
}

.showcase_rm_button_white {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.showcase_rm_button_white a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/remove_from_selected_white.gif) no-repeat top;
	font-size:1px;
}
.showcase_rm_button_white a:hover{
	background-position:center;
}

.showcase_rm_button_gray {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.showcase_rm_button_gray a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/remove_from_selected_grey.gif) no-repeat top;
	font-size:1px;
}
.showcase_rm_button_gray a:hover{
	background-position:center;
}

.match_button_white {
	width: 42px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.match_button_white a{
	display: block;
	width: 42px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/match.gif) no-repeat top;
	font-size:1px;
}
.match_button_white a:hover{
	background-position:center;
}

.publish_button_white {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
	border:#000 solid 0px;
}

.publish_button_white a{
	display: block;
	border:#000 solid 0px;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/publish.gif) no-repeat top;
	font-size:1px;
}
.publish_button_white a:hover{
	background-position:center;
}

.publish_button_gray {
	width: 18px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.publish_button_gray a{
	display: block;
	width: 18px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/publish_grey.gif) no-repeat top;
	font-size:1px;
}
.publish_button_gray a:hover{
	background-position:center;
}

.match_button_gray {
	width: 42px;
	height: 18px;
	float:right; 	
	display:inline; 
	margin-right:2px; 	
}

.match_button_gray a{
	display: block;
	width: 42px;
	height: 18px;
	cursor:pointer;
	background: url(../img/graphic/buttons/match_grey.gif) no-repeat top;
	font-size:1px;
}
.match_button_gray a:hover{
	background-position:center;
}

.visible {
	width: 14px;
	height: 14px;	
}

.visible a{
	display: block;
	width: 14px;
	height: 14px;
	cursor:pointer;
	background: url(../img/graphic/buttons/visible.gif) no-repeat top;
	font-size:1px;
}


.invisible {
	width: 14px;
	height: 14px;	
}

.invisible a{
	display: block;
	width: 14px;
	height: 14px;
	cursor:pointer;
	background: url(../img/graphic/buttons/visible.gif) no-repeat bottom;
	font-size:1px;
}



/*-------------------------------------------- fine Comandi-------------------------------------------------------------------*/
/*-------------------------------------------- Bandiere-------------------------------------------------------------------*/
.it_present{
	display: block;
	width: 12px;
	height: 8px;
	background: url(../img/graphic/buttons/bandiera_it.gif) no-repeat top;
	font-size:1px;
	float:left;
	display:inline;
	padding-right:3px;
}
.it_blank{
	display: block;
	width: 12px;
	height: 8px;
	background: url(../img/graphic/buttons/bandiera_it.gif) no-repeat bottom;
	font-size:1px;
	float:left;
	display:inline;
	padding-right:3px;
}
.en_present{
	display: block;
	width: 12px;
	height: 8px;
	background: url(../img/graphic/buttons/bandiera_en.gif) no-repeat top;
	font-size:1px;
	float:left;
	display:inline;
	padding-right:3px;
}
.en_blank{
	display: block;
	width: 12px;
	height: 8px;
	background: url(../img/graphic/buttons/bandiera_en.gif) no-repeat bottom;
	font-size:1px;
	float:left;
	display:inline;
	padding-right:3px;
}
.de_present{
	display: block;
	width: 12px;
	height: 8px;
	background: url(../img/graphic/buttons/bandiera_de.gif) no-repeat top;
	font-size:1px;
	float:left;
	display:inline;
}
.de_blank{
	display: block;
	width: 12px;
	height: 8px;
	background: url(../img/graphic/buttons/bandiera_de.gif) no-repeat bottom;
	font-size:1px;
	float:left;
	display:inline;
}

#it_flag{
	width: 12px;
	height: 8px;
	background: url(../img/graphic/buttons/bandiera_it.gif) no-repeat top;
}

#en_flag{
	width: 12px;
	height: 8px;
	background: url(../img/graphic/buttons/bandiera_en.gif) no-repeat top;
}

#de_flag{
	width: 12px;
	height: 8px;
	background: url(../img/graphic/buttons/bandiera_de.gif) no-repeat top;
}

/*-------------------------------------------- fine Bandiere-------------------------------------------------------------------*/
/*----------------------------------------- Pulsanti annulla,salva,invia....----------------------------------------------------------*/
.backoffice_undo{
	width:84px;
	height:26px;
	float:left;
	display:inline;
}

.backoffice_undo a{
	width:84px;
	height:26px;
	background:url(../img/graphic/buttons/annulla_it.gif) no-repeat top;
	display:block;
}

.backoffice_undo a:hover{
	background-position:center center;
}

.backoffice_back{
	width:80px;
	height:26px;
	float:left;
}

.backoffice_back a{
	width:80px;
	height:26px;
	background:url(../img/graphic/buttons/back_it.gif) no-repeat top center;
	display:block;
}

.backoffice_back a:hover{
	background-position:center center;
}

.save_link{
	width:70px;
	height:26px;
	background:url(../img/graphic/buttons/salva.gif) no-repeat top center;
	background-color: transparent;
	border:none;
	float:left;
	display:inline;
	cursor:pointer;
	margin:0px;
	margin-bottom:20px;
	margin-right:10px;
}

.save_link:hover{
	background-position:center center;
	background-color: transparent;
	border:none;
	cursor:pointer;
	margin:0px;
	margin-bottom:20px;
	margin-right:10px;
}

.send_link{
	width:70px;
	height:26px;
	background:url(../img/graphic/buttons/invia_verde.gif) no-repeat top center;
	background-color: transparent;
	border:none;
	float:left;
	display:inline;
	cursor:pointer;
	margin:0px;
	margin-bottom:20px;
}

.send_link:hover{
	background-position:center center;
	background-color: transparent;
	border:none;
	cursor:pointer;
	margin:0px;
	margin-bottom:20px;
}

.add_link{
	width:74px;
	height:24px;
	background:url(../img/graphic/buttons/aggiungi.gif) no-repeat top center;
	background-color: transparent;
	border:none;
	float:left;
	display:inline;
	cursor:pointer;
	margin:0px;
}

.add_link:hover{
	background-position:center center;
	background-color: transparent;
	border:none;
	cursor:pointer;
	margin:0px;
}

.send_link_blue{
	width:54px;
	height:22px;
	background:url(../img/graphic/buttons/invia_blu_it.gif) no-repeat top center;
	background-color: transparent;
	border:none;
	float:left;
	display:inline;
	cursor:pointer;
	margin:0px;
}

.send_link_blue:hover{
	background-position:center center;
	background-color: transparent;
	border:none;
	cursor:pointer;
	margin:0px;
}


.send_link_green{
	width:70px;
	height:26px;
	background:url(../img/graphic/buttons/invia_verde.gif) no-repeat top center;
	background-color: transparent;
	border:none;
	float:left;
	display:inline;
	cursor:pointer;
	margin:0px;
}

.send_link_green:hover{
	background-position:center center;
	background-color: transparent;
	border:none;
	cursor:pointer;
	margin:0px;
}
/*----------------------------------------- fine Pulsanti annulla,salva,invia....----------------------------------------------------------*/