/********* BOTTOMBAR *********/

#bottomBar
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	overflow:hidden;
}

#bottomBar a
{
	/*color:#717171;*/
}


#bottomBar.firstBack 
{
  background-color: #000;
  border-top: #5099b9 5px solid;
  border-bottom: none;
  color : #fff;
}

#bottomBar a.bottomBarButton.firstHover.active, 
#bottomBar a.bottomBarButton.firstHover:hover,
#bottomBar a.bottomBarButton.firstHover.marsToolTipActive
{
  background-color: #00acef;
  color: #FFF;
}


.bottomBarButton
{
	width:42px;
	height:100%;
	float:left;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
}

#bottomBarContent
{
	height:100%;
	margin:0 auto;
	width:508px;
}

#zoomBar
{
	float:left;
	height:100%;
	width:170px;
}

.zoomBarButton
{
	float:left;
	height:100%;
	cursor:pointer;
	width:40px;
}

#zoomLevelBar
{
	float:left;
	/*background-image:url(../img/zoom_level_bar.png);*/
	background-repeat:repeat-x;
	background-position:left center;
	height:100%;
	margin:0 5px;
}

#zoomLevelBar .zoomLevel
{
	width:20px;
}

#zoomLevelBar .zoomLevelIcon
{
	width:4px;
	background:#717171;
	height:4px;
	text-align:center;
	margin:16px auto;
	border-radius:5px;
	display:block;
}

#zoomLevelBar .zoomLevelIcon.active
{
	width:16px;
	height:12px;
	color:#717171;
	background: #fff;
	font-weight: bold;
	margin:9px auto;
	border-radius:10px;
	font-size:10px;
	padding:2px 0;
	border:1px solid #717171;
}

#zoomDecrease
{
	background-image:url(../img/zoom_decrease_button_white.png);
}

#zoomIncrease
{
	background-image:url(../img/zoom_increase_button_white.png);
}

#thumbsBar
{
	width:150px;
	text-align:center;
	font-size:14px;
	padding:10px;
}

#labelPage
{
	margin:0 5px;
}

#pageButton
{
	background-image:url(../img/page_button.png);
}

#sectionsButton
{
	background-image:url(../img/sections_button.png);
}

#saveButton
{
	background-image:url(../img/save_button.png);
}

#searchButton
{
	background-image:url(../img/search_button_bottom.png);
}
#helpButton
{
	background-image:url(../img/help_button.png);
}
#otherEntriesButton
{
	background-image:url(../img/search_button_bottom.png);
}

