/* File name = "site.css" */

/* If prefaced by # use <div id="whatever">. */
/* If prefaced by . use <div class="whatever">. */
/* -------------------------------------------------------------------------- */

/* Customized Body Style */
body, html {
    background-attachment: fixed;
    background-image: url(/patchwork/public/images/light_grey.jpg);
    background-repeat: repeat;
    border: 0px;
    color: #191970; /* midnightblue */
    font-family: Verdana, "Lucida Sans Unicode", sans-serif;
    font-size: 11pt;
    margin: 0 5px;
    padding: 0px;
    text-align: center;
}
/* -------------------------------------------------------------------------- */

h1 {
    clear: both;
    color: #4682B4; /* steelblue */
    font-size: 18pt;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
}
/* -------------------------------------------------------------------------- */

h2 {
    color: #4682B4; /* steelblue */
    font-size: 1.4em;
}
/* -------------------------------------------------------------------------- */


a {
    /* The <a> tag defines a link or a hyperlink. */
    color: #4682B4; /* steelblue */
}
/* -------------------------------------------------------------------------- */

table
{
    background-color: white;
    border-collapse: collapse;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
/* -------------------------------------------------------------------------- */

/* Container id for all page content */
#content {
    background-color: #F5F5F5; /* whitesmoke */
    line-height: 130%;
    margin: 0 auto;
}
/* -------------------------------------------------------------------------- */

/* For use in Bvb_Grid tables */
/*table.borders
{
    border: 1px solid black;
    border-collapse: collapse;
} */

a.blue:link
{
    color: #191970;
}

a.blue:active
{
    color: #B0C4DE;
}

a.blue:visited
{
    color: #800080;
}

a.blue:hover
{
    color: #87CEFA;
}


.bvb_blankline {
    margin: 0px;
    padding: 0px;
    font-size: 4px;
}

.bvb_bookauthor {
    padding: 2px;
    width: 400px;
}

.bvb_booktitle {
    padding: 2px;
    width: 580px;
}

.bvb_cdcomposer {
    padding: 2px;
    width: 300px;
}

.bvb_cdindex {
    padding: 2px;
    text-align: center;
    width: 50px;
}

.bvb_cdtitle {
    padding: 2px;
    width: 450px;
}

.bvb_craftitem {
    padding: 2px;
    width: 350px;
}

.bvb_craftsname {
    padding: 2px;
    width: 350px;
}

.bvb_filename {
    padding: 2px;
    width: 250px;
}

td.bvb_itemsup {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 3px;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

td.bvb_citem {
    padding: 3px;
    text-align: left;
    width: 450px;
}

.bvb_links {
    padding: 2px;
    text-align: left;
    width: 100px;
}

.bvb_links2 {
    padding: 2px;
    text-align: left;
    width: 50px;
}

.bvb_location {
    padding: 2px;
    text-align: center;
    width: 100px;
}

td.bvb_csupplier {
    padding: 3px;
    text-align: left;
    width: 300px;
}

.bvb_url {
    padding: 2px;
    text-align: left;
    width: 200px;
}

.bvb_videotitle {
    padding: 2px;
    width: 580px;
}

.paginatinExport {
    float: left;
    padding-left: 2px;
    padding-top: 10px;
    width: 210px;
}

.paginationNumbers {
    float: left;
    padding: 10px 0px;
    text-align: center;
    width: 750px;
}


/* For cells in the case contents table */
.cc {
    padding: 3px;
}
/* -------------------------------------------------------------------------- */

/* the prefix cds is for elements within the cd book summary table */
.cds-cell1 {
    font-size: 12pt;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    padding: 3px 10px;
    vertical-align: top;
}
.cds-cell2 {
    font-size: 8pt;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    padding: 3px 10px;
    vertical-align: top;
}

/* For cells in the free slot table */
.fs {
    padding: 3px;
}

/* For table heading cells */
.head-c {
    text-align: center;
    border-bottom: 2px solid gray;
}
.head-l {
    text-align: left;
    border-bottom: 2px solid gray;
}
.head-r {
    text-align: right;
    border-bottom: 2px solid gray;
}
/* -------------------------------------------------------------------------- */

/* ================== CUSTOMIZED PAGE HEADER LOGOs AND MENU ================= */

#menulogo1 {
    background: #4682B4; /* steelblue */
    color: #B0E0E6; /* powderblue */
    font-family: Georgia,Times;
    font-size: 28px;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 3px;
    text-align: center;
    top: 0px;
    width: 100%;
}

#menulogo2 {
    background: #B0E0E6; /* powderblue */
    color: #4682B4; /* steelblue */
    font-family: system,geneva;
    font-size: small;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-align: center;
    top: 0px;
    width: 100%;
}
/* -------------------------------------------------------------------------- */

