 /* defaults */ 
BODY { background-color: #ffffff; color: #465e78; font-size: 1em; font-family: Segoe UI, Tahoma, Arial; }
A:link { color: #768eb8; }
A:visited { color: #465e78; }
A:active { color: #ff9933; }
A:hover { color: #ff9933; }
	
/* The side navigation menu */
.sidebar {
	 font-size: x-large;
		font-family: Segoe UI, Tahoma, Arial;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		letter-spacing: 2px;
  margin: 0;
  padding: 0;
  width: 240px;
  background-color: #f9f9f9;
  position: fixed;
  height: 100%;
  overflow: auto;
}

/* Sidebar links */
.sidebar a {
  display: block;
  background-color: #f9f9f9;
		color: #C5BC66;  
		padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  color: #ff9933;
}

/* Links on mouse-over */
.sidebar a:hover {
 	background-color: #f0f0f0;
  color: #ff9933;
		border-left: 4px solid #ff9933;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
.content {
	 background-color: #ffffff; 
		color: #768eb8; 
		font-size: 16px;
		font-family: Segoe UI, 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;
  }
} 

/* header line */
hr {
	background-color: #C5BC66;
	height: 1px;
	border: 0 none;
}
/* scale all images */
img {
		max-width: 100%;
		height: auto;				
}

/* textarea fields */
.inline-form label {
	 color: #000000; 
}

.inline-form textarea {
  background-color: #99ccff; 
  border: 1px solid #8a8a8a;
		color: #003399;
	 margin-top: 5px;
		width: 75%;
}

.inline-form input {
  background-color: #99ccff; 
  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 --------------------------------------------------- */
         

									
.Tx2XL { color: #C5BC66; font-size: x-large; font-weight: normal; font-family: Calibri, Tahoma, Verdana, Arial; }
.Tx2XLB { color: #C5BC66; font-size: x-large; font-weight: bold; font-family: Calibri, Tahoma, Verdana, Arial; }
.Tx2XXLB { color: #C5BC66; font-size: xx-large; font-weight: bold; font-family: Calibri, Tahoma, Verdana, Arial; }   
.Tx3XS { color: #465e78; font-size: x-small; }
.Tx3S { color: #465e78; font-size: small; }

.Bg1 { background-color: #ffffff;  } /* header */
.Bg5 { background-color: #ffffff;  } /* bottom */

.Bar3B { background-color: #fcd900; color: #1a171b; font-weight: bold; font-family: Arial; } /* Bus */
.Bar4B { background-color: #003980; color: #feffff; font-weight: bold; font-family: Arial; } /* NS */
.Bar5B { background-color: #0461FF; color: #FFFFFF; font-weight: bold; font-family: Arial; } /* Auto */
.Bar6B { background-color: #7F7F7F; color: #FFFFFF; font-weight: bold; font-family: Arial; } /* info */
