﻿/* Stylesheet for BeKindToCyclists
/* Any questions, contact Jason Duncan
/* jason@managercomplete.com
/* 512-924-4744

/* Base body style */
body
{
	color: #666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	/*background-color: #e6d5d8;*/
	background-color:#f5f5f5;
}

.yellowSides
{
	border:solid 2px #ffcc33;
	background-color: #000000;
}

.blackSides
{
	border:solid 2px #f5f5f5;
	background-color: #000000;
}

.yellowBottom
{
	border-bottom:solid 2px #ffcc33;
	background-color: #000000;
}
.yellowBottomWhiteFill
{
	border-bottom:solid 2px #ffcc33;
	background-color: #dab936;
}

.content
{
	background-color:#ffffff;
   	color: #666666;
   	height: 100%;
}

.pageHeader
{
	color:#cc3300;
	font-size: 24px;
	font-weight:bold;
}

.borderTop
{
	border-top: solid 1px #cccccc;
}

.borderImage
{
	border: solid 1px #f5f5f5;
}

.borderLeftTop
{
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

.subPageHeader
{
	color:#cc3300;
	font-size: 18px;
	font-weight:bold;
}

.updateHeader
{
	color:#999999;
	font-weight: bold;
	font-size: 18px;
}

.borderLeft
{
	border-left: solid 1px #cccccc;
}

.dotted
{
	border-bottom:dotted 2px #cccccc;
}
.darkContent
{
	background-color: #ffffff;
	color: #666666;
	height: 100%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.sideStrip
{
	background-color:#000000;
}

.bottomLine
{
	border-bottom: solid 1px #222222;
}

.imageBorder
{
	border: solid 1px #ffffff;
}

.title
{
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;	
}

a:link, a:active, a:visited
{
	color: #999999;
	background: none;
	text-decoration: underline;
}

a:hover
{
	color: #cccccc;
	background: none;
	text-decoration: underline;
}
.companyName
{
	font-size: 2em;
	color: #ffffff;
}

.button
{
	border: solid 1px #999999;
}

a.jason:link
{
	color: #666666;
	background: none;
	text-decoration: underline;
}

a.jason:active
{
	color: #666666;
	background: none;
	text-decoration: underline;
}
a.jason:visited
{
	color: #666666;
	background: none;
	text-decoration: underline;
}
a.jason:hover
{
	color: #f5f5f5;
	background: none;
	text-decoration: underline;
}


