﻿/* Stylesheet - Mobile First (Up to 584px [Small]) Media queries for min-width 876px [Medium] and 1168px [Large]
   Changing media width breakpoints will also require changes to the code
 -ms-     IE
 -moz-    Firefox
 -webkit- Chrome, Safari, Opera
*/
a:hover
{
    color: mediumslateblue;
    text-decoration: underline;
}

a:link
{
    color: mediumslateblue;
    text-decoration: none;
}

a:visited
{
    color: mediumslateblue;
}

hr
{
    height: 3px;
    color: #E4E4E4;
    background-color: #E4E4E4;
    border-width: 0;
    margin: 1% 0 2% 0;
}

body
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 11pt;
    line-height: 1.5;
    color: Black;
    background-color: #FBFBFB;
    margin: 0 auto 0 auto;
    max-width: 1172px;
    border: none;
    padding: 0 0 0 0;
}

@media all and (min-width: 1168px)
{
    body
    {
        border-left: 4px solid #E4E4E4;
        border-right: 4px solid #E4E4E4;
    }
}

@media all and (min-width: 584px)
{
    body
    {
        font-size: 10pt;
    }
}

.background
{
    background-color: #E4E4E4;
    padding: 4px 6px 4px 6px;
    margin: 16px 0 0 0;
    clear: both;
}

#page_header
{
    background: url("/Images/_page_header_small.jpg") no-repeat;
    height: 70px;
    width: 100%;
    position: fixed;
    max-width: 1172px;
    z-index: 971;
    border-bottom: 1px solid #D0D0D0;
    border-top: 1px solid #D0D0D0;
}

@media all and (min-width: 420px)
{
    #page_header
    {
        background: url("/Images/_page_header.jpg") no-repeat;
    }
}

#hb_menu
{
    float: right;
    margin-top: 8px;
    padding-right: 10px;
    cursor: pointer;
}

#hb_menu_items
{
    top: 71px;
    right: 0;
    background-color: #F8F8F8;
    font-size: 14px;
    display: none;
    position: absolute;
    width: 218px;
    float: right;
    border: 4px solid #4D6082;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
}

#hb_menu_items .menu_level0:hover
{
    background-color: #606060;
}

#hb_menu_items a
{
    margin: 0 0 0 0;
    display: inline-block;
    width: 100%;
}

#hb_menu_items li
{
    margin-bottom: 3px;
    padding: 2px 0 7px 10px;
    text-align: left;
    width: 210px;
}

#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: #B4E4FD;
}

#hb_menu_items ul
{
    padding: 0 0 10px 0;
    margin: -12px 0 0 0;
    list-style-type: none;
}

#menu_active
{
    background-color: #B4E4FD;
}

.menu_level0
{
    background-color: #606060;
    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 0;
}

