
body {
	padding: 8px 0;
	margin: 0;
	background: #777;
	color: #000;
	width: 100%;
	text-align: center;
	font-size: 62.5%;
	}

#main {
	font-size: 80%;
	}
body, td, th, .box h2, .box h1 {
	font: 100% verdana, arial, helvetica, sans-serif;
	}

a:link, a:visited {
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

hr.clear {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0!important;
	border: 0;
	visibility: hidden;
	}
hr.clear.both {
	clear: both;
	}
#main {
	width: 982px;
	margin: 0 auto;
	text-align: left;
	}

#topbanner {
	border: 2px solid #000;
	height: 120px;
	}
#topbanner .banner {
	float: right;
	margin: 16px;
	overflow: hidden;
	width: 50%;
	}

#logo {
	float: left;
	margin: 30px 8px 0 32px;
	}

#logo img {
	border: 0;
	}

#content {
	padding: 8px 8px 0;
	vertical-align: top;
	background: #c0c0c0;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	width: 750px;
	float: left;
	}

#menu ul {
	margin: -16px 0 0 32px;
	text-indent: 0;
	padding: 0;
	}
#menu ul li {
	float: left;
	list-style-type: none;
	margin: 0 4px;
	}
#menu ul li, #menu ul li a {
	font-weight: bold;
	display: block;
	}

#menu ul li a {
	display: block;
	padding: 0 8px 4px;
	color: #ffce00;
	}

#menu a:link, #menu a:visited {
	border-top: 3px solid #c0c0c0;
	border-right: 3px solid #c0c0c0;
	border-left: 3px solid #c0c0c0;
	font-size: 100%!important; /* stomme banner... */
	}

#menu a:hover, #menu a:active {
	background: #c0c0c0;
	color: #000;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
	}

div.banner {
	background: #c0c0c0;
	text-align: center;
	}

#skyscraper {
	float: right;
	background: #000;
	width: 200px;
	}
#skyscraper * {
	margin: 0px auto;
	}
#skyscraper .banner {
	width: 200px;
	margin: 8px auto 24px;
	text-align: center;
	background: inherit;
	}
	
.topstats {
	float: right;
	color: #fff;
	font-weight: bold;
	padding: 0 8px;
	font-size: smaller;
	}
.topstats dl a {
	color: #ffce00;
	}
.topstats dl dd {
	text-align: right;
	}

#login, #logout {
	float: left;
	width: 230px;
	}
#login legend {
	color: #ffce00;
	font-size: smaller;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1em 0;
	}
#login input {
	width: 125px;
	margin: 2px 0;
	float: left;
	}
#login button {
	border: 0;
	color: #000;
	background: #c0c0c0;
	margin: 2px 0;
	padding: 0 16px;
	border: 1px solid #000;
	float: right;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#login .left {
	width: 127px;
	float: left;
	}
#login .right {
	float: right;
	text-align: right;
	text-indent: -150px;
	padding: 27px 0 0;
	}
#login p, #logout p {
	margin: 0;
	clear: both;
	}
#login p a:link {
	color: #ffce00;
	font-size: smaller;
	display: block;
	float: right;
	}
#logout {
	padding: 30px 0;
	}
#logout p {
	color: #fff;
	}
#login p a:link, #login p a:visited,
#logout p a:link, #logout p a:visited {
	color: #ffce00;
	}
#logout p.right {
	text-align: right;
	font-weight: bold;
	margin: 4px 0;
	padding-right: 10px;
	font-size: smaller;
	}

table {
	margin: 0;
	}

td, th {
	text-align: left;
	}
legend {
	padding: 0;
	display: block;
	font-weight: bold;
	}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}
input, textarea, select {
	border: 1px solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #ccc #ddd #eee #ccc;
	background: #fff;
	color: #666;
	font: 100% verdana, arial, helvetica, sans-serif;
	}
input:focus, textarea:focus, select:focus {
	border-color: #000!important;
	}
input:hover, textarea:hover, select:hover {
	border-color: #666;
	}
input:focus, textarea:focus, select:focus {
	color: #000;
	}
input[type=text].disabled {
	color: #aaa;
	font-style: italic;
	}
