/* Guminski.Net CSS */
html {
  overflow-y: scroll;
}
body {
  background-color: #eaeaea;
  font-family: Verdana, Helvetica, sans-serif;
  color: black;
  font-size: 11pt;
}
div {
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  padding: 5px;
}
div.table {
  width: 980px;
  margin: auto;
  padding: 0px;
  display: table;
  border: solid 1px silver;
}
div.row {
  background-color: white;
  display: table-row;
}
div.form {
  border: dotted 1px lightgray;
  box-shadow: 3px 3px 3px lightgray;
  margin: 5px;
}
#topmenu {
  background-color: #14b;
  background: linear-gradient( #14d, #148 );
  width: 966px;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  font-size: 12pt;
  border-radius: 4px;
}
#top {
  background: url('images/banner.jpg');
  margin: 0px;
  width: 970px;
  height: 85px;
  font-size: 9pt;
  text-align: right;
  color: #eaeaea;
  float: left;
  display: table-cell;
}
#leftmenu {
  margin: 3px;
  width: 150px;
  min-height: 500px;
  float: left;
  display: table-column;
}
#rightcontent {
  margin: 3px;
  width: 794px;
  min-height: 500px;
  float: left;
  display: table-column;
}
#bottom {
  border: none;
  background-color: transparent;
  width: 980px;
  padding: 5px 5px;
  font-size: 7pt;
}

h1, h2, h3, h4 {
  text-align: center;
  background-color: #14b;
  background: linear-gradient( #14d, #148 );
  color: #fff;
  margin: 2px 0px 5px 0px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12pt;
  text-shadow: 1px 1px 0px black;
  border-radius: 4px;
  box-shadow: 5px 5px 5px darkgray;
  height: 22px;
}
h4 {
  background-color: slategray;
  background: linear-gradient( darkgray, slategray );
  font-size: 11pt;
}
	
a {
  text-decoration: none;
  color: #00a;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  margin-left: 5px
}  
a:hover {
  color: #c00;
  text-decoration: underline;
}
a.menutop {
  color: #fff;
  font-size: 14pt;
  text-shadow: 1px 1px 0px black;
}
a.menutop:hover, a.h3:hover {
  color: #ddd;
}
a.h3 {
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
  text-shadow: 1px 1px 0px black;
}
a.p {
  font-size: 12pt;
  margin-left: 0px;
}

img {
  margin: auto;
  border: none;
}
img.pic {
  width: 320px;
  height: 240px;
  margin-top: 5px;
  margin-right: 0px;
  float: right;
}

table {
  margin: auto;
}
td {
  vertical-align: middle;
  padding: 0px 2px;
  border-bottom: dotted 1px lightgray; 
}

small {
  font-size: xx-small;
}

input[readonly="readonly"] {
  background-color: lightgray;
}

p.info {
  background-color: forestgreen;
  color: white;
  padding: 5px 20px;
  border-radius: 4px;
  text-shadow: 1px 1px 0px black;
}
p.err {
  background-color: firebrick;
  color: white;
  padding: 5px 20px;
  border-radius: 4px;
  text-shadow: 1px 1px 0px black;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.gray {
  color: slategray;
}  
iframe {
  margin: auto;
}
