body {
	background-color: #111111;
	background-image: url('../images/layout/bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0px;
}
body, div, span, a, textarea {
	font-family: Arial;
	font-size: 11pt;
}
small, .small {
	font-size: 8pt;
}
a {
	color: #5c5b57;
}
a:hover {
}

#main {
	margin: auto;
	width: 960px;
	position: relative 
}
#header {
	height: 122px;
	width: 960px;
	background-image: url('../images/layout/nl/header.jpg');
	background-repeat: no-repeat;
}

#menu {
	width: 960px;
	height: 40px;
	margin-bottom: 15px;
	background-image: url('../images/layout/menu-bg.jpg');
	background-repeat: no-repeat;
}
#footer {
	width: 928px;
	margin: auto;
	margin-bottom: 15px;
	text-align: right;
}
#footer a, #footer {
	text-decoration:none;
	color: #5c5b57;
	font-size: 10px;
}
#footer a:hover {
	color: #a6a29f;
}
#footer small {
	color: #232321;
	font-size: 9px;
}
#footer b {
	color: #232321;
	margin-left: 3px;
	margin-right: 3px;
}
#footer small a, #footer small a:hover {
	color: #232321;
	font-size: 9px;
	text-decoration: none;
}

#content_container {
	width: 928px;
	margin: auto;
	background-color: #655e54;
	padding:0px;
	margin-bottom: 15px;
	position:relative;
	
	padding: 15px 15px;
	width:898px;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#cc_top_left {
	
	background: url('../images/layout/border-cc-tl.jpg') 0 0 no-repeat;
	float:left;
}
#cc_top_right {
	background: url('../images/layout/border-cc-tr.jpg') 100% 0 no-repeat;
	float:left;
	
	
}
#cc_bottom_left {
	background: url('../images/layout/border-cc-bl.jpg') 0 100% no-repeat;
	background-color: #655e54;
	
	float:left;
}
#cc_bottom_right {
	background: url('../images/layout/border-cc-br.jpg') 100% 100% no-repeat;
	float:left;
}

#timers {
	margin-left: 430px;
	position: absolute;
	top: 10px;
	font-size: 14px;
	color: #655f54;
}

span.timer, span.timer span {
	font-size:12pt;
}

#top3 ol {
	padding: 0px;
	margin:0px;
	padding-left:20px;
	padding-top:3px;
}
#timers div {
	padding-top: 3px;
}

/* BB = black box with borders and glare background	*/
.black_box {
	background: #80796f url('../images/layout/bb-background.jpg') no-repeat;
	padding: 15px;
	color: #b5afa5;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.black_box a.small {
	background-color: #655f54;
	padding: 4px 7px;
	color: #a29c93;
	font-size:8pt;
	text-decoration:none;
}
.black_box b, .black_box span.b, .black_box div.b  {
	color: #cfcbc5;
	font-weight:bold;
}

/* WB = white box with borders and glare background	*/
.white_box {
	background: #cfcac4 url('../images/layout/wb-background.jpg') no-repeat;
	color: #655f54;
	padding: 15px;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.white_box, .black_box {
	width: 250px;
	display: block;
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
 * Stats
 */
#stats {
	width: 932px;
	height: 36px; /* image: 42px */ 
	background-image: url('../images/layout/stats-bg.jpg');
	background-repeat: no-repeat;
	color: #ada69c;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 8px;
	margin-bottom: 4px;
}

#stats a {
	background-color: #726b61;
	padding: 5px 5px;	
	
	display:block;	
	
	float: right;
	vertical-align: middle;
		
	margin-left: 8px;
	font-size: 11pt;
	background-color: #726b61;
					
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#stats a:hover {
	background-color: #4d4842;
}
#stats b {
	color: #d5cec8;
}
#stats img {
	position:relative;
	top:2px;
}

#stats a {
	text-decoration:none;
	color: #a8a39d;
}


img {
	border:0px;
}
#title {
	position: absolute;
	top: 135px;
	color: #d5cec8;
}
/*
 * Menu overlay
 */

