﻿.ReportBody
{
    font-family: Century Gothic, Lucida Sans, Calibri;
    color: #000000;
    font-size: 10pt;
    margin-left: 5px;
}

.ReportTitle
{
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 10px;
}

.ReportContainer
{
    width: 600px;
}

.ReportName
{
    background-color: rgb(7,80,149);
    padding: 2px 0 2px 2px;
    color: #ffffff;
    border: 1px solid Gray;
}

.ReportItem
{
    padding: 5px 0 5px 5px;
    border: 1px solid Gray;
    border-top: none;
}

.ReportItem a
{
    color: #000000;
    text-decoration: underline;
    font-size: 10pt;
    font-weight: normal;
    line-height: 30px;
    cursor: pointer;
}


.ReportCopyRight
{
    text-align: center;
    position: fixed;
    bottom: 20px;
    height: 60px;
    width: 100%;
    font-size: 7pt;
    font-family: Century Gothic, Lucida Sans, Calibri;
}

.ReportCopyRight hr
{
    width: 90%;
}

.ReportItemHover
{
    background-color: #D0D7E8;
}

ul
{
    list-style-type: none;
}


.ScheduleContainer
{
    width: 100%;
}

#CreateNew
{
    color: #ffffff;
    padding: 2px 10px;
}
.BottomLink
{
    position: absolute;
    bottom: 10px;
    padding-left: 590px;
}

.BottomLink div
{
    float: right;
    width: 80px;
    text-align: right;
}

.BottomLink a
{
    cursor: pointer;
    font-size: 11pt;
}

.BottomLink a:hover
{
    text-decoration: underline;
}
.addNew a
{
    font-size: 10pt;
    text-decoration: underline;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    padding: 0 5px 0 0;
}

.ScheduleContainer
{
    margin-bottom: 50px;
}

.ScheduleContainer table
{
    border: 1px;
    border-collapse: collapse;
    border-color: Gray;
}

.ScheduleContainer table td
{
    border: 1px solid Gray;
    padding: 5px;
}
#ScheduleLists td
{
    text-align: center;
}
.link_small a
{
    font-size: 10pt;
    cursor: pointer;
}
.link_small_enable
{
    color: #3a479a;
}
.link_small_disable
{
    color: #999999;
}
a
{
    color: #000000;
    font-size: 12pt;
    cursor: pointer;
    font-weight: normal;
}
a:hover
{
    color:#3a479a;
}
a[class="link_small_disable"]:hover
{
    color:#999999;
}
.addNew a:hover
{
    color:#ffffff;
    border-color:Red;
}