/***********************************
* BadFellas stylesheet             *
* http://www.badfellas.org         *
* (C) 2004-2011 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";
@import "newmenu.css";

body {
	border: none;
	margin-left: 5px;
}


iframe {
	border: none;
}

.irc {
	color: #FF0000;
}

.pagehead {
	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;
	border-radius: 3px;
}
#hlayoc {
	position: absolute;
	right: 1px;
	top: 1px;
}
#namestatus, .ocstatus {
	display: inline-block;
}
#hlayoc, .carship, .ocstatus, #namestatus {
	width: 12px;
	height: 12px;
	background-image: url('img/statuses.png');
}
.yesicon { background-position: 0 0; }
.maybeicon { background-position: -12px 0; }
.noicon { background-position: -24px 0; }


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

.search {
	width: 30%;
	margin: 0 auto;
}
.searchnav {
	text-align: center;
}
.searchnav a {
	padding: 0 2.5em;
}

/*
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;
}

table.options {
	margin: 0 auto;
	background-color: #101010;
	background-image: -o-linear-gradient(#202020, #000000);
	background-image: -moz-linear-gradient(top, #202020, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#000000));
}
table.options th:first-child {
	border-top-left-radius: 5px;
}
table.options th:last-child {
	border-top-right-radius: 5px;
}


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

th.H1 {
	color: #FFFFFF;
}

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

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

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

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-size: 1em;
	background-color: #604505;
	color: #FFFFFF;
	vertical-align: middle;
}
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;
}
.splink {
	font-weight: bold;
}


/* Slot machine */
table.slotmachine, table.slotmachine td {
	border:0;
	padding:0;
	margin:0;
	border-spacing:0;
	border-collapse: collapse;
}
div#slotmachine {
	background-image: url('img/slotmachine.png'); width: 250px; height: 128px;
}
#slot1, #slot2, #slot3 {
	position: relative;
	top: 14px;
	width: 70px;
}
#slot1 { left: 10px; }
#slot2 { left: 16px; }
#slot3 { left: 22px; }


/* Password meter */
div.pwdMeter {
	width:100px;
	height:17px;
}
#aligner {
	padding: 4px;
}
#pmContainer {
	position:relative;
	padding:0px;
	border:1px dashed #C08B0B;
}
#pmGradient {
	position:absolute;
	top:0px;
	left:0px;
}
#pmMask {
	position:absolute;
	background-color:#000000;
	left:0px;
	top:0px;
}
#pmProgressIndicator {
	position:absolute;
	top:0px;
	left:0px;
	font-weight:bold;
	color:#606060;
	text-align:center;
}


/* Shoutbox */
#shoutbox {
	position: absolute;
	right: 0;

	width: 200px;
	border: 1px solid #604505;
	margin: 0;
	padding: 0;
}
#shoutbox h1 {
	font-size: 20px;
	text-align: center;
	margin: 0;
}
iframe#shoutframe {
	padding: 0;
	margin: 0;
	border: 0;
	height: 550px;
	width: 200px;
	xoverflow: hidden;
}

.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: #404040;
	border:2px solid #C08B0B;
	text-align: left;
	width: 95%;
	margin: 0 auto 1em auto;
	/*margin-bottom: 1em;*/
}
.msghead {
	background-color: #606060;
	background-image: url("img/forumgrad.png");
	color: #FFFFFF;
	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;
	overflow: auto;
}
div.msgoptions {
	clear: left;
	float: right;
}

div#jr {
	text-align: center;
}

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

/* Statusbar */
#iconboat, #icongun, #iconheart, #iconbullet, #iconeuro, #iconplane, #iconstar1, #iconstar2, #iconstar3, #iconstar4, #iconstar5, #iconstara, #iconstarm, #iconstars, #iconstarn, #iconstarp {
	background-image: url("img/icons.png");
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

#iconstar1, #iconstar2, #iconstar3, #iconstar4, #iconstar5, #iconstara, #iconstarm, #iconstars, #iconstarn, #iconstarp {
	width: 15px;
}

#iconboat { background-position: 0 0; width: 17px; }
#icongun { background-position: 0 -16px; width: 22px; }
#iconheart { background-position: 0 -32px; width: 16px; }
#iconbullet { background-position: -17px -32px; width: 5px; }
#iconeuro { background-position: 0 -48px; width: 15px; }
#iconplane { background-position: 0 -64px; width: 17px; }

#iconstar1 { background-position: -24px 0; }
#iconstar2 { background-position: -24px -16px; }
#iconstar3 { background-position: -24px -32px; }
#iconstar4 { background-position: -24px -48px; }
#iconstar5 { background-position: -24px -60px; }

#iconstara { background-position: -40px 0; }
#iconstarm { background-position: -40px -16px; }
#iconstars { background-position: -40px -32px; }
#iconstarn { background-position: -40px -48px; }
#iconstarp { background-position: -40px -64px; }

/* Dice */
.die1, .die2, .die3, .die4, .die5, .die6 {
	background-image: url("img/dice.png");
	height: 55px;
	width: 56px;
}
.die1 { background-position: 0 0; }
.die2 { background-position: -57px 0; }
.die3 { background-position: 0 -56px; }
.die4 { background-position: -57px -56px; }
.die5 { background-position: 0 -112px; }
.die6 { background-position: -57px -112px; }

.bjcenter {
	text-align: center;
}
h2.bjtitle, p.bjoptions {
	width: 500px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
h2.bjtitle {
	background-image: url("img/thgrad.png");
	background-color: #906808; /*C08B0B*/
	color: #000000;
}
p.bjoptions {
	border: 2px solid #906808;
}

.men {
	background-image: url('img/manicons.png');
	height: 14px;
	width: 5px;
	display: inline-block;
}
.maniconin { background-position: -5px 0; }
.maniconac { background-position: 0 0; }

.carworth {
	display: none;
}

/* Domination */
#domiwrap {
	width: 500px;
	border: 1px solid white;
}
.domisq {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	float: left;
	xborder: 1px solid blue;
}

/* Admin */
.ipdeny {
	background-color: #FF0000;
	color: #000000;
}
.ipwatch {
	background-color: #FF8000;
	color: #000000;
}
.ipallow {
	background-color: #008000;
	color: #FFFFFF;
}

table#acclist td {
	vertical-align: top;
}
table#acclist ol {
	margin: 0;
}

#pagenav {
	border: 2px solid #C08B0B;
	padding: 1px;
	margin: 0.5em 0;
	text-align: center;
}

.nobr {
	white-space: nowrap;
}

.imgalign {
	vertical-align: middle;
}
.smiley {
	vertical-align: bottom;
}
.adminjail {
	font-weight: bold;
	text-decoration: underline;
}
.clanlink {
	text-decoration: underline;
}

#container {
	position: relative;

	height: auto !important;
	height: 100%; /* IE6 treats this as min-height */
	min-height: 100%;

	width: 990px;
	padding:0;
	margin:0 auto;
}

tr.hlrow {
	background-color: #202020;
}

div.profdiv {
	border: 1px solid white;
	border-radius: 5px;
}
