#bottombar {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left: 50%; bottom: -1px;
}

#bottombar td{
	line-height: 1;
}

body > div#bottombar {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
#bottombar{
  z-index: 2;
  border-radius: 4px 4px 0 0;
  width: 780px;
  margin-left: -390px;
  font-size: 12px;
  height: 16px;  
  border: 1px solid gray;
  background: url(/data/images/bottombar/background.png) repeat-x #eeeeee; 
  padding: 2px;
}

div.bottombarpanel{
  background-color: #f6fffc;
  border: 1px solid gray;
  position: absolute;
  margin-left: -3px;
  z-index: 2;
  border-radius: 2px 2px 0 0;
}

div.bottombarpanel.first{
  margin-left: -3px;
}

div.bottombarpanel.middle{
  margin-left: -9px;
}

div.notificationpanel{
  margin-left: -147px;
}

div.bottombarpadder{
	padding: 0px;
}



a.bottombarlink:link, a.bottombarlink:visited, a.bottombarlink:active
{
	text-decoration: none;
	width: 100%;
	display: block;
}

a.bottombarlink:hover {
  background-color: #fd9;
  width: 100%;
  display: block;
}

li.bottombarli{
	border-bottom: 1px solid gray;
	padding-top: 1px;
	padding-bottom: 1px;
}
ul.bottombarul{
	width: 100%;
	display: block;
	list-style-type: none; 
	padding: 0;
	margin: 0; 
}

#bottombar A.bbnotificationlink:link, #bottombar A.bbnotificationlink:visited, #bottombar A.bbnotificationlink:active { text-decoration:underline; color: #47598F;  }
#bottombar A.bbnotificationlink:hover { text-decoration: underline; }
div.bbcustomcontainer{
  padding-left: 4px;
  padding-right: 4px;
}

#bottombar img{
  border: 0;
}

#bottombar A:link, #bottombar A:visited, #bottombar A:active { text-decoration:none; color: #000000; }
#bottombar A:hover { text-decoration: none; }

A.bottombarmenu:link, #bottombar A.bottombarmenu:visited, #bottombar A.bottombarmenu:active { text-decoration:none; color: #000000; font-weight: bold; }
A.bottombarmenu:hover { text-decoration: none; }


#bottombar div.bbcustomcontainer{
	border-bottom: 1px solid gray;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#bottombar div.notification A:link, #bottombar div.notification A:visited, #bottombar div.notification A:active{ text-decoration:underline; color: #47598F; }
#bottombar div.notification A:hover { text-decoration: underline; }