/* Custom checkbox class based on w3schools example */
.checkbox
{
    font-size: 10pt;
    display: block;
    position: relative;
    padding-top: 4px;
    padding-left: 40px;
    margin-left: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark
{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFFFCC;
    border: 2px solid #7dc9db;
    border-radius: 5px;
}

.checkmark:after
{
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after
{
    display: block;
}

.checkbox .checkmark:after
{
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #808080;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#commands
{
    font-size: 10pt;
    color: mediumslateblue;
    background-color: #FFFFFF;
    position: fixed;
    height: 24px;
    top: 72px;
    padding: 6px 0 0 10px;
    z-index: 965;
    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(255,255,255,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;
}

#contactform
{
    margin: 0 auto 0 auto;
}

.contact_group
{
    text-align: center;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}

.contact_hdr
{
    color: #666666;
    font-weight: bold;
}

.contact_fields
{
    font-family: 'Courier New';
    background-color: #F0F0F0;
    border: 2px solid #7dc9db;
    border-radius: 5px;
    padding: 6px 10px 6px 10px;
    margin: 4px auto 8px auto;
    width: 320px;
}

#context
{
    font-family: Courier New, Courier, monospace;
    font-size: 120%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    height: 200px;
    width: 340px;
}

#conerror, #reqerror
{
    background-color: #FFA0A0;
    border-radius: 5px;
    padding: 6px 10px 6px 10px;
    margin: 4px auto 8px auto;
    text-align: center;
    width: 320px;
}

#conwarning
{
    color: green;
    font-size: 90%;
}

@media all and (min-width: 876px)
{
    .contact_group
    {
        width: 460px;
    }

    .contact_fields, #conerror
    {
        width: 420px;
    }

    #context
    {
        width: 442px;
    }
}

.error_info
{
    padding-bottom: 1%;
}

#page_body
{
    background-color: #FBFBFB;
    margin: 0 10px 0 10px;
    padding: 186px 0 20px 0;
}

@media all and (min-width: 584px)
{
    #page_body
    {
        padding-top: 155px;
    }
}

.warning
{
    text-align: center;
    background-color: #FFBF00;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 6px;
}

h1
{
    top: 96px;
    height: 62px;
    width: 100%;
    max-width: 1162px;
    position: fixed;
    font-weight: bold;
    font-size: 160%;
    color: #425370;
    line-height: 150%;
    margin: 6px 0 14px -10px;
    background-color: #FFFFFF;
    padding: 6px 0 10px 10px;
    background-image: linear-gradient(to bottom, rgba(237,237,237,1), rgba(251,251,251,1));
    border-bottom: 3px solid #E4E4E4;
    z-index: 970;
}

@media all and (min-width: 584px)
{
    h1
    {
        height: 31px;
    }
}

h2
{
    font-weight: bold;
    font-size: 130%;
    color: #4D6082;
    line-height: 140%;
    margin: 1% 0.5% 1% 0;
}

h2 span
{
    font-size: 10pt;
    font-weight: normal;
    background-color: rgb(166, 166, 166);
    color: white;
    padding: 2px 8px 2px 8px;
}

h2 a:link
{
    color: #4D6082;
}

h3
{
    font-weight: bold;
    font-size: 114%;
    color: #4D6082;
    line-height: 107%;
    margin: 24px 0 0 0;
}

p
{
    margin: 1.5% 5px 1% 5px;
    padding: 1% 0.5% 0.5% 0;
}

@media all and (min-width: 584px)
{
    p
    {
        margin: 0.2% 5px 0.2% 5px;
    }
}

.description
{
    text-align: center;
    background-color: #E4E4E4;
    padding: 4px 0 4px 6px;
    margin: 16px 5px 0 0;
    clear: both;
}

.hidden
{
    overflow: hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.image_flex, .image_flex_left
{
    width: 100%;
    float: none;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    padding-right: 0;
}

@media all and (min-width: 584px)
{
    .image_flex
    {
        width: 50%;
        float: none;
        margin-bottom: 20px;
    }

    .image_flex_left
    {
        width: 50%;
        float: left;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .image_title
    {
        margin-bottom: 2%;
        text-align: center;
    }
}

.image_strip3
{
    display: inline-block;
    max-width: 250px;
    width: 30%;
    margin: 10px auto;
    padding-left: 10px;
}

.image_strip3_caption
{
    display: inline-block;
    max-width: 250px;
    width: 30%;
    color: green;
    font-size: 90%;
    text-align: center;
    padding-left: 10px;
}

.image_flex_small, .image_flex_small_right
{
    max-width: 250px;
    width: 99%;
    float: none;
    margin: 20px auto;
    padding: 0;
}

.image_flex_caption
{
    color: green;
    font-size: 90%;
    text-align: center;
    padding: 0 0 0 2%;
}

.image_flex_left_caption
{
    color: green;
    font-size: 90%;
    padding: 0 0 0 2%;
}

.image_flex_small_caption, .image_flex_small_right_caption
{
    color: green;
    font-size: 90%;
    padding: 2px 0 20px 2%;
}

.image_flex img, .image_flex_small img, .image_flex_small_right img, .image_flex_left img
{
    height: auto;
    width: 100%;
    /*    border-radius: 2%;*/
}

@media all and (min-width: 876px)
{
    .image_flex_left img
    {
        width: 95%;
    }
}

.image_none
{
    text-align: center;
    margin: 40px 0 40px 0;
}

.width_250
{
    max-width: 250px;
}

.width_260
{
    max-width: 260px;
}

.image_strip
{
    display: table;
    margin-bottom: 20px;
}

.image_strip:empty
{
    display: none;
}

.image_75_left, .image_66_left, .image_50_left, .image_33_left, .image_25_left
{
    display: table;
    float: left;
    padding-left: 12px;
    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_22_left
{
    display: table;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0 auto;
    padding-top: 1%;
    width: 22%;
    min-height: 120px;
}

.image_40_left
{
    display: table;
    float: left;
    padding-left: 12px;
    padding-right: 16px;
    margin: 0 auto;
    padding-top: 1%;
    width: 40%;
    min-height: 120px;
}

.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: 96%;
    margin-top: 10px;
}

.image_25_left, .image_25_right
{
    width: 25%;
    min-height: 120px;
}

.image_75_left img, .image_66_left img, .image_50_left img, .image_33_left img, .image_25_left img, .image_22_left img, .image_40_left img
{
    height: auto;
    width: 100%;
    /*    border-radius: 4%;*/
}

.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: 4%;*/
}

.image_75_left_caption, .image_66_left_caption, .image_50_left_caption, .image_33_left_caption, .image_25_left_caption, .image_22_left_caption, .image_40_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_full
{
    float: left;
    padding: 10px 0 10px 12px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 1%;
    width: 100%;
}

.image_full img
{
    height: auto;
    width: 99%;
}

.image_full_caption
{
    color: green;
    font-size: 80%;
    padding: 2px 2% 10px 2%;
}

@media all and (min-width: 584px)
{
    .image_75_left_caption, .image_66_left_caption, .image_50_left_caption, .image_33_left_caption, .image_25_left_caption, .image_22_left_caption, .image_40_left_caption
    {
        font-size: 90%;
    }

    .image_75_right_caption, .image_66_right_caption, .image_50_right_caption, .image_33_right_caption, .image_25_right_caption
    {
        font-size: 90%;
    }

    .image_33_left, .image_33_right
    {
        width: 33%;
    }
}

.image_cols, .image_cols_sold
{
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    /*    border-radius: 4%;*/
    width: 50%;
}

.image_cols_hidden
{
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    visibility: hidden;
    width: 50%;
}

@media all and (min-width: 584px)
{
    .image_cols, .image_cols_sold, .image_cols_hidden
    {
        width: 25%;
    }
}

@media all and (min-width: 876px)
{
    .image_cols, .image_cols_sold, .image_cols_hidden
    {
        width: 16%;
    }
}

.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: 98%;
    /*    border-radius: 4%;*/
}

.image_cols_caption, .image_cols_sold_caption, .image_cols_hidden_caption
{
    color: green;
    font-size: 90%;
    padding: 0 6px 0 6px;
    text-align: center;
}

.input_fields
{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #808080;
    background-color: #FFFFCC;
    border: 2px solid #7dc9db;
    border-radius: 5px;
    padding: 6px 10px 6px 10px;
    margin: 2px auto 8px 5px;
    width: 70%;
    max-width: 600px;
}

.bold
{
    font-weight: bold;
}

.button, .button_active
{
    color: #4D6082;
    background-color: #EEEEEE;
    border-radius: 5px;
    border: 2px solid #7dc9db;
    margin: 0.5% 10px 2% 5px;
    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;
}

.link
{
    color: #7B68EE;
    padding-left: 10px;
}

.center
{
    text-align: center;
}

.inline
{
    display: inline-block;
}

.clear
{
    clear: both;
}

.clear_narrow_only
{
    padding-top: 2%;
}

@media all and (max-width: 584px)
{
    .clear_narrow_only
    {
        clear: both;
        padding-top: 1%;
    }
}

.lmarg
{
    margin-left: 20px;
}

em
{
    color: green;
}

.image_detail
{
    font-size: 10pt;
    margin: 20px 0 1% 2%;
    padding: 0 0 0 0;
    color: #4D6082;
    text-align: center;
    position: relative;
    top: -1px;
}

.image_description
{
    font-size: 10pt;
    margin: 1% 0 1% 0;
    padding: 6px 0 6px 0;
    line-height: 1.5;
    text-align: center;
    color: green;
}

.nav_container
{
    position: relative;
    width: 100%
}

.nav_full
{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 85%;
}

.nav_left
{
    position: absolute;
    top: 0;
    left: -1px;
    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;
    z-index: 960;
}

.nav_right
{
    position: absolute;
    top: 0;
    left: 99.6%;
    -o-transform: translate(-53px);
    -ms-transform: translate(-53px);
    -moz-transform: translate(-53px);
    -webkit-transform: translate(-53px);
    transform: translate(-53px);
    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;
    z-index: 958;
}

@media all and (min-width: 584px)
{
    .nav_left
    {
        left: -30%;
        background-color: rgba(173,216,230,0.6);
    }

    .nav_right
    {
        left: 130%;
        background-color: rgba(173,216,230,0.6);
    }
}

.nav_left:hover, .nav_right:hover
{
    background-color: rgb(173,216,230);
}

.nocaption_caption
{
    display: none;
}

#sizes
{
    background-color: rgba(173,216,230,0.6);
    border-radius: 6px;
    padding: 8px 16px 8px 16px;
    cursor: pointer;
}

#unframed_size_cm, #framed_size_cm
{
    display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#unframed_size_in, #framed_size_in
{
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nocontent
{
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

#page_view_options
{
    font-weight: normal;
    float: right;
    font-size: 10pt;
    margin-right: 26px;
    margin-left: 10px;
}

#page_view_options .pvoption
{
    padding-left: 20px;
}

#page_view_options .sort_selected, #page_view_options .nav_selected
{
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 5px solid #1A8CFF;
    cursor: default;
}

#page_view_options .sort_unselected, #page_view_options .nav_unselected
{
    padding-bottom: 9px;
    cursor: pointer;
}

.pvoption2
{
    background-color: rgba(173,216,230,0.6);
    padding: 12px 20px 14px 20px;
    border-radius: 4px;
}

.page_number
{
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
}

#page_number_active input
{
    width: 30px;
    margin: 0 10px 0 10px;
    padding: 5px 8px 6px 8px;
    text-align: center;
    border: 1px solid #1A8CFF;
    border-radius: 5px;
}

#page_up, #page_down
{
    font-weight: bold;
    cursor: pointer;
    color: white;
    background-color: #4DA6FF;
    padding: 4px 4px 6px 4px;
    border: 1px solid blue;
    border-radius: 4px;
}

#page_up_disabled, #page_down_disabled
{
    font-weight: bold;
    cursor: default;
    color: white;
    background-color: #CCE6FF;
    padding: 4px 4px 6px 4px;
    border: 1px solid blue;
    border-radius: 4px;
}

#range_info
{
    font-size: 10pt;
    color: green;
    padding-left: 10px;
}

.past_member, .hon_member
{
    font-weight: bold;
    font-size: 110%;
    line-height: 150%;
    color: #4D6082;
    margin-left: 10px;
}

#fullscreen
{
    margin-left: -10px;
}

#fullscreen h1
{
    height: 38px;
    position: unset;
    top: 72px;
    width: 1162px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-bottom: 0;
    border-bottom: none;
}

#fullscreen h1 span
{
    color: forestgreen;
    padding-left: 20px;
}

#fullscreen h1 span img
{
    vertical-align: middle;
    margin-top: -7px;
}

@media all and (min-width: 876px)
{
    #fullscreen h1 span img
    {
        vertical-align: top;
        margin-top: -30px;
    }
}

@media all and (min-width: 584px)
{
    #fullscreen h1 span img
    {
        vertical-align: middle;
        margin-top: -7px;
    }
}

#fullscreen img
{
    max-width: 1172px;
    margin-top: 0;
    margin-bottom: -2px;
    padding-top: 0;
}

@media all and (min-width: 584px)
{
    #artist_profile .image_flex_small
    {
        float: left;
        margin-right: 30px;
        margin-bottom: 0;
    }
}

.obituary_list
{
    font-weight: bold;
}

.obituary_list li
{
    margin-bottom: 10px;
}

fieldset
{
    margin: 0 auto 0 auto;
    border: 2px solid #7dc9db;
    border-radius: 10px;
    max-width: 310px;
}

fieldset input, fieldset span
{
    float: left;
}

legend
{
    color: #4D6082;
    font-weight: bold;
    padding: 0 6px 4px 6px;
}

.pricetype
{
    display: inline-block;
    padding-left: 14px;
    padding-top: 5px;
}

.noprice
{
    color: red;
    font-size: 10pt;
    font-weight: normal;
}

.price
{
    font-size: 130%;
    font-weight: bold;
}

.price, .format
{
    color: #4D6082;
}

.worktype
{
    font-size: 10pt;
    font-weight: normal;
    padding-left: 14px;
}

.profile, .exhibition
{
    vertical-align: top;
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 0;
    margin-top: -3px;
    margin-bottom: 20px;
    width: 100%;
}

@media all and (min-width: 584px)
{
    .profile, .exhibition
    {
        width: 100%;
    }
}

@media all and (min-width: 876px)
{
    .profile, .exhibition
    {
        width: 50%;
    }
}

@media all and (min-width: 992px)
{
    .profile, .exhibition
    {
        width: 33.3%;
    }
}

.profile a, .exhibition a
{
    text-decoration: none;
}

.profile:hover, .exhibition:hover
{
    background-color: #E0E8EF;
}

.profile_head, .exhibition_head
{
    color: #4D6082;
    font-size: 110%;
    line-height: 150%;
    padding: 4px 0 2px 6px;
    margin: 0 10px 10px 10px;
    border-top: 3px solid #E4E4E4;
}

.profile_info
{
    display: flex;
    padding: 6px 10px 0 0;
    color: black;
}

#profile_note, #artwork_note
{
    background-color: #F0F0F0;
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    margin-top: 20px;
}

.exhibition_info
{
    display: inline-block;
    padding: 6px 10px 0 0;
    color: black;
}

.exhibition_head_ng
{
    font-size: 120%;
    line-height: 150%;
    color: #4D6082;
    padding: 0 0 0 6px;
    margin-bottom: 5px;
}

.exhibition_none
{
    color: indianred;
}

.exhibition_info_full
{
    display: inline-block;
    font-size: 80%;
    padding: 0 0 0 0;
    margin-top: 8px;
    margin-bottom: 0;
    color: green;
}

.exhibition_info_date
{
    line-height: 1.0;
    font-size: 90%;
    padding: 0 0 0 0;
    color: green;
}

@media all and (min-width: 584px)
{
    .exhibition_info, .exhibition_info_date
    {
        padding-left: 10px;
    }
}

.exhibition_contact_details
{
    display: none;
    padding: 0 0 0 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    color: #4D6082;
}

.exhibition_contact_toggle
{
    display: inline-block;
    font-size: 80%;
    background-color: #EEEEEE;
    float: right;
    margin-top: 8px;
    padding: 0 4px 0 4px;
    cursor: pointer;
    border: 1px solid #7DC9DB;
    border-radius: 5px;
}

@media all and (min-width: 1168px)
{
    .exhibition_contact_toggle
    {
        margin-right: 10px;
    }
}

#SetShowAll
{
    display: flex;
    justify-content: center;
}

#SetShowAll input
{
    padding: 8px 14px 8px 14px;
}

.news_header
{
    clear: both;
    color: #4D6082;
    line-height: 150%;
    padding: 10px 0 2px 6px;
    margin: 10px 10px 0 10px;
}

.news_indent
{
    margin-left: 16px;
}

.news_timestamp
{
    clear: both;
    color: green;
    font-size: 80%;
    text-align: right;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #E4E4E4;
}

.noborder
{
    border: none;
}

.search
{
    vertical-align: top;
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 0;
    margin-top: -3px;
    margin-bottom: 20px;
    width: 100%;
}

@media all and (min-width: 584px)
{
    .search
    {
        width: 50%;
    }
}

@media all and (min-width: 876px)
{
    .search
    {
        width: 33.3%;
    }
}

.search a
{
    text-decoration: none;
}

.search:hover
{
    background-color: #E0E8EF;
}

.search_header
{
    color: #4D6082;
    font-size: 110%;
    line-height: 150%;
    padding: 4px 0 2px 6px;
    margin: 0 10px 4px 10px;
    border-top: 3px solid #E4E4E4;
}

.search1_ttl
{
    color: #4D6082;
    font-weight: bold;
}

.search1_hit
{
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 0;
}

.search1_hit:hover
{
    background-color: #E0E8EF;
    text-decoration: none;
}

.search_highlight
{
    font-weight: bold;
    color: blue;
    background-color: #F4F4F4;
    margin: 0 0 0 0;
    padding: 0 4px 1px 4px;
    border: 1px solid blue;
    border-radius: 4px;
}

.search_hit
{
    line-height: 1.2;
    margin: 4px 0 2px 0;
    padding-left: 20px;
}

.search_hit_header
{
    text-decoration: underline;
    font-size: 110%;
    margin-top: 0;
    padding: 0 0 2px 20px;
    font-weight: bold;
    color: #4D6082;
}

.search_image_detail
{
    color: black;
    margin-top: 2px;
    padding-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;
    padding-left: 10px;
}

.search_info
{
    color: green;
    margin-top: 0;
}

#site_links h3
{
    margin-top: 0;
    margin-bottom: 10px;
}

#site_links p
{
    padding: 0 0 0 0;
    margin-bottom: 10px;
}

#site_links span
{
    display: inline-block;
    font-size: 11pt;
    margin-top: 4px;
    margin-left: 20px;
    vertical-align: top;
}

.sold, .smallsold
{
    color: #FD0100;
}

.sold img
{
    vertical-align: middle;
    margin-left: 50px;
    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%;
}

.tline
{
    margin-top: 20px;
    padding-top: 6px;
    border-top: 3px solid #E4E4E4;
}

.uline
{
    padding-bottom: 6px;
    border-bottom: 3px solid #E4E4E4;
}

.nospace
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.biog_table, .link_table
{
    margin: 0 5px 1% 5px;
    padding: 1% 0.5% 0.5% 0;
}

.biog_table td
{
    padding-right: 10px;
    vertical-align: top;
}

.link_table td
{
    padding-left: 10px;
    padding-bottom: 4px;
    vertical-align: top;
}

#page_updated
{
    font-size: 75%;
    color: #AAAAAA;
    text-align: center;
    padding-bottom: 4px;
}

#page_footer
{
    width: 100%;
    border-top: 1px solid #D0D0D0;
    background-color: #E1E1E1;
    margin: 0 auto 0 auto;
    padding: 12px 0 0 0;
    clear: both;
}

#page_footer #copyright
{
    font-size: 80%;
    float: right;
    padding-top: 5px;
    padding-right: 2%;
}

#page_footer img
{
    width: auto;
    margin-top: -3px;
    padding-right: 14px;
}

#page_footer span
{
    padding-left: 1%;
    color: green;
}

#site_status
{
    width: 260px;
    margin: 30px auto 30px auto;
    padding: 30px;
    background-color: #E4E4E4;
    border: 2px solid mediumslateblue;
    border-radius: 5px;
    text-align: center;
    color: red;
    font-weight: bold;
}

#site_status span
{
    color: blue;
}

.viewfile h2
{
    text-align: center;
    margin: 30px 0 20px 0;
}

.othermedia
{
    line-height: 2.6;
    margin: 6px 10px 6px 5px;
    background-color: #E4E4E4;
    padding: 4px 10px 4px 10px;
}

.media_img
{
    vertical-align: top;
}

.media_img img[title="Image File"]
{
    position: relative;
    top: -5px;
}

.media_img img[title="PDF File"]
{
    position: relative;
    top: -5px;
}

.media_img img[title="Video"]
{
    position: relative;
    top: -7px;
}

.media_img img[title="Website"]
{
    position: relative;
    top: -5px;
}

.subscribe_home
{
    display: inline-block;
    width: 98%;
    font-weight: bold;
    color: #4D6082;
    border-top: 2px solid #E4E4E4;
    margin: 10px auto 10px auto;
    padding: 10px 6px 2px 6px;
    text-align: center;
}

.subscribe_home span:nth-child(2)
{
    display: inline-block;
    font-weight: bold;
    font-size: 120%;
    line-height: 140%;
    margin: 0.5% 0.5% 0.5% 0;
}

.video_container
{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.video_iframe
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.print
{
    /* Elements that need to be styled differently for printing */
}

@media print
{
    body
    {
        background-color: white;
    }

    #page_header, #commands, #page_updated, #page_footer, #page_view_options, #site_links
    {
        display: none;
    }

    h1
    {
        position: static;
        border: none;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }

    #page_body
    {
        padding-top: 0;
        background-color: white;
    }

    .exhibition div, .print img
    {
        width: 20%;
    }

    .smallsold img
    {
        display: none;
    }
}

#spinbox
{
    display: none;
    opacity: 1;
    z-index: 1001;
    position: absolute;
    top: 30%;
    left: 45%;
    width: 150px;
    height: 150px;
    border: 5px solid lightblue;
    border-radius: 8%;
    background-color: lightblue;
    text-align: center;
    padding-top: 10px;
}

#spinner
{
    display: none;
    opacity: 1;
    z-index: 1001;
    position: absolute;
    top: 40%;
    left: 30%;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    background-color: lightblue;
    animation: spin 1s linear infinite;
}

@keyframes spin
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}
