 /* defaults */ 
BODY { background-color: #0c0c0c; color: #768eb8; font-size: 16px; font-family: Segoe UI, Tahoma, Arial; }
A:link { color: #768eb8; }
A:visited { color: #0099ff; }
A:active { color: #ef8000; }
A:hover { color: #ef9000; }
	
	/* 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: 280px;
  background-color: #102030;
  position: fixed;
  height: 100%;
  overflow: auto;
}

/* Sidebar links */
.sidebar a {
  display: block;
  background-color: #102030;
		color: #768eb8;  
		padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  color: #ef8000;
}

/* Links on mouse-over */
.sidebar a:hover {
 	background-color: #f88000;
  color: #ffff9c;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
.content {
	 background-color: #0c0c0c; 
		color: #768eb8; 
		font-size: 16px;
		font-family: Tahoma, Verdana, Arial;
  margin-left: 280px;
  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: #768eb8; 
}

.inline-form textarea {
  background-color: #545454; 
  border: 1px solid #716232;
		color: #fc7b04;
	 margin-top: 5px;
		width: 75%;
}

.inline-form input {
  background-color: #545454; 
  border: 1px solid #716232;
		color: #fc7b04;
	 margin-top: 5px;
}

/* buttons */
.inline-form button {
	 background-color: #102030;
		border: 1px solid #768eb8;
		color: #768eb8;
		margin-top: 10px;
		padding: 5px;
		width: 80px;
}

.inline-form button:hover {
	 background-color: #f88000;
		border: 1px solid #ffff9c;
		color: #ffff9c;
}

.inline-form img {
	 vertical-align: top;
} 

/* --------------------------------------------------- old CSS parameters --------------------------------------------------- */

.Bg1 { background-color: #465e78;  } /* header */
.Tx2XXLB { color: #ff9933; font-size: xx-large; font-weight: bold; font-family: "Times New Roman", Serif; }   
.Tx4S { color: #F99B0C; font-size: small; font-weight: normal; font-family: Segoe UI, Tahoma, Arial; }
.Tx5XLB { color: #ffcc00; font-size: x-large; font-weight: bold; font-family: "Times New Roman", Serif; }
.Tx8XXLB { color: #A6CAF0; font-size: xx-large; font-weight: bold; font-family: Tahoma, Verdana, Arial; }
