html {
    background-color: white;
    font-family: arial,sans-serif;
    font-size: 95%;
    margin: 0;
}

body {
    margin: auto;
    padding: 10px;
}

p {
    font-size: 0.875em;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1em; }
h4 { font-size: 0.8em; }

img {
    border: 0;
}

a:link, a:visited, a:active {
    background-color: transparent;
    color: #000066;
    cursor: pointer;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted invert;
}

a:hover {
    cursor: pointer;
    background-color: transparent;
    color: #f59300;
    text-decoration: none;
}

.clear {
    clear: both;
}

.pageHdrTitle {
    font-size: 1.25em;
    font-weight: bold;
}

.pageHdrOptions {
    font-size: 0.8em;
}

.pageNote {
    margin-top: 1em;
}

#d_clip_button { 
    width: 120px;
    text-align: center;
    border: 1px solid black;
    background-color: #ccc;
    margin: 5px;
    padding: 4px;
    cursor: default;
    font-size: 0.875em;
}
#d_clip_button.hover {
    background-color: #eee;
}
#d_clip_button.active {
    background-color: #aaa;
}

.noteBox {
    background-color: #fafad2;
    border: 1px solid #999;
    font-size: 0.875em;
    margin: 5px 0px;
    padding: 5px;
}

.shadeHead {
    color: #000000;
    background-color: #f7f7f7;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 0px 4px 0px;
}
 
.shadeBox {
    border-style: solid;
    border-width: 1px;
    border-color: #eee #999 #999 #eee;
    background-color: #f7f7f7;
    margin: 10px 0px 20px 0px;
    font-size: 0.875em;
}

.page-footer {
    width: 100%;
    margin: 0;
}

/*  top : right : bottom : left */
.bottom-nav {
    width: 100%;
    margin: 10px 0px 20px 0px;
    font-size: 1.1em;
    font-weight: bold;
}

.referral {
    width: 100%;
    margin: 5px 0px 10px 0px;
}

.disclaimer {
    width: 100%;
    margin: 5px 0px 10px 0px;
    color: #bbbbbb;
    font-size: 0.875em;
}

.pageContent {
//    margin: auto;
//    padding: 10px;
}

.mainDataContent {
    margin: auto;
    padding: 10px;
    border: 2px solid black;
    background-color: #2E2E2E;
}

.optionsBar {
    height: 25px;
    padding: 5px;
    overflow:auto;
    border: 2px solid black;
    text-color: white;
    color: white;
    background-color: #DF7401;
    margin-top: 20px; 
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.selectedImageCount {
    text-weight: bold;
}

.borderBox {
    border: 2px solid white;
    background-color: black;
}

.foundMsg {
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
    margin-top: 20px;
}

.galleryBox {
    display: none;
    min-height: 0px;
    padding: 5px;
    overflow:auto;
    background-color: #2F2F2F;
    border: 2px solid black;
    margin: auto;
}

.imgBackground {
    margin: 5px;
    float: left;
    width: 125px;
    height: 125px;
    border: 2px solid #DF7401;
    background-color: black;
}

.imgThumb {
    margin: -2px;
    cursor: pointer;
    width: 125px;
    height: 125px;
    border: 2px solid #888888;
}

.imgThumb_hover {
   border: solid 2px #F59300;
}

.imgThumb_selected {
   border: solid 2px white;
}

.overlay {
    display: none;
    background-color: black;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index: 1000;
}

.dialogBox {
    display: none;
    position: fixed;
    top: 35%;
    left: 30%;
    right: 30%;
    min-height: 50px;
    background-color: white;
    border: 2px solid black;
    padding: 25px;
    z-index: 1001;
}

.dBoxHead {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.dBoxBody {
    font-size: 1em;
    float: left;
}

.dBoxIcon {
    float: left;
    width: 16px;
    height: 16px;
    background: url(/assets/icons/ani_loading.gif) no-repeat;
    margin-right: 5px;
}

.dBoxButtons {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.dButton {
    display: none;
    width: 75px;
}


// example (ok to remove)
    .miniInfoHover {
        background: transparent url(/img/photobar/photoinfo_small.png) no-repeat center center;
        _background: none;
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/photobar/photoinfo_small.png');
        width: 15px;
        height: 15px;
        position: absolute;
        bottom: 5px;
        right: 5px;
        visibility: hidden;
    }



