#topBarLogo {
	background-image: url(logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer !important;
	left:10px !important;
}

#topBar
{
	color: #000 !important;
}

#bottomBar {
	background-color:#5099b9 !important;
	border-top: 5px white #5099b9 !important;
}

#zoomLevelBar .zoomLevelIcon {
	background: white none repeat scroll 0% 0%
}

#articleToolBar {
	border-bottom: #5099b9 5px solid;
}

@media (max-width: 767px) {
	#topBarLogo {
		display: none;
	}

	#topBarEditionsButton , #topBarIssuesButton {
		width: 100px;
	}
}

@media (max-width: 360px) {
	#topBarEditions {
		position: absolute;
    	top: 8px;
    	left: 40px;
    	right: 0px;
	}

	#topBarEditionsButton , #topBarIssuesButton {
		width: 80px;
	}
}

.firstColor,
.computer .marsSubMenuItem:hover
{
	color:#ffb725;
}

.firstBack,
#thumbsWrapper .active .thumbLabel,
#saveBox .active .thumbLabel
{
	background-color:#fff !important;

  	border-bottom: 5px #5099b9 solid !important;
  	color : #5099b9;
}

.thumbLabel
{
	background-color: white !important;
	border-bottom: 5px #000000 solid !important;
}

.firstBorder,
#thumbsWrapper .active .thumbImg,
#saveBox .active .thumbImg
{
	border-color:#aac4cc;
}

.firstHover.active,
.marsSubMenu,
.marsToolTipActive,
.marsSelectOption.selected,
.computer .firstHover:hover,
.computer .marsSelectOption:hover,
.computer #searchNavigation .saturnElement:hover
{
	background-color:#477c95 !important;
	color:#fff;
}
#thumbsWrapper .active .thumbLabel{
	color :#2e596b;
	border-bottom: 5px #2e596b solid !important;
}
.firstBorder, #thumbsWrapper .active .thumbImg, #saveBox .active .thumbImg {
    border-color: #2e596b;
}

.navigatorPageHigh {
	width: 100%;
    height: 100%;
}