﻿.TimeTillNextRefresh
{
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    right: 25px;
    vertical-align: bottom;
    color: #2174ce;
    top: 60px;
    position: absolute;
}
.ReportTitle
{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    vertical-align: top;
    color: #2174ce;
}

#TopSpacer
{
    height: 5px;
}


.ReportTime
{
    font-size: 20px;
    color: #2174ce;
    font-weight: bold;
    vertical-align: bottom;
    right: 100px;
    position: absolute;
    top: 60px;
}

.TaroSoftReportHeader
{
    left: 10px;
    position: absolute;
    top: 0px;
}

.Container
{
    height: 86px;
    width: 99%;
    margin-left: .5%;
    border: thin solid #808080;
    background-image: url("TaroSoftReportHeader.jpg");
    position: relative;
    border-radius: 25px;
}
.SelectGroup
{
    left: 5%;
    position: absolute;
    top: 30%;
}

.SelectStatus
{
    right: 5%;
    position: absolute;
    top: 30%;
}
.SelectGroupLabel
{
    left: 8%;
    position: absolute;
}

.SelectStatusLabel
{
    right: 7%;
    position: absolute;
}



.Buttons
{
    position: relative;
    width: 99%;
    height: 57px;
}

.Container
{
    height: 86px;
}



.yui-dt table
{
    width: 100%;
}




#categorybutton button
{
    outline: none;
}

#SelectGroupsButtonID em
{
    font-style: normal;
    display: block;
    text-align: left;
    white-space: nowrap;
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#SelectStatusButtonID em
{
    font-style: normal;
    display: block;
    text-align: left;
    white-space: nowrap;
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
}



