/***********************************
* BadFellas stylesheet             *
* http://www.badfellas.org         *
* (C) 2004-2010 Zander Zoftware    *
*                                  *
* You are allowed to use this file *
* as basis for your own style,     *
* as long as you mention it was    *
* based on this file.              *
*                                  *
***********************************/

@import "general.css";

body {
	background-image: url("img/backg2.png");
	border: none;
	margin-left: 5px;
}

A {
	color: #FFFF20;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
	color: #00FFFF;
}

H1 {
	font-family: Tahoma, Verdana, Arial, sans-serif, serif;
	color: #C08B0B;
	font-size: 3em;
	font-weight: normal;
}
h1.threadhead {
	font-size: 2em;
	color: #FFFFFF;
	text-align: center;
}

H2 {
	font-size: 2.6em;
	font-weight: normal;
}
h2.jailhead, h1#paperhead,h2.clanhead {
	color: #FFFFFF;
	text-align: center;
	font-size: 2.2em;
}

H3 {
	font-size: 2.15em;
	font-weight: normal;
}
H3.auctdet {
	text-align: center;
}
h3.profedit {
	margin: 1em 0 0 0;
	font-size: 1.5em;
}

iframe {
	border: none;
}

.irc {
	color: #FF0000;
}

.pagehead {
	font-family: Tahoma, Verdana, Arial, sans-serif, serif;
	color: #C08B0B;
	font-size: 3em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.75em;
	text-shadow: #604505 2px 2px 2px;
}

.statshead {
	font-size: 2em;
	text-align: center;
}

.whiteip {
	background-color: #208020;
	color: #FFFFFF;
}

.nobr {
	white-space: nowrap;
}

.onlinep {
	text-align: justify;
	/*white-space: nowrap;*/
}

.roultab {
	background-color: #004000;
	padding: 5px;
}

#hlay {
	background-color: #202020;
	border: 1px solid #906808;
	padding: 2px;
	margin: 2px;
	width: 12em;
	height: 2.5em;
	-moz-border-radius: 1px; /* Firefox */
	border-radius: 3px; /* Opera 10.5 */
	-webkit-border-radius: 1px;
}
#hlayoc {
	position: absolute;
	right: 1px;
	top: 1px;
}

th.bjack {
	color: #000000;
	text-align: center;
	font-size: 30px;
}

.search {
	width: 25%;
	margin: 0 auto;
}

/*
P {
	display:block;
	margin-bottom: 10px;
}
*/
/* Links */
.admin {
	color: #FF0000;
}
.casino {
	color: #00FFFF;
}
.dupehunter {
	color: #C0C0C0;
}
.editor {
	color: #C000C0;
}
.friend {
	color: #00FF00;
}
.helpdesk {
	color: #4080FF;
}
.ircadmin {
	color: #A080A0;
}
.moderator {
	color: #FF8000;
}
.programmer {
	color: #800000;
}
.semiadmin {
	color: #FF8080;
}
.spamlist {
	color: #606060;
}
.vip {
	color: #00A000;
}

#contactusers optgroup {
	background-color: #C08B0B;
	color: #FFFFFF;
}
#contactusers option {
	background-color: #FFFFFF;
	color: #000000;
}

.deluser {
/* Same color as link! */
	color: #FFFF20;
	text-decoration: none;
}


/* Car racing */
.avgcar {
	background-color: #FFFFD0;
}
.badcar {
	background-color: #FFD0D0;
}
.goodcar {
	background-color: #D0FFD0;
}


/* Quotes */
blockquote {
	border: 1px solid #C08B0B;
	margin-bottom: 0;
	padding: 1px;
}

div.quotehead {
	font-size: 10px;
}

/* Tables */
table {
	font-family: Tahoma, Verdana, Arial, sans-serif, serif;
	font-size: 1em;
	text-align: left; /* IE fix */
}

table, td,th {
	border-collapse: collapse;
	border:2px solid #C08B0B;
	border-spacing: 0;
}

TD, TH {
	/*text-align: left;*/
}

TH {
	font-family: Tahoma, Verdana, Arial, sans-serif, serif;
	background-image: url("img/thgrad.png");
	background-color: #906808; /*C08B0B*/
	color: #000000;
}

TH.H1 {
	color: #FFFFFF;
}

table.noborder td {
	border:none;
	border-collapse: separate;
	border-spacing: 0px;
}

table.quote td {
	border:1px solid #FFFF00;
}

table.countries, th.countries {
	font-size:0.85em;
}

td.domisq {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
}

table.yahtzee td {
	padding: 8px;
}

