﻿body 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 9pt;
}

.albumTitle 
{
    margin-left: -7px;
}

.u-divalbum 
{
    padding-left: 7px;
}
/*Left Layer */

.u-textlayer 
{
    background: #005794;
    background-image: url('bg_left.png');
    position: fixed;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 100%;
    border: 0px;
}

.u-textlayercontent
{
    position: absolute;
    top: 14%;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 80%;
    scrollbar-face-color: #005794;
    scrollbar-highlight-color: #005794;
    scrollbar-3dlight-color: #005794;
    scrollbar-darkshadow-color: #005794;
    scrollbar-shadow-color: #005794;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #005794; 
}

.u-textlayercontent h1
{
    font-size: 16pt;
    color: #FFFFFF;
    text-transform: uppercase;
    font-style: italic;
    margin-left: -3px;
    margin-right: 80px;
}
.u-textlayercontent h2
{
    font-size: 10pt;
    color: #FFFFFF;
    margin-left: 70px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: bold;
    font-style: italic;
    text-align: right;
}
.u-textlayercontent h3
{
    font-size: 8pt;
    color: #FFFFFF;
    margin-left: 70px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    text-transform: none;
    text-align: right;
}

/*Middle Layer */

.u-contentlayer 
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 98%;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

/*Right Layer */

.u-stylelayer 
{
    background-color: #005794;
    background-image: url('bg_right.png');
    background-position: center center;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 2%;
    height: 100%;
    overflow: hidden;
}

.u-nav 
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 300px;
    height: 20px;
    background-color: #F3CC6D;  
    background-image: url('bg_nav.png');
    color: #003860;
    padding-top: 2px; 
}

.u-nav a
{
    font-size: 10pt;
    text-decoration: none;
    margin: 0px 15px 0px 15px;
    color: #003860;
}
.u-nav a:hover
{
    color: #005794;
}



.u-contentarea 
{
    position: absolute;
    top: 12%;
    left: 0px;
    margin-left: 370px;
    margin-right: 0px;
    
    
}




.u-quotes
{
    font-size: 10pt;
}


.u-sitelogo 
{
    position: fixed;
    top: 5%;
    left: 0px;
    margin-left: 143px;
}

.u-sitelogo img
{
    border: none;
}

.u-tagline 
{
    position: fixed;
    top: 5%;
    left: 5%;
    margin-left: 400px;
}

.u-headerborder 
{
    position: absolute;
    top: 50px;
    width: 96%;
    height: 1px;
    left: 2%;
    border-top: solid 0px #000000;
    
}






.u-map 
{
    position: absolute;
    top: 0px;
    left:-25px;
}

.u-mappointer
{
    position: absolute;
    width: 40px;
    height: 40px;
}


.u-infobox 
{
    position: absolute;
    width: 35%;
    top: 90px;
    right: 2%;
}
.u-infoboxheader 
{
    background-color: #FFC042;
    border-top: solid 1px #A67615;
    border-bottom: solid 1px #A67615;
    padding: 2px 10px 2px 10px;
    color: #000000;
}
.u-infoboxheader:hover 
{
    background-color: #A67615;
    color: #FFFFFF;
}
.u-infoboxheader-coll 
{
    background-color: #98B2EF;
    border-top: solid 1px #4B78DF;
    border-bottom: solid 1px #4B78DF;
    padding: 2px 10px 2px 10px;
    color: #000000;
}
.u-infoboxheader-coll:hover 
{
    background-color: #4B78DF;
    color: #FFFFFF;
}


.u-infoboxcontent
{
    padding: 2px 10px 2px 10px;
    background-color: #FFDC97;
}

/*
.u-infoboxheader 
{
    background-color: #4B78DF;
    border-top: solid 1px #183D91;
    border-bottom: solid 1px #183D91;
    padding: 2px 10px 2px 10px;
    color: #FFFFFF;
}
.u-infoboxheader:hover 
{
    background-color: #FFDC97;
    color: #000000;
    border-top: solid 1px #A67615;
    border-bottom: solid 1px #A67615;
}

.u-infoboxcontent 
{
    padding: 2px 10px 2px 10px;
    background-color: #98B2EF;
}
*/

h1
{
    font-size: 11pt;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    color: #005794;
    
}
p
{
    margin-bottom: 20px; 
}
h2 
{
    font-size: 8pt;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: normal;
    color: #965500;
}

.u-infoboxspacer 
{
    height: 10px;
}

.u-mapregionusa 
{
    position:absolute;
    left: 0px;
    top: 10px;
    width: 230px;
    height: 250px;
}
.u-mapregionusaalbum 
{
    position:absolute;
    left: 245px;
    top: 40px;
    width: 180px;
    height: 170px;
    background-color: #ffdc97;
    display: none;
    padding: 5px;
}

.u-bubbleusa 
{
    position: absolute;
    left: -85px;
    top: 100px;
}

.u-mapregionsam 
{
    position:absolute;
    left: 180px;
    top: 275px;
    width: 180px;
    height: 270px;
}
.u-mapregionsamalbum
{
    position:absolute;
    left: 0px;
    top: 315px;
    width: 170px;
    height: 170px;
    display: none;
    background-color: #ffdc97;
    padding: 5px;
}

.u-bubblesam 
{
    position: absolute;
    right: -85px;
    top: 40px;   
}

