html {
	--leftmenuwidth : 210px;
}

logbody
{
	margin: 0px;
	background: white;
}

.headerMain 
{
	border:solid thin black;
	text-align:center;
	background-color: #808080;
	width: 100%;
	height: 150px;
	font-family: "Arial",Serif;
	font-style:normal;
	font-weight:bold;
	font-size:24pt;
}

.headerL
{
	color: white;
	font-size:20pt;
	width: 320px ;
	height: 150px ;
	float: left;
	background-image: url(images/HavocBackGroundPic_320x150.jpg);
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	text-shadow: 2px 2px 0px #000000;
}

.headerLs
{
	font-size:12pt;
	vertical-align: bottom;
}

.headerCenter
{
	color: white;
	text-shadow: 2px 2px 0px #000000;
}

.headerCenterSmall
{
	font-size: 12pt;
}

.headerHrolf
{				   
	color: white;
	background-image: url(images/Hrolf_150x150.png?ver=1.1);
	background-repeat: no-repeat;
	background-position: top right;
	height: 150px;
	width: 150px;
	float: right;
}

.Banner
{
  font-family:Wide Latin,Arial Black,Serif;
  font-size:32pt;
  font-style:normal;
  font-weight:bold;
  color:#ffb573;
}

.Banner.M
{
  font-size:14pt;
  font-weight:normal;
}

.BannerS
{
  font-family:Arial, Helvetica, Sans Serif;
  font-size:12pt;
  font-style:normal;
  font-weight:bold;
  color:#ffffff;
}

#list-menu {
    font-family:Arial, Helvetica, Sans Serif;
    font-size:12pt;
	border:solid thin black;
	float:left;
	background-color: #808080;
	min-height: 75%;
	height: 75%;
	width: calc(var(--leftmenuwidth));
	color: white;
	text-align: left;
}
html>body #list-menu{height:auto;min-height: 75%;}

#list-menu ul {
	margin: 0; 
	padding: 0 0 0 5px;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px; 
} 

#list-menu li {
	margin: 2px 0 0;
} 

#list-menu ul a {
	display: block;
	width: 95%;
	height: 20px;
	padding-left: 3px;
	margin-left: 3px;
	border: 1px solid #000000;
	background: #dcdcdc;
	text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #000000;
}

#list-menu a:hover {
	border: 1px solid #000000;
	background: #333333;
	color: #ffffff;
} 

#footer
{
	font-family: verdana, arial, sanf-serif;
	font-size: 8pt;
	height:25px;
	background:#c0c0c0;
	color: #333333;
	border:solid black;
	border-width: 1px 0 0 0;
	margin: 20px 0 0 0;
	text-align: center;
	position: absolute;

}
#ContentHolder
{
	position: relative;
	background-color: yellow;
	width: 100%;
}
#ContentBackground
{
	position: absolute;	
	left: 0px;
	top: 0px ;
	width: 100%;
}
#content {
	float: right;
	border: none;
    margin: 0px;
	min-height: 500px;
	height: 500px;
	width: calc(100% - var(--leftmenuwidth) - 22px);
	font-family: verdana, arial, sanf-serif;
	font-size: 12pt;
	padding-left: 10px;
	padding-right: 10px;
}
html>body #content{height:auto;min-height: 500px;}

.center {
	width: 100%;
	text-align: center;
}

.center img {
	width: 70%;
}

.caption {
	border-width: 0px;
	margin: 0;
	font-size: 10px;
}

H1
{
	font-size: 14pt;
	border-width: 0px 0px 1px 0px;
}
H2
{
	font-size: 12pt;
	border-width: 0px;
	margin: 0px;
}

.what {
	width: 20%;
	vertical-align: top;
	margin: 12px;
	margin-bottom: 0px;
}
.info {
	width: 80%;
	vertical-align: top;
	margin-top: 12px;
	margin-bottom: 0px;
	}

.info100 {
	width: 100%;
	vertical-align: top;
	margin-top: 12px;
	margin-bottom: 0px;
}

.location {
	color: #FF0000;
	margin: 0px;
}

.info ul {
	text-align:left;
}

thead {
	color: #FFFFFF;
	background:#808080;
	text-shadow: 1px 1px 0px #000000;
}

.thumbnail {
	width: 256px;
	padding: 20px;
	float:left;
	text-align: center;
}

.highlight {
	color: #228899;
}

.liketable {
	color: #228899;
	background:#c0c0c0;
}


.period {
	text-align: center;
	font-weight:bold;
	font-size: 12px;
	vertical-align: top;
	width: 75%;
	padding: 10px;
}

.login {
	font-size: 12px;
	width: 180px;
}

.loginBox {
	border: 2px solid #a1a1a1;
    padding: 2px 2px;
    margin: 2px; 
    background: #dddddd;
    width: 95%;
    border-radius: 10px;
	box-shadow: 2px 2px 2px #888888;
}

.error {
	font-weight: bold;
	color: red;
}

.required {
	font-weight: bold;
	color: red;
	column-width: 20px;
}
.select {
	width: 100%;
	min-width: 350px;
	}

.highlighted {
	font-weight: bold;
}

.EventName {
	font-weight: bold;
}

.rightaligned {
	text-align:right;
}

.highlighted-red
{
	font-weight: bold;
	color: red;
}

.Spaced-header
{
	margin: 20px 0px 0px;
}

#top-menu {
    font-family:Arial, Helvetica, Sans Serif;
    font-size:12pt;
	border:none;
	margin: 0px;
	width : 100%;
	background-color: #808080;
	min-height: 30px;
	height: 30px;
	color: white;
	text-align: left;
}
html>body #top-menu{height:auto;min-height: 30px;}

#top-menu ul {
	margin: 0; 
	padding: 0 0 0 0px;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px; 
} 

#top-menu li {
	float: left;
	padding: 2px;
	margin: 0 5px;
} 

#top-menu ul a {
	display: block;
	width: 125px;
	height: 20px;
	padding: 2px 2px 0px 2px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #000000;
	background: orange;
	color: white;
	text-decoration: none; /*lets remove the link underlines*/
} 

#top-menu a:link, #top-menu a:active, #top-menu a:visited {
	color: #000000;
}

#top-menu a:hover {
	border: 1px solid #000000;
	background: #333333;
	color: #ffffff;
} 

.address {
	width: 200px;
	border: 2px;
	background: #dcdcdc;
	display: block;
	text-align: left;
}

.announce {
	background: #dcdcdc;
	border: 1px solid black;
	padding: 20px;
	margin: 50px;
	background-color: khaki;
	float: right;
	width: 25%;
	
}
.announce-left {
	display: inline-block;
	background: #dcdcdc;
	border: 1px solid black;
	padding: 20px;
	margin: 50px;
	background-color: khaki;
	width: 25%;
}

.classictemplate
{
	width: 100%;
}

.center-screen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
  }


  