#MenuTable {
    /* border: 0px; */
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0;
    width: 100%;
}

#MenuLine {
    background-color: #4682B4; /* steelblue */
    color: black;
    float: left;
    font-size: 12px;
    height: 23px;
    margin: 0px 0px 0px 0px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

#MenuBox {
    padding-left: 12px;
    position: relative;
}

#MenuBoxIE {
    border-width: 1px;
    padding-left: 10px;
    position: relative;
}

/* Normal <a> tags within <div id="menuline">. */
#MenuLine a {
    text-align: center;
    font-weight: normal;
    color: black;
    text-decoration: none;
    voice-family: male;
    voice-family: inherit;
}

/* Cursor hovering over <a> tags within <div class="menu">. */
#MenuLine a:hover {
    text-align: center;
    font-weight: normal;
    color: #F5F5F5; /* whitesmoke */
    text-decoration: none;
    voice-family: female;
    voice-family: inherit;
}

#MenuLine TD{
    font-family: Arial;
    font-size: 12pt;
    background-color: #4682B4; /* steelblue */
    color: black;
}

/* -------------------------------------------------------------------------- */

/* Imported from \VB_MENU\menu.css */
/* Menu Link */

A.MenuLink{
    color: #1D2123;
    width: 100%;
    text-decoration: none;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
    color: #F5F5F5; /* whitesmoke */
    background-color: #4682B4; /* steelblue */
    text-decoration: underline;
}
/* First menu link element */
DIV.FirstMenuElement{
    background-color: #4682B4; /* steelblue */
    border-style: none;
    display: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px 5px;
    padding: 7px;
    position: absolute;
    text-align: center;
    width: 132px;
}

/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
    background-color: #4682B4; /* steelblue */
    border-style: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px 5px;
    padding: 7px;
    position: absolute;
    text-align: center;
    width: 132px;
}

/* Menu link element */
DIV.MenuElement {
    background-color: #EFEFFF; /* blue-grey (non-standard) */
    border-color: #475156; /* dark grey (non-standard) */
    border-style: solid;
    border-width: 1px;
    display: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px 5px;
    padding: 3px;
    position: absolute;
    text-align: left;
    width: 150px;
}
/* Menu link element when the mouse is over */
DIV.MenuElementOver {
    background-color: #EFEFFF; /* blue-grey (non-standard) */
    border-color: #475156; /* dark grey (non-standard) */
    border-style: solid;
    border-width: 1px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px 5px;
    padding: 3px;
    position: absolute;
    text-align: left;
    width: 150px;
}

/* ========================================================================== */

/* style form */
form dt {
    clear: left;
    display: block;
    float: left;
}

form dd {
    float: left;
    margin-left: 0;
}

form label{
    display: block;
    float: left;
    margin-right: 0.5em;
    text-align: right;
    width: 10em;
    
}
form #submitbutton {
    margin: 10px 0px;
}

#footer {
    clear: both;
    color: #4682B4; /* steelblue */
    font-size: 8pt;
    height: 15px;
    padding: 10px 0px;
    text-align: center;
 }
/* <div> container for left-side space. */
.fspl {
    clear:both;
    color: #4682B4; /* steelblue */
    float: left;
    margin: 0px 2px 4px 0px;
    line-height: 120%;
    padding: 0px;
    text-align: right;
}
/* -------------------------------------------------------------------------- */

/* <div> container for left-side space. */
.fspl2 {
    float: left;
    line-height: 150%;
    margin: 0px 2px 4px 0px;
    padding: 0px;
    text-align: right;
}
/* -------------------------------------------------------------------------- */

/* <div> container for left-side space. */
.fspl3 {
    float: left;
    line-height: 100%;
    margin: 2px 2px 2px 0px;
    padding: 0px;
    text-align: right;
}
/* -------------------------------------------------------------------------- */

/* <div> container for left-side space. */
.fspl4 {
    float: left;
    line-height: 100%;
    margin: 4px 2px 0px 0px;
    padding: 0px;
    text-align: right;
}
/* -------------------------------------------------------------------------- */

/* <div> container for right-side space. */
.fspr {
    float: left;
    line-height: 120%;
    margin: 0px;
    padding: 0px 0px 4px 2px;
    text-align: left;
}
/* -------------------------------------------------------------------------- */

/* <div> container for right-side space. */
.fsprw {
    background: white;
    float: left;
    line-height: 100%;
    margin: 0px;
    padding: 0px 0px 4px 2px;
    text-align: left;
}
/* -------------------------------------------------------------------------- */

/* <div> to display media cover art. */
.coverart {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
/* -------------------------------------------------------------------------- */
