﻿body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

/***************************************************************/
/**                                                           **/
/**   General Bike-alog CSS                                   **/
/**                                                           **/
/***************************************************************/


a
{	color: #006699;
	text-decoration: none;}
a:link
{	color: #006699;
	text-decoration: none;}
a:visited
{	color: #006699;
	text-decoration: none;}
a:hover
{	color: #006699;
	text-decoration: underline;}
a img
{	border: 0;
    color: #006699;
	text-decoration: none;}
a:link img
{	color: #006699;
	text-decoration: none;}
h1
{	
	/*font-size: large;
	color: #000;
	text-align: left;*/
	padding: 0.5em 0 0.5em 0;
	margin: 0;}
h2
{	
	font-size: medium;
	color: #000;
	text-align: left;
	padding: 0;
	margin: 0;}
h3
{	
	font-size: large;
	color: #05d;
	text-align: left;
	padding: .5em 0 0 0;
	margin: 0 0 0 0;}
h4
{	
	font-size: small;
	color: #05d;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;}
h5
{   
    font-size: 100%;
    color: #000000;
    margin: 0px;
    padding: 0px;}
h6
{   
    font-size: 100%;
    color: #000000;
    margin: 0px;
    padding: 6px 0px 0px 0px;}
    
/************************************************/

.main
{
    padding: 10px;
    min-height: 150px;
}

.page
{
    width: 890px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}


.top
{
    height: 86px;
    width: 890px;
    background: right bottom;
    background-image: url(images/top.png);
    padding: 0 0 0 25px;
}

.nav
{
    background: url(images/blue.png);
    color: #fff;
    font-weight: bold;
    font-size: 1.0em;
    padding: 6px 10px 3px 10px;
}

.nav-bottom
{
    height: 10px;
    background-image: url(images/shadow.png);
    background-repeat: repeat-x;
    background-position: top top;
}

.loginDisplay
{
    width: 880px;
    margin: 0px auto 0px auto;
    padding: 0px;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}
    

/* --------- TAB MENU ----------------------------------------------------------*/

.menu-container
{
    float: right;
    margin-right: 50px;
}

div.menu ul
{
    list-style:none;
    margin:0;
    padding:0;
    width:auto;
}

div.menu ul li
{
    padding-left: 8px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #006977;
    border: 1px #4e667d solid;
    color: #dde4ec;
    line-height: 2.1em;
    padding: 4px 20px;
    text-decoration: none;
    font-weight: bold;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.footer
{
    text-align: center;
}


/* --------- MISC ----------------------------------------------------------*/

.bold
{
    font-weight: bold;
}

.title
{
    font-weight: bold;
    font-size: 1.1em;
}
.indent
{
    padding-left: 15px;
}
    