@charset "utf-8";

body
{
	margin: 0pt; 
	padding: 0pt; 
	//background: url(/bg_street.JPG) fixed;
	background: #333333 url(/bg2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 100px;
	font-family: Verdana,Helvetica,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: 140%; 
	font-size-adjust: none; 
	font-stretch: normal; 
	color: white;
}

/* #################### some common layout things ################### */
button
{
	border: solid 1px; 
	font-size: 13px; 
	//font-weight: bold; 
	font-family: Arial; 
	//color: #444444; 
	color: black; 
	text-align: center;
	vertical-align: baseline;
}

input, textarea, select
{
	border: solid 0px; 
	font-size: 13px; 
	//font-weight: bold; 
	font-family: Arial; 
	//color: #555555; 
	color: black;
}

.header_text {
	font-family: Arial;
	font-weight: bold;
	font-size:16px;
	margin:20px 0 5px 0;
	color: #ceb552;
}

h1 {
	font-family: Arial;
	font-size:16px;
	margin:20px 0 5px 0;
	color: #ceb552;
}
h2 {
	font-family: Arial;
	font-size:13px;
	margin:20px 0 5px 0;
	color: #ceb552;
}

a:link {
	color:white;
	text-decoration: underline;
}

a:visited {
	color: white;
	text-decoration:underline;
}

a:hover {
	color:white;
	text-decoration:underline;
}

hr {

	height:1px;

}

/* #################### specialized layout things ################### */

#tablediv
{
	border-bottom: solid 0px #947B84;
	height: 10px;
/*	cellpadding: 0px;
	cellspacing: 0px;*/
	max-height:10px;
	overflow:hidden;
}

.actionbutton:link {
	font-size:12px;
	font-weight: bold;
	color:black !important;
	text-decoration:none;
	border: solid 2px #999999; 
	background: rgb(255,255,255);
}

.actionbutton:visited {
	font-size:12px;
	font-weight: bold;
	color:black !important;
	text-decoration:none;
	border: solid 2px #999999; 
	background: rgb(255,255,255);
}

.b:link{
	font-size:12px;
	color: black !important;
	text-decoration:none;
}
.b:hover{
	font-size:12px;
	color: black !important;
	text-decoration:none;
}
.b:visited{
	font-size:12px;
	color: black !important;
	text-decoration:none;
}

.active_page
{
	color: black; 
	border: solid 1px #FFFFFF; 
	background: #ceb552;
}

.inactive_page
{
	border: solid 1px #FFFFFF;
}

.user_box
{
	width: 25%;
	vertical-align: top;
	text-align: center;
	background-color: #222222;
}

.big_info_box
{
	border: solid 1px #ffffff; 
	background: #444444; 
	width: 90%; 
	text-align: justify; 
	padding: 20px;
}

div.surrounding_container
{
	margin: 0 auto;
	width: 950px;
	border: solid 0px red;
}

div.adsense1
{
	z-index: 2;
	position: fixed;
	left: 50%;
	margin-left: -585px;
	top: 40px;
}

div.adsense2
{
	z-index: 2;
	position: fixed;
	left: 50%;
	margin-left: 465px;
	top: 40px;
}

div.navi_top
{
	z-index: 0;
	position: absolute;
	width: 910px;
	border: 0px solid #999999;
	background: url(/bg.png);
	background-repeat: repeat-y;

	top: 0px;
	height: 190px; 
	padding: 20px;
}

div.content
{
	z-index: 1;
	position: absolute;
	width: 910px;
	border: 0px solid #999999;
	background: url(/bg.png);
	background-repeat: repeat-y;

	top: 230px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* ######################## Forum styles ##################### */
.forum_link
{
    text-decoration: none !important;
	display: block; 
}
.forum_link:hover
{
    text-decoration: none !important;
	display: block;
	background: #222222;
}


.span1
{
	/*float:top;*/
	width:0.8em;
	font-size:250%;
	font-family:algerian,arial;
	line-height:80%;
}

p span.displaynone { display:none; }


/* Google maps Info Window styles */
.IW { width: 360px;}
.IWContent {height: 120px; overflow:auto;}

.bikersrouteMap {
	width: 900px;
	height: 600px; 
	align: left; 
	text-align: left;
	color: black !important; 
}

.bikersrouteMap a:link { color: blue !important; };
.bikersrouteMap a:hover { color: blue !important; };
.bikersrouteMap a:visited { color: blue !important; };


