﻿#map
{
    position: relative;
    float: left;
    width: 605px;
    height: 500px;
    border: solid 2px black;
}

.background
{
    background-color: #D2D2D5;
}

.title
{
    position: relative;
    float: left;
    width: 100%;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 18pt;
    font-weight: bold;
}

.loaderDiv
{
    position: absolute;
    left: -500px;
    top: 250px;
    background-color: #E0E5EE;
    border: solid 1px black;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    width: 240px;
}

.spacerDiv
{
    position: relative;
    float: left;
    height: 5px;
    font-size: 5px;
    width: 100%;
}

.imageTimeDiv
{
    position: relative;
    float: right;
    font-family: Comic Sans MS, Sans-Serif;
    font-size: 10pt;
    padding-top: 8pt;
    vertical-align: bottom;
}

.buttonContainerDiv
{
    position: relative;
    float: left;
    background-color: #B6B7BC;
    border: solid 1px black;
    padding-top: 4px;
    width: 188px;
    text-align: center;
}

.imageButtons
{
    border: solid 0px black;
}

.sideSpacer
{
    position: relative;
    float: left;
}

.noImagesDiv
{
    position: relative;
    float: left;
    text-align: left;
    font-family: Book Antiqua, Sans-Serif;
    font-size: 12pt;
    color: Red;
    display: block;
    height: 33px;
    padding-top: 6px;
    margin-top: 3px;
    padding-right: 4px;
    width: 275px;
}

a
{
	font-family: Comic Sans MS;
	text-decoration: none;
	color: #6373BE;
}

a:hover
{
	text-decoration: underline;
	color: #6373BE;
}
