#top-bar-green{
	/*margin-top: 0.25rem;*/
	/*background-color: rgb(153, 204, 102);*/
	background-color: #84ADE9;
	width: 100%;
	height: 1rem;
}

a:link b { color: white; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; text-decoration: none }
a:hover b  { color: black; text-decoration: none }
a:link  { color: #4275ca; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a:hover  { color: red; text-decoration: none }


.wol-logo-red-big{
	background-image: url("../images/wollogo_01red.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
	width: 164px;
	height: 105px;
	margin-top: 1rem;
	display: inline-block;	
}

.wol-logo-red-menu{
    background-image: url("../images/wollogo_01red.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 4.5rem;
    width: 7rem;
    margin-left: 0.5rem;
    margin-top: 0.5rem;

}

.wol-logo-notext{
	background-image: url("../images/wollogo_01_red_notext.png");
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
	width: 77px;
	height: 42px;
	background-size: 100%;
	margin-top: 0.5rem;
	display: inline-block;	
}

#wol-text{
	display: inline-block;    
	font-size: 1.75rem;
    position: absolute;
    top: 2.5rem;
    padding-left: 1rem;
    font-family: 'Stencil', sans-serif;
}

#top-username{
	text-align: right;
	font-size: 0.9rem;
	padding-top: 0.4rem;
	display: block;
	font-weight: bold;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

#menu-bar{
    position: absolute;
    width: 100%;
    height: 5.1rem;
	background-color: #FFF0BE;
	/*background-color: #ffa06d;*/
    z-index: 50;
}

#menu-bar-break{
	width:100%;
	height: 7rem;
}

#top-user-details{
	position: absolute;
	display: inline-block;
	right:0;
    top: 0;
    margin-right: 0.25rem;
}

#main-time{
	text-align: right;
	font-weight: bold;
	font-size: 1rem;
	padding-right: 0.25rem;
	padding-top: 0.75rem;
}

.menu-hidden{
	display: none;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
	opacity: 0;
}
.menu-visible{
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
	display: inherit;
	opacity: 1;
}
#menu-navigation{    
	width: 100%;
    margin-top: 0.1rem;
    height: 1.5rem;
    border-spacing: 2;
	color: #aa4c4d;
	
}
#menu-navigation td{
	font-size: 0.8rem;
	text-align: center;
	vertical-align: middle;
	/*background-color: #E1E1E1;*/
	background-color: #FFF0BE;
/*	background-color: #ff8c3a;*/

	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	cursor: pointer;
}
#menu-navigation td:hover{
	/*background-color: #EEE;*/
	background-color: #FFCC55;

}
#menu-navigation td:active{
	/*background-color: #BBB;*/
		background-color: #FFCC55;

}
#menu-navigation td.active{
	/*background-color: #BBB;*/
	background-color: #FFCC55;
	/*background-color: #ffe9d2;*/
	font-weight: bold;
}

.help-anchor{
	text-decoration: none;
}

.scroll-wrapper{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	z-index: 10;
	top: 1rem;
	position: fixed;
	width: 950px;
	margin: 0 auto;
	z-index: 12;
	pointer-events: none;
}

.scroll-to-top{
	z-index: 12;
	width: 35px;
    margin-right: -2.5rem;
    float: right;
	pointer-events: all;
}
.scroll-to-top div{
	background-size: 100%;
	background-image: url("../images/up-arrow.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 100%;
}