/* CSS Document */
html{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    height:100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #336666;
    background-image: url("../ims/map/map_m2.jpg");
    background-attachment: fixed;
    color: #fff;
    font-family: "Lucida Sans Unicode";
    font-size: 14px;
    font-weight: 500;
}

p{
    width: 90%;
    text-indent: 30px;
    font-family: "Lucida Sans Unicode";
    font-size: 20px;
    font-weight: 500;
}

.h{
    font-size: 10px;
    background-color: lime;
}

.page{
    border: 1px solid black;
    margin-bottom: 3px;
    background-color: ivory;
    /*background-image: url('../ims/crowd_bg.png');*/
    background-position: center center;
    background-repeat: no-repeat;
    padding:5px;
    display: none;
    width: 100%;
    min-height: 80%;
    color: black;
}
.div_link{
    color: blue;
    text-decoration:underline;
    cursor: pointer;
}
#prev{
    position: fixed;
    top:1px;
    left:5%;
}
#nxt{
    position: fixed;
    top:1px;
    left:90%;
}
#paginator{
    font-size: 14px;
    border: 0px solid red;
    text-align: center;
    padding: 2px;
}
#pages{
    border: 0px solid red;
    
}
.pg_lnk{
    font-weight: 700;
    color: lightblue;
    text-decoration: underline;
    cursor: pointer;
}
.hiliter{
    background-color: #d8e3e6;
    cursor: pointer;
}
img{
    cursor: pointer;
    border: 2px solid blue;

}
.bobphoto{
    cursor: default;
    border: 0px solid blue;
    width: 735px;
    margin-left: auto;
    margin-right: auto;
}
img.t{
    height: 150px;
    width: 150px;
    overflow: hidden;
}
img.b{
    height: auto;
    width: auto;
}

#p39{
    text-align: center;
}
.div_click{
     cursor: pointer;
     font-weight: 600;
     border: 1px solid blue;
     background-color: #66ffff;
     color: #336666;
     display: inline;
     padding: 3px;
}
.div_click:hover{
    color: #66ffff;
    background-color: #336666;
}
#thumbs_div{
    border: 0px solid lime;
    height: 600px;
    width: 200px;
    vertical-align: top;
    background-color: ivory;
    overflow: auto;
    overflow-x: hidden;
}
a{
    color: yellow;
    font-weight: bolder;
}
a:visited{
    color: gold;
}
h1{
    text-align: center;
}

#pic_display_div{
    border: 0px solid red;
    height: 100%;
    width: 800px;
    text-align: center;
}
#bname_disp{
    text-align: center;
    font-size: 26px;
    background-color: ivory:
    border: 1px solid red;
}
#overlay{
    position: absolute;
    top:0px;
    left: 0px;
    height:110%;
    width:110%;
    background-color: white;
    text-align: center;
    color: black;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;
}
#overlay p{
    margin-top: 20%;
    font-size: 32px;
}
#hm_tbl{
    width: 100%;
     background-image:url('../ims/agogologo2.png');
     background-position: fixed;
     background-repeat: no-repeat;
     background-position: 100% 100%;
}
#opener{
    width: 66%;
}

#open_note{
    font-family: "Book Antiqua";
}

#agogo_img{
    border: 0px solid black;
}

#click_to_story_div{
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    display: inline;
    font-size: 18px;
    font-weight: bolder;
    background-color: #336666;
    color: #66ffff;
    cursor: pointer;
    position: absolute;
    top: 75%;
    left: 43%;
    z-index:5;
}
#click_to_story_div:hover{
    background-color: #66ffff;
    color: #336666;
}
