﻿/* Partner Related Items */

.PartnerRounds
{
	text-align: center;
	border-collapse: collapse;
	font-size: 0.8em;
	empty-cells: show;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}	

.PartnerRounds th
{
    border-style: solid;
    border-width: thin thin 2px thin;
    background-color: #33CC33;
	margin: 2px 2px 2px 2px;
}

.PartnerRounds td {
	border: 1px solid #000000;
	empty-cells: show;
	margin: 2px 2px 2px 2px;
}

.PartnerRounds tr.Highlight
{
    background-color: #FFFF00;
}

.PartnerGroupName
{
	width: 250px;
	text-align: left;
}

.PartnerGroupName2 {
	width: 190px;
	text-align: left;
}

.PartnerTee {
	width: 90px;
	text-align: center;
}

.PartnerHdcp {
	width: 50px;
	text-align: center;
}

.PartnerPlayer
{
	width: 250px;
	text-align: left;
}

.Small
{
    font-size: small;
    color: #00CC66;
}

.RightJ
{
    text-align:right;
}

.PartnerScoreRel {
	font-weight: bold;
	color: black;
}

.PartnerScoreNotRel {
    color: Gray;
    font-weight: lighter;
    font-style: italic;
}

.PartnerNotRel {
	color: #E5E5E5;
}

/* Red circle for birdie score */
.birdie {
	border: 2px solid red;
	border-radius: 50%; /* Makes it a circle */
	padding: 10px;
	display: inline-block;
	text-align: center;
}

/* Box for bogey score */
.bogey {
	border: 2px solid black;
	padding: 10px;
	display: inline-block;
	text-align: center;
}

/* Double box for double bogey score */
.double-bogey {
	border: 2px solid black;
	padding: 10px;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 0 4px black; /* Creates the second box effect */
}


.CutLine
{
    background-color: orangered;
}


.PartnerPlayerNotRel
{
	color: Gray;
}

.PartnerCol
{
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5 #000000 #E5E5E5 #000000;
}

.PartnerColLast
{
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #000000;
}

.ToPar 
{	width: 50px;
	text-align: center;
}

.Place 
{	width: 50px;
	text-align: center;
}

.RoundNum 
{	width: 30px;
	text-align: center;
}

.RoundShortDate
{	width: 40px;
	text-align: center;
}

.PartnerScoreNotCount
{
    color: #808080;
}