input[type=checkbox], input.checkbox {
	border: 0;
	}
td.right {
	text-align: right;
	}

div.box {
	color: #000;
	margin: 4px 0;
	border: 1px solid #000;
	}
div.box.left {
	width: 49%;
	}
div.box.left, div.box.leftthird {
	float: left;
	margin: 4px auto;
	}
div.box.right {
	width: 49%;
	}
div.box.right, div.box.rightthird {
	float: right;
	margin: 4px auto;
	}
div.box.leftthird, div.box.rightthird {
	width: 32%;
	}
div.box.middle {
	width: 70%;
	margin: 4px auto;
	}
div.box.middlethird {
	float: none;
	margin: 8px 34% 4px;
	width: auto;
	}
div.box .boxinner {
	padding: 8px;
	border-top: 1px solid #000;
	}
div.box.aleft .boxinner {
	text-align: left;
	}
div.box .boxfoot {
	text-align: right;
	font-weight: bold;
	padding: 0;
	}
div.box button {
	border: 0;
	color: #ffcc00;
	margin: 0;
	padding: 2px 32px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	}
div.box button.previous {
	float: left;
	}
div.box hr {
	height: 0;
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 4px -8px;
	}
div.box p {
	margin: 0 0 8px;
	}
div.box .boxfoot p {
	margin: 0;
	}
div.box h1, div.box h2 {
	margin: 0;
	padding: 0 8px;
	font-weight: bold;
	text-align: left;
	}
div.box h3 {
	font: larger verdana, arial, helvetica, sans-serif bold;
	margin: 0;
	}
code.pass {
	background: #ffce00;
	padding: 4px;
	font-size: 120%;
	}

#ticker {
	border: 2px solid #000;
	padding: 0;
	}
#ticker th, .ticker td {
	font-size: 10px;
}
#ticker th {
	font-weight: bold;
}
#ticker td {
	padding-left: 4px;
}
#ticker td a, .ticker td a:visited {
	color: #000000;
	text-decoration: underline;
}
#ticker td a.nick {
	font-weight: bold;
}
#ticker td a:link:hover, .ticker td a:visited:hover {
	color: #ff9900;
}

#copyright {
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #c0c0c0;
	margin: 0 -8px;
	font-weight: bold;
	}
#copyright a {
	color: #ffce00;
	}

/* userinfo */

#user ul {
	margin: 6px 0;
	float: right;
	border: solid #000;
	border-width: 1px 1px 0;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 20%;
	}
#user ul a {
	display: block;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}
#user h1 {
	margin: 0;
	font-size: 150%;
	}
#user dl {
	float: left;
	width: 75%;
	margin: 0;
	}
#user dl dt {
	float: left;
	width: 50%;
	border-bottom: 1px dotted #808080;
	clear: both;
	padding: 2px 0;
	}
#user dl dd {
	float: right;
	width: 50%;
	text-align: right;
	border-bottom: 1px dotted #808080;
	margin: 0;
	padding: 2px 0;
	}
#user dl#dates {
	clear: both;
	float: left;
	width: 75%;
	border: 0;
	}
#user dl#dates dt, #user dl#dates dd {
	border: 0;
	width: 24%;
	padding: 2px 0.5%;
	float: left;
	clear: none;
	}
#user dl#dates dt {
	font-weight: bold;
	text-align: right;
	}
#user dl#dates dd {
	text-align: left;
	}

#user .action {
	vertical-align: top;
	padding: 16px 0 0 8px;
}
#user .action .box td {
	padding: 0;
}
#user .action a {
	display: block;
	padding: 2px;
	text-decoration: none;
}
#user .action table {
	width: 100%;
	text-align: center;
}
#user .action td {
	padding: 2px;
}
#user table.userinfo {
	width: 100%;
	margin: 5px 0 8px;
	border: 0;
}
#user table.userinfo th,
#user table.userinfo td {
	border: 0;
	border-bottom: 1px dotted #808080;
	vertical-align: top;
}
#user table.userinfo td {
	text-align: right;
}
#user .userstatus {
	padding-left: 2px;
	border-bottom: 2px groove #E0E0E0;
	margin-bottom: 2px;
	padding-bottom: 7px;
}
#user table.prowinfo {
	width: 100%;
}
#user table.prowinfo th {
	text-align: right;
	font-weight: bold;
}

