﻿div.ticker {
    text-align: center;
    background-color: #f0f0f0;
    border: solid 1px #bbb;
    /*margin: 5px;*/
}

div.narrow {
    width: 200px;
}

div.medium {
    width: 400px;
}

div.long {
    width: 800px;
}

div.stretched {
    width: 100%;
}

div.threeRows {
    height: 300px;
}

div.twoRows {
    height: 200px;
}

div.oneRow {
    height: 100px;
}


div.ticker ul {
   list-style: none outside;
   margin: 0;
   padding: 5px;
}

div.oneRow li, div.twoRows li, div.threeRows li {
    margin-bottom: 5px;
    position: relative;
    height: 100px;
}

div.ticker li .header {
    font-weight: bold;
    font-size: 10pt;
}

div.ticker li .body {
    font-size: 8pt;
}

div.ticker li .footer {
    font-size: 8pt;
    text-align: right;
    font-weight: bold;
}