#footpanel {
	position: fixed;
	bottom: 0;  left: 0;
	z-index: 9999;
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 94%;
	margin: 0 3%;
}

/* Hide for IE */
*html #footpanel {
	display: none;
}
#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff;
	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;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { 
	background-color: #fff;
	height: 17px;
	margin-top: -2px;
	border: 1px solid #555;
	border-top: none;
	z-index: 200;
	position: relative;
}
#footpanel a.home{
	background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/home.png) no-repeat 15px center;
	width: 50px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0;
}
a.profile{ background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/account.png) no-repeat center center;  }
a.editprofile{ background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/settings.png) no-repeat center center; }
a.blog{ background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/blog.png) no-repeat center center; }
a.gallery{ background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/gallery.png) no-repeat center center; }
a.downloads{ background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/downloads.png) no-repeat center center; }


#footpanel a.alerts{ 
	background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/alerts.png) no-repeat 10px center; 
	width: auto;
	border-right: 1px solid #bbb;
	padding-left: 30px;
	padding-right: 10px;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}

#footpanel a.favorites{ 
	background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/star.png) no-repeat 10px center; 
	width: auto;
	padding-left: 30px;
	padding-right: 10px;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}


#footpanel a.friends{ 
	background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/friends.png) no-repeat 10px center; 
	width: auto;
	border-right: 1px solid #bbb;
	padding-left: 30px;
	padding-right: 10px;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}

#footpanel a.pms{
	background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/pms.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--*/
}
#footpanel li#pmpanel, #footpanel li#alertpanel, #footpanel li#favoritepanel, #footpanel li#friendpanel {	float: right; }  /*--Right align the chat and alert panels--*/
#footpanel a small {
	text-align: center;
	width: 70px;
	background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/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 sub-panel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset hover style for sub-panel links--*/

#footpanel .subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	/*display: none;	--Hide by default--*/
	width: 198px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/
}
#footpanel h3 {
	background: #526ea6;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}
#footpanel h3 span { /*--Right aligned "-" icon--*/
	font-size: 1.5em;
	float: right;
	line-height: 0.6em;
	font-weight: normal;
}

#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
	padding-bottom: 2px;
}
#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;
	border-top: 1px solid #f0f0f0;
	display: block;	
}

#footpanel .subpanel p  {padding: 5px 10px;}

#footpanel .subpanel div.inboxicon { float: left; height: 24px; padding: 4px 3px; }


#footpanel .subpanel li a.delete{
	background: url(http://bk-src.info/commcenter/public/style_images/SRCGray/bottombar/delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;

}
#footpanel .subpanel li a.delete:hover { background-position: left bottom; }


#footpanel .subpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}

#friendpanel .subpanel li { background: repeat-x left center; color: #000; }
#friendpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#friendpanel .subpanel li a img {
	margin: 0 5px;
}
#friendpanel .subpanel li.friend a{
	padding: 3px 0;	margin: 0;
	line-height: 27px;
	height: 27px;
	background: #fff;
	display: block;
	font-size: 14px;
}
#friendpanel .subpanel li.friend a:hover {
	background: #3b5998;
	color: #fff;
	text-decoration: none;
}

#footpanel .subpanel .center {
	text-align: center;
	color: #000;
}

#footpanel .subpanel .center em {
	font-size: 18px;
}

#footpanel .subpanel li.friend .online-indicator {
	float: right;
	padding-top: 8px;
}

#favoritepanel li.view a:hover {
	text-decoration: none;
}

.favorite-row {
	font-size: 12px;
	padding-top: 4px;
	padding-left: 4px;
}

.favorite-row a {
	text-decoration: none;
}

.subpanel-ul-wrapper {
	height: auto;
	display: block;
	max-height: 400px;
	overflow: auto;
}