<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : layout-2col
    Created on : Oct 1, 2013, 9:32:59 PM
    Author     : frankg
    Description:
        Purpose of the stylesheet follows.
*/

@media all
{
    root { 
        display: block;
    }
    
    
    
    .menu-glyph
    {
        /* font-size: 24px; 
        height:16px;
        line-height:16px; */
        width:20px;         
        /*color: #aaa;
        color: white;*/
        padding-left:0px;
        padding-right:0px;
        padding-top: 0px;
        margin-right:0px;
        text-indent:0px;
        text-align: left;
        
        display: inline-block;
        text-align: center;  
        font-family: entypo;
    }
    #centers-link
    {
        color:white;
        text-decoration: none;
        cursor: pointer;
    }

    #centers-panel,#change-centers-panel
    {
        padding: 5px;
        color: white;
        background-color: white;
        border: black solid 2px;
        border-radius: 0px;
        min-width: 250px;
        z-index: 100;
        position: absolute;
        top: 100px;
        right: 30px;
        text-align: left;
        opacity: 1;
        background: white;
    }        

    
}

@media screen
{
    .content
    {
        float: left;
        width: 70%;     /* newlayout */           
        background-color: transparent;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 0;
        padding-left: 1%;
        padding-right: 1%;
    }

    .content-wide
    {
        width: 97%;     /* newlayout */    
    }

    #colleft
    {
        display: none;  /* newlayout */
        float: left;
        width: 1%;
        min-width: 1px;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
        border-radius: 0px;
        /*min-height: 1000px; */
        background: -moz-linear-gradient(left, rgba(255,255,255,0.76) 70%, rgba(255,255,255,0.76) 72%, rgba(249,249,249,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(70%,rgba(255,255,255,0.76)), color-stop(72%,rgba(255,255,255,0.76)), color-stop(100%,rgba(249,249,249,1))); 
        background: -webkit-linear-gradient(left, rgba(255,255,255,0.76) 70%,rgba(255,255,255,0.76) 72%,rgba(249,249,249,1) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0.76) 70%,rgba(255,255,255,0.76) 72%,rgba(249,249,249,1) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0.76) 70%,rgba(255,255,255,0.76) 72%,rgba(249,249,249,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2ffffff', endColorstr='#f9f9f9',GradientType=1 );
        background: linear-gradient(left, rgba(255,255,255,0.76) 70%,rgba(255,255,255,0.76) 72%,rgba(249,249,249,1) 100%);
    }

    #colright
    {
        margin-top: 0px;
        float: right;
        width: 25%;
        /*min-height: 1000px;         */
        padding-left: 10px; 
        margin-bottom: 10px;
        padding-right: 10px;
        padding-top: 0px;
        background-color:white;
        border-left: none;
    }    
}

@media print
{
    .content
    {
        float: left;
        width: 95%;     /* newlayout */           
        background-color: transparent;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 0;
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 5px;
        /*min-height: 1000px; */
    }

    .content-wide
    {
        width: 97%;     /* newlayout */    
    }

    #colleft
    {
        display: none;  /* newlayout */
        float: left;
        width: 1%;
        min-width: 1px;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;        
    }

    #colright
    {
        display: none;  /* newlayout */
        float: left;
        width: 1%;
        min-width: 1px;
    }    
}</pre></body></html>