﻿html {
    /*overflow: -moz-scrollbars-vertical;*/
    overflow-y: scroll;
}

body        {font-family: Arial, Helvetica, sans-serif;
             font-size: small;
             width: 950px;
             background-color: #D0CADB;
             text-align:center; 
             margin: 0px auto;}

p           { color:#000000 }

table       {text-align:left; background-color:#FFFFFF;}

div {color: black;}

textarea    {font-family: Arial, Helvetica, sans-serif;
             font-size: small }

.titlesub   {Color: #ffffff;
            font-size: medium; }

a:link      {color: #0000ff; }

a:visited   {color: #0000ff;}
a:hover     {color: #339966;}

a.sidenavheader
            {color: #C0C0C0;
            font-style: italic;
            text-decoration: none;}
a.sidenavheader:hover
            {color: #00ff00;
            font-style: italic;
            text-decoration: none;}

a.sidenavitem {height:25px;}
            
a.sidenavitem:link {color: #ffffff;}

a.sidenavitem:visited {color: #ffffff;}

a.sidenavitem:hover {color: #00ff00;}

.sidenavheader
            {color: #C0C0C0;margin-left:5px;
            font-style: italic;}
.sidenavitem {color: #FFFFFF; text-align:left;margin-left:15px;}
.sidenavmenu {
    background-color: #7030A0;
    width: 150px;
    vertical-align: top;
    text-align: left;
}
.satitleheader {background-color:#7030A0}

.sacontent {
    width: 800px;
    height: 100%;
    vertical-align: top;
    text-align: left;
}

.sacontainer {
    width: 950px;
    margin: 0px auto;
    background-color: #FFFFFF;
}

.sacontentouter {
    display: flex;
    align-items: stretch;
}

.sapopbody {width:unset}
.sapopheadercolor {background-color:#7030A0}
.sapopheadertext {color: #ffffff;}
a.sapopheadertext:link {color: #ffffff;}
a.sapopheadertext:visited {color: #ffffff;}
a.sapopheadertext:hover {color: #ffffff;}

.saloginfooter {
    background-color: #ffffff;
    color: #000000;
}

/* 
#990000 = dark red
#7030A0 = SA Purple
*/

span.sacustomertitle1
{color:white;
font-size:200%;
/*font-family: "adobe-garamond-pro",sans-serif;*/
font-family: garamond, sans-serif;
font-style: normal;
font-weight: 500;
white-space:nowrap;
}

span.sacustomertitle2
{color:white;
font-size:150%;
/*font-family: "adobe-garamond-pro",sans-serif;*/
font-family: garamond, sans-serif;
font-style: normal;
font-weight: 400;
white-space:nowrap;
}

span.saheadertitle1
{color:white;
font-size:200%;
/*font-family: "adobe-garamond-pro",sans-serif;*/
font-family: garamond, sans-serif;
font-style: normal;
font-weight: 600;
white-space:nowrap;
}

span.saheadertitle2
{color:white;
font-size:115%;
/*font-family: "adobe-garamond-pro",sans-serif;*/
font-family: garamond, sans-serif;
font-style: normal;
font-weight: 400;
white-space:nowrap;
}

div.sasiteheaderprint {
    display:none;}




h1.sa-h1-dataentry {
    font-size: medium;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}

h2.sa-h2-dataentry {
    font-size: small;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
}

h3.sa-h3-dataentry {
    /*Not Currently In Use*/

    /*font-size: small;
    font-weight: 700;*/
    margin: 0px 0px 0px 0px;
}

h1.sa-h1-utility {
    font-size: medium;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}

h2.sa-h2-utility {
    font-size: x-large;
    font-weight: 400;
    color: #666666;
    margin: 0px 0px 0px 0px;
}

h3.sa-h3-utility {
    font-size: small;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
}

h4 {
    /*Not Currently In Use*/

    /*font-size: medium;
    font-weight: 600;*/
    margin: 0px 0px 0px 0px;
}

h5 {
    /*Not Currently In Use*/

    /*font-size: medium;
    font-weight: 600;*/
    margin: 0px 0px 0px 0px;
}

h6 {
    /*Not Currently In Use*/

    /*font-size: medium;
    font-weight: 600;*/
    margin: 0px 0px 0px 0px;
}





@media print {
    div.sidenavblock {
        display:none;
    }    
    div.sasiteheader {
        display:none;
    }
    div.sasiteheaderprint {
        display:block;
    }
    span.labelEffect-orig {
        display:none;
    }
    span.labelEffect-shadow {
        display:none;
    }
    
}

@font-face {
    font-family: garamond;
    src: url(EBGaramond-Regular.ttf);
}