﻿@import url(https://fonts.googleapis.com/css?family=Titillium+Web);

#scorecardsPage
{
    width: 960px;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif;
}

#scorecardsContainer
{
    position: relative;
    margin: 0;
    width: 960px;
    float: left;
}

#scorecardsHeader
{
    position: relative;    
    height: 200px;
    color: #FFFFFF;
    font-weight: bold;
    background: url('../Images/QSchool/bg_feature.jpg') no-repeat;
}

#scorecardsHeaderTitle {
    position: relative;
    top: 105px;
    margin: 0 0 0 10px;
}

#scorecardsHeaderTitle h1, h2 {
    margin: -8px 0;
    padding: 0px;
}

#scorecardsHeaderTitle h1 {
    font-size: 30px;
}

#scorecardsHeaderTitle h2 {
    font-size: 16px;
    font-weight: normal;
}

#playerHeader 
{
    font-size: 36px;
    font-weight: bold;
}
    #playerHeader img
    {
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

#scorecards
{
    position: relative;
    margin: 0px;
    color:#000000;
}


/* Modules */
.moduleWrap {
	margin-bottom: 15px;
	position: relative;
}

.moduleHeader {
	background: url('../Images/QSchool/bg-moduleheader.jpg') no-repeat;
	padding: 0px 18px;
}

.moduleHeader h3 {
	float: left;
	margin: 9px 4px 7px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.moduleContentInner {
    border:1px solid #172954;
	padding: 0;
}


/* Stats Table */
.statsTable h4 {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 10px 27px;
}

.statsTable table {
	width: 100%;
	text-align: left;
}

.statsTable thead tr {
	background: url('../Images/QSchool/bg-statstableheader.jpg') repeat-x;
	height: 36px;
	color:#FFF;
}

.statsTable th,
.statsTable td {
	font-size: 14px;
	padding: 0 4px;
}

.statsTable th {
	font-size: 14px;
	font-weight: 500;
}

.statsTable td {
    color: #494949;
}

.statsTable td.header {
    color: #FFF;
}

.statsTable .num {
	text-align: center;
}

.statsTable tbody tr {
	height: 28px;
}

.statsTable tbody tr:nth-child(odd) {
	background: url('https://s3.amazonaws.com/scoring-assets/images/lpga/backgrounds/bg-tablealt.png') repeat-x 0 -2px;
	height: 28px;
}

.statsTable tbody tr.odd {
	background: url('https://s3.amazonaws.com/scoring-assets/images/lpga/backgrounds/bg-tablealt.png') repeat-x 0 -2px;
	height: 28px;
}

.statsTable tbody tr:nth-child(odd) td {
	padding-bottom: 0px;
}

.statsTable tbody tr.odd td {
	padding-bottom: 0px;
}

.statsTable .player {
	width: 250px;
	font-weight: bold;
}

.statsTable .country 
{
    text-align: center;
	margin-left: 8px;
}
.statsTable .country img { width: 25px; height: 16px; border: solid 1px #CCCCCC; }

.statsTable .num .country {
	float: none;
	margin-left: 0;
}