/* General Page Display Styles */
body {
    font-family: verdana, gill sans, sans-serif;
    font-size: 80%;
    color: #000;
}
a:link {
    color: #22f;
    text-decoration: none;
}
a:visited {
    color: #55f;
    text-decoration: none;
}
a:hover,
a:focus {
    background: #22f;
    color: #fff;
}
a:active {
    color: #22f;
    background: transparent;
}

.important {
	font-weight: bold;
	font-size: larger;
}


/* page layout stuff */
html {
    background: #ccc;
    margin: 0;
}
body {
    background: #fff;
    width: 60em;
    margin: 0 auto 10px auto;
	border-style: solid;
	border-color: #000;
	border-width: 0 1px 1px 1px;
    min-height: 45em;
}
h1 {
	margin: 0;
	border-width: 10px 10px 0 0;
	border-color: #fff;
	border-style: solid;
	height: 58px;
	background: url('logo.png') no-repeat top right;
	text-indent: -2000em;
	overflow: hidden;
}
p.tagline {
	text-align: right;
	color: #114;
	margin: 0;
	padding: 0 20px 3px 0;
}
#menu ul {
	margin: 0;
	padding: 5px 0 5px 25px;
	display: block;
	background: #114;
	color: #fff;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: inline-block;
	display: -moz-inline-block;
	padding: 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
}

h2#pagetitle {
	margin-left: 5px;
}

#content {
	padding: 5px;
}

table {
    border-collapse: collapse;
}
table tr.odd {
	background: #eee;
}

table tr.header {
	background: #114;
	color: #fff;
}

table th {
	text-align: left;
	padding: 0.3em;
	border: none;
    font-weight: bold;
}

/* FAQ dl */
dl.faq {
    border-top: 2px groove #aaa;
    padding-top: 0.7em;
}

dl.faq dt {
	font-style: italic;
    font-size: 110%;
}
dl.faq dd {
    margin: 0.7em 0;
    border-bottom: 2px groove #aaa;
    padding-bottom: 0.7em;
}

/* Plugin listing table */

.pluginlist-links {
	text-align: right;
	margin: 2px 0;
}
.pluginlist-links a {
	display: inline-block;
	display: -moz-inline-block;
	padding: 2px 3px 2px 23px;
	min-height: 20px;
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 20px;
}
.pluginlist-links a.expand {
	background-image: url('expand-icon.png');
}
.pluginlist-links a.collapse {
	background-image: url('collapse-icon.png');
}
.pluginlist {
	width: 100%;
}

.pluginlist tr.detail:hover {
	background: #eff;
	cursor: pointer;
}

.pluginlist .version {
	text-align: center;
}

.pluginlist tr.files {
	display: none;
}
.pluginlist tr.files .filelist {
	width: 100%;
}

/* Networks.txt Generator */

.network {
    padding: 0.5em 1em;
    text-align: center;
}
.network.odd {
    background: #eee;
}
.network.even {
    background: #ddd;
}

.network .heading label {
    font-weight: bold;
    padding-right: 1em;
}
.network .heading input {
    margin-right: 2em;
}

.network .server-list {
    margin: 0.3em auto;
}
.network .server-list caption {
    font-weight: bold;
}
.network .server-list input.port {
    width: 3em;
}

.buttons {
    text-align: center;
}

#networks-txt {
    width: 90%;
    margin: 0.5em auto;
    display: block;
}
