/** {margin: 0; padding: 0; outline: none;}
img {border: none;}
h1 {
	font-size: 1.2em;
	padding: 5px 10px;
	color: #ccc;
	width: 940px;
	margin: 0 auto;
}
h1 a {	color: #fff; }
h1 span {font-weight: normal;}*/


#footpanelgrafichero {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background-image:url(../images/chiusura.jpg);
	/*border: 1px solid #c3c3c3;
	border-bottom: none;*/
	width: 100%;
	margin: 0 auto;
}
*html #footpanelgrafichero { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanelgrafichero--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footpanelgrafichero ul {
	padding: 0; margin: 0 auto;
	/*float: left;*/
	width: 950px;
	list-style: none;
	/*border-top: 1px solid #fff; --Gives the bevel feel on the panel--*/
	font-size: 10px;
}
#footpanelgrafichero ul li{
	padding: 0; margin: 0;
	float: left;
}
#footpanelgrafichero ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
	height: 25px; width: 25px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanelgrafichero ul li a:hover{	background-color: #686b70; }
html #footpanelgrafichero ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #686b70;
	height: 26px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}
#footpanelgrafichero a.home{
	background: url(../images/facebook.png) no-repeat 5px center;
	width: 25px;
	/*line-height:25px;
	padding-left: 45px;*/
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
a.profile{ background: url(../images/youtube.jpg) no-repeat center center; border-right: 1px solid #bbb; }
a.editprofile{ background: url(../images/rss.png) no-repeat center center; border-left: 1px solid #bbb; }
a.twitter{ background: url(../images/twitter.png) no-repeat center center; }
a.friend{ background: url(../images/friendfeed.png) no-repeat center center; }
a.googleplus{ background: url(../images/google_plus.png) no-repeat center center; }
a.videos{ background: url(../images/film.png) no-repeat center center; }
a.alerts{ background: url(../images/newspaper.png) no-repeat center center; }
#footpanelgrafichero a.chat{
	background: url../images/(balloon.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanelgrafichero li#chatpanel, #footpanelgrafichero li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/
#footpanelgrafichero a small {
	text-align: center;
	width: 70px;
	background: url(../images/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;

}
#footpanelgrafichero a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%;
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}
