/****************************************************************
   Benelux Racing Online - CSS Document 
   Author: Stefan de Vries - Promo Reclame -  www.promoreclame.nl
   Modified by: Stefan Stolk - Dynasoft.nl - www.dynasoft.nl
****************************************************************/

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	height: 100%;
	background-color:#262626;
}

#container{
	width: 966px;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image:url(../img/content_bg_clean.jpg);
	background-repeat: repeat-y;
}

* html #container {

}

/* header */

#header{	
	width:966px;
	height:239px;
	background-image:url(../img/header_bg5.jpg);
	background-repeat: no-repeat;
}

#flashimage{	
	width:532px;
	height:181px;
	padding-top: 38px;
	padding-left: 414px;
	padding-right: 20px;
}

/* menu */

#menu{	
	width:926px;
	height:36px;
	padding-left: 20px;
	padding-right: 20px;
}

* html #menu {
	margin-top:-3px;
}

/* content */

#content{	
	width:926px;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

* html #content{	
	width:945px;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
}



#forum2 {
	width: 866px;
	margin: 10px;
	border: 1px solid #d5d1be;
	background-color: #f6f5f0;
	padding: 0px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
}

#forum2 .row1 {
	border-left: 1px solid #ffffff;	
	border-top: 1px solid #ffffff;
	background-color: #f6f5f0;
}

#forum2 .row2 {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background-color: #fbfaf6;
}

#forum2 .cat_table {	
	width: 100%;
	margin-top: 10px;
	background-color: #E5E4DB;
}

#forum2 .forum_description {
	font-size: 11px;
}

#forum2 .message {
	min-height: 50px;
	padding-top: 5px;
	width: 710px;
	overflow: auto;
}

#forum2 .textarea {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
}

#forum2 .button {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #fbfaf6;
	border-bottom: 1px solid #fbfaf6;
	background-color: #d5d1be;
}

#forum2 .fileinput {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	border: 1px solid #000000;
	width: 300px;
}

#forum2 .text {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
}

#forum2 .select {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
}

#forum2 .signature {
	bottom: 5px;
}

#forum2 p {
	margin: 0px;
}

 #forum2 a.black:link, #forum2 a.black:visited {
	color:#444444;
	font-size:12px;
	text-decoration: none;
}

 #forum2 a.black:hover {
	color:#444444;
	font-size:12px;
	text-decoration: none;
}

#forum2 a:link, #forum2 a:visited {
	color:#444444;
	font-size:12px;
	text-decoration: underline;
}

#forum2 a:hover {
	color:#444444;
	font-size:12px;
	text-decoration: none;
}

#forum2 hr.parser {
	border: 1px solid black;
}

#forum2 pre.parser { /* LEAVE UNTIL ALL POSTS REPARSED */
	margin: 0px;
	padding-left: 4px;
}

#forum2 pre.code {
	margin: 0px;
	padding-left: 4px;
}

#forum2 span.parser_me {
	color: red;
}

#forum2 div.parser { /* LEAVE UNTIL ALL POSTS REPARSED */
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: left;
	padding: 2px 0px;
	margin: 2px 0px;
}

#forum2 div.quote {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: left;
	padding: 2px 4px;
	margin: 2px 0px;
	color: #000000;
	background: #C0C0C0 url(/layout/BRO/img/quote-top.gif) top left no-repeat;
}

#forum2 div.code {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: left;
	padding: 2px 0px;
	margin: 2px 0px;
}

#forum2 div.files {
	border: 1px solid #666666;
	text-align: left;
	padding: 2px;
	width: 250px;
	color: #000000;
	background: #C0C0C0;
}

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}

input.autocompleter-loading
{
	background-image:		url(../img/loading.gif);
	background-repeat:		no-repeat;
	background-position:	right 50%;
}
/* center */


/* footer */

#footer{	
	width:926px;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	background-image:url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-color:#262626;
	color: #a6a6a6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color:#a6a6a6;
	text-decoration: none;
}

#footer a:hover {
	color:#a6a6a6;
	text-decoration: underline;
}



/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

div.multiupload{
	border:1px outset gray;
	float:left;
	padding:3px;
	background:#eee;
}
div.multiupload div.list{
	border:1px inset gray;
	background: #fff;
}
div.multiupload div.list div.item{
	margin:1px;
	background: #eee;
}
div.multiupload div.list div.item:hover{
	background: #ccc;
}
div.multiupload div.list img{
	float:left;
	margin: 3px;
	cursor:pointer;
}
