BODY
{
	background-image: url(../images/background_blue.jpg);
}

A
{
    color:#003399;
}

A:hover
{
    color:#006699;
}

A.pouleTableHeader
{
    color:#FFFFFF;
}

A.pouleTableHeader:hover
{
    color:#FFFFFF;
}

TABLE.PouleTable
{
    border-collapse:collapse;
    border: 2px solid #003399;
    background-color: #ffffff;
}

TABLE.PouleTable td
{
    border: 1px solid #404040;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

TABLE.PouleTableNoBorders
{
    border-collapse:collapse;
    border: none;
}

TABLE.PouleTableNoBorders td
{
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
}

TABLE.PouleMenuTable
{
    border-collapse:collapse;
    border: 2px solid #003399;
}

TABLE.PouleMenuTable td
{
    border: 1px solid #404040;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    background-color: #ffffff;
    vertical-align: middle;
}

TD.PouleMenu
{
    width: 20%;
    height: 30px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: black;
    background-color: #d6e3e6;
    text-align: center;
    border: none;
    vertical-align: middle;
}

TD.pouleTableHeader
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #003399;
    text-align: center;
    border: none;
}

TD
{
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

TD.AlternateRow
{
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: black;
    background-color: #d6e3e6;
}

TD.ThisContestant
{
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: black;
    background-color: yellow;
}

TD.pouleTableFooter
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #558bcc;
	text-align: right;
}

TD.matchCorrect
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #003399;
    text-align: right;
}

TD.totoAndGoalsDifferenceCorrect
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: black;
    background-color: #222222;
    text-align: right;
    text-decoration: italic;
}

TD.totoAndHomeGoalsCorrect
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #376dff;
	text-align: right;
}

TD.totoAndGuestGoalsCorrect
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #376dff;
	text-align: right;
}

TD.totoResultCorrect
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: lightskyblue;
	text-align: right;
    text-decoration: italic;
}

TD.homeGoalsCorrect
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-align: right;
    text-decoration: italic;
}

TD.guestGoalsCorrect
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-align: right;
    text-decoration: italic;
}

TD.noPoints
{
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-align: right;
    text-decoration: none;
}

.Normal
{
    background-color: transparent;
    text-align: left;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: black;
    margin-left: 5%;
}

.PageTitle
{
    text-align: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.Header
{
    text-align: left;
    font-family: arial;
    font-size: 13px;
    text-decoration: underline;
    font-weight: bold;
    color: black;
}

.PercentageLine
{
    text-align: left;
    margin-left: 2;
    color: #003399;
    background-color: #003399;
    height: 5px;
}

.PercentageLineHeader
{
    text-align: left;
    margin-left: 2;
    color: white;
    background-color: white;
    height: 5px;
}
