.loginsubmit:hover {
	background: rgba(190,190,190,1);
}

.loginmenu {
	font-size: 24px;
	position: relative;
}

.loginmenu:hover {
	font-weight: bold;
}

#loginforgot {
	position: relative;
	float: right;
	z-index: 100;
}

#logintop {
	position: relative;
}

#loginopts {
	position: relative;
}

#btnlogin {
	font-size: 24px;
	position: relative;
	bottom: 5px;
}

.loginerror {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color:  red;
	margin-bottom: 5px;
	height: 20px;
}

#btnlogincancel {
	position: relative;
	font-size: 20px;
	bottom: 5px;
	left: 50px;
}

#loginformdiv {
	display: inline-block;
	position: fixed;
	left: calc(50vw - 133px);
	top: 50px;
	width: 250px;
	height: 175px;
	border-radius: 5px;
	background-color: white;
	border: 1px solid black;
	font-size: 24px;
	padding: 8px;
}

#loginformdiv input {
	margin-left: 18px;
}

.loginsmalllink {
	font-size: 12px;
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

#divmenu {
	z-index: 100;
}

.unlogged {
	width: 130px;
}

.logged {
	width: 100px;
}

.righthoverpane {
	position: fixed;
	top: 20px;
	right: 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 20px 0px 0px 20px;
	background-color: rgba(150,150,150,0.85);
	padding: 10px 0px 10px 25px;
}

.righthoverpane:hover{
	cursor: pointer;
}

.righthoverpane.showmenu {
	width: 220px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: rgba(170,170,170,1);
}

.menutoprowitem {
	position: relative;
	display: inline-block;
}

.menucontents {
	display: none;
}

.showmenu .menucontents {
	display: inline-block;
}

.menuline {
	font-family: "Segoe UI", arial, serif;
	font-size: 32px;
	color: white;
	margin: 6px 0px 6px 5px;
	overflow-x: hidden;
	white-space: nowrap;
}

.menuline a {
	color: white;
}

.menuline:hover {
	font-weight: bold;
	
}

#usericonimg {
	margin-left: 15px;
}

#usernameimg {
	position: fixed;
	top: 35px;
	margin-left: 10px;
	font: bold 32px "Century Gothic", Arial;
	width: 150px;
	height: 50px;
	overflow-x: hidden;
}

#usernameimg.small24 {
	font: bold 22px "Century Gothic", Arial;
}


#usernameimg.small22 {
	font: bold 20px "Century Gothic", Arial;
}

#usernameimg.small20 {
	font: bold 18px "Century Gothic", Arial;
}

#usernameimg.small18 {
	font: bold 16px "Century Gothic", Arial;
}

#usernameimg.small16 {
	font: bold 14px "Century Gothic", Arial;
}

#usernameimg.small14 {
	font: bold 12px "Century Gothic", Arial;
}

#usernameimg.small12 {
	font: bold 10px "Century Gothic", Arial;
}

#usernameimg.small10 {
	font: bold 9px "Century Gothic", Arial;
}

#usernameimg.small8 {
	font: bold 8px "Century Gothic", Arial;
}

#usernameimg text{
	fill: white;
	stroke: black;
	stroke-width: 1px;
	stroke-linejoin: round;
}

