body {
    background-image:   #ffffff;
    background-repeat:  no-repeat;
    width:              1280;
    height:             768;
    margin:             0px;
    font-family:        helvetica,sans-serif;
}
div.Timestamp {
    position:       absolute;
    left:           10px;
    top:            70px;
    width:          175px;
    height:         25px;
    border:         2px;
    text-align:     left;
    font-size:      14px;
    font-weight:    bold;
}
div.TopLeft {
    position:           absolute;
    left:               0px;
    top:                0px;
    width:              638px;
    height:             210px;
    #background-color:  #0000ff;
    overflow:           hidden;
    background-color:   transparent;
    #border:             1px solid red;
}
th.high {
    color:              #ffffff;
    background-color:   #3366ff;
    font-size:          14px;
    font-weight:        bold;
    text-align:         left;
}
th.head {
    color:              #ffffff;
    background-color:   #336699;
    font-size:          13px;
    font-weight:        bold;
}
th.headBig {
    color:              #ffffff;
    background-color:   #336699;
    font-size:          14px;
    font-weight:        bold;
}
td.high {
    background-color:   #ffffff;
    font-size:          12px; 
    font-family:        sans-serif;
}
td.norm {
    background-color:   #a8bed3;
    font-size:          12px; 
    font-family:        sans-serif;
}
td.normBig {
    background-color:   #a8bed3;
    font-size:          14px; 
}
td.labelHigh {
    font-size:      14px;
    color:          #3366ff;
}
td.labelNorm {
    font-size:      14px;
}

td.head {
    background-color:   #ffffff;
    font-size:          14px;
    font-weight:        bold;
    text-align:         left;
    color:              #0000ff; 
}

div.dataMiddle {
    position:           absolute;
    left:               0px;
    top:                230px;
    width:              638px;
    height:             100px;
    background-color:   transparent;
}
div.dataBottom {
    position:           absolute;
    left:               5px;
    /* top:                360px; */
    top:                380px;
    width:              600px;
    height:             240px;
    background-color:   transparent;
}
div.mapBottom {
    position:   absolute;
    left:       180px;
    top:        555px;
}
.Logo {
    width:      225px;
    height:     30px;
}
span.nodata {
    color:            #999999;
    font-size:        15px;
    font-weight:      normal;
} 
span.highlight {
    color:  #3366ff;
}
/* vim: set ai et ts=4 sw=4: */
