/* CSS Document */




#geoPanel {
    position: absolute;
    top: 40px;
    left: 20px;
    opacity: 0.5;
    z-index: 19;
    display: none;
}

#logo {
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: 0.8;
    z-index: 19;
}

#logo img {
    width: 48px;
    color: #000000;
}

/*
#geoPanel .background {
    position: absolute;
    width: 320px;
    height: 40px;
    background: #ff4d4d;
    border: 1px solid #cc0000;
    border-radius: 12px;
    z-index: -99;
}

#title {
    padding-top: 10px;
    padding-left: 50px;
    color: white;
    font-family: Arial;
    font-weight: bold;
}
*/

#geoPanel .background {
    position: absolute;
    width: 320px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e60000;
    border-radius: 12px;
    z-index: -99;
}

#title {
    padding-top: 10px;
    padding-left: 50px;
    color: black;
    font-family: Arial;
    font-weight: bold;
}
/*
#logo {
    position: absolute;
    top: -40px;
}

#logo img {
    width: 48px;
    color: #000000;
}
*/
#splash {
    width: 600px;
    height: 400px;
}

#splash .logo {
    float: left;
}

#splash .logo img {
    width: 48px;
    padding: 10px;
}

#splash .title {
    text-align: center;
    font-family: Tahoma;
    font-size: 14pt;
    font-weight: bold;
}

#splash .title, #splash .software {
    margin-top: 20px;
    text-align: center;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 18pt;
    font-weight: bold;
}

#splash .software {
    font-size: 14pt;
}

#splash .links {
    position: absolute;
    clear: both;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 6px;
}

#splash .links .left, #splash .links .center, #splash .links .right{
    display: inline-block;
    width: 32%;
    text-align: center;
    font-size: 8pt;
}

