/* 
    Style Number: 3
    Style Name: Ultra Compact
    Filename: style3.css
    Author: ReadMe
    Date Updated: 2 Jan 05
*/

/* General Content Styles */
body, td, th, input, select, textarea, p, div {
	font: 7pt verdana;
}
a {
	color: #808080;
	background: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover span {
	text-decoration: none;
}
a:hover nobr {
	text-decoration: underline;
}
a img {
	border: none;
}
input, select, textarea {
	border: 1px solid black;
	color: #808080;
	background: white;
}
input.nothing {
	border: 0;
	margin-bottom: -3px;
	color: #808080;
	background: transparent;
}
#wordlink {
	text-align: right;
	margin: 0 10px 0 0;
	color: #808080;
	background: inherit;
}
p.wordnum {
	text-align: center;
	font-weight: bold;
	margin: 0;
}
#wordlist {
	margin: 0;
	width: 100px;
}
span.word, span.wordname {
	display: block;
}
span.word {
	text-indent: 2px;
	font-weight: bold;
}
span.wordname {
	margin-bottom: 2px;
}
#rightcell form {
	margin: 0;
}
#addWord {
	width: 60px;
	margin: 5px 3px 0 2px;
}
#subWord {
	width: 20px;
	margin: 0 2px 0 0;
}
#fictovote, #memstats {
	margin: 0;
	text-align: center;
	width:100px;
}
#fictovote {
    font-size: 1.2em;
}
.formtable, .filetable {
	background-color: #f1f1f1;
	border: 1px solid #949494;
}
.topbord {
	border-bottom: thin solid black;
}
hr {
	border: 1px #BCDEF0;
	border-style:inset;
}
table.forum {
	background: #f1f1f1;
	color: inherit;
	border-style: solid;
	border-color: #949494;
	border-width: 1px;
	margin-top: 3px;
}
.bordbot {
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	padding: 3px 0px 4px 6px;
}
.postmain {
	border-bottom: 1px solid #949494;
	padding: 2px 6px 2px 6px;
}
.quote {
	border: 1px solid #949494;
	padding: 10px;
	margin: 0 5px 10px;
	color: #000000;
	background-color: #ffffff;
}
#pagecell table.forum tr td, #pagecell table.forum tr td span {
    font-size: 1em;
}
table.forum tr.category th.title a.name {
    text-decoration: underline;
}
th {
	padding: 3px 3px 3px 5px;
	color: inherit;
	background: #dedede;
	border: 1px solid #949494;
	text-align: left;
}
table.forum tr.category th.title {
    background: inherit;
    color: inherit;
    border: none;
}
.OL_caption {
	color: black !important;
	padding-left: 3px !important;
	font-weight: bold;
	background-color: #f1f1f1 !important;
	border-color: #949494 !important;
	border-style: solid !important;
	border-width: 0 0 1px !important;
}
.OL_main {
	color: black !important;
	font-weight: normal;
	background-color: white !important;
	border: 1px solid #949494 !important;
}
.code {
	background: white;
	border: thin dashed #949494 !important;
}

/* Design/Layout Styles */
#heading {
    width: 230px;
    height: 40px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: black;
    margin: 0;
    padding: 0;
}
#heading h1 {
    float: left;
    margin: 0;
    padding: 0;
    width: 217px;
    height: 34px;
    background: white url('/images/ultracompact/logotext.gif') no-repeat 33px 6px;
}
#heading h1 span {display: none;}

#heading #image-extra1 {
    display: block;
    width: 21px;
    height: 35px;
    background: white url('/images/ultracompact/compactlogo.png') no-repeat left top;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 3px;
    left: 6px;
}

#topstuff #uinfo {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 260px;
    height: 37px !important;
    height /**/: 40px;
    padding-top: 3px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: black;
    text-align: center;
}
#topstuff img.worm {
    display: none;
}
#pageinfo {
    position: absolute;
    right: 0;
    top: 12pt;
    text-align: right;
    width: 250px;
    margin-top: 2px;
    font-size: 7pt !important;
}

#topstuff #topalerts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
#topstuff #topalerts .topline {
    margin: 0 255px 0 235px;
}
#leftcell, #rightcell {
	background: #f1f1f1;
	color: inherit;
    padding: 0;
    margin: 0;
}
#leftcell {
	border-right: 1px solid #949494;
}
#rightcell {
	border-left: 1px solid #949494;
}
h4.menuheading, h4.rightheading {
	width: 100%;
	margin: 3px 0;
    padding: 0;
	background: #dedede;
	border-top: 1px solid #949494;
	border-bottom: 1px solid #949494;
    text-align: left;
	font-size: 7pt;
	font-weight: bold;
	color: #222;
    text-decoration: none;
    text-indent: 3px;
}
.menu h4.clicked {
    color: #dedede;
    background: #888;
}
.menu h4.unclicked {
    background: #dedede;
    color: #222;
}
.menu ul.menuset li a {
	color: black;
	background: inherit;
	text-indent: 3px;
	letter-spacing: -0.05em
}
#newpostsindicator {
    color: red;
}
#pagecell {
    padding: 4px 5px;
}