/* Additional CSS to overwrite the default styles (includes/styles.php) */

body {
	color: #4e4e4e;
	text-align: center;
}

a {
	text-decoration: none
}
.red {
	color: red;
}

#container {
	position: relative;
	width: 700px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 100px;
	margin: 10px 0;
}
#header h1 img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 319px;
	height: 98px;
}
#header h2.headtitle {
	position: absolute;
	top: 60px;
	left: 113px;
	z-index: 1;
	width: 585px;
	text-align: left;
	font-size: 13pt;
	color: #4e4e4e;
	border-bottom: 1px solid #ccc;
}
#header .lang-select {
	position: absolute;
	top: 3px;
	right: 3px;
}
#header .lang-select img {
	border: 1px solid #4e4e4e;
}
#header .header-links {
	position: absolute;
	top: 26px;
	right: 3px;
}
#header .header-links a {
	color: #4ab84a;
	font-size: 10pt;
	font-weight: bold;
}

#content {
	min-height: 300px;
}

#server-listing {
	padding: 14px 0;
	text-align: left;
}
#server-listing .server {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #e4e4e4;
	border: 1px solid #ccc;
	cursor: pointer;
}
#server-listing .hover {
	background-color: #d8eacf;
	border: 1px solid #9ace6c;
}
#server-listing .server table {
	font-size: 8pt;
}
#server-listing .server td {
	width: 100%;
	padding-top: 5px;
}
#server-listing .server th {
	padding: 5px 12px 0 12px;
	text-align: right;
	white-space: nowrap;
}
#server-listing .server th span {
	white-space: nowrap;
}
#server-listing td.server-name {
	padding: 3px 0 8px 33px;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background-image: url('img/next.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.page-menu table {
	width: 100%;
}
.page-menu a {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
}
.page-menu a:hover {
	background-color: #019501;
}
.page-menu .menuback {
	background-color: #1a64ae;
	border: 1px solid #fff;
}
.page-menu .active {
	background-color: #019501;
}
.sub-menu a {
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
}
.sub-menu a:hover {
	background-color: #84c584;
}
.sub-menu .menuback2 {
	background-color: #92b8dd;
	border: 1px solid #fff;
}
.sub-menu .active {
	background-color: #84c584;
}

table .tablehead {
	padding: 3px 0;
	color: #fff;
}
table .tablehead a {
	color: #c6f5c5;
}
table .tablehead a:hover {
	text-decoration: underline;
}
table .celltext {
	padding: 3px 0;
}
.pagination {
	margin: 10px 0;
}
.pagination td {
	padding: 0 10px;
}


#footer {
	margin-bottom: 20px;
}
#footer td {
	padding: 8px;
	background-color: #1a64ae;
}
#footer a {
	color: white;
	text-decoration: underline;
}