#menu_overlay {
	position: absolute;
	z-index: 1000;
	top: 204px;
	left:0px;
	width: 960px;
	
	background-image: url('../images/layout/menu-bottom.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}
#menu_overlay div {
	background-color: #950505;
}
#menu_overlay ul {
	float: left;
	padding:0px;
	margin:0px;
	margin-left: 26px;
	margin-top: 5px;
	padding-bottom: 15px;
	margin-right: 40px;
}
#menu_overlay li {
	width: 126px;
	list-style:none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-image: url('../images/layout/menu-line-bg.png');
	background-repeat: no-repeat;
	background-position:bottom left;
}
div.last, tr.last, li.last {
	background:none !important;
}
#menu_overlay a {
	color: #d87070;
	text-decoration: none;
	font-size: 9pt;
	background-image: url('../images/layout/menu-arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
}
#menu_overlay a:hover {
	background-image: url('../images/layout/menu-arrow-hover.png');
	color:white;
}
/* tabs */

#tabs {
	height: 30px;
	width: 928px;
	margin: auto;
}
#tabs ul {
	padding-left:7px;
	margin:0px;
}
#tabs li {
	padding: 0px;
	margin: 0px;
	height: 27px;
	margin-top: 3px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-left: 3px;
	line-height:27px;
	vertical-align:middle;
	
	background-color: #47443d;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#tabs ul li.current {
	background-color: #655e54;
}
#tabs ul li a {
	color: #69655c;
	text-decoration: none;
	display:block;
	padding: 0px 10px;
}
#tabs ul li.current a, #tabs ul li a:hover {
	color:#dcd5cb;
}

th {
	background-repeat: no-repeat;
	padding: 0px 5px;
	text-align:center;
}
.black_box th {
	background-image: url('../images/layout/th-border-black.gif');
}
.white_box th {
	background-image: url('../images/layout/th-border.gif');
}

th div {
	background-color: #86a736;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	color: #b8d17d;
	font-size: 9pt;
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
}
.white_box th div {
	background-image: url('../images/layout/th-border.gif');
}
.black_box th div {
	background-image: url('../images/layout/th-border-black.gif');
}

.white_box tr.row {
	background-repeat: repeat-x;
	background-image: url('../images/layout/hr.png');
	background-position: bottom center;
}
.black_box tr.row {
	background-repeat: repeat-x;
	background-image: url('../images/layout/hr-black.png');
	background-position: bottom center;
}
img.header {
	width: 170px;
	height: 30px;
	margin-bottom: 3px;
}

.h {
	cursor:pointer;
}
td.c, div.c, span.c {
	text-align:center;
}
td.r, div.r, span.r {
	text-align:right;
}
.grey {
	color:#a29c93;
}



td.money {
	text-align:right;
	padding-right:20px;
}

div.money {
	text-align:right;
}


.white_box h3 {
	display:inline;
}
.white_box a {
	color: #655f54;
}
.white_box a:hover {
	text-decoration:underline;
}
#header a, .black_box a {
	text-decoration:underline;
	color: #cfcbc5;
}
#header a:hover, .black_box a:hover {
	text-decoration:none;
}
form {
	display:inline;
}

.black_box span.textfield input {
	background-image: url('../images/layout/input-bg-right-black.png');
	background-color: transparent;
	background-position:right center;
	background-repeat:no-repeat;
	
	color: #655f54;
	font-size: 11pt;
	border:0px;
	padding: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 4px;
	height:23px;
	margin:0px;
	margin-left:4px;
	display: inline-block;
}
.black_box span.textfield {
	background-image: url('../images/layout/input-bg-left-black.png');
	background-color: #cfcbc5;
	background-repeat: no-repeat;
	height:29px;
	display: block;
	float:left;
}

span.bar {
	background-image:url('../images/layout/bar-bg.gif'); 
	width:90px;
	height:15px;
	margin-top:2px;
	margin-left:3px;
	margin-right:3px
}
span.bar_green {
	background-image:url('../images/layout/bar-green-left.gif');
	display:block;
	margin-top:2px;
	margin-left:2px;
	height:11px;
}


/*
FORUM > TOPIC
*/


