@import "css/main.forum.css";

/*
html {
	font-size:62.5%;
	font-family:sans-serif;
	color:white;
	background:black;
	text-align:center;
	margin:0;
	padding:0;
}
input, select {
	font-size:100%;
	font-family:sans-serif;
	padding:0;
	margin:0;
}
#container {
	width:990px;
	margin:0 auto;
	background-color:white;
	color:black;
	text-align:left;
}
table {
	border-collapse:collapse;
	width:100%;
}

#global_nav * {
	margin:0;
	padding:0;
	text-align:center;
}
#global_nav li {
	list-style:none;
	display:inline;
}
a:link {
	color:#369;
}
a:hover {
	color:#69c;
}
a:visited {
	color:#888;
}
hr {
	line-height:1%;
	height:1%;
	clear:both;
}
#online_stats dt {
	display:none;
}
#online_stats {
	border-top:1px solid black;
	border-bottom:1px solid black;
}
#online_stats * {
	margin:0;
	padding:0;
}
#online_stats dd {
	padding-left:88px;
}
#online_stats ul {
	border:solid black;
	border-width:0 0 1px 1px;
}
#online_stats li {
	list-style:none;
}
#online_stats p {
	clear:both;
	border-left:1px solid black;
}
table {
	margin:0 0 1em 0;
}
caption {
	text-align:left;
	line-height:2;
	font-size:150%;
	font-weight:bold;
	color:#666;
}
tbody th {
	width:38%;
}
tbody th,
tbody td {
	padding:1ex;
	vertical-align:top;
}


div.post_header {
	position:relative;
	top:0;
	margin:0;
	background:#eee;
}

div.post_buttons {
	position:absolute;
	top:0ex;
	right:1ex;

}
dl#post_index {
}
dl#post_index * {
	margin:0;
	padding:0;
}
dl#post_index dt {
	display:none;
}
dl#post_index ul {
	width:330px;
	float:left;
}
dl#post_index li {
	list-style:none;
	padding-left:36px;
	line-height:36px;
	background-repeat:no-repeat;
	background-position:8px 50%;
	background-color:transparent;
}

.new_post { background-image:url(./images/folder_new.gif); }
.new_hot { }
.new_locked { }
.no_post { background-image:url(./images/folder.gif);}
.no_hot { }
.no_locked { }
.announce { }
.sticky { }

*/