tr.smuggle th {
	font-size: 1.5em;
	text-align: center;
}

/* Newspaper */
table.newsp {
	margin: 0 auto;
	width: 70%;
}
table.newsp, table.newsp td {
	border: 1px solid #1a1301; /*none*/
	border-collapse: collapse;
	color: #C08B0B;
}

table.newsp th {
	border:none;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 2em;
}


#postpreview {
	border:1px solid #C08B0B;
	border-collapse: collapse;
	background-color: #404040;
	color: #FFFFFF;
	width: 50%;
	margin: 0 auto;
}


/* Statusbar */
table#status, table#status td, table#status td img {
	border: 1px solid #C08B0B;
	margin: 1px;
	border-collapse: collapse;
	font-family: Tahoma, Verdana, Arial, sans-serif, serif;
	font-size: 1em;
	background-color: #604505;
	color: #FFFFFF;
	vertical-align: middle;
}
/*
//IE doesn't accept margin auto with Transitional doctype
table#status {
	margin: 10px auto;
}
*/

table#status td img {
	border: none;
}


/* Forum */
.forumwrap {
	border:2px solid #C08B0B;
	border-collapse: collapse;
	margin: 1em 0;
	width: 99%;

	background-color: #404040;
	color: #FFFFFF;
	position: relative;
}
.forumhead {
	background-color: #606060;
	background-image: url("img/forumgrad.png");
	color: #FFFFFF;
	padding: 1px;
}
.forumfoot {
	border-top: 1px solid #C08B0B;
}
.editcontrol {
	position: absolute;
	right: 0;
}

#firstposthead {
	background-color: #E0AB2B;
	background-image: url("img/fpgrad.png");
	color: #000000;
	font-weight: bold;
	padding: 1px;
}

#firstpost {
	background-color: #705515;
	color: #FFFFFF;
}

.mine {
	color: #00C000;
	font-weight: bold;
}
.selfrow {
	background-color: #006000;
	color: #FFFFFF;
}


/* Slot machine */
table.slotmachine, table.slotmachine td {
	border:0;
	padding:0;
	margin:0;
	border-spacing:0;
	border-collapse: collapse;
}


/* Password meter */
div.pwdMeter {
	width:100px;
	height:17px;
}

#aligner {
	margin: auto;
	padding: 4px;
}
#pmContainer {
	position:relative;
	padding:0px;
	border:1px dashed #C08B0B;
}

#pmGradient {
	position:absolute;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
}

#pmMask {
	position:absolute;
	font-size:1px;
	background-color:#000000;
	left:0px;
	top:0px;
}

#pmProgressIndicator {
	position:absolute;
	top:0px;
	left:0px;
	font-weight:bold;
	color:#606060;
	font-size:10pt;
	text-align:center;
}

#shoutbox {
	float: right;
	width: 200px;
	border: 1px solid #604505;
	margin: 5px;
	padding: 1px;
	z-index: 1;
	overflow: hidden;
}
#shoutbox h1 {
	font-size: 20px;
	text-align: center;
	margin: 0;
}
iframe#shoutframe {
	padding: 0;
	margin: 0;
	border: 0;
}

.mainpitem {
	border-bottom: 1px solid #604505;
	padding-bottom: 5px;
}

.subhead {
	font-weight: bold;
	text-align: left;
}

table#flist {
	width: 100%;
}

#fnavi span {
	font-size: 16px;
	position: absolute;
}

#promote {
	border: 1px solid #604505;
	margin: 20px auto;
}
#promote td {
	border: 0;
	text-align: center;
	padding: 2px 15px;
}

tr#activecountry {
	background-color: #202020;
}
tr#activecountry input {
	visibility: hidden;
}

.c {
	opacity: .5;
	filter:alpha(opacity=50);
	-webkit-opacity: .5;
	-ms-filter: "alpha(opacity=50)";
}

/* Inbox */
.message {
	background-color: #101010;
	border:2px solid #C08B0B;
	text-align: left;
	width: 95%;
	margin: 0 auto 1em auto;
	/*margin-bottom: 1em;*/
}
.msghead {
	background-image: url("img/thgrad.png");
	color: #000;
	font-weight: bold;
	height: 1.5em;
}
.msgto {
	float: right;
	margin:0;
	padding: 0;
	display: inline;
}
.poster {
	margin:0;
	padding: 0;
	display: inline;
	float: left;
}
.msgbody {
	margin:0;
	padding: 0;
	clear: left;
}
.msgoptions {
	float: right;
}

div#jr {
	text-align: center;
}

ul.inputlist {
	list-style: none;
	padding-left: 0;
	margin: 0;
}