﻿

#footpanel {
	position:fixed;
	bottom: 0; left:5%;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	padding-right:5px;
	width: 90%;
	margin: 0 0%;
}

*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;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px;
	height: 16px; width: 16px;
	text-decoration: none;

	position: relative;
}
html #footpanel ul li a:hover{ 	 }
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #fff;
	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;
}


#footpanel a.home{	
	background: url(../images/FooterPanel/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(../images/FooterPanel/user.png) no-repeat center center;  }
a.contacts{	background: url(../images/FooterPanel/address_book.png) no-repeat center center; }
a.playlist{	background: url(../images/FooterPanel/document_music_playlist.png) no-repeat center center; }
a.videos{	background: url(../images/FooterPanel/film.png) no-repeat center center; }
a.messages{	background: url(../images/FooterPanel/mail.png) no-repeat center center; }
a.editprofile{	background: url(../images/FooterPanel/wrench_screwdriver.png) no-repeat center center; }
#footpanel a.notification{	
	background: url(../images/FooterPanel/balloon.png) no-repeat 15px center;
	width: 100px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}
#footpanel a.messages{	
	background: url(../images/FooterPanel/mail.png) no-repeat 15px center;
	width: 100px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}

#footpanel li#li_notification_Panel, #footpanel li#li_message_panel {	float: right; }  /*--Right align the chat and alert panels--*/

#footpanel a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(../images/FooterPanel/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;
	
	position: static;
}
#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: 300px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}
#footpanel h3 {
	background: #ccc;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
	text-align:left;
}

.pannelheader
{
	 font-size:200px;

	}


#footpanel h3 span { 
	font-size: 1.5em;
	float: right;
	color: #fff;
	line-height: 0.6em;	
	font-weight: normal;
}
#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;
	text-align:left;
}
#li_notification_Panel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#li_notification_Panel .subpanel li 
{ 
	 border-top: 1px solid #f0f0f0;
	display: block;
   } 
#li_notification_Panel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#li_notification_Panel .subpanel li a img {
	float: left;
	width:60px;
	margin: 0 5px;
}
#li_notification_Panel .subpanel li a{
	padding: 3px 0;	margin: 0;

	background: #fff;
}
#li_notification_Panel .subpanel li a:hover {
	background: #fff;
	color: #000;
	cursor:pointer;
	text-decoration: none;
}
#footpanel #li_notification_Panel li.view {
	text-align: right;
	padding: 3px 5px 3px 0;
}


#li_message_panel .subpanel li 
{
	 border-top: 1px solid #f0f0f0;
	display: block;
	
  } 
  

  
#li_message_panel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#li_message_panel .subpanel li a img {
	float: left;
	width:40px;
	margin: 0 5px;
}
#li_message_panel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	background: #fff;
	
}
#li_message_panel .subpanel li a:hover {
	background: #fff;
	color: #000;
	cursor:pointer;
	text-decoration: none;
}

#li_message_panel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }

#footpanel #li_message_panel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}
.msgpic{
	width:80px;
	border: none;
	}	
	#footpanel li#li_notification_Panel, #footpanel li#li_FB_Share_Panel {	float: right; }
	#footpanel li#li_notification_Panel, #footpanel li#li_FB_Like_Panel {	float: right; }
	#footpanel li#li_notification_Panel, #footpanel li#li_Googleplus_Panel {	float: right; }
	#li_FB_Share_Panel .divFB{ right:0; left:auto;padding-top:5px; /*--Reset left positioning and make it right positioned--*/ }
	#li_FB_Like_Panel .divFB{ right:0; left:auto;padding-top:5px; /*--Reset left positioning and make it right positioned--*/ }
	#li_Googleplus_Panel .divGoogle{ right:0; left:auto;margin-top:5px; /*--Reset left positioning and make it right positioned--*/ }
	
	
	
.notificationDivPLogo
{
	 
	display:none;
	
	}
	
.notificationDivName
{
	 font-size:12px;
	 font-weight:bold;
	 color:Black;
	
	}
	
	
.notificationDivSubTitle

{
	 display:none;
	
	
	}
	
.notificationDivDate
{
	 
	 font-weight:normal;
	 font-size:10px;
	
	}
	
.notificationDivTitle
{
	 width:280px;
	 overflow:hidden;
	 font-size:12px;
	 font-weight:bold;
	 
	
	
	}

.Notification_Global 
{
	  
	  
	  border-top:1px solid gray;
	  padding:5px;
	
	
	
	}
	

	
.Notification_Global hover
{
	  
	  
	  border-top:1px solid gray;
	  padding:5px;
	  background-color:Black;
	
	
	
	}
	
.notification_unreadmail
{
	 color:Blue;
	 font-weight:bold;
	 font-size:12px;
	
	
	}
	
.notification_unreadmail a
{
	 color:Blue;
	
	
	}
	
	
.notification_readmail
{
	 color:Black;
	 font-size:12px;
	
	
	}