﻿.meter
{
    padding: 0px;
    text-align: left;
    margin: 0 auto;
    width: 1024px;
    min-height: 24px;
    color: #00FF00;
    background-color: #000000;
    font-size: 10pt;
    font-family: 'Courier New';
    border-bottom: solid 1px #444444;
    cursor: default;
}

.meter table
{
    table-layout: fixed;
    border-spacing: 0px;
    width: 100%;
}

.meter .group
{
    width: 110px;
    height: 24px;
    text-align: center;
    background-color: #333333;
    border: outset 1px #00000;
}

.meter .name, .meter .value, .meter .display
{
    height: 23px;
    background: #000000 url('../images/meterbg_small.png') repeat-x;
    padding: 0px;
    margin: 0px;
}

.meter .name
{
    width: 100px;
    padding-left: 5px;
    border-right: solid 1px #000000;
}

.meter .value
{
    width: 65px;
    text-align: right;
    padding-right: 5px;
    border-left: solid 1px #666666;
    border-right: solid 1px #000000;
}

.meter .display
{
    border-left: solid 1px #666666;
}

.meter .display .level
{
    width: 0px;
    height: 25px;
    background-image: url('../images/meterbg_fill_small.png');
    background-repeat: repeat-x;
}