div.topic_message_box, div.topic_message_box div, div.topic_message_box div div, div.topic_message_box div div div {
	background-image: url('../images/layout/topic-borders.gif');
	background-repeat: no-repeat;
}
div.topic_message_box {
	float: left;
	width: 600px;
	background-color:#d7d3cb;
	background-position: 0px 0px;
}
div.topic_message_box div {
	background-position: 100% 0%;
}
div.topic_message_box div div {
	background-position: 100% 100%;
}
div.topic_message_box div div div {
	background-position: 0% 100%;
	padding: 10px;
	
	min-height:50px;
	height:auto !important; /* voor moderne Browser */
	height:50px; /*voor IE6 */
}

div.topic_user_box {
	width: 253px;
	height: 39px; /* 46px + onderkant met data */
	background: #bcb7b0 url('../images/layout/topic-user-bg.png') no-repeat;
	padding-top: 7px;
	float: left;
}
div.topic_user_box div {
	height: 21px;
	width: 32px;
	padding: 9px 7px;
	margin-left: 8px;
	float: left;
}
div.topic_user_box span.grey {
	display:block;
	margin-top:8px;
	margin-left: 4px;
	font-size: 8pt;
	color:#a29c93;
}
/*div.topic_user_box span img {
	position: relative;
	top: 21px;
	left: 0px;
}*/

span.topic_date {
	display:block;
	font-size: 9pt; 
	font-weight:bold;
	text-align:right;
	padding-bottom: 3px;
}
span.topic_date span {
	font-size: 9pt; 
}

div.topic_message_box textarea {
	width:100%;
	height:100px;
	margin-top:2px;
}
.white_box textarea, .white_box input, .black_box input, .black_box textarea {
	color: #655f54;
	font-size: 11pt;
	padding:2px;
	border:0px;
}
.black_box input {
	background-color: #cfcbc5;
}

img.online_icon {
	margin-right:3px;
	width:8px;
	height:8px;
}
img.usr {
	margin-right:3px;
	position:relative;
	top:1px;
	width: 14px;
	height: 14px;
}
a.usr, a:hover.usr {
	text-decoration:none;
}
img.topic_icon {
	position:relative;
	top:2px;
	margin-right:3px;
	width:14px;
	height:16px;
}

input.submit, img.submit {
	border:0px;
	padding:0px;
	width:108px;
	height:31px;
	background-color:#87a841;
}

img.submit {
	cursor:pointer;
}

input.smallsubmit {
	border:0px;
	padding:0px;
	color: white;
	padding: 3px;
	background-color:#87a841;
}

img.quote {
	position: relative;
	top:2px;
}
.topic_message_box blockquote, .topic_message_box .blockquote {
	display:block;
	background-color:white;
	margin:2px;
	padding:8px;
	color:grey;
}

