﻿/*
 -ms-     IE
-moz-     Firefox
-webkit-  Chrome, Safari, Opera
*/

/* ELEMENTS */
a:hover
{
    color: mediumslateblue;
    text-decoration: underline;
}

a:link
{
    color: mediumslateblue;
    text-decoration: none;
}

a:visited
{
    color: mediumslateblue;
}

body
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: Black;
    background-color: #FBFBFB;
    margin: 0 auto 0 auto;
    max-width: 1172px;
    border-top: none;
    border-left: 4px solid #E4E4E4;
    border-right: 4px solid #E4E4E4;
    padding: 0 0 0 0;
}

@media all and (max-width: 1168px)
{
    body
    {
        border-left: none;
        border-right: none;
    }
}

h1
{
    font-weight: bold;
    font-size: 160%;
    color: #323D50;
    line-height: 150%;
    margin: 1% 1% 2% 0;
}

h2
{
    font-weight: bold;
    font-size: 140%;
    color: #4D6082;
    line-height: 130%;
    margin: 1% 1% 2% 0;
}

h3
{
    font-weight: bold;
    font-size: 120%;
    color: #4D6082;
    line-height: 110%;
    margin: 0 0 2% 0;
}

.h3_smallbmarg
{
    margin-bottom: 6px;
}

hr
{
    height: 2px;
    color: #E4E4E4;
    background-color: #E4E4E4;
    border-width: 0;
    margin: 1% 0 2% 0;
}

p
{
    margin: 0.5% 5px 1% 5px;
    padding: 0.5% 0.5% 0.5% 0;
}

/* CLASSES */
.biog_start
{
    margin-top: 0;
}

.biog_table em
{
    color: #4D6082;
}

.biog_table td
{
    padding-right: 20px;
    padding-bottom: 1%;
    vertical-align: top;
}

.exhib_table td
{
    font-size: 14px;
    padding-right: 20px;
    padding-bottom: 2%;
    vertical-align: top;
}

.exhib_table td:first-child
{
    font-weight: bold;
}

.button, .button_active
{
    background-color: #EEEEEE;
    border-radius: 5px;
    border: 2px solid #7dc9db;
    margin: 0.5% 10px 2% 0;
    padding: 6px 8px 6px 8px;
}

.button_active
{
    color: mediumslateblue;
    background-color: #D1EEFE;
}

.button_active:hover
{
    text-decoration: none;
    cursor: default;
}

.button:hover
{
    background-color: #D1EEFE;
    cursor: pointer;
}

.clear
{
    clear: both;
}

.contact_dropdown
{
    background-color: #FFFFCC;
    border: 2px solid #7dc9db;
    border-radius: 5px;
    padding: 6px 10px 4px 10px;
    margin: 4px auto 8px 16px;
    width: 361px;
}

.contact_fields
{
    background-color: #FFFFCC;
    border: 2px solid #7dc9db;
    border-radius: 5px;
    padding: 6px 10px 6px 10px;
    margin: 4px auto 8px 16px;
}

.contact_group
{
    float: left;
    margin: 0 auto 10px auto;
}

.contact_hdr
{
    color: #666666;
    font-weight: bold;
    padding-left: 24px;
}

.contact_option
{
    font-weight: bold;
}

.error_info
{
    padding-bottom: 1%;
}

.exhibition
{
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 0;
    margin-top: 14px;
    width: 50%;
}

@media all and (max-width: 800px)
{
    .exhibition
    {
        margin-top: unset;
        width: 100%;
    }
}

.exhibition a
{
    text-decoration: none;
}

.exhibition:hover
{
    background-color: #E0E8EF;
}

.exhibition_head
{
    line-height: 150%;
    color: #4D6082;
    padding: 0 0 0 0;
    margin-bottom: 0;
}

.exhibition_info
{
    line-height: 130%;
    font-size: 85%;
    padding: 0 0 0 0;
    color: green;
}

.exhibition_none
{
    color: indianred;
}

.h2_background, .h3_background
{
    padding: 4px 0 4px 0;
    margin: 10px 0 10px 0;
    border-bottom: 2px solid #E4E4E4;
}

.header_text
{
    position: relative;
    left: 60px;
    font-weight: bold;
    font-size: 2.4em;
    overflow: hidden;
    white-space: nowrap;
    color: #5E77A1;
    top: 14px;
}

@media all and (max-width: 800px)
{
    .header_text
    {
        font-size: 2em;
        top: 14px;
    }
}

@media all and (max-width: 480px)
{
    .header_text
    {
        font-size: 1.5em;
        top: 16px;
    }
}

