﻿body, html, div, table, tr, td
{
	margin: 0px;
	padding: 0px;
}
table 
{
    padding: 0px;
    border-spacing: 0px;
}
body
{
	font-family: Trebuchet MS, Sans-Serif;
	color: #555555;
	font-size: 12px;
} 
/*  HEADER  */
#header 
{
    font-family: Trebuchet MS, Sans-Serif;
	color: #555555;
	font-size: 26pt;
    background-color: #B3C5DE;
    width: 100%;
    text-align: center;
}
#navRule 
{
    background-color: #5470D7;
    width: 100%;
    height: 2px;
    margin: 0px;
    padding: 0px;
}
#subNav 
{
    background-color: #DDE7F5;
    width: 100%;
    text-align: center;
}
.header 
{
    font-size: 12pt;
    padding: 10px 5px 5px 0px;
}
.playerHeader 
{
    font-size: 12pt;
}


/*  BODY  */

#bodyContainer 
{
    width: 770px;
    margin: auto;
    padding: 10px 0px 20px 0px;
}

/*  FLOATER  */
#floater 
{
    background-color: #FFFFFF;
    width: 250px;
}
#floatHeader 
{
    background-color: #555555;
    padding: 4px;
    font-size: 12pt;
    font-weight: bold;
    color: #B3C5DE;
}
 

/*  ROWS   */
.playerResultsHeader 
{
    background-color: #555555;
    padding: 4px;
    font-size: 10pt;
    font-weight: bold;
    color: #B3C5DE;
}
.row 
{
    background-color: #FFFFD2;
}
.altRow
{
    background-color: #FFFFFF;
}

/*  LINKS  */

a.nav:link 
{
    font-family: Trebuchet MS, Sans-Serif;
    color: #555555;
    font-size: 10pt;
    text-decoration: none;
}
a.nav:hover 
{
    font-family: Trebuchet MS, Sans-Serif;
    color: #555555;
    font-size: 10pt;
    text-decoration: underline;
}
a.nav:visited 
{
    font-family: Trebuchet MS, Sans-Serif;
    color: #555555;
    font-size: 10pt;
    text-decoration: none;
}

a:link 
{
    font-family: Trebuchet MS, Sans-Serif;
    color: #555555;
    font-size: 10pt;
    text-decoration: none;
}
a:hover 
{
    font-family: Trebuchet MS, Sans-Serif;
    color: #555555;
    font-size: 10pt;
    text-decoration: underline;
}
a:visited 
{
    font-family: Trebuchet MS, Sans-Serif;
    color: #555555;
    font-size: 10pt;
    text-decoration: none;
}

    