/*
Div and Table style sheet properties.

Design by Brian Shaw 
National Oceanic and Atmospheric Administration
National Geodetic Survey

Created for the CORS Google Maps Application

*/

	div.wrapper {
		position: relative;
		width: 800;
		height: 590;
	}

    div.banner {
        position: absolute;
        width: 790;
        height: 80;
    }

    div.navigation {
        position: absolute;
        width:790;
        height:35;
        background:#3a5298;
    }

    div.noaalogo {
        position: absolute;
        width: 70;
        height: 70;
    }

    div.map {
        position: absolute;
        width: 800px;
        height: 450px;
    }

    #infowindowtitle {
        text-align: center;
        background-color: #7799cc;
        font-size: 12px;
        color: white;
        font-weight: bold;
    }

    font.darkbluelgheader {
		font-family: Veranda;
		font-weight: bold;
		color: #000066;
		font-size: 32.0pt;
    }

    font.infowindowtitle {
		font-family: Times New Roman;
		font-weight: bold;
		color: #ffffff;
		font-size: 16;
    }

    font.infowindowtitlelg {
		font-family: Times New Roman;
		font-weight: bold;
		color: #ffffff;
		font-size: 20;
    }

    font.darkbluelg {
        font-family: Veranda;
        font-weight: bold;
        color: #000066;
        font-size: 18;
    }

    font.darkbluesm {
        font-family: Veranda;
        color: #000066;
        font-size: 16;
    }

    .tooltip
    {
        background-color:#ffffff;
        color:#000066;
        font-weight:bold;
        border:1px #000066 solid;
    }







