body {
	background-color: #fff;
 	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	min-width:800px;
}
table, input, select, textarea {
	/* font bugs */
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
img {
	border: 0;
}

#header_top {
	background-color: #02485c;
	color: #ffffff;
	font-size: 10px;
	height: 14px;
	/*	padding: top right bottom left */
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
}
div.admin {
	background-image: url(https://downloads.rivermount.net/Administration/assets/img/splashimg.png);
	background-position: center;
	font-size: 10px;
	height: 14px;
	/*	padding: top right bottom left */
	padding: 2px 10px 2px 10px;
	vertical-align: middle;
}
table.header {
	background-image: url(../images/banner.png);
	background-position: center;
	background-color: #1d427d;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 110px;
	width: 100%;
}
table.menu {
	background-color: #1d427d;
	color: #ffffff;
	height: 30px;
	width: 100%;
}
tr.spaceUnder>td {
  padding-bottom: 1em;
  padding-top: 1em;
}

tr:nth-child(even) {background: #000}
tr:nth-child(odd) {background: #404040}
table.header tr.title {
	padding: 0px 25px 0px 25px;
	vertical-align: middle;
}
table.header tr.title h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.details_header {
	background-image: url(../images/background_header.png);
	border: #000 1px solid;
	color: #ffffff;
/*	padding: top right bottom left */
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
}

table.details {
	background-image: url(../images/details.png);
	background-repeat: repeat;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	margin-bottom: 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: top;
	width:100%;
	height:50px;
	color:#FFF;
}

#center {
    width: 100%;
	text-align:center;
    margin: 0 auto;
}
table.details h1 {
}
table.details th {
	background-color: #0094da;
	background-image: url(../images/links_bg_hover.png);
	border: #000 1px solid;
	color: #ffffff;
/*	padding: top right bottom left */
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
}
table.details td.title {
	font-weight: bold;
	width: 350px;
}
table.details hr { color: #0094da; height: 1px}

span.offline { color: #F00;}

ul{
    width: 100%;
    display: table;
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
ul li{
     display: inline-block;
     float: none;
}
.selected {
  background-color: #2ecc71;

}
a:hover {
	color : #86a325;
	text-decoration : underline;
}
a:active {
	color : #3b9fbe;
	text-decoration : underline;
}
li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #1d427d;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

a {
	color: #3b9fbe;
	text-decoration: none;
}
li {
	float:left;
	
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
}