﻿/* EFFECTS SCROLLER */

/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper
{
    width: 500px;
    height: 25px;
    border: 1px solid black;
    background-color: #f0e298;
    position: absolute;
    z-index: 20;
    font: 12pt Verdana, Arial, Helvetica;
    background-image: url(../images/Backgrounds/AdBar.jpg);
    
}

.billcontent
{
    width: 100%;
    display: block;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10pt;
}


/* PAUSE SCROLLER */
#pscroller1
{
    top: 230px;
    left: 650px;
    width: 200px;
    height: 220px;
    background-color: #f0e298;
    border: 1px solid black;
    position: absolute;
    text-align: justify;
}

#pscroller2
{
    top: 260px;
    width: 500px;
    height: 20px;
    left: 300px;
    border: 1px solid black;
    position: absolute;
    text-align: left;
    font-size: 8pt;
    background-color: #f0e298;
}



