﻿body
{
    background: #FFFFFF;
    color: #666666;
    font-family: Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 70%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

a
{
    text-decoration: none;
    color: #3A69BA;
}

a:hover
{
    text-decoration: underline;
}

#container
{
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    min-width: 985px;
}

#printviewcontainer input
{
    border-color: #808080;
    border-width: 1px;
    border-style: solid;
}

#printviewcontainer textarea 
{
    border-color: #808080;
    border-width: 1px;
    border-style: solid;
}

#header
{
    height: 82px;
    position: relative;
    background-color: #DDDDDD;
    background-image: url(Images/headerfill.png);
    background-repeat: repeat;
    z-index: 100;
}

.headerImage
{
    float: left;
}

#content
{
    position: relative;
    width: 100%;
}

#footer
{
    padding-top: 20px;
    height: 100px;
    position: relative;
    text-align: center;
}

#error
{
    position: relative;
    padding: 10px;
}

#update
{
    position: relative;
    margin-left: 647px;
    padding: 5px;
}

#headercommands
{
    float: right;
    text-align: right;
    margin-top: 55px;
    margin-right: 5px;    
}

#headercommands a
{
    color:white;
}

#helptitle
{
    margin-left: 4px;
}

#selector
{
    position: relative;
    height: 60px;
    overflow: hidden;
}

#groupSelectorRow
{
}

#panoramaSelectorRow
{
}

#groupSelectorContainer
{
    margin-bottom: 5px;
}

#panoramaSelectorContainer
{
    margin-bottom: 5px;
}

#groupSelectorTitle
{
    text-align: left;
    vertical-align: middle;
    padding-right: 5px;
    padding-bottom: 5px;
}

#panoramaSelectorTitle
{
    text-align: left;
    vertical-align: middle;
    padding-right: 5px;
    padding-bottom: 5px;
}

#spots
{
    position: relative;
    text-align: center;
    height: 135px;
    overflow: hidden;
}

#spottitle
{
    position: relative;
    font-size: 175%;
    font-weight: bold;
    height: 25px;
    overflow: hidden;
    margin: 5px;
    margin-left: 0px;
}

.spottitlecommands
{
    vertical-align:bottom;
    text-align:right;
    font-size: 55%;
    font-weight:normal;
}

#spottext
{
    position: relative;
    height: 250px;
    border-color: #808080;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
}

#krpanocontainer
{
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 5px;
    border-color: #808080;
    border-width: 1px;
    border-style: solid;
    margin-right: 5px;
}

#krpanoDIV
{
    width: 640px;
    height: 480px;
}

#help
{
    border-color: #808080;
    border-width: 1px;
    border-style: solid;
    width: 300px;
    height: 400px;
    background-color: white;
    text-align: left;
    padding: 2px;
    overflow: hidden;
}

#updateprogress
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 492px;
    z-index: 1000;
}

#updatecover
{
    margin-left: 652px;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
    height: 480px;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
    background-color: #222222;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}

.dropdown
{
    border-color: #808080;
    border-width: 1px;
    border-style: solid;
    min-width: 250px;
}

.spotListHeader
{
    height: 22px;
    font-size: 120%;
    background-color: #DDDDDD;
}

.spotListSelected
{
    height: 22px;
}

.spotListSelected a
{
    font-weight: bold;
}

.spotNameContainerTable
{
    height: 22px;
}

.spotNameCell
{
    text-align: right;
    vertical-align: middle;
}

.spotFeaturesCell
{
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}

.helpHeader
{
    font-weight: bold;
}

.helpPopup
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500;
}

.largeInput
{
    width:500px;
}
