/* mwForum Default Style 2.16.0 */
/* buttonIcons="0" */

/* Canvas */
html {
	margin: 0 0 1px;
	height: 100%;
	background-color: #362f2d;
	padding: 0;
}
body {
	background-color: #362f2d;
	padding: 2px;
	color: #bbbbbb;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Base font */
body, table {
	font-size: 13px;
	font-family: verdana, sans-serif;
}

/* Link */
a {
	color: #ffcc00;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #ffcc00;
	TEXT-DECORATION: underline;
}
/*a img {
	border: none;
}*/

/* Generic frame */
div.frm {
	margin-top: 10px;
	box-shadow: 0px 0px 1px silver;
	-moz-box-shadow: 0px 0px 1px silver;
	-webkit-box-shadow: 0px 0px 1px silver;
}
div.frm div.ccl {
	background-color: #453c3a;
}

/* Generic header cell */
div.hcl {
	height: 22px;
	border-bottom: 0px;
	background: url(/images/title-box-bg-18.png) repeat-x scroll left top;
	background: linear-gradient(#b89300, #FFCC00);
	background: -moz-linear-gradient(#b89300, #FFCC00);
	background: -webkit-gradient(linear, left top, left bottom, from(#b89300), to(#FFCC00));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#b89300, endColorStr=#FFCC00);
	zoom: 1;
	padding: 3px 4px 0 0;
	overflow: hidden;
	color: #000000;
}
div.hcl a, a:visited {
	COLOR: #453c3a; TEXT-DECORATION: none;
}
div.hcl a:hover, a:visited:hover {
	COLOR: #000000; TEXT-DECORATION: underline;
}

.crw a, a:visited, a:hover, a:visited:hover {
COLOR: #ffcc00;
}

/* Generic content cell */
div.ccl {
	background-color: #453c3a;
	padding: 14px 4px 4px 4px;
	min-height: 30px;
	/*border-top: 1px solid silver;
	padding: 4px;*/
}
/*div.ccl:first-child {
	border-top: none;
}
div.ccl p:first-child {
	margin-top: 0;
}*/
div.ccl blockquote {
	color: #808080;
}

/* Generic button cell */
div.bcl {
	/*border-top: 1px solid silver;
	padding: 2px 4px 2px 1px;	*/
	background-color: #362f2d;
}

/* Button link */
div.bcl a, a.btl, a.btl:visited {
	COLOR: #ffcc00;
}
div.bcl a:hover, a.btl:hover {
	COLOR: #ffcc00;
}
/*td.shr a.btl {
	padding: 0 2px;
}*/

/*td a, a:visited {
	COLOR: #ffcc00; TEXT-DECORATION: none;
}
td a:hover, a:visited:hover {
	COLOR: #ffcc00; TEXT-DECORATION: underline;
}*/

/* Page button link */
span.pln {
	float: left;
}
span.pln a {
	margin: 0;
	padding: 0;
}

/* Navigation */
span.nav {
	float: left;
	margin-right: 5px;
}
div.frm.tpb span.nav {
	float: right;
}




/* Table frame */
table.tbl {
	margin-top: 10px;
	box-shadow: 2px 2px 2px silver;
	-moz-box-shadow: 2px 2px 2px silver;
	-webkit-box-shadow: 2px 2px 2px silver;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Table header cell */
table.tbl th {
	background: #69605d;
	background: linear-gradient(#69605d, #69605d);
	background: -moz-linear-gradient(#69605d, #69605d);
	background: -webkit-gradient(linear, left top, left bottom, from(#69605d), to(#69605d));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#69605d, endColorStr=#69605d);
	font-size: 14px;
	font-weight: bold;
}

/* Table header column cell */
table.tbl td.hco {
	width: 20%;
	font-weight: bold;
}
/* Table content cell */
table.tbl td {
	border-top: 1px solid grey;
	background: #362F2D;
	background: linear-gradient(left, #1d1d1d, #362F2D);
	background: -moz-linear-gradient(left, #1d1d1d, #362F2D);
	background: -webkit-gradient(linear, left top, right top, from(#1d1d1d), to(#362F2D));
	padding: 2px 4px;
}

/* Table short cell */
table.tbl .shr {
	width: 15%;
	white-space: nowrap;
}



/* Table icon cell 
table.tbl .icl {
	width: 18px;
	text-align: center;
}*/

/* Error header cell */
div.err div.hcl {
	background-color: #ff8888;
}

/* Error message paragraph */
div.err div.ccl p {
	margin: 5px 0 0 0;
	color: pink;
}
div.err div.ccl p:first-child {
	margin: 0;
}

/* Form */
form {
	margin: 0;
	padding: 0;
}
input, button, textarea, select {
	font-size: inherit;
	font-family: inherit;
}
input, textarea, select {
BORDER-LEFT-COLOR: #ffcc00;
BORDER-BOTTOM-COLOR: #69605d;
COLOR: #dddddd;
BORDER-TOP-STYLE: inset;
BORDER-TOP-COLOR: #69605d;
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
BORDER-RIGHT-STYLE: inset;
BORDER-LEFT-STYLE: solid;
BACKGROUND-COLOR: #453C3A;
BORDER-RIGHT-COLOR: #69605d;
BORDER-BOTTOM-STYLE: inset;
border-width: 1px;
}
textarea {
width:99%;
}

INPUT.button {
FONT-WEIGHT: bold;
BORDER-LEFT-COLOR: #ffcc00;
BORDER-BOTTOM-COLOR: #69605d;
COLOR: #aaaaaa;
BORDER-TOP-STYLE: outset;
BORDER-TOP-COLOR: #69605d;
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
BORDER-RIGHT-STYLE: outset;
BORDER-LEFT-STYLE: outset;
BACKGROUND-COLOR: #362f2d;
BORDER-RIGHT-COLOR: #69605d;
BORDER-BOTTOM-STYLE: outset;
/*behavior: url('/rb.htc');*/
}

/* Poll result */
td.plv, td.plp {
	padding-left: 15px;
	text-align: right;
}

/* Poll result bar */
img.plb {
	margin-left: 10px;
	height: 10px;
	background-color: red;
}

/* Post header of unread posts */
div.pst.unr div.hcl {
	background-color: #e5e5e5;
}
/* Post header of new posts */
div.pst.new div.hcl {
	background-color: #e8e8c6;
}

/* Post header of target posts */
div.pst.tgt div.hcl {
	background-color: #cdcbe0;
}

/* Quote */
blockquote {
	margin: 0 0 0 25;
	color: #BBBBBB;
}

/* User rank and post rating icons */
img.rnk, img.prt {
	margin: 2px 0;
	vertical-align: text-top;
}

/* Avatar image */
img.ava {
	width: 100px;
	height: 100px;
}
div.pst img.ava {
	margin-right: 5px;
	float: left;
}
form.agl img.ava {
	margin: 2px;
	vertical-align: middle;
}


/* Signature */
div.sig, span.sig {
	font-size: 85%;
}
div.sig img.emi {
	border: 0px;
	/*border-right: 1px solid grey;*/
	/*float: right;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Board/topic/post/nav icon */
img.ico {
	margin: 2px 0;
	vertical-align: text-top;
	width: 14px;
	height: 14px;
}
table.tbl img.ico {
	margin: 1px 0 0 0;
}

/* Smiley icon */
img.sml {
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
	height: 14px;
}

/* Flag */
img.flg {
	margin: 3px 0;
	vertical-align: text-top;
	width: 16px;
	height: 11px;
}

/* Header title */
span.htt {
	font-weight: bold;
	COLOR: #000000;
}

/* Sticky topic title */
span.stk {
	font-weight: bold;
}

/* Execution message */
span.tbm {
	font-weight: bold;
	color: green;
}

/* Highlighted keyword, report/message link */
em {
	font-weight: bold;
	font-style: normal;
	color: red;
}

/* Monospace font */
tt {
	font-size: 90%;
}

/* Float right */
.flr {
	float: right;
}

/* Help */
div.hlp h3 {
	margin: 10px 0 0 0;
	font-size: 100%;
	font-weight: bold;
}
div.hlp p {
	margin: 5px 0 0 0;
}

/* Forum info copyright, mini banner */
div.icr, div.bni {
	margin-top: 10px;
	text-align: center;
}
div.icr {
	border: 1px solid silver;
}
div.bni img {
	margin: 5px;
}

/* Board jump form */
form.bjp {
	margin-top: 10px;
	float: right;
}

/* Copyright, page timer message */
p.cpr, p.pct {
	text-align: center;
	font-size: 85%;
	color: silver;
}

/* Forum config */
form.cfg h3 {
	margin: 20px 0 10px 0;
	border-top: 1px solid silver;
	padding-top: 10px;
	font-size: 100%;
	font-weight: bold;
}
form.cfg h3:first-child {
	margin-top: 0;
	border-top: none;
}
form.cfg h4 {
	margin: 10px 0 0 10px;
	font-size: 100%;
	font-weight: bold;
}
form.cfg p {
	margin: 5px 0 0 20px;
	width: 90%;
}
form.cfg samp {
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-weight: normal;
}
form.cfg dfn {
	color: gray;
	font-style: normal;
	font-weight: normal;
}
form.cfg input.ctx {
	width: 50%;
}
form.cfg textarea {
	width: 90%;
}
form.cfg div.afo {
	background-color: #3b3331;
}

/* Tag button */
button.tbt {
	margin: 0 3px 3px 0;
	width: 40px;
	border: 1px solid gray;
	background-color: #69605d;
}
button.tbt:hover {
	background-color: white;
}

/* Invisible table */
table.tiv {
	border-collapse: collapse;
	border: none;
}
table.tiv tr {
	border: none;
}
table.tiv td {
	border: none;
	padding: 0 5px 0 0;
	vertical-align: top;
}
table.tiv .shr {
	width: 15%;
	white-space: nowrap;
}

/* Topic tag */
img.ttg {
	vertical-align: text-top;
}

/* Image gallery */
table.igl td {
	text-align: center;
	vertical-align: bottom;
	font-size: 85%;
}

/* Attachment thumbnail */
img.amt {
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	/*f	loat: right;*/
	padding: 3px 3px 5px 5px;
	margin: 20px 30px 5px 30px;
}
img.amt, a.url img.emi {
	border: 0px;
	border-top: 1px solid grey;
	border-left: 1px solid grey;}

/* Attachment image */
p.ims {
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	/*f	loat: right;*/
	padding: 3px 3px 5px 5px;
	margin: 20px 30px 5px 30px;
	text-indent: 20px;
}
/* Embedded external images */
img.emi {
	max-width: 100%;
}
a.url img.emi {
	border: 1px solid grey;
}
img.emi {
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	/*float: right;*/
	padding: 3px 3px 5px 5px;
	margin: 10px 10px 30px 40px;
}

/* Board description */
div.bds {
	font-size: 85%;
}



.title {
FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #dddddd; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}
.copyright {
font-size: 7pt;
font-family: Arial, Helvetica, Arial Cyr, sans-serif;
}

.notice {
background-color: #FFFF00;
}
H1.comicsans {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #aaaaaa; 
	FONT-FAMILY: "Comic Sans MS";
	margin: 0px 0px 0px 0px;
}

A.menu1 {
	COLOR: #aaaaaa; TEXT-DECORATION: none
}
A.menu1:hover {
	COLOR: #ffcc00; TEXT-DECORATION: none
}
A.menu1:visited {
	COLOR: #aaaaaa; TEXT-DECORATION: none
}
A.menu1:visited:hover {
	COLOR: #ffcc00; TEXT-DECORATION: none
}

A.black {
font-size:13px;
COLOR: #000000; 
TEXT-DECORATION: none;
text-transform: uppercase;
}
A.black:hover {
font-size:13px;
COLOR: #000000; 
TEXT-DECORATION: underline;
text-transform: uppercase;
}
A.black:visited {
font-size:13px;
COLOR: #000000; 
TEXT-DECORATION: none;
text-transform: uppercase;
}
A.black:visited:hover {
font-size:13px;
COLOR: #000000; 
TEXT-DECORATION: underline;
text-transform: uppercase;
}



img.qButton {
	/*border-bottom: 1px solid grey;
	border-right: 1px solid grey;*/
	/*f	loat: right;*/
	padding: 3px 3px 5px 5px;
	width: 139px;
	height: 23px;
	margin: 10px 0px 0px 0px;
}

td.head {
FONT-WEIGHT: bold;
COLOR: black;
background-color: #ffcc00;
}
td.subhead {
FONT-WEIGHT: bold;
background-color: #69605d;
COLOR: #dddddd;
}
td.intext {
BACKGROUND-COLOR: #453c3a;
}
td.tdheadlogo {
	background-image: url(/Graphics/realbiker.jpg);
	width: 200px;
}
.black {
font-size: 10px;
FONT-WEIGHT: bold;
COLOR: black;
}
.realbiker a {
	FONT-WEIGHT: bold; FONT-SIZE: 70px; COLOR: #000000; FONT-STYLE: italic; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px 4px #cda400;
}
.realbiker a:hover {
	COLOR: #ffcc00;
	TEXT-DECORATION: none;
	text-shadow: 1px 1px 1px #000000;
}

.tocmain {
font-size: 9pt;
font-family: serif;
font-weight: bold;
}

.tocthemes {
font-size: 9pt;
font-family: Arial, Helvetica, Arial Cyr, sans-serif;
font-weight: bold;
}

.title {
FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #dddddd; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}
.header {
FONT-WEIGHT: bold; 
FONT-SIZE: small;
}

.small {
font-size: 8pt;
font-family: Arial, Helvetica, Arial Cyr, sans-serif;
}

.exsmall {
font-size: 7pt;
font-family: Arial, Helvetica, Arial Cyr, sans-serif;
}

.sBold {
font-size: x-small;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
COLOR: #dddddd
}
.cvetik {
font-size: x-small;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
COLOR: pink;
}

.tdcont {
font-size: x-small;
font-family: Arial, Helvetica, Arial Cyr, sans-serif;
font-weight: bold;
}

.list {
font-family: Haettenschweiler, sans-serif;
}

.copyright {
font-size: 7pt;
font-family: Arial, Helvetica, Arial Cyr, sans-serif;
}

.notice {
background-color: #FFFF00;
}

.normal {
font-size: x-small;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



H1 {
FONT-WEIGHT: bold; 
FONT-SIZE: 20px; 
COLOR: #dddddd; 
FONT-FAMILY: tahoma
}
H2 {
FONT-WEIGHT: bold; 
FONT-SIZE: 17px; 
COLOR: #dddddd; 
FONT-FAMILY: tahoma
}

H3 {
FONT-WEIGHT: bold; 
FONT-SIZE: 14px; 
COLOR: #dddddd; 
FONT-FAMILY: tahoma;
}

H4 {
FONT-FAMILY: tahoma;
MARGIN-BOTTOM: 0px;
MARGIN-TOP: 5px;
FONT-SIZE: 12px; 
}

p.noindent {
margin: 10px 0px 0px 0px;
}

.head {
FONT-WEIGHT: bold;
COLOR: black;
background-color: #ffcc00;
}
.subhead {
FONT-WEIGHT: bold;
background-color: #69605d;
COLOR: #dddddd;
}
.intext {
BACKGROUND-COLOR: #453c3a;
}
.intextpicture {
BACKGROUND-COLOR: #453c3a;
/*vertical-align: middle !important;*/
}

B {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
COLOR: #dddddd;
}

.b_gray {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}

p.menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 4px;
}

fieldset {
border:1px solid #BBBBBB;
}
fieldset.admin {
border:1px solid #FF4E4E;
}
fieldset.main {
padding:10;
}

H2.usermenu {
margin: 10px 0px 0px 0px;
}

/*==================list====================*/
/*ul { list-style:none;}*/

#top-nav { float:right; padding:10px 24px 0 0;}
#top-nav li { display:inline; color:#6a6a6a;}
#top-nav li a { color:#6a6a6a; text-decoration:none; padding:0 7px;}
#top-nav li a:hover { text-decoration:underline;}

.list1 { margin-bottom:-10px;}
.list1 li { width:100%; overflow:hidden; padding-bottom:19px;}
.list1 li img { float:left; margin:0 11px 0 0;}
.list1 li a { display:block; font-weight:bold; text-decoration:none; padding-bottom:3px;}
.list1 li a.inline { display:inline; font-weight:normal; }
.list1 li a:hover { text-decoration:underline;}
.list1 li strong { color:#BBBBBB; display:block; padding-top:8px;}
.list1 li tt {font-weight:normal;}
.calendar .list1 li strong { font-size:14px;}
.calendar .list1 li a { font-size:16px;}
.calendar a.calendarlink { font-size:12px!important;}


.list2 { width:100%; overflow:hidden; margin-bottom:-13px;}
.list2 li { background:url(images/line-dot.gif) left bottom repeat-x; float:left; width:50%; margin-bottom:10px; }
.list2 li.alt { width:49%;}
.list2 li.last { background:none; margin-bottom:0;}
.list2 li a { background:url(images/marker.gif) no-repeat left 5px; padding:0 0 8px 8px; display:block; color:#a3a3a3; text-decoration:none; vertical-align:top;}
.list2 li a strong { color:#0091c0;}
.list2 li a:hover { color:#fff;}

.list3 li { width:100%; overflow:hidden; border-bottom:1px solid #222; padding-bottom:9px; margin-bottom:9px;}
.list3 li.last { border:0; padding-bottom:0;}
.list3 li img.fright { margin:0 0 0 0;}
.list3 li p { background:url(/images/line-dot.gif) left bottom repeat-x; padding-bottom:12px; margin:0 192px 11px 0;}
.list3 li a.alt { display:block; font-weight:bold; text-decoration:none; padding:12px 0 5px 0;}
.list3 li a:hover { text-decoration:underline;}


.list4 { width:100%; overflow:hidden;}
.list4 li { float:left; padding:0 22px 20px 0;}
.list4 li.alt { padding-right:0;}
.list4 li img { margin-bottom:6px;}
.list4 li a { color:#a3a3a3;}
.list4 li a:hover { color:#fff;}

.list5 dt { font-weight:bold; padding-bottom:5px;}
.list5 dt a { text-decoration:none;}
.list5 dt a:hover { text-decoration:underline;}
.list5 dd { border-bottom:1px solid #222; padding-bottom:18px; margin-bottom:20px;}
.list5 dd.last { border-bottom:0;}

.list6 li { color:#a3a3a3;}
.list6 li a { color:#0091c0; font-weight:bold; text-decoration:none;}
.list6 li a:hover { color:#fff;}

.list7 { padding-top:12px; margin-bottom:-15px;}
.list7 dt { font-weight:bold; color:#fff; padding-bottom:5px;}
.list7 dd { padding-bottom:15px;}


/* Unread and new post */
div.pst.unr div.hcl {
	border-bottom: 1px solid #000000;
	background: #c0ffc0;
	background: linear-gradient(#d9f0d9, #c0ffc0);
	background: -moz-linear-gradient(#d9f0d9, #c0ffc0);
	background: -webkit-gradient(linear, left top, left bottom, from(#d9f0d9), to(#c0ffc0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#d9f0d9, endColorStr=#c0ffc0);
}
div.pst.new div.hcl {
	border-bottom: 1px solid #000000;
	background: #666666;
	background: linear-gradient(#f0f0d9, #e8e8a0);
	background: -moz-linear-gradient(#f0f0d9, #e8e8a0);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0d9), to(#e8e8a0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f0f0d9, endColorStr=#e8e8a0);
}

/* Signature */
div.ccl.sig {
	min-height: 30px;
}

div.hnt.exe {
	color: #66ff00;
}
div.hnt.err {
	color: #ff3333;
}
div.hnt.exe div.ccl{
	min-height: 30px;
}

.dark {
background-color: #362f2d !important;
}

div.visitorslist {
margin: 5 0 5 0px;
}
div.visitorslist p {
margin: 0 0 0 10px;
}

.highslide-gallery ul a {
display: block !important;
padding-top: 5px !important;
}

ul.highslide-gallery em {
color:#BBBBBB;
position:relative;
display: block;
font-weight: normal;
font-size: 10px;
padding-top: 10px;
line-height:1;
}
ul.highslide-gallery div.rating {
color:#FFCC00;
position:relative;
float: right;
bottom: -140px;
font-weight: normal;
font-size: 10px;
padding: 0px;
margin: -3 -3 -3 -3px;
text-align: right;
width: 67px;
cursor: help;
}
ul.highslide-gallery div.reviews {
color:#FFCC00;
position:relative;
float: left;
bottom: -140px;
font-weight: normal;
font-size: 10px;
padding: 0px;
margin: -3 -3 -3 -3px;
text-align: left;
width: 67px;
cursor: help;
}

div.announce {
margin: 0 0 0 20px;
}

div.gallerydesc {
margin: 10px 0 10px 20px;
}

div.reporttext {
margin: 10px 0 10px 20px;
}
div.reporttext p {
text-align: justify;
}
img.iconintext {
margin-bottom: -3px;
}
a.hideshow {
cursor: pointer;
}

.highslide-gallery ul li.maingallery {
    height: 170px;
    width: 170px;
}

.alert {
color: #FFFF00 !important;
}
.error {
color: #FF0000 !important;
}

div.ckeditor {
margin: 10 0 10 0px;
}

div.sape {
	position: fixed;
z-index: 100000;
bottom: 0px;
font-size: 9px;
height: 13px;
width: 100%;
overflow: hidden;
	
}