﻿.gradient-style
{
	clear:both;
	border-style: solid;
	border-width: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
	font-size: 12px;
	text-align: left;
}
.gradient-style th
{
	font-size: 15px;
	font-weight: normal;
	padding: 8px;
	background: #BCDA74; /*url('images/gradhead.png') repeat-x;*/
	color: #666666;
	border: 1px solid #fff;
}
.gradient-style td
{
	padding: 8px;
	color: #666666;
	background: #EEFFCC url('images/gradback.png') repeat-x;
	border: 1px solid #fff;
}
.gradient-style a
{
	color: #666666;
	text-decoration:none;
}
.gradient-style a:hover
{
	color: #9C0204;
	text-decoration:none;
}
.gradient-style tfoot tr td
{
	background: #CCEE88;
	font-size: 14px;
	color: #99c;
}
.gradient-style tbody tr:hover td
{
	background: #CCEE88; /* url('images/gradhover.png') repeat-x;*/
	color: #666666;
}

/* Column Layout */
.CssGross, .CssScore, .CssHandicap, .CssTwos, .CssPar, .CssGoy
{
	text-align:center;
	width:20px;
}
.CssPoints, .CssNumPlayed, .CssVoid, .CssSSS, .CssNum
{
	text-align:center;
	width:20px;
}

.CssPlayer
{
	text-align:left;
	min-width:100px;
}
.CssPos
{
	text-align:center;
	width:15px;
}
.CssDate
{
	text-align:left;
	min-width:25px;
}
.CssLongDate
{
	text-align:left;
	min-width:80px;
	vertical-align: top;
}
.CssEvTitle
{
	text-align:left;
	min-width:110px;
	vertical-align: top;
}
.CssEvTrophy
{
	text-align:left;
	min-width:100px;
	vertical-align: top;
}
.CssEvDetails
{
	text-align:left;
	vertical-align: top;
	min-width:195px;
}

.CssMixedScore
{
	text-align:right;
	width: 20px;
}

.HeaderItem
{
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	color: #808000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808000;
}
.SmallTextRight
{
	float: right;
	font-size: x-small;
	font-style: italic;
	font-variant: small-caps;
	color: #808080;
}
.SmallTextLeft
{
	float: left;
	font-size: x-small;
	font-style: italic;
	font-variant: small-caps;
	color: #808080;
}
.SmallTextLeft a
{
	text-decoration:none;
	color:#808080;
}
.SmallTextLeft a:hover
{
	text-decoration:none;
	color:#9C0204;
}

/* Green

#666666; - "Dark Grey"
#9C0204; - "Red"
#647614; - Darkest Green
#94A61C; - Darker Green
#BCDA74; - Mid Green
#CCEE88; - Light Green
#EEFFCC; - Lightest
*/


/*
.gradient-style
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
.gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;  url('images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
	border-color: #d3ddff #fff #fff #fff;
	border-width: 2px 1px 1px 1px;
	border-style: solid;
}
.gradient-style td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff;  url('images/gradback.png') repeat-x;
	border: 1px solid #fff;
}
.gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
.gradient-style tbody tr:hover td
{
	background: #d0dafd url('images/gradhover.png') repeat-x;
	color: #339;
}
*/