:root {
  --bg-color: white;
  --bg-color2: rgb(230, 227, 204);
}
@media (min-width: 768px) { 
/*settingsforfullsizedisplay*/	
	body{
		background-color: var(--bg-color2);
		overflow: visible;
	}
	#container{
		margin: 10pt auto;
		max-width: 768pt;
	}
	#header{
		width: 100%;
		position: relative;
	
		width: 100%;
		height: 150pt;
		background-image: url("/images/header.png");
		background-position: center;
		background-size: cover;
	}
	
	#header .header-layer{
		height: inherit;
		position: absolute;
		width: 100%;
	}
	#header-layer1{
		background-image: url("/images/header-diffuse.png");
		background-repeat: repeat-y;
	}
	#header-layer2{
		left: 10pt;
		background-image: url("/images/header-logo.png");
		background-repeat: no-repeat;
		background-position: left;
	}
	
	#main-nav{
		position: relative;
		margin-top:-5px;
	}
	
	#content{
		min-height: 150pt; /* make space for the dropdown menu */
		padding: 10px;
	}
}

@media (max-width: 768px) {
	#header{
		display:none;
	}
	body{
		margin: 0;
	}
}
form{
	margin: 0;
}
body{
/*	background: none repeat scroll 0% 0%; */
	font-family:Sans-serif, Calibri, Arial, Verdana; 
	font-size:1em;
	color:#636363;
}

#container{
	background-color: var(--bg-color);
}

/* Old style styling */
table{
	border-style: none;
	border-collapse: collapse;
}

th, td{
font-size:1em;
border: 1px solid #bebebe;
padding: 3px;
}
th.no-border, td.no-border{
border-style: none;
	
}
th{
background-color: #e0e0e0;
}

.message{
	color: red;
}