div.overlay_container {
	width: 446px;
	background-image: url('../images/members/overlay-bg.gif');
	opacity:.9;
	color: #cfcbc5;
}
div.overlay {
	padding: 11px;
	padding-bottom: 15px;
	background-image: url('../images/members/overlay-bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.overlay a {
	background-color:#a6a096;
	color: #dbd7d1;
	padding: 4px 10px;
	text-decoration:none;
}
div.overlay a:hover {
	background-color: #86a736;
	color: #ffffff;
	text-decoration:none;
}
div.overlay a.usr, div.overlay a:hover.usr {
	color:#cfcbc5 !important;
	background:none !important;
	padding: 0px !important;
}

.red {
	color:red !important;
}
.bold {
	font-weight:bold !important;
}

.casinochip {
	height:31px;
	width:40px;
	background-image:url('../images/roulette/chip.gif');
	color:white;
	padding-top:9px;
	font-size:15pt;
	text-align:center;
}
.pagelinks a {
	padding: 4px;
	color: #a6a096;
	text-decoration: none;
}
.pagelinks a:hover {
	background-color: #d9d5d1;
	text-decoration: none;
	font-weight: bold;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.smallpages a, .smallpages a:hover {
	text-decoration: none;
}

.white_box div.row, .black_box div.row {
	height:34px;
	background-repeat: repeat-x;
	background-position: bottom center;
}

.white_box div.hr {
	background-repeat: repeat-x;
	background-position: bottom center;
	background-image: url('../images/layout/hr.png');
}
.black_box div.hr {
	background-repeat: repeat-x;
	background-position: bottom center;
	background-image: url('../images/layout/hr-black.png');
}

.white_box div.row {
	background-image: url('../images/layout/hr.png');
}
.black_box div.row {
	background-image: url('../images/layout/hr-black.png');
}

.white_box div.row div, .black_box div.row div {
	float:left;
	overflow:hidden;
	white-space: nowrap;
	padding:8px;
	margin-right:3px;
}

div.th {
	background-repeat: no-repeat;
	padding: 0px 5px;
	margin:0px;
	text-align:center;
	float:left;
}

.black_box div.th {
	background-image: url('../images/layout/th-border-black.gif');
}
.white_box div.th {
	background-image: url('../images/layout/th-border.gif');
}


div.th div {
	background-color: #86a736;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	color: #b8d17d;
	font-size: 9pt;
	font-weight:bold;
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
}

.white_box div.th div {
	background-image: url('../images/layout/th-border.gif');
}
.black_box div.th div {
	background-image: url('../images/layout/th-border-black.gif');
}

.poll_bar {
	height: 20px; 
	padding-top: 3px; 
	padding-left: 3px;
	background:none;
	background-color:white; 
	display:block;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.forum_pages_links {
	padding:3px;
	background-color:#bdb6ad;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#notification_container {
	position: absolute; top: 95px; width: 960px; text-align:center;
}

#notification, .notification, span.error {
	border-radius:3px;
	-moz-border-radius:3px;
	
	color: #111111;
	background-color: #86a736;
	padding: 4px 8px;
}

span.error {
	background-color: #940605 !important;
	color: white;
}

a.btn {
	border-radius:5px;
	background-color: #86a736;
	-moz-border-radius:5px;
	padding: 4px 8px;
	color:white;
	text-decoration:none;
}
a:hover.btn {
	text-decoration:underline;
}

div.item_box {
	background-color:#eee;
	border-radius:5px;
	-moz-border-radius:5px;
	width:400px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	
	padding:8px;
	position:relative;
}

div.crimetype, div.crimetype_1, div.crimetype_2, div.crimetype_3, div.crimetype_4 {
	float:left;
	margin-right: 30px;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

div#backtotypes {
	float:left;
	margin-right: 0px;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

.notification {
	width:250px;
	font-size:11pt;
	background-color:white;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	margin-top:5px;
}

a.small {
	padding:1px;
	color: #00721B; /* #940605*/
}
a:hover.small {
	background-color:#00721B;
	color:#cfcac4;
	text-decoration:none;
}

h2 {
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#a39c92;
	display:block !important;
	margin:0px;
	margin-bottom:5px;
	font-size:28px;
}
.white_box h1, .white_box h2 {
	color: #a39c92;
	display:inline;
}

#info {
	position:absolute;
	right:0px;
	top:15px;
}

#info div {
	margin-bottom:5px;
	background-color:white;
	background-color:#726b61;
	border-radius: 4px;
	padding:4px 6px;
	padding-left:23px;
	color: #ada69c;
}

#info > div.rank {
	background-image: url('../images/icons/star_1.png');
	background-repeat:no-repeat;
	background-position: 4px 4px;
}

#info > div.position {
	background-image: url('../images/icons/medal_bronze_1.png');
	background-repeat:no-repeat;
	background-position: 3px 1px;
	text-align:center;
}
#info > div.backend {
	background-image: url('../images/icons/layers.png');
	background-repeat:no-repeat;
	background-position: 3px 3px;
	text-align:center;
}
#info > div.position {
	background-image: url('../images/icons/medal_bronze_1.png');
	background-repeat:no-repeat;
	background-position: 3px 1px;
	text-align:center;
}
#info > div.protectiontimer {
	background-image: url('../images/icons/shield.png');
	background-repeat:no-repeat;
	background-position: 3px 3px;
	text-align:center;
}

#info a {
	color: #ada69c;
	text-decoration:none;
}
#info a:hover {
	color: #d5cec8;
}

#clock {
	background-color:#726b61;
	color: #ada69c;
	
	width:60px;
	font-size:14pt;
	font-family: 'Ubuntu Condensed', sans-serif;
	padding:2px 5px;
	border-radius:0px 0px 3px 3px;
	text-align:center;
}
#clock b {
	font-weight:normal;
	font-size:10pt;
}