/* friends */
#friends small,
span.pijltje {
	font: 75% "Times New Roman", Times, serif;
}

#friends colgroup, #friends tbody,
table.friends colgroup, table.friends tbody {
	border: 2px ridge #AAA;
} /* make moz tbodies look like normal tables */

td#nav th {
	text-align: left;
	}

#nav_topbar {
	border-bottom: 2px groove #CCC;
}
#nav_topbar th {
	padding-left: 0.2em;
	padding-right: 2em;
}
#nav .nav_nav {
	text-align: right;
}

#nav_data table td,
#nav_data table th {
	border-bottom: 1px dotted #888;
}
#nav_data table th {
	width: 11em;
	white-space: nowrap;
	padding-left: 0.2em;
	padding-right: 0.2em;
} /* nick */
#nav_data table table th,
#nav_data table table td {
	border-bottom: 0;
	padding: 2px;
} /* comment */
#nav_data table table th {
	width: 1%;
	vertical-align: top;
	padding-right: 0.5em;
} /* datum */
#nav_data table table tr.in th {
	text-align: right;
}

table.box {
	border: 1px solid #111111;
	border-collapse: collapse;
}
th.box, table.box th {
	padding: 1px 10px;
	font-weight: bold;
	border-color: #111111;
}
table.box td {
	padding: 5px 10px;
	border-color: #111111;
}
table.box table {
	border: 0;
}
table.box table td {
	padding: 3px;
}

#results table {
	border-collapse: collapse;
	width: 100%;
	}

#results table td, #results table th {
	border: 1px solid #000;
	padding: 4px;
	vertical-align: center;
	}
#results table img {
	display: block;
	}
#results table td.thumb {
	padding: 0;
	width: 80px;
	text-align: center;
	}
#results table th {
	background: #ccc;
	}
#results p {
	text-align: center;
	font-weight: bold;
	margin: .5em 0;
	}
#results p.pagination {
	font-weight: normal;
	}

#pro.box {
	text-align: center;
	background: #c0c0c0;
	}

#tekstlinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	}
#tekstlinks ul a {
	font-weight: bold;
	}

#registerinfo .box {
	}
#registerinfo .compound {
	white-space: pre;
	}
button {
	cursor: pointer;
	}
span.status-online {
	color: green;
	font-weight: bold;
	}
span.status-offline {
	color: red;
	font-weight: bold;
	}

label {
	display: block;
	clear: both;
	padding: 2px 0;
	}
.compound {
	padding: 2px 0;
	}
.compound label {
	display: inline;
	clear: none;
	}
label span {
	float: left;
	width: 10em;
	}
#someprofile_action_mail textarea {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	height: 20em;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	}
#somemail_box th {
	font-weight: bold;
	}
#somemail_box tr:hover td {
	background: #fff;
	}
#somemail_box .unread td {
	font-weight: bold;
	}
#sender-info {
	border: 1px solid #000;
	background: #fff;
	padding: .5em;
	float: right;
	}
#sender-info dt {
	float: left;
	width: 49%;
	clear: both;
	}
#sender-info dd {
	float: right;
	width: 49%;
	margin: 0;
	}
#searchform label, #account_create label {
	display: inline;
	}

div.box dl.wide {
	margin: 0;
	padding: 0;
	}
div.box dl.wide dt, div.box dl.wide dd {
	padding: 2px 16px;
	}
div.box dl.wide dt {
	float: left;
	padding-right: 0;
	}
div.box dl.wide dd {
	text-align: right;
	}
div.box dl.wide a {
	font-weight: bold;
	}

#s #person {
	width: 49%;
	float: left;
	}
#s #location {
	width: 49%;
	float: right;
	}
#s #options {
	clear: both;
	}
#s #options legend {
	padding-top: 1em;
	}
#s #options label {
	display: inline;
	}

#twain input.text, #twain textarea {
	margin-left: 1.5em;
	width: 25em;
	}
#twain .hidden {
	display: none;
	}
