body
{
    background-color:white;
    font-size:14px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

a:link, a:visited, a:active
{
    color:black;
    text-decoration:none;
}
a:hover 
{
    text-decoration:underline;
}

#main
{
    width:1024px;
    margin-left:auto;    
    margin-right:auto;    
}

#mainSummary
{
    width:1024px;
    margin-left:auto;    
    margin-right:auto;    
}

.header
{
    text-align:center;
    background:#015DAA;
    font-size:18px;
    color:white;
    line-height:25px;
    height:93px;
}

#headerTodayGame
{
    background-image:url(../Images/todaysgames.jpg);
}

#headerStanding
{
    background-image:url(../Images/standing.jpg);
}

.gameBox
{
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    float:left;
    width:502px;
    height:420px;
    margin-bottom:20px;
    background:white;
    border-color:#CCCCCC;
    border-width:1px;
    border-style:solid;
}

.gameBoxRight
{
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    width:502px;
    height:420px;
    margin-left:522px;
    margin-bottom:20px;
    background:white;
    border-color:#CCCCCC;
    border-width:1px;
    border-style:solid;
}

.gameInner
{
    width:85%;
    margin-left:auto;
    margin-right:auto;
}

.gameResult
{
    width:100%;
    margin-top:0;
    line-height:25px;
    background:#015DAA;
    color:white;
    text-indent:15px;
}

.team
{
    float:left;
    width:300px;
}

.result
{
    width:50px;
    left:300px;   
}

table
{
    border-style:none;
    width:100%;
}

.separator
{
    height:1px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    background:#CCCCCC;
    
}
.indent
{
    text-indent:15px;
}
#leftBox
{
    float:left;
    width:720px;
}
#rightBox
{
    margin-left:727px;
    margin-right:2px;
}
.box
{
    width:100%;
    border-width:1px;
    border-style:solid;
    border-color:#CCCCCC;
    background:white;
    margin-bottom:5px;
}
.boxHeader
{
    width:100%;
    margin-left:10px;
    height:10px;
    font-weight:bold;
}
.boxLine
{
    width:100%;
    height:4px;
    background:#015DAA;
}
.boxScoreInner
{
    margin:10px;
}
#resultBox
{
    background:#015DAA;
    background-image:url("../Images/boxscore.jpg");
    width:100%;
}
.boxScoreTable
{
    color:white;
    height:100%;
    width:75%;
    margin-left:auto;
    margin-right:auto;
    padding-top:25px;
}
.tdRight
{
    text-align:right;
}
.tdCenter
{
    text-align:center;
    font-size:40px;
}
.tdLeft
{
    text-align:left;
}

.eastHeader
{
    width:1024px;
    background:linear-gradient(-45deg, #C41230 0px, #A50F28 25%, #C41230 50%, #A50F28 75%, #C41230 100%) repeat scroll 0 0 / 6px 6px padding-box rgba(0, 0, 0, 0);
}
