 /* defaults */ 
BODY { background-color: #2f3136; color: #726d63; font-size: 16px; font-family: Segoe UI, Helvetica, Arial; }
A:link { color: #3dc0e4; }
A:visited { color: #2196f3; }
A:active { color: #2196f3; }
A:hover { color: #ccffff; }
	
	/* The side navigation menu */
.sidebar {
	 font-size: x-large;
		font-family: Segoe UI, Tahoma, Arial;
		text-decoration: none;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  width: 240px;
  background-color: #202225;
  position: fixed;
  height: 100%;
  overflow: auto;
}

/* Sidebar links */
.sidebar a {
  display: block;
  background-color: #202225;
		color: #ccffff;  
		padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  color: #65a8f6;
}

/* Links on mouse-over */
.sidebar a:hover {
 	background-color: #484c52;
  color: #ffffff;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
.content {
	 background-color: #2f3136; 
		color: #768eb8; 
		font-size: 16px;
		font-family: Tahoma, Verdana, Arial;
  margin-left: 240px;
  padding: 1px 16px;
}


/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
} 


/* scale all images */
img {
		max-width: 100%;
		height: auto;				
}


/* textarea fields */
.inline-form label {
	 color: #ccffff; 
}

.inline-form textarea {
  background-color: #484c52; 
  border: 1px solid #8a8a8a;
		color: #003399;
	 margin-top: 5px;
		width: 75%;
}

.inline-form input {
  background-color: #484c52; 
  border: 1px solid #8a8a8a;
		color: #003399;
	 margin-top: 5px;
}

/* buttons */
.inline-form button {
	 background-color: #99ccff;
		border: 1px solid #8a8a8a;
		color: #003399;
		margin-top: 10px;
		padding: 5px;
		width: 80px;
}

.inline-form button:hover {
	 background-color: #003399;
		color: #99ccff;
}

.inline-form img {
	 vertical-align: top;
} 

.center-weer {
	 display: block;
	 margin-left: auto;
		margin-right: auto;
		width: 600px;
}

/* --------------------------------------------------- old CSS parameters --------------------------------------------------- */

input { background-color: #99ccff; color: #003399; font-weight: normal; font-size: medium; font-family: Arial;
      border: 1px solid #8a8a8a; }

textarea { background-color: #99ccff; color: #003399; font-weight: normal; font-size: medium; font-family: Arial;
        border: 1px solid #8a8a8a; }

form { background-color: #2f3136; color: #000000; font-weight: normal; font-size: normal; font-family: Arial;
      border: 1px solid #2f3136f; padding: 0.5em; }
         
         
.Tx4L { color: #0066ff; font-size: large; font-weight: normal; font-family: Tahoma, Verdana, Arial; }
.Tx4XXL { color: #0066ff; font-size: xx-large; font-weight: normal; font-family: Tahoma, Verdana, Arial; }
.Bg1 { background-color: #2f3136;  } /* header */
.Bg5 { background-color: #2f3136;  } /* bottom */
.Bar1B { background-color: #484c52; color: #ccffff; font-weight: bold; font-family: Arial; } 
