/* CSS definitions for Web site left-menu buttons panel */

body#navpanel {
	font-size:100.0%;
	color:black;
	background-color:white;
	background-image: url(https://geodosch.com/images/buttonback.jpg);
}

div#menu {
    height: auto;
    width: 110px;
}

div#menu ul {
    margin-left: 0;
    padding-left: 0;
}

div#menu li {
    height: 20px;
    width: 96px;
    margin-top: 1px;
    margin-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    text-indent: 22px;
    line-height: 150%;
    list-style: none;
    list-style-type: none;
    background-image: url(https://geodosch.com/images/btn_normal.gif);
    background-repeat: no-repeat;
}
div#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
div#menu li a:link {
    color: white;
}
div#menu li a:visited {
    color: white;
}
div#menu li a:hover {
    color: white;
    background-image: url(https://geodosch.com/images/btn_active.gif);
}

div#menu li a:active {
    font-weight: bold;
    color: red;
    background-image: url(https://geodosch.com/images/btn_active.gif);

    background-repeat: no-repeat;
}

table.tblcenter {
    margin-left:auto; 
	margin-right:auto;
}

td.tblcenter {
	text-align:center;
	margin-right:auto;
    margin-left:auto; 
}

td.tblleft {
	text-align:left;
	margin-right:auto;
}

td.tblright {
	text-align:right;
    margin-left:auto; 
}

/* === Support for collapsable sections ===========
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