.u-mapregioneu
{
    position:absolute;
    left: 450px;
    top: 20px;
    width: 180px;
    height: 160px;
}
.u-mapregioneualbum
{
    position:absolute;
    left: 245px;
    top: 10px;
    width: 180px;
    height: 250px;
    background-color: #ffdc97;
    padding: 5px;
    display: none;
}

.u-bubbleeu 
{
    position: absolute;
    right: -60px;
    top: 65px;
}

.u-mapregionafrica
{
    position:absolute;
    left: 430px;
    top: 200px;
    width: 220px;
    height: 280px;
    
}

.u-hiddenpictureload 
{
    display: none;
    
}
.u-mapregionafricaalbum
{
    position:absolute;
    left: 340px;
    top: 250px;
    width: 180px;
    height: 240px;
    display: none;
    background-color: #ffdc97;
    padding: 5px;
}

.u-bubbleafrica 
{
    position: absolute;
    right: -70px;
    top: 80px;
}
.u-mapregionasia
{
    position:absolute;
    left: 800px;
    top: 100px;
    width: 120px;
    height: 230px;
}
.u-mapregionasiaalbum 
{
    position:absolute;
    left: 655px;
    top: 300px;
    width: 180px;
    height: 200px;
    background-color: #ffdc97;
    padding: 5px;
    display: none;
}

.u-bubbleasia 
{
    position: absolute;
    right: 20px;
    top: -80px;
}
 .u-mapregionaustralia
 {
    position:absolute;
    left: 880px;
    top: 380px;
    width: 150px;
    height: 120px;
 }
 .u-mapregionaustraliaalbum 
{
    position:absolute;
    left: 685px;
    top: 360px;
    width: 180px;
    height: 150px;
    background-color: #ffdc97;
    padding: 5px;
    display: none;
}

.u-bubbleaustralia 
{
    position: absolute;
    right: -80px;
    top: 20px;
}

.u-blankimg
{
    width: 100%;
    height: 100%;
}


a 
{
    color: #005794;
    text-decoration: none;
    border: none;
}
a:active a:link a:visited
{
    color: #005794;
    text-decoration: none;
    border: none;
}

a:hover 
{
    color: #003860;
    text-decoration: none;
    border: none;
}

.u-albumpreview 
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    border: solid 2px #ffdc97;
}

.u-newflag 
{
    color: #E75300;
    font-size: 7pt;
    font-weight: bold;
}


.u-pictureframe 
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #535966;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    display: none;
}

.u-picturepositioning 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.u-picture 
{
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #FFFFFF;
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 0px;
    display: none;
    min-height: 80px;
    min-width: 210px;
    background-image: url('loading.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    
    
}
.u-picturecomment
{
    font-size: 11px;
    padding-top: 15px;
    height: 30px !important;
    color: #C0C0C0;
    text-transform: uppercase;
}

.u-content
{
    margin-top: 80px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 70px;
    min-height: 620px;
}

.u-albuminfo 
{
    background-color: #728185;
    float: left;
    width: 513px;
    margin-right: 45px;
    padding-bottom: 60px;
}


.u-pictureclose 
{
    position: absolute;
    top: -30px;
    right: 0px;
    width: 90px;
    height: 30px;
    font-size: 18pt;
    color: #FFFFFF;
    font-weight: bolder;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    text-align: right;
}
.u-pictureclose:hover
{
    background-color: #000000;
    color: #646975;
}

.u-pictureclose span
{
    font-size: 9pt;
    color: #646975

}

.u-picturenext 
{
    position: absolute;
    top: 70px;
    right: -50px;
    width: 50px;
    height: 40px;
    font-size: 18pt;
    background-color: #000000;
    color: #646975;
    font-weight: bolder;
    padding: 5px 0px 0px 0px;
    display: none;
    cursor: pointer;
}
.u-picturenextregion 
{
    position: absolute;
    top: 15px;
    right: -250px;
    width: 500px;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.u-picturenext span
{
    font-size: 9pt;

}

.u-pictureprev 
{
    position: absolute;
    bottom: 70px;
    left: -50px;
    width: 50px;
    height: 40px;
    font-size: 18pt;
    background-color: #000000;
    color: #646975;
    font-weight: bolder;
    padding: 5px 0px 0px 2px;
    display: none;
    cursor: pointer;
}
.u-pictureprevregion 
{
    position: absolute;
    top: 0%;
    left: -250px;
    width: 500px;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.u-pictureprev span
{
    font-size: 9pt;

}


.u-picturepreview 
{
    float: left;
    width: 140px;
    height: 140px;
    margin-right: 46px;
    margin-left: 0px;
    margin-bottom: 46px;
    
}


table 
{
    border: none;
    margin-right: 20px;
}

th 
{
    text-align: left;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px;
    background-color: #965500 ;
}

th a 
{
    color: #FFFFFF;
}

td 
{
    vertical-align: top;
    padding: 5px;
    background-color: #F3CC6D;
    color: #000000;
}

.u-bubblecontinent 
{
    position: absolute;
    top: 5px;
    right: 5px;
    
}

.error 
{
    color: Red;
    font-weight: bold;
}

.u-key 
{
    border: none !important;
}

.u-newsbox 
{
    width: 300px;
    background-color: #F3916D;
    border: solid 1px #962900;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 15px;
}

.u-newsboxclose 
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.u-newsboxclose a 
{
    color: #962900;
    text-decoration: none;
    border: none;
}
.u-newsboxclose a:active a:link a:visited
{
    color: #005794;
    text-decoration: none;
    border: none;
}

.u-newsbox img
{
    float: left;
    padding-right: 15px;
}

