body{
    background:lightgrey;
    display: block;
}
#bodyFrame{
    position: relative;
    left: 100px;
    height: calc(100% - 55px);
    width: calc(100% - 100px);
    padding: 0px;
    border: none;
}

.erro{
	background-color: rgba(255,0,0,0.7);
}

.errorbox{
    display: block;
    position: fixed;
    top: 150px;
    left: 125px;
    background-color: rgba(255,255,255,0.5);
    padding: 5px;
    border-radius: 5px;
    z-index: 9999;
}

#closebox{
    position: absolute;
    right: 10px;
    top: 10px;
    color: grey;
}

.success{
	background-color: rgba(0,255,0,0.7);
}

#page{
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline;
    width: 100%;
    height: 100%;
}

#topMenu{
	position: relative;
	background-color: #204000;
	height: auto;
	width: 100%;
    top: 0px;
}

#topMenu ul{
	position: relative;
	left: 100px;
	padding: 0px;
	background-color: #306000;
    margin: 0px;
    margin-right: 100px;
}

#topMenu ul li{
	display: inline-block;
	position: relative;
	top: 10px;
	margin-left: 10px;
    margin-bottom: 19px;
	font-family: 'Abel', serif;
	font-size: 25px;
	color: white;
}

#topMenu ul li a{
    color: white;
    text-decoration: none;
}

#topMenu ul li a:hover{
    color: #306000;
}

#topMenu ul li:hover{
    color: #306000;
}

#topMenu ul li span:hover{
    background: white;
    font-weight: bold;
}

#topMenu ul li span:hover > a{
    color: #306000;
    font-weight: bold;
}

#topMenu ul li span{
    border: 1px solid white;
	padding: 5px;
}

#dishide{
    position: fixed;
    top: 55px;
    left: 5px;
    color: black;
    text-align: right;
    height: 30px;
    font-size: 30px;
    outline: 0px;
}

#Shadow{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(20,20,20,0.5);
    width: 100%;
    height: 100%;
}

#agr{
    position: absolute;
    margin: 0px;
    padding: 0px;
    left: 12px;
    top: 0px;
    font-size: 50px;
    color: white;
}