﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px 7px;
    font-size: 14px;
    color: #666;
    
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border-collapse: collapse;
}

table td {
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
}

.content table td {
    padding: 5px;
}

.content table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

.success {
    color: #217636;
    background-color: #8dff61;
    text-align: center;
    padding-top:3px;
    padding-bottom:3px;
    border: solid 1px #217636;
}

nav, 
#menucontainer {
    margin-top: 0px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
    color:Navy;
    font-weight:bold;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

fieldset 
{
    overflow-x:visible;
}

.enhancedDisplayField
{
    padding-bottom:.4em;
    padding-left:.4em;
    padding-right:.4em;
    padding-top:.4em;
    font-size:1.2em;
    margin-top:4px;
    min-height:1.4em;
}


.NoDataSpan
{
	width:300px;
	height:23px ;
    padding: 10px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .90em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}


#recentWinners
{
    width:100%;
}
#recentWinners tbody tr.headerRow th
{
	display:none;
    padding: 8px;
	background-color: #187506;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#recentWinners tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#recentWinners tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#recentWinners tbody tr.NoDataRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#recentWinners tbody tr.footerRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#recentWinners tbody td.cellName
{
	width:85px;
    padding-left:6px;
    font-size: .80em;
}
#recentWinners tbody td.cellLocation
{
	width:125px;
    padding-left:5px;
    font-size: .80em;
}
#recentWinners tbody td.cellContest
{
	width:360px;
    padding-left:5px;
    font-size: .80em;
}
#recentWinners tbody td.cellPrize
{
	width:35px;
    padding-left:5px;
    font-size: .80em;
}
#recentWinners tbody td.PayoutType
{
	width:35px;
    padding-left:5px;
    font-size: .80em;
}


#recentWinners2
{
    width:100%;
}
#recentWinners2 tbody tr.headerRow th
{
	display:none;
    padding: 8px;
	background-color: #187506;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#recentWinners2 tbody tr.NoDataRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#recentWinners2 tbody tr.evenRow
{
	height:21px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#recentWinners2 tbody tr.oddRow
{
	height:21px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#recentWinners2 tbody td.cellName
{
	width:90px;
    padding-left:9px;
    font-size: .80em;
}
#recentWinners2 tbody td.cellPrize
{
	width:42px;
    padding-left:5px;
    font-size: .80em;
}
#recentWinners2 tbody td.PayoutType
{
	width:42px;
    padding-left:5px;
    font-size: .80em;
}



#contestSchedule
{
    width:100%;
}
#contestSchedule tbody tr.headerRow th
{
	display:none;
    padding: 8px;
	background-color: #187506;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#contestSchedule tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#contestSchedule tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#contestSchedule tbody tr.footerRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#contestSchedule tbody td.cellName
{
	width:250px;
    padding-left:5px;
    font-size: .80em;
}
#contestSchedule tbody td.cellLocation
{
	width:320px;
    padding-left:5px;
    font-size: .80em;
}
#contestSchedule tbody td.cellStartDate
{
	width:110px;
    padding-left:5px;
    font-size: .80em;
}


#ContestName
{
    padding: 8px;
	background-color: #68ACFF;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

#ContestStandings
{
    width:100%;
}
#ContestStandings thead
{
	display:none;
    padding: 8px;
	background-color: #187506;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#ContestStandings tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#ContestStandings tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#ContestStandings tbody tr.footerRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#ContestStandings tbody td.cellPoistion
{
	width:80px;
    padding-left:5px;
    font-size: .80em;
}
#ContestStandings tbody td.cellName
{
	width:180px;
    padding-left:5px;
    font-size: .80em;
}
#ContestStandings tbody td.cellLocation
{
	width:180px;
    padding-left:5px;
    font-size: .80em;
}
#ContestStandings tbody td.cellParticipantId
{
	width:80px;
    padding-left:5px;
    font-size: .80em;
}
#ContestStandings tbody td.cellScore
{
	width:75px;
    padding-left:5px;
    font-size: .80em;
}
#ContestStandings tbody td.cellThre
{
	width:75px;
    padding-left:5px;
    font-size: .80em;
}




#gamePrizes
{
    width:100%;
}
#gamePrizes thead
{
	display:none;
    padding: 8px;
	background-color: #187506;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#gamePrizes tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#gamePrizes tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#gamePrizes tbody tr.footerRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#gamePrizes tbody td.cellName
{
	width:290px;
    padding-left:5px;
    font-size: .80em;
}
#gamePrizes tbody td.cellStartDate
{
	width:95px;
    padding-left:5px;
    font-size: .80em;
}
#gamePrizes tbody td.cellContestId
{
	width:55px;
    padding-left:5px;
    font-size: .80em;
}
#gamePrizes tbody td.cellPayoutType
{
	width:65px;
    padding-left:5px;
    font-size: .80em;
}
#gamePrizes tbody td.cellPurse
{
	width:80px;
    padding-left:5px;
    font-size: .80em;
}
#gamePrizes tbody td.cellGrandPrize
{
	width:95px;
    padding-left:5px;
    font-size: .80em;
}


#gamePrizes2
{
    width:100%;
}
#gamePrizes2 thead
{
	display:none;
    padding: 8px;
	background-color: #187506;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#gamePrizes2 tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#gamePrizes2 tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#gamePrizes2 tbody tr.footerRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#gamePrizes2 tbody td.cellName
{
	width:290px;
    padding-left:5px;
    font-size: .80em;
}
#gamePrizes2 tbody td.cellStartDate
{
	width:95px;
    padding-left:5px;
    font-size: .80em;
}
#gamePrizes2 tbody td.cellContestId
{
	width:55px;
    padding-left:5px;
    font-size: .80em;
}
#gamePrizes2 tbody td.cellPayoutType
{
	width:65px;
    padding-left:5px;
    font-size: .80em;
}
#gamePrizes2 tbody td.cellPurse
{
	width:80px;
    padding-left:5px;
    font-size: .80em;
}
#gamePrizes2 tbody td.cellGrandPrize
{
	width:95px;
    padding-left:5px;
    font-size: .80em;
}



#OverallWinners
{
    width:100%;
}
#OverallWinners thead tr.headerRow th
{
	display:none;
    padding: 8px;
	background-color: #187506;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#OverallWinners tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#OverallWinners tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#OverallWinners tbody tr.footerRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#OverallWinners tbody td.cellName
{
	width:165px;
    padding-left:12px;
    font-size: .80em;
}
#OverallWinners tbody td.cellLocation
{
	width:300px;
    padding-left:5px;
    font-size: .80em;
}
#OverallWinners tbody td.cellWinnings
{
	width:140px;
    padding-left:5px;
    font-size: .80em;
}
#OverallWinners tbody td.cellPrize
{
	width:100px;
    padding-left:5px;
    font-size: .80em;
}


#UpcomingContests
{
    width:100%;
}
#UpcomingContests thead
{
	display:none;
    padding: 8px;
	background-color: #187506;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#UpcomingContests tbody a:link
{
    color: #044996;
    font-size: 1.0em;
    text-decoration: underline;
}
#UpcomingContests tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#UpcomingContests tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#UpcomingContests tbody tr.NoDataRow
{
	height:100px ;
    padding: 50px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#UpcomingContests tbody tr.footerRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#UpcomingContests tbody td.cellName
{
	width:180px;
    padding-left:5px;
    font-size: .80em;
}
#UpcomingContests tbody td.cellEntryFee
{
	width:50px;
    padding-left:5px;
    font-size: .80em;
}
#UpcomingContests tbody td.cellPrizePool
{
	width:80px;
    padding-left:5px;
    font-size: .80em;
}
#UpcomingContests tbody td.PayoutType
{
	width:50px;
    padding-left:5px;
    font-size: .80em;
}
#UpcomingContests tbody td.cellStartDate
{
	width:80px;
    padding-left:5px;
    font-size: .80em;
}
#UpcomingContests tbody td.cellRegistrationDeadline
{
	width:120px;
    padding-left:5px;
    font-size: .80em;
}
#UpcomingContests tbody td.cellDraftDeadline
{
	width:120px;
    padding-left:5px;
    font-size: .80em;
}



#UpcomingContests2
{
    width:100%;
}
#UpcomingContests2 thead
{
	display:none;
    padding: 8px;
	background-color: #187506;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#UpcomingContests2 tbody a:link
{
    color: #044996;
    font-size: 1.0em;
    text-decoration: underline;
}
#UpcomingContests2 tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#UpcomingContests2 tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#UpcomingContests2 tbody tr.NoDataRow
{
	height:105px ;
    padding: 50px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#UpcomingContests2 tbody tr.footerRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#UpcomingContests2 tbody td.cellName
{
	width:230px;
    padding-left:5px;
    font-size: .80em;
}
#UpcomingContests2 tbody td.cellEntryFee
{
	width:50px;
    padding-left:5px;
    font-size: .80em;
}
#UpcomingContests2 tbody td.cellPrizePool
{
	width:80px;
    padding-left:5px;
    font-size: .80em;
}
#UpcomingContests2 tbody td.PayoutType
{
	width:50px;
    padding-left:5px;
    font-size: .80em;
}
#UpcomingContests2 tbody td.cellRegistrationDeadline
{
	width:130px;
    padding-left:5px;
    font-size: .80em;
}

#MostWins
{
    width:100%;
}
#MostWins thead tr.headerRow th
{
	display:none;
    padding: 8px;
	background-color: #187506;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#MostWins tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#MostWins tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#MostWins tbody tr.footerRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#MostWins tbody td.cellName
{
	width:165px;
    padding-left:12px;
    font-size: .80em;
}
#MostWins tbody td.cellLocation
{
	width:200px;
    padding-left:5px;
    font-size: .80em;
}
#MostWins tbody td.cellContests
{
	width:95px;
    padding-left:5px;
    font-size: .80em;
}
#MostWins tbody td.cellFirstPlaceWins
{
	width:115px;
    padding-left:5px;
    font-size: .80em;
}
#MostWins tbody td.cellWins
{
	width:95px;
    padding-left:5px;
    font-size: .80em;
}


#playerRankings
{
    width:100%;
}
#playerRankings tbody tr.headerRow
{
	display:none;
    padding: 8px;
	background-color: #187506;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#playerRankings tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#playerRankings tbody tr.footerRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    text-align: center;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#playerRankings tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#playerRankings tbody td.cellRanking
{
	width:130px;
    padding-left:5px;
    font-size: .80em;
}
#playerRankings tbody td.cellName
{
	width:165px;
    padding-left:5px;
    font-size: .80em;
}
#playerRankings tbody td.cellPrevRanking
{
	width:120px;
    padding-left:5px;
    font-size: .80em;
}
#playerRankings tbody td.cellPoints
{
	width:120px;
    padding-left:5px;
    font-size: .80em;
}
#playerRankings tbody td.cellCountry
{
	width:145px;
    padding-left:5px;
    font-size: .80em;
}


#contestPayout
{
    width:100%;
}
#contestPayout th {
    background-color: #D86304;
}
#contestPayout tbody tr.headerRow
{
    padding: 8px;
	background-color: #D86304;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#contestPayout tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#contestPayout tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-size: .80em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}


#contestPayout2
{
    width:100%;
}
#contestPayout2 th {
    background-color: #023E7C;
}
#contestPayout2 tbody tr.headerRow
{
    padding: 8px;
	background-color: #023E7C;
    font-weight:bold;
    color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#contestPayout2 tbody tr.evenRow
{
	height:23px ;
    padding: 7px;
	background-color: #EEEEEE;
    color: #777777;
    font-size: .80em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}
#contestPayout2 tbody tr.oddRow
{
	height:23px ;
    padding: 7px;
	background-color: #E2E4FF;
    color: #777777;
    font-size: .80em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}