@media all and (max-width: 360px)
{
    .header_text
    {
        font-size: 1.5em;
        top: 20px;
    }
}

.hidden
{
    overflow: hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.image_75_left, .image_66_left, .image_50_left, .image_33_left, .image_25_left
{
    display: table;
    float: left;
    padding-left: 6px;
    padding-right: 16px;
    margin: 0 auto;
    padding-top: 1%;
}

.image_75_right, .image_66_right, .image_50_right, .image_33_right, .image_25_right
{
    display: table;
    float: right;
    padding-left: 20px;
    margin: 0 auto;
    padding-top: 1%;
}

.image_75_left, .image_75_right
{
    width: 75%;
}

.image_66_left, .image_66_right
{
    width: 66%;
}

.image_50_left, .image_50_right
{
    width: 50%;
}

.image_33_left, .image_33_right
{
    width: 33%;
}

.image_25_left, .image_25_right
{
    width: 25%;
}

.image_75_left img, .image_66_left img, .image_50_left img, .image_33_left img, .image_25_left img
{
    height: auto;
    width: 100%;
/*    border-radius: 2%;*/
}

.image_75_right img, .image_66_right img, .image_50_right img, .image_33_right img, .image_25_right img
{
    height: auto;
    width: 100%;
/*    border-radius: 2%;*/
}

.image_75_left_caption, .image_66_left_caption, .image_50_left_caption, .image_33_left_caption, .image_25_left_caption
{
    color: green;
    font-size: 80%;
    padding: 2px 2% 10px 2%;
}

.image_75_right_caption, .image_66_right_caption, .image_50_right_caption, .image_33_right_caption, .image_25_right_caption
{
    color: green;
    font-size: 80%;
    padding: 2px 2% 10px 2%;
}

.image_cols, .image_cols_sold
{
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
/*    border-radius: 2%;*/
}

.image_cols a:link, .image_cols_sold a:link
{
    text-decoration: none;
}

.image_cols img, .image_cols_sold img, .image_cols_hidden img
{
    height: auto;
    width: 100%;
/*    border-radius: 2%;*/
}

.image_cols_caption, .image_cols_sold_caption
{
    color: green;
    font-size: 90%;
    padding: 0 6px 0 6px;
    text-align: center;
}

.image_cols_hidden
{
    display: table-cell;
    visibility: hidden;
    vertical-align: top;
    padding: 0 10px 0 10px;
}

.image_description
{
    margin: 4% 0 1% 0;
    padding: 6px 0 6px 2%;
    line-height: 1.5;
    font-style: italic;
    text-align: left;
    color: lightslategray;
}

@media all and (max-width: 480px)
{
    .image_description
    {
        text-align: center;
    }
}

.image_detail
{
    margin: 2% 0 1% 2%;
    padding: 0 0 0 0;
    color: green;
    text-align: left;
    font-weight: bold;
}

@media all and (max-width: 800px)
{
    .image_detail
    {
        text-align: left;
    }
}

@media all and (max-width: 480px)
{
    .image_detail
    {
        text-align: center;
    }
}

.image_detail span
{
    padding-right: 20px;
}

@media all and (max-width: 800px)
{
    .image_detail span
    {
        padding-right: 10px;
    }
}

.image_flex
{
    display: table;
    width: 60%;
    float: left;
    padding: 0 20px 0 0;
}

@media all and (max-width: 800px)
{
    .image_flex
    {
        width: 60%;
        float: left;
        padding: 0 20px 0 0;
    }
}

@media all and (max-width: 480px)
{
    .image_flex
    {
        width: 99%;
        float: none;
        margin: 0 auto;
        padding-right: 0;
    }
}

.image_flex_caption
{
    color: green;
    font-size: 80%;
    padding: 2px 0 20px 2%;
}

.image_flex img
{
    height: auto;
    width: 100%;
/*    border-radius: 2%;*/
}

.image_none
{
    text-align: center;
    margin: 40px 0 40px 0;
}

.image_strip
{
    display: table;
    margin-bottom: 20px;
}

.image_strip:empty
{
    display: none;
}

.input_fields
{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #808080;
    background-color: #FFFFCC;
    border: 1px solid #7dc9db;
    border-radius: 5px;
    padding: 6px 10px 6px 10px;
    margin: 2px auto 8px 10px;
    width: 70%;
    max-width: 600px;
}

.link_images
{
    margin: 20px 40px 0 0;
    border-radius: 6px;
    border: 2px solid #878e94;
}

.menu_level0
{
    background-color: #909090;
    margin-top: 10px;
    padding-left: 10px;
    font-weight: normal;
    font-size: 120%;
    color: White;
    height: 22px;
}

.menu_level1
{
    padding-left: 10px;
    cursor: pointer;
    height: 18px;
}

.menu_level1 span
{
    padding: 3px 0 2px 10px;
}

.nav_container
{
    position: relative;
    width: 100%
}

.nav_full
{
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 85%;
}

.nav_left
{
    position: absolute;
    top: 48px;
    left: 0;
    background-color: rgb(173,216,230);
    background-color: rgba(173,216,230,0.2);
    color: white;
    font-size: 1.5em;
    padding: 12px 30px 12px 12px;
    border: none;
    cursor: pointer;
/*    border-radius: 6px;*/
}

.nav_right
{
    position: absolute;
    top: 48px;
    left: 100%;
    -o-transform: translate(-56px);
    -ms-transform: translate(-56px);
    -moz-transform: translate(-56px);
    -webkit-transform: translate(-56px);
    transform: translate(-56px);
    background-color: rgb(173,216,230);
    background-color: rgba(173,216,230,0.2);
    color: white;
    font-size: 1.5em;
    padding: 12px 12px 12px 30px;
    border: none;
    cursor: pointer;
/*    border-radius: 6px;*/
}

.nav_left:hover, .nav_right:hover
{
    background-color: rgb(173,216,230);
}

.nocaption_caption
{
    display: none;
}

.search_head2
{
    border-top: 2px solid #E4E4E4;
    line-height: 150%;
    color: #4D6082;
    padding: 0 0 0 0;
    margin-bottom: 0;
}

.search_header
{
    color: green;
    border-bottom: 2px solid #E4E4E4;
    margin-top: 20px;
}

.search_highlight
{
    color: blue;
    background-color: #F4F4F4;
    margin: 0 4px 0 4px;
    padding: 0 4px 1px 4px;
    border: 1px solid blue;
    border-radius: 4px;
}

.search_hit
{
    margin: 4px 0 8px 0;
    padding-left: 15px;
}

.search_hit_header
{
    margin-top: 10px;
    padding: 2px 0 2px 10px;
    font-weight: bold;
    color: #4D6082;
}

.search_image_detail
{
    color: #4D6082;
    margin-top: 20px;
}

.search_desc
{
    margin: 0 0 20px 10px;
    padding-left: 0;
    text-align: left;
}

@media all and (max-width: 800px)
{
    .search_image_detail
    {
        margin-top: 10px;
    }
}

.search_image_detail h3
{
    font-size: 100%;
}

.search_image_detail p
{
    color: green;
    font-size: 90%;
}

.search_image_detail span
{
    padding-right: 10px;
}

.search_info
{
    color: green;
    margin-top: 20px;
}

.search1_hit
{
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 0;
}

.search1_hit:hover
{
    background-color: #E0E8EF;
    text-decoration: none;
}

.search1_ttl
{
    color: #4D6082;
    font-weight: bold;
}

.sold, .smallsold
{
    color: #FD0100;
}

.sold img
{
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
    height: 18px;
    width: 18px;
}

.smallsold img
{
    vertical-align: central;
    height: 10px;
    width: 10px;
}

.system_error
{
    color: red;
    padding-bottom: 2%;
}

#timeline_options
{
    margin-top: 20px;
    margin-bottom: 0;
}

#timeline_options span
{
    display: inline-block;
    width: 44px;
    text-align: center;
}

.timeline_year
{
    background-color: #E1E1E1;
    clear: both;
    padding-left: 10px;
    font-size: 140%;
    line-height: 150%;
}

.timeline_year:hover
{
    cursor: pointer;
}

.timeline_year span
{
    float: right;
    margin-right: 10px;
    color: mediumslateblue;
    font-size: 60%;
    font-weight: normal;
}

.tmarg
{
    margin-top: 20px;
}

.trspace
{
    padding-top: 10px;
}

.uline
{
    padding-bottom: 6px;
    border-bottom: 2px solid #E4E4E4;
}

/* ELEMENT IDs */
#biog_container
{
    -ms-column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -ms-column-gap: 6px;
    -moz-column-gap: 6px;
    -webkit-column-gap: 6px;
    column-gap: 6px;
}

@media all and (max-width: 1000px)
{
    #biog_container
    {
        -ms-column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media all and (max-width: 800px)
{
    #biog_container
    {
        -ms-column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

#commands
{
    color: mediumslateblue;
    background-color: #FFFFFF;
    position: fixed;
    height: 40px;
    top: 72px;
    padding: 6px 0 0 10px;
    z-index: 970;
    width: 100%;
    max-width: 1162px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: linear-gradient(to bottom, rgba(225,225,225,1), rgba(251,251,251,1));
}

#commands a
{
    text-decoration: none;
}

#commands div
{
    float: right;
    padding-right: 10px;
    padding-top: 2px;
}

#commands div img
{
    height: 32px;
    width: 32px;
}

#commands div span
{
    margin-left: 10px;
    margin-right: 12px;
}

#conerror
{
    border-radius: 5px;
    background-color: #FFA0A0;
    margin-top: 10px;
    margin-left: 17px;
    text-align: center;
    width: 337px;
    padding: 6px 10px 6px 10px;
}

#consend
{
    margin-top: 20px;
    margin-left: 140px;
}

#context
{
    font-family: Courier New, Courier, monospace;
    font-size: 120%;
    height: 200px;
    width: 337px;
    margin-bottom: 0;
}

#contextview
{
    font-family: Courier New, Courier, monospace;
    font-size: 120%;
    color: #404040;
    height: 400px;
    width: 337px;
    border: none;
    margin-left: 7px;
    overflow: hidden;
}

#contextview:disabled
{
    background-color: #FBFBFB;
}

#conwarning
{
    color: green;
    font-size: 78%;
    margin-left: 24px;
}

#fullscreen
{
    margin-left: -10px;
}

#fullscreen .image_detail span
{
    font-size: 70%;
}

#fullscreen h1
{
    width: 1162px;
    padding-left: 10px;
    margin-bottom: 1%;
}

#fullscreen img
{
    max-width: 1172px;
}

#hb_menu
{
    background-color: #E1E1E1;
    float: right;
    margin-top: 8px;
    padding-right: 10px;
    cursor: pointer;
}

#hb_menu_items
{
    top: 70px;
    right: 0;
    background-color: #F8F8F8;
    font-size: 14px;
    display: none;
    position: absolute;
    width: 208px;
    float: right;
    border: 4px solid #4D6082;
    overflow-y: auto;
    overflow-x: hidden;
}

#hb_menu_items .menu_level0:hover
{
    background-color: #909090;
}

#hb_menu_items a
{
    margin: 0 0 0 0;
    display: inline-block;
    width: 100%;
}

#hb_menu_items li
{
    margin-bottom: 3px;
    padding: 3px 0 4px 10px;
    text-align: left;
    width: 200px;
}

#hb_menu_items li a:hover, #hb_menu_items li a:visited
{
    color: #4D6082;
    cursor: pointer;
}

#hb_menu_items li a:link
{
    color: #4D6082;
    padding: 3px 0 2px 10px;
}

#hb_menu_items li:hover
{
    background-color: #D1EEFE;
}

#hb_menu_items ul
{
    padding: 0 0 10px 0;
    margin: -12px 0 0 0;
    list-style-type: none;
}

#menu_active
{
    background-color: #D1EEFE;
}

#page_body
{
    background-color: #FBFBFB;
    margin: 0 10px 0 10px;
    padding: 110px 0 20px 0;
}

#page_footer
{
    width: 100%;
    background-color: #E4E4E4;
    margin: 0 auto 0 auto;
    padding: 7px 0 0 0;
    clear: both;
}

#page_footer #copyright
{
    font-size: 80%;
    float: right;
    padding-top: 4px;
    padding-right: 2%;
}

#page_footer img
{
    width: auto;
    margin-top: -3px;
    padding-right: 14px;
}

#page_footer span
{
    padding-left: 1%;
    color: green;
}

#page_header
{
    background-color: #E1E1E1;
    background: url("/Images/_page_header_large.jpg") no-repeat;
    height: 70px;
    width: 100%;
    position: fixed;
    max-width: 1172px;
    z-index: 980;
    border-bottom: 1px solid #D0D0D0;
    border-top: 1px solid #D0D0D0;
}

@media all and (max-width: 800px)
{
    #page_header
    {
        background: url("/Images/_page_header_medium.jpg") no-repeat;
    }
}

@media all and (max-width: 480px)
{
    #page_header
    {
        background: url("/Images/_page_header_small.jpg") no-repeat;
    }
}

@media all and (max-width: 360px)
{
    #page_header
    {
        background: url("/Images/_page_header_tiny.jpg") no-repeat;
    }
}

#page_updated
{
    font-size: 80%;
    color: #AAAAAA;
    text-align: center;
    padding-bottom: 4px;
}

#search
{
    margin-top: 5px;
    margin-left: 10px;
}

#site_status
{
    width: 260px;
    margin: 30px auto 30px auto;
    padding: 30px;
    background-color: #E4E4E4;
    border: 2px solid mediumslateblue;
    border-radius: 5px;
    text-align: center;
}
