﻿#footpanel {
	position: fixed;
	bottom:0;right:20px;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #DB00FF url('Fokakmena-Style/bar/fix-pg.gif') repeat-x scroll center top;
	border: 1px solid #DB00FF;
	border-bottom: none;
	width:94%;
}
*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 #FF80FF; /*--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;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #AE00A5; }
html #footpanel ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #DB00FF;
	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(Fokakmena-Style/bar/home.png) no-repeat 15px center;
	width: 50px;
	padding-left: 40px;
	border-right: 1px solid #DB00FF;
	text-indent: 0; /*--Reset text indent--*/
}
a.profile{	background: url(Fokakmena-Style/bar/user.png) no-repeat center center;  }
a.contacts{	background: url(Fokakmena-Style/bar/address_book.png) no-repeat center center; }
a.playlist{	background: url(Fokakmena-Style/bar/document_music_playlist.png) no-repeat center center; }
a.videos{	background: url(Fokakmena-Style/bar/film.png) no-repeat center center; }
a.messages{	background: url(Fokakmena-Style/bar/mail.png) no-repeat center center; }
a.editprofile{	background: url(Fokakmena-Style/bar/wrench_screwdriver.png) no-repeat center center; }
a.twitter{	background: url(Fokakmena-Style/bar/twitter.png) no-repeat center center; }
a.face{	background: url(Fokakmena-Style/bar/facebook.png) no-repeat center center; }
a.upload{	background: url(Fokakmena-Style/bar/upload.png) no-repeat center center; }
a.rss{	background: url(Fokakmena-Style/bar/rss.png) no-repeat center center; }
#footpanel a.chat{	
	background: url(Fokakmena-Style/bar/balloon.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #DB00FF;
	border-right: 1px solid #DB00FF;
	padding-left: 40px;
	text-align:right;
	text-indent: 0; /*--Reset text indent--*/
}
a.alerts{	background: url(Fokakmena-Style/bar/newspaper.png) no-repeat center center;	 }
 
#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(Fokakmena-Style/bar/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #000;
	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: #00629a;
	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: 198px;
	border: 1px solid #555;
	background: #000;
	overflow: hidden;
	padding-bottom:2px;
}
#footpanel h3 {
	background: #000000 url('Fokakmena-Style/bar/fix-pg.gif') repeat-x scroll center top;
	padding: 5px 10px;
	margin:0;
	color: #fff;
	text-align:right;
	font-size: 1.1em;
	cursor: pointer;
}
#footpanel h3 span { 
	font-size: 1.5em;
	margin:0;
	float: left;
	line-height: 0.6em;	
	font-weight: normal;
}
#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background:black url('Fokakmena-Style/bar/fix-bar-sub.jpg') no-repeat scroll left top;
	width: 100%;
	overflow: auto;
}
#footpanel .subpanel li{ 
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
}
 
#chatpanel .subpanel li {} 
#chatpanel .subpanel li span {
	padding: 5px;
	color: #fff;
	font-weight:bold;
	float: right;
}
#chatpanel .subpanel li a img {
	float: right;
	margin: 0 5px;
}
#chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	text-align:right;
	color:#ffffff;
	height: 22px;
	display: block;
}
#chatpanel .subpanel li a:hover {
	background:transparent url('Fokakmena-Style/bar/email_go.png') no-repeat scroll 15px center;
	color: #00ff00;
	text-decoration: none;
}
 
 
#alertpanel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	border-top: 1px solid #121212;
	text-align:right;
	direction:rtl;
	padding-right:5px;
	display: block;
}
#alertpanel .subpanel li a {
	color:#ffffff;
}
#alertpanel .subpanel li a:hover {
	color:#00ff00;
	text-decoration:none;
	background:transparent;
}

#alertpanel .subpanel li p {padding:5px;color:#f1f1f1;text-align:justify;direction:rtl}
#footpanel #alertpanel li.view {
	text-align:left;
	direction:rtl;
	padding:5px;
}
#footpanel #alertpanel li.view a {
	font-size:12px;
	color:#00ff00;
}
