﻿leaguetableBODY
{
    background-color: white;
    font-family: arial;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

table.ltHeader
{
    background-color: white;
    border-left: solid 1px #666;
    border-right: solid 1px #666;
    width: 100%;
    border-collapse: collapse;
    border-top: solid #00568C 1.5pt; /* table-layout:fixed;*/
}
    table.ltHeader tr:nth-child(1)
    {
        border: none;
        background-color: #5089A9;
        color: white;
        font-size: 13px;
    }
    table.ltHeader tr:nth-child(2)
    {
        font-family: Arial;
        font-size: 10px;
        text-align: left;
        border-collapse: collapse;
        background-color: #CCECFF;
        border: none;
        border-bottom: solid green 0.5pt;
    }
        table.ltHeader tr:nth-child(2) td:nth-child(1)
        {
            width: 10%;
        }
        table.ltHeader tr:nth-child(2) td:nth-child(2)
        {
            width: 50%;
        }
        table.ltHeader tr:nth-child(2) td:nth-child(3)
        {
            width: 20%;
        }
        table.ltHeader tr:nth-child(2) td:nth-child(4)
        {
            width: 20%;
        }

.titletdheading
{
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}
.datetdheading
{
    text-align: left;
    font-size: x-small;
    padding-left: 5px;
    background-color: #036096;
}

.highlightcompany
{
	font-weight: bold;
	color: black !important;
	background-color: orange !important;
}

.highlightcompany a
{
	color: black !important;
	font-weight: bold !important;
}

.highlightcompany a:hover
{
	color: red !important;
	font-weight: bold !important;
}

.leaguetabledata
{
    background-color: white;
    border-left: solid 1px #666;
    border-right: solid 1px #666; 
    /*height: 200px;*/
    overflow-y: auto;
}
    .leaguetabledata table
    {
         border: none;
         border-collapse: collapse;
    }
        .leaguetabledata table td
        {
            border: none;
            table-layout: auto;
        }

.leaguetabledataWithBorder
{
    border-bottom: solid 1px #666;
}

div.noscroll
{
    height: auto;
    overflow-y: hidden;
}

.data
{
    color: black;
    text-align: left;
    background-color: white;
    font-family: Arial;
    font-size: 9px;
    border-collapse: collapse;
}

.ltFooter
{
    width: 100%;
    border-left: solid 1px #666;
    border-right: solid 1px #666;
    border-bottom: solid green 1.5pt;
}
    .ltFooter tr:nth-child(1)
    {
        font-family: Arial;
        font-size: 7pt;
        text-align: left;
        border-collapse: collapse;
        background-color: #CCECFF;
        border: none;
        width: 20%;
    }

div#leaguetable table
{
    table-layout: fixed;
    height: auto;
}

tr
{
    width: 100%;
    vertical-align: top;
    height: inherit;
}

div#test
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 98%;
    height: 18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em;
}

/*table#LeagueTableHeading
{
    width: 80%;
    vertical-align: middle;
    border-bottom-color: #BBBBBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
}*/

.row
{
    color: #47839F;
    font-weight: bolder;
    font-family: Arial;
    font-size: 11px;
}
.select
{
    font-size: 12px;
    font-family: Arial;
}
