﻿.OptaBody
{
    max-height:100%;
    min-height:100%;
    height:100%;
}

.OptaContainer
{
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
}

.OptaContentBlock
{
    float:left;
    height:100%;
}

.OptaContentBlock .Inner
{
    height:100%;
    overflow:auto;
    position:relative;
}

.OptaContentBlock .Inner h2
{
    background-color:#E3E3E3;
    padding:3px;
    text-transform:none;
    font-size:11px;
    border-bottom:2px solid #003365;
}

.OptaContentBlock .InnerLast
{
    border-right:none !important;
}

.OptaTable
{
    border-spacing: 0; *border-collapse: collapse;
    width:100%;
    padding:3px;
}

.OptaTable tbody td
{
    padding:0;
    font-size:11px;
    border-bottom:1px dotted #CCCCCC;
}

.OptaTable tbody .DateCell
{
    width:40px;
    color:#7E7E7E;
    vertical-align:top;
}


.TickUp       { background-color:#005e20; color:white; }
.TickDown     { background-color:#E30000; color:white; }