﻿#map
{
    position: relative;
    float: left;
    width: 605px;
    height: 500px;
    border: solid 2px black;
}

.mapSidebar
{
    position: relative;
    float: left;
    width: 175px;
    margin-left: 2px;
    border: solid 2px black;
    overflow: scroll;
}

.mapSidebarContent
{
    position: relative;
    float: left;
    width: 100%;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
}

.mapSideBarTitle
{
    position: relative;
    float: left;
    width: 100%;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    border-bottom: solid 1px black;
    background-color: #526BB3;
}

.markerDiv
{
    width: 250px;
    font-family: Comic Sans MS;
    font-size: 10pt;
}

.makerLabelText
{
    font-weight: bold;
}

.lightBlueBackground
{
    background-color: #B3C6FF;
}

.grayBackground
{
    background-color: Gray;
}

.lightRedBackground
{
    background-color: #FF8080;
}

.titleDiv
{
    position: relative;
    float: left;
    font-family: Comic Sans MS;
    font-size: 18pt;
    font-weight: bold;
    width: 100%;
    vertical-align: middle;
}

.statsBox
{
    position: relative;
    float: left;
    text-align: left;
    width: 100%;
}

.WeatherBackgroundColor
{
	background-color: #F1F1F1;
}

.SpacerDiv
{
    position: relative;
	float: left;
	width: 100%;
	font-size: 3pt;
}

.Percent33
{
	width: 33%;
	position: relative;
	float: left;
}

.AlignRight
{
	text-align: right;
}

.OddRecord
{
	background-color: #CCCFDC;	
}

.searchFieldDiv
{
    position: relative;
    float: right;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 12pt;
    font-weight: normal;
    vertical-align: text-bottom;
}

.locationTextBox
{
    width: 200px;
}

.grayText
{
    color: Gray;
}

.blackText
{
    color: Black;
}

.noteText
{
    color: Red;
    font-family: Sans-Serif;
    font-size: 8pt;
}

.goButton
{
    width: 75px;
}

.kmlText
{
    font-family: Garamond;
    font-size: 12pt;
}

a
{
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    text-decoration: none;
    color: #384685;
}

a:Hover
{
    text-decoration: underline;
}

a.ReturnLinks
{
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    text-decoration: none;
    color: #384685;
}

a.ReturnLinks:hover
{
    text-decoration: underline;
}

a.kmlLink
{
    font-family: Garamond;
    font-size: 12pt;
    text-decoration: none;
    color: #384685;
}

a.kmlLink:hover
{
    text-decoration: underline;
}
