/* $Id: stylesheet.css,v 1.28 2003/06/22 23:01:25 glen Exp $ */

body {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: black;
	margin: 0;
}
body, input, select, td, th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.listing_nowrap {
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
}
.listing {
	vertical-align:middle;
	text-align: center;
}
listing_wrap {
	text-align: center;
}
.users_list_admin a {
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	color: #beae10;
	text-align: center;
}
.users_list_users a {
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	color: #beae10;
	text-align: center;
}
.users_list_software_subscriber a {
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	color: #beae10;
	text-align: center;
}
.users_list_homepage a {
	font-size: 11px;
	color: #beae10;
	text-align: center;
}
.users_list_details {
	font-size: 11px;
	color: #beae10;
}
#home_page_text {
	width: 100%;
	background: black;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	color: #beae10;
	letter-spacing: 1px;
	text-align: center;
	z-index: 2;
}
table {
	border: none;
	color: #beae10;
	text-decoration: none;
	background: black;
}
td, th {
	line-height: 135%;
	vertical-align: top;
}
#banner {
	z-index: 2;
	width: 100%;
	background: black;
	text-align: center;
	clear: both;
}
#banner span {
	font-style: italic;
	font-size: 12px;
	color: #beae10;
}
#banner a, #banner a:hover {
	color: #beae10;
	text-align: center;
	text-decoration: none;
}
#tag {
	width: 100%;
	background: #beae10;
	color: black;
	padding: 2px 5px 2px 10px;
	border: 1px black solid;
}
#tag a { 
	color: black;
}
#tag a:hover {
	color: red;
}
#tag1 {
	width: 100%;
	background: black;
	color: #beae10;
	padding: 2px 5px 2px 10px;
	font-size: 8px;
}
#content {
	width: 100%;
	background: black;
	padding: 20px;
	line-height: 150%;
	color: #beae10;
}
#menu {
	text-align: center;
	line-height: 150%;
	font-weight: bold;
	padding: 10px;
	background: black;
	color: #beae10;
	width: 130px;
	z-index: 1;
	float: left;
}
a {
	color: #beae10;
	text-decoration: none;
}
a:hover {
	color: red;
}
#footer {
	background: black;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 10px;
	border-top: 1px #beae10 solid;
	color: #beae10;
}
h1, h2, h3, h4 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	line-height: 100%;
}
h1 {
	margin-bottom: 20px;
}
form {
}
.path {
	color: white;
}
.path a {
	color: white;
	text-decoration: none;
}
.path a:hover {
	color: silver;
	text-decoration: none;
}
.prompt {
	border-top: 1px dotted gray;
	padding-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}
.field {
	margin: 0;
}
.doc {
	margin-top: 2px;
	color: gray;
}
textarea {
	width:90%;
}
.error {
	font-weight: bold;
	font-size: 12px;
	color: silver;
}
.subfolders, .imageboxes {
	margin: 5px 0 5px 0;
	clear: both;
}
.subfolder, .picbox, .picboxlong {
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 2px;
	padding: 2px;
	float: left;
}
.subfolder {
	width: 90px;
	height: 90px;
}
.picbox {
	width: 110px;
	height: 110px;
}
.picboxlong {
	width: 110px;
	height: 140px;
}
.backnext {
	float:right;
}
.infotable {
	width: 600px;
	border: 1px gray solid;
}
.list {
	clear: both;
}
.list p {
	margin-top: 0;
	padding-top: 0;
}
th {
	border-bottom: 1px gray solid;
	text-align: left;
}
.infotable th {
	text-align: left;
	border: none;
	margin-right: 10px;
	white-space: nowrap;
	width: 120px;
}
.info {
	font-size: 10px;
	color: gray;
}
.action {
	color: gray;
	clear: left;
}
.action a {
	color: gray;
	text-decoration: none;
}
.event_date {
	white-space: nowrap;
	background: black;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.Comments {
	width: 600px;
}
.Comments p {
	margin: 0 0 5px 0;
}
.subject {
	font-weight: bold;
	border-top: 1px dotted gray;
	margin-top: 20px;
}
.stats {
	float: right;
	border: 1px gray solid;
	padding: 10px;
}
.even {
	background: #1F1D1D;
	padding: 2px;
}
.odd {
	background: #000000;
	padding: 2px;
}
.pollbar {
	background: black;
}
.weblog {
	width: 90%;
}
.weblog td {
	vertical-align: top;
	line-height: 150%;
}
.weblog p {
}
.weblog .icon {
	width: 50px;
	text-align: left;
}
.weblog .info {
}
dt {
	font-weight: bold;
	padding-bottom: 0;
}
dd {
	padding-top: 0;
}
hr {
	color: gray;
	height: 1px;
	width: 100%;
}
.category {
	float: left;
	height: 240px;
	width: 180px;
	margin: 2px;
	border: 1px #dddddd solid;
	padding: 2px;
}
.categorytitle {
	background: navy;
	color: white;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	margin: -2px -2px 5px -2px;
}
.categorylinks {
	padding: 0 3px 0 3px;
}
h2.date {
	font-size: 12px;
	color: gray;
	margin: 30px 0 10px 0;
}
h3.title {
	margin: 10px 0 5px 0;
}
table.simple {
	border-collapse: collapse;
	border-bottom: 1px silver solid;
}
table.simple td {
	border-top: 1px silver solid;
	padding: 2px;
}
.messages {
	background: black;
	color: #beae10;
	text-align: center;
	padding: 5px;
	margin: 10px 0 10px 0;
	border: 1px #beae10 solid;
}