

.main-table{
	table-layout: fixed;
	width: 100%;
}

.main-table-cell {
	vertical-align: top;
}

.navigation-div {
	width: 200px;
	vertical-align: top;
	text-align: center;
	padding: 10px;
}

.content-div {
	vertical-align: top;
	padding: 10px;
}

.nav-active-div {
	border: solid;
	border-width: 1px;
	border-radius: 20px 2px;
	border-color: purple;
	padding: 2px 2px 2px 10px;
	display: flex;
}

.nav-active {
	color:lightgreen;
	margin-left: 2px;
}

a.nav-active {
	text-decoration: none;
}


.buttons-divs {
	border: solid;
	border-width: 1px;
	border-color: DarkSlateBlue;

	text-align: center;
	vertical-align: bottom;
	margin-bottom: 10px;
}


img.button-links {
	width: 88px;
	height: 31px;
	image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

div.container {
	border: solid;
	border-radius: 30px;
	border-color: #E9ABE9;
	display: inline-block;
	padding: 10px;
}

div.container2 {
	border: solid;
	border-radius: 10px;
	border-color: lime; 
	display: inline-block;
	padding: 10px;
}

div.lamp {
	border: solid 1px;
	display: inline-block;
	padding: 2px;
	border-color: #E9ABE9;
	width: 10px;
	height: 10px;
}

span.StatusLabel {
	border: solid 1px #E9ABE9;
	padding: 2px;
	color: white;
}


p{
  color: silver;
}

ul{
  color: silver;
}

#serverList {
  border-collapse: collapse;
  width: 100%;
}

#serverList td, #serverList th{
  border: 1px solid DarkSlateBlue;
  padding: 8px;
  text-align: left;
  color: silver;
}

#serverList th {
  text-align: left;
  background-color: indigo;
  color: gray;
}


.imgView .descr{
	border: 1px solid white;
	vertical-align: top; 
	text-align: left; 
	padding-left: 10px;
	padding-right: 10px;
}

img.gallery-image{
 max-width: 100%;
 max-height: 100%;
 min-width: 10%;
 min-height: 10%;
}

.portrait {
    height: 80px;
    width: 30px;
}

.landscape {
    height: 30px;
    width: 80px;
}

.square {
    height: 75px;
    width: 75px;
}

table.imgView {
	border: 1px solid black;
	width: 100%;
}

.imgView img{
	border: 1px solid black;
	background: yellow;
}

#vogo.imgView img {
	border: 1px solid black;
	background: black;
}

#nonoccultatum.imgView img {
	border: 1px solid black;
	background: silver;
}

a:link{
	color: lightgreen;
}

a:visited{
	color: lightgreen;
}
