/****************************************************************************
 * service.css
 *
 * Computer Science 50
 * Problem Set 8
 *
 * Global stylesheet.
 ***************************************************************************/
       
body
{
    font-family: sans-serif;
    height: 100%;
    margin: 0;
}

div#announcements
{
    font-size: smaller;
    margin: 5px;
    text-align: center;
}

div#chart
{
    background-color: #ffffff;
    bottom: 320px;
    border-bottom: 1px #cccccc solid;
    border-top: 1px #cccccc solid;
    box-shadow: inset 0 10px 10px -10px #999999, inset 0 -10px 10px -10px #999999;
    font-size: smaller;
    height: 160px;
    overflow-y: scroll;
    position: absolute;
    width: 320px;
}

div#controls
{
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

div#earth
{
    border-right: 1px #cccccc solid;
    height: 100%;
    margin-right: 320px;
}

div#instructions
{
    font-size: smaller;
    text-align: center;
}

div#left
{
    float: right; 
    height: 100%;
    width: 100%
}

div#logo
{
    margin-bottom: 10px;
    font-size: larger;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

div#map
{
    bottom: 0;
    height: 320px;
    position: absolute;
    width: 320px;
}

div#right
{
    float: right;
    height: 100%;
    margin-right: -100%;
    width: 320px;
}

html
{
    height: 100%;
}
