h1 {
	font-size: 1.2em;
	padding: 5px 10px;
	color: #ccc;
	width: 940px;
	margin: 0 auto;
}
h1 a {	color: #fff; }
h1 span {font-weight: normal;}








#footpanel {
	position: fixed;
	bottom: 0; right: 20px;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	/*border: 1px solid #c3c3c3;*/
	border-bottom: none;
	width: 198;
	
	margin: 0 3%;
}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px;
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
}
html #footpanel ul li a:hover{	}
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
	
}

a.viewall,a.viewall:hover,a.viewall:visited,a.viewall:active{	 color:white;}


#footpanel a.home{	
	background: url(http://images.lookitsme.co.uk/img/home.png) no-repeat 15px center;
	width: 50px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent--*/
}
a.profile{	background: url(http://images.lookitsme.co.uk/img/user.png) no-repeat center center;  }
a.contacts{	background: url(http://images.lookitsme.co.uk/img/address_book.png) no-repeat center center; }
a.playlist{	background: url(http://images.lookitsme.co.uk/img/document_music_playlist.png) no-repeat center center; }
a.videos{	background: url(http://images.lookitsme.co.uk/img/film.png) no-repeat center center; }
a.messages{	background: url(http://images.lookitsme.co.uk/img/mail.png) no-repeat center center; }
a.editprofile{	background: url(http://images.lookitsme.co.uk/img/wrench_screwdriver.png) no-repeat center center; }
#footpanel a.chat{	
	background: url(http://images.lookitsme.co.uk/img/inbox-document-text.png) no-repeat 15px center;
	width: 153px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	font-weight:bold;
}

#footpanel .alertimg
{
	position:absolute;
	padding-left:5px;
	padding-top:6px;
}



#footpanel .alertcount{	
	position:absolute;
	left:115px;
	top:5px;
	text-align:center;
	background-color:red;
	color:white;
	
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	margin:0px;
}

a.alerts{	background: url(http://images.lookitsme.co.uk/img/newspaper.png) no-repeat center center;	 }

a.alerts2{	background: url(http://images.lookitsme.co.uk/img/mail.png) no-repeat center center; width:200px;	 }

#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/

#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(http://images.lookitsme.co.uk/img/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#footpanel 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;
}






























#footpanel ul li div a { /*--Reset link style for subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #6664B6;
	position: static;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset link style for subpanel links--*/

#footpanel .subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 198px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}

#footpanel .style1 h3 {
	background: #6664B6;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}

#footpanel .style2 h3 {
	background: #6664B6;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}

#footpanel .style3 h3 {
	background: #E45A9F;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}

#footpanel .style4 h3 {
	background: #6664B6;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}

#footpanel h3 {
	background: #6664B6;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}
#footpanel h3 span { 
	float: right;
	line-height: 0.6em;	
	font-weight: normal;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}
#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
}
#footpanel .subpanel li{ 
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
}

#chatpanel .subpanel li { background: url(http://images.lookitsme.co.uk/img/dash.gif) repeat-x left center; } 
#chatpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}
#chatpanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
#chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;
}
#chatpanel .subpanel li a:hover {
	background: #3b5998;
	color: #fff;
	text-decoration: none;
}


#alertpanel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#alertpanel .subpanel li p {padding: 5px 10px;padding-left:30px;}
#alertpanel .subpanel li a.delete{
	background: url(http://images.lookitsme.co.uk/img/delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}
