﻿/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

#content a:visited,
#content a:link,
#middle_left a:visited,
#middle_left a:link,
.leaderboard a:link,
.leaderboard a:visited
{
    color:#00F;
}

#menu
{
    position:relative;
    top:-14px;
}

#content
{
	float:left;
	width:960px;
	position: relative;
	top: -17px;
}

.menufooter ul 
{
	line-height: 15px;
}

.leaderboard-header
{
	margin-bottom: 3px;
}

#search-options {
    padding:7px 0 7px 5px;
    background: #D3E3E3;
    border-bottom: 1px solid #8E99FE;    
}

.search-option {
    float:left;
    width:180px;
    padding:3px 8px;
    height:50px;
    background:#fff;
    margin-right:5px;
}

.search-option h3 
{
    margin: 0 0 2px 0;
    text-align: center;
}

.player-alphabetically-search a
{
    text-align: center;
    display: block;
}

.name-search #search 
{
    width: 130px;
}

.search-option input 
{
    width: 33px;
}

.team-search select
{
    width: 142px;
}

#player-page-search
{
	float: right;
	padding-left: 10px;
	margin: 0 0 10px 0;
}

#player-page-search img
{
    margin-bottom: 5px;
}

#player-page-search form
{
    margin-bottom: 3px;
}

#player-page-search #search-block
{
	width: 100%;
}

#player-page-search #search-block p, #player-page-search #search-block span
{
	display: block;
	width: 220px;
    margin: 0 auto;
	text-align:center;
}
#player-page-search #search-block span
{
	background-color: #D3E3E3;
	margin-bottom: 5px;
	color: #2121A1;
}

#player-page-search #search-block select
{
	width: 170px;
	margin-right: 7px;
	margin-left: 5px;
}

#player-page-search #search-block input
{
	width:33px;
}

#alphabetical-navigation
{
    text-align: center;
    width: 100%;
    margin: 15px auto;
    padding: 12px 0;
    background-color: #D3E3E3;
    border-bottom: 1px solid #8E99FE;
}

.category-letter h4
{
    text-align: center;
}

ul.player-list-1, ul.player-list-2
{
    float:left;
    width:310px;
    padding: 0 5px;
    margin-top: 0;
    list-style: none;
}

a.top-link
{  
    display: block;
    padding-right: 5px;
    text-align: right;
}

#club-heading
{
    margin-top:10px;
}

#club-heading img
{
    float:left;
}

#club-heading h1
{
    float:left;
    margin: 45px 0 0 30px;
}

#player-details
{
    background-color:#E9E9E9;
    padding: 0 10px;
    margin-top: 5px;
    width: 365px;
}

#player-details h1
{
    font-size: 17px;
    margin: 0;
}

#profile-col1
{
    width:130px;
}

#profile-col2
{
    width:110px;
}

.season-block h3
{
    margin: 0 0 5px 0;
}

.season-block p.other-team
{
    margin: 0 0 5px 0;
}

.season-block table
{
    width: 100%;
    border-spacing: 0;
    margin-bottom: 20px;
}

.season-block table tr:nth-child(even) 
{
    background-color: #FFF;
}

.season-block table tr:nth-child(odd) 
{
    background-color: #E3E3E3;
}

.ratings-round
{
    width: 45px;
    text-align:center;
}

.ratings-against
{
    width: 55px;
    text-align: center;
}

.ratings-score
{
    width: 40px;
    text-align: center;
}

table.upload-results
{
    padding: 0 2px 0 2px;
}

table.upload-results th
{
    text-align:center;
}

table.upload-results tr
{
}

table.upload-results td
{
}

table.upload-results tr:nth-child(even) 
{
    background-color: #FFF;
}

table.upload-results tr:nth-child(odd) 
{
    background-color: #CCC;
}

table.upload-results tr td:nth-child(1)
{
    text-align: center;
}

table.upload-results tr td:nth-child(2)
{
    text-align: center;
}

table.upload-results tr td:nth-child(3)
{
    padding:0 10px;
}

table.upload-results tr td:nth-child(4)
{
    padding:0 10px;
}

table.upload-results .success
{
    width: 75px;
}

table.upload-results .player-id
{    
    width: 80px;
}

table.upload-results .player-name
{
    width: 150px;
}

table.upload-results .message
{
}

#delete .display-label
{
    font-size:14px;
    font-weight:bold;
}

#delete .display-field
{
    padding-bottom:10px;
}

