body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  background-color: #FFFFFF;
  text-align: center;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* --- Section Layout ---*/
#headerbar {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px;
  height: 50px;
  width: 100%;
  background-color: #666666;
  border-bottom: 4px solid #A5B5C6;
  z-index: -1;
}

#all {
  max-width: 1000px;
  min-width: 850px;
  margin: 0 auto 0 auto;
  padding: 10px 0 0 0;
  border: 0px lightblue solid;
  text-align: left;
}

#topcontent { /* contains site name and naviation */
  margin: 0 auto 0 auto;
  padding: 5px 0 10px 0;
  border: 0px yellow solid;
}

#left {
  float: left;
  margin: 0;
  width: 125px;
  color: #000000;
}

#center {
  margin-left: 125px; /* equal to #left width */
  margin-top: 1px; /* for Safari */
  padding: 30px 0 0 20px;
  min-height: 750px;
  color: #000000;
  border-left: 4px solid #A5B5C6;
}

#footer {
  float: none;
  margin-top: 20px;
  font-family: verdana, sans-serif;
  font-size: 12px;
  text-align: center;
}

/* -- Top Navigation Menu --*/
#menu {
  border: 0px yellow solid; /* for debug only */
}

#menu ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#menu ul li {
  list-style-type: none;
  font: .8em "Tahoma", verdana, sans-serif;
  letter-spacing: 1px;
  display: block;
  float: right;
  position: relative;
  margin-top: 7px;
}

#menu ul li a {
  border-right: 1px solid #444444;
  color: #CCCCFF;
  padding: 0 0.75em 0 0.75em;
}

#menu ul li.last a {
  border-right: none;
}

#menu ul li.active a {
  font-weight: bold;
  color: white;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menuhome a {
  letter-spacing: 8px;
  font: tahoma, sans-serif;
  font-size: 20px;
  color: #CCCCFF;
  border: 0px yellow solid;
  margin: 0 0 0 5px;
  white-space: nowrap;
}

#menuhome a:hover {
  text-decoration: underline;
}

/* -- Splash Styles --*/
#splashtext {
  font-size: 25px;
  letter-spacing: 1px;
  color: #000000;
}

/* -- Page Tabel Structure Style --*/
#table1 {
  border: none;
}

#table1 td {
  border: none;
}

#table1 th {
  background-color: gray;
  border-spacing: 0 px;
}

/*-- Login Page Styles --*/
#loginmessage {
  color: red;
  font-size: 12px;
}

/*-- Admin Controls --*/
#actionbuttons {
  position: fixed;
  bottom: 20px;
  margin: 0px;
}

#actionbuttons ul {
  background: #edc;
  margin: 0;
  padding: 0;
  width: 100px;
  }

#actionbuttons li {
  display: block;
  list-style: none; /* kills the list item "bullet" markers */
  position: relative;
  font-weight: bold;
  vertical-align: bottom; /* for IE5/win */
  border: solid 1px gray;
  }

#actionbuttons ul a {
  display: block;
  padding: 5px 10px 10px 10px;
  vertical-align: bottom; /* needed for IE5/win */
  text-align: center;
  text-decoration: none;
  color: #552;
  }

#actionbuttons ul ul { 
  position: absolute;  
  left: -3000px;
  z-index: 100;
  }
    
#actionbuttons li:hover {
  color: #ddf;
  }
  
#actionbuttons ul li:hover ul {
  left:100px;
  bottom: 0px;
}

#actionbuttons ul a:hover {
  text-decoration: underline;
}


.loginicon {
  width: 10px;
  height: 10px;
  background: #DDDDDD;
  margin: 5px;
  display: inline-block;
  z-index: -1;
  position: relative;
}

#actionbuttons a {
  display: block;
  font-family: tahoma, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
  line-height: 30px;
  height: 20px;
}

#actionbuttons a:hover {
  text-decoration: underline;
}

/*-- Detail Layout --*/
#nav-div-top {
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  padding-bottom: 20px;
}

#centerRight {
  margin-left: 400px;
  min-height: 400px;
}

#centerRight form {
  border: 1px solid rgb(221, 221, 221);
  padding: 5px 0 5px 5px;
}

#centerLeft {
  float: left;
  text-align: center;
  min-height: 400px;
  max-height: 560px;
  width: 370px;
}

#mainImage {
  border: 1px solid #999999;
  max-width: 370px;
}

#imageContainer {
  margin: auto;
  min-height: 40px;
}
