﻿.dynamicTable
{
    width: 100%;
}
.dynamicTable th
{
    padding: 5px 20px 5px 20px;
    background-color: #dce7f2;
}
.dynamicTable td
{
    padding: 5px 0px 5px 0px;
    text-align: center;
}
.dynamicTable .even td
{
    background-color: #eaf2fa;
}
.boldblue
{
    color: #075590;
    font-weight: bold;
}
.linkdiv
{
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.linkdiv select {
	width: 75px;
}
.linkdiv span
{
    margin: 10px;
}
.dynamicTableLighten
{
    opacity: .50;
    filter: alpha(opacity='50'); /*Note: IE can't do opacity on div if no width is set*/
}
a.grdNavLink
{
    display: none;
}
.grdNavLbl
{
    color: Gray;
    text-decoration: underline;
}
div.loadingContainer
{
    text-align: center;
    z-index: 2;
    display: none;
    position: absolute;
}
div.loadingInternal
{
    background-color: White;
    border: solid 1px #000000;
    padding: 5px;
}
div.loadingInternal span
{
    font-weight: bold;
}
div.tableContent
{
    width: 100%;
}
span.pageCount
{
    margin: 0px;
}