﻿html, body
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    /*font-family: "Trebuchet MS";*/
}

.MapBody
{
    background-color: white;
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
    position: relative;
    height: 500px;
    width: 544px;
}
.MapToolbar
{
    background-color: white;
    height: 16px;
    width: auto;
}
.SearchArea
{
    background-color: white;
    position: relative;
}

.zoominIcon
{
    background-image: url(../images/toolbar/nav_zoomin.png);
    width: 16px;
    height: 16px;
    cursor: crosshair;
}
.zoomoutIcon
{
    background-image: url(../images/toolbar/nav_zoomout.png);
    width: 16px;
    height: 16px;
    cursor: crosshair;
}
.zoomfullextIcon
{
    background-image: url(../images/toolbar/nav_fullextent.png);
    width: 16px;
    height: 16px;
    cursor: crosshair;
}
.zoomprevIcon
{
    background-image: url(../images/toolbar/nav_previous.png);
    width: 16px;
    height: 16px;
}
.zoomnextIcon
{
    background-image: url(../images/toolbar/nav_next.png);
    width: 16px;
    height: 16px;
}
.panIcon
{
    background-image: url(../images/toolbar/nav_pan.png);
    width: 16px;
    height: 16px;
    cursor: move;
}
.identifyIcon
{
    background-image: url(../images/toolbar/identify.gif);
    width: 16px;
    height: 16px;
}
.clearIcon
{
    background-image: url(../images/toolbar/clear.gif);
    width: 16px;
    height: 16px;
}
.deactivateIcon
{
    background-image: url(../images/toolbar/nav_decline.png);
    width: 16px;
    height: 16px;
}
.tundra .dijitSliderIncrementIconV
{
    background: url(../images/toolbar/nav_zoomin.png);
    width: 16px;
    height: 16px;
}
.tundra .dijitSliderDecrementIconV
{
    background: url(../images/toolbar/nav_zoomout.png);
    width: 16px;
    height: 16px;
}
/*change .tabLabel class from tundra.css to bold font*/
.tundra .tabLabel {
    font-weight:bold;
}
#header
{
    background-image: url(../images/top_bar_background.png);
    background-repeat: repeat-x;
    height: 107px;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#leftPane
{
    width: 20%;
}
#rightPane
{
    width: 20%;
}
#footer
{
    font-size: 10px;
    height: 10px;
    overflow: hidden;
}
#mainWindow
{
    height: 100%;
    width: 100%;
}
.GISLinks a:link
{
    color: #496C9F;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.GISLinks a:visited
{
    color: #496C9F;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.GISLinks a:hover
{
    color: #FFA500;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.GISLinks a:active
{
    color: #6633CC;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
#header-logo
{
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 180px;
    margin: 0;
    padding: 0;
}
#header-search
{
    width: 180px;
    margin: 0;
    padding: 0;
    text-align: right;
}
#header-nav
{
    width: 90%;
    text-align: center;
    vertical-align: bottom;
    color: White;
    font-style: normal;
    font-family: Trebuchet MS;
    font-size: xx-large;
    font-weight: bold;
}
#header-nav-sub
{
    width: 90%;
    text-align: center;
    vertical-align: top;
    color: White;
    font-style: normal;
    font-family: Trebuchet MS;
    font-weight: lighter;
}
.header-gcss-login
{
    text-align: right;
    color: White;
    font-style: normal;
    font-family: Trebuchet MS;
    font-weight: lighter;
    width: 250px;
}

code{
    color: #000;
    background-color: #fff;
}


