/*
    File: gb_common.css
    Copyright: George G. Bolgar 2016
*/


BODY 
{
    width: 97%;
    height: 96%;
    margin: 2pt;
    padding: 10pt;
    font-family: 'Roboto', sans-serif;
    color: black; 
    background-color: silver;
    border-style: ridge;
    border-color: #404060;
    border-width: 2pt;
    border-radius: 2pt;
}



H1.main
{
    text-align: center;
    color: #020206;
    display: block;
    font-size: 30pt;
    font-style: normal;
    font-wieght: normal;
    letter-spacing: 1pt;
    white-space: nowrap;
    overflow: visible;
    text-shadow: -3px -2px 1.5px white;
    font-family: "Century Schoolbook", "Times New Roman", Serif;
    margin-bottom: 0;
}


FOOTER
{
    font-family: serif;
    font-size: 9pt;
    font-style: italic;
    font-weight: 100;
    width: 100%;
    text-align: center;
    margin-top: 10pt;
    margin-bottom:0;
}

.index_menu>li
{
    COLOR:black;
    font-style:normal;
    margin-bottom: 16pt;
    list-style-type: circle;
}

.index_menu>li:hover
{
    list-style-type: disc;
}

.index_menu a
{
    background-color: rgba(0, 0, 0, 0.02);
    border-style: groove;
    border-color:black;
    border-width: 2pt;
    border-radius: 10pt;
    text-decoration: none;
    text-align: justify;
    padding: 1em;
    padding-left: 0.5em;
    display: block;
    color: black;
}

.index_menu a:hover, dd a:hover, #exit_button:hover
{
    border-color: red;
    background-color: #ffffe0;
}

SPAN.subclause
{
    color:#606070;
    font-style:italic;
    font-weight:lighter;
}

dl dl dt 
{
    color:steelblue;
}

DT  
{
    padding-top:10;
    COLOR:darkblue;
    clear: right;
}

DD 
{
    COLOR:black;
}

dd p
{
    padding-top: 0;
    margin-top: 0;
    width: 100%;
    text-align: justify;
    clear: both;
}

dd a
{
    background-color: #DBDBDB;
    border-style: outset;
    border-width: 2pt;
    border-color: grey;
    border-radius: 10pt;
    text-decoration: none;
    color: #404040;
    padding-left: 3pt;
    padding-right: 3pt;
    text-shadow: 1px 1px 1px white;
}

#exit_button
{
    border-style: outset;
    border-width: 2.5pt;
    border-color: #D3D3D3;
    text-decoration: none;
    float: right;
    margin-bottom: 3pt;
    margin-top: 3px;
    border-radius: 20pt;
    text-shadow: 1px 1px 1px #FFF;
    background-color: rgba(0, 0, 0, 0.02);
    padding-left: 3em;
    padding-right: 3em;
    color: black;
}
