@CHARSET "ISO-8859-1";
body {
  background-image:url('../images/menu.png');
  background-repeat:repeat-y;
}
ul{
  padding:0;
  margin:0;
  list-type: none;
}
.system-title-text {
  color: #000;
  padding-left: 5%;
}
.system-mainmenu {
  padding:0;
  margin: 0;
}
.system-mainmenu-item {
  border-bottom: thin solid black;
  padding: 0;
  margin: 0;
}
.system-mainmenu-item-link {
  display:block;
  width: 100%;
  text-align: center;
  padding-top:1px;
  padding-bottom:1px;
  text-decoration: none;
  color: #000;
  font-size: 125%;
  font-weight: bold;
}
#portable-display-format{
  display:block;
  width: 320px;
}
.tool-control-panel {
  clear: both;
  margin-top: 4px;
  display:block;
  width:100%;
  border-top: thin solid black;
}
.system-control {
  float: left;
  padding: 2px;
}
.system-control a {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  font-size: small;
}
.system-form {
  padding-bottom: 5px;
}
.system-form label{
	display: block;
}
.system-form-item {
	padding-bottom: 2px;
}
.system-form-item-title {

}
.system-form-item-input {

}
/*  Hidden Image */
div.trigger {

}
div.trigger a {
  color: #000;
  text-decoration: none;
  /*display: block;*/
}
div.trigger a:visited {
  color: #000;
  text-decoration: none;
  /*display: block;*/
}
div.trigger a:hover { color: #000; }
div.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {

}
.toggle_container .block {

}
