﻿#wrapper {
	position:relative;
	width:980px;
	margin:0 auto;
	background:#fff;
	min-height:100%;
}
* html #wrapper {
	height:100%;
}
#header {
	position:relative;
	height:99px;
	width:980px;
	color:#fff;
	background:#3d5676 url(../images/authenticated/header-bg.jpg) repeat-x left top;
	z-index:999;
}

/* MAIN MENU ===================== */
.authenticatedMenu {
    position:absolute;
    right:0;
    top:47px;
    width:405px;
    height:52px;
    background:url(../images/authenticated/main-menu-bg.jpg) no-repeat left top;	
}
.authenticatedMenu li {
	position:relative;
	float:left;
	height:13px;
	margin-top:20px;
	zoom:1;
}
.authenticatedMenu li a:link, .authenticatedMenu li a:visited {
	position:relative;
	float:left;
	color:#95a0ad;
	text-transform:uppercase;
	font-size:16px;
	overflow:hidden;
	line-height:100em;
	height:13px;
	background:url(../images/authenticated/main-menu-sprite.png) no-repeat left top;
	outline:0;
	zoom:1;
}
.authenticatedMenu li.statistics a:link, .authenticatedMenu li.statistics a:visited {
	width:98px;
	margin-left:93px;
	background-position:0px 0px;
}
.authenticatedMenu li.rounds a:link, .authenticatedMenu li.rounds a:visited {
	width:73px;
	margin-left:37px;
	background-position:-98px 0px;
}
.authenticatedMenu li.courses a:link, .authenticatedMenu li.courses a:visited {
	width:85px;
	margin-left:37px;
	background-position:-171px 0px;
}
.authenticatedMenu li.faqs a:link, .authenticatedMenu li.faqs a:visited {
	width:41px;
	margin-left:37px;
	background-position:-256px 0px;
}
.authenticatedMenu li.statistics a:hover,
.authenticatedMenu li.statistics a.on:link, 
.authenticatedMenu li.statistics a.on:visited {
	background-position:0px -13px;
}
.authenticatedMenu li.rounds a:hover,
.authenticatedMenu li.rounds a.on:link, 
.authenticatedMenu li.rounds a.on:visited {
	background-position:-98px -13px;
}
.authenticatedMenu li.courses a:hover,
.authenticatedMenu li.courses a.on:link,
.authenticatedMenu li.courses a.on:visited {
	background-position:-171px -13px;
}
.authenticatedMenu li.faqs a:hover,
.authenticatedMenu li.faqs a.on:link,
.authenticatedMenu li.faqs a.on:visited {
	background-position:-256px -13px;
}

#statistics {
	padding-bottom:200px;
}
#statTopSlide {
	position:relative;
	height:228px;
	width:980px;
	overflow:hidden;
	margin-top:20px;
}
#statBotSlide {
	position:relative;
	width:980px;
	/*min-height:370px;*/
	overflow:hidden;
	margin-top:23px;
}
#statTopSlide .screen1,
#statBotSlide .screen1 {
	position:absolute;
	top:0;
	left:23px;
    height:228px;
	width:980px;
}
#statBotSlide .screen1,
#statBotSlide .screen2 {
	height:auto;
}
#statTopSlide .screen2,
#statBotSlide .screen2 {
	display:none;
	position:absolute;
	height:228px;
	width:980px;
}
#statTopSlide .graph,
#statBotSlide .graph {
	float:left;
	position:relative;
	width:285px;
	height:216px;
	padding:6px;
	background:url(../images/authenticated/graph-bg.png) no-repeat left top;
	margin-right:17px;
}
#statBotSlide .graph {
	height:auto;
	padding:0 6px;
	background:url(../images/authenticated/bar-graph-box-tile.png) repeat-y left top;
}
#statBotSlide .top {
	height:6px;
	margin:0 -6px;
	width:297px;
	background:url(../images/authenticated/bar-graph-box-top.png) no-repeat left top;
}
#statBotSlide .bottom {
	height:6px;
	margin:0 -6px;
	width:297px;
	margin-top:13px;
	background:url(../images/authenticated/bar-graph-box-bottom.png) no-repeat left top;
}

/* IPHONE LIKE SLIDER ===================== */
.navBar {
	position:relative;
	margin-top:20px;
	height:50px;
	line-height:50px;
	background:url(../images/authenticated/nav-bar-bg.gif) repeat-x left top;
}
.navBar a.next:link, .navBar a.next:visited {
	float:right;
	margin-right:15px;
	display:inline;
	width:418px;
	height:50px;
	margin-top:0px;
	background:url(../images/authenticated/nav-bar-right.gif) no-repeat right center;
	text-indent:-999em;
	outline:0;
}
.navBar a.back:link, .navBar a.back:visited {
	float:left;
	margin-left:15px;
	display:inline;
	width:418px;
	height:50px;
	margin-top:0px;
	background:url(../images/authenticated/nav-bar-left.gif) no-repeat left center;
	text-indent:-999em;
	outline:0;
}
.navBar .screenIndicator {
	position:relative;
	width:96px;
	margin:0 auto;
	top:22px;
}
.navBar .screenIndicator li {
	float:left;
	display:inline;
	width:8px;
	height:8px;
	line-height:20em;
	overflow:hidden;
	margin-right:4px;
	margin-left:4px;
	background:url(../images/authenticated/nav-bar-indicator.png) no-repeat 0px -8px;
}
.navBar .screenIndicator li.on {
	background-position:0px 0px;
}

/* COURSE LIST WITH TABLE =================== */
#roundList {
	position:relative;
}
#roundList table {
	color:#373738;
	border-bottom:1px solid #bfc1c4;
}
#roundList table th {
	text-align:left;
	background:#e4e4e6;
	font-weight:normal;
	padding:5px 15px;
	text-transform:uppercase;
	font-size:12px;
	border:1px solid #dededf;
	border-top:1px solid #bfc1c4;
	white-space: nowrap;
}
#roundList table th.score,
#roundList table th.putt {
	text-align:center;
}
#roundList table th.date {
	text-align:right;
	border-left:none;
	border-right:none;
	padding-right:0px;
}
#roundList table th.course {
	border-left:none;
}
#roundList th a:link, #roundList th a:visited {
	color:#373738;
}
#roundList th a span {
	text-transform:none;
}
#roundList a.sorted {
	padding-right:23px;
	background:url(../images/authenticated/arrow-sort.png) no-repeat right 4px;
}
#roundList table td {
	border:1px solid #dededf;
	padding:8px 15px;
	line-height:1.1em;
	font-size:12px;
}
#roundList table .alt td {
	background:#e8e8e9;
}
#roundList td.date {
	width:70px;
	padding-right:0px;
	text-align:right;
	border-left:none;
	border-right:none;
	font-size:14px;
}
#roundList td.course {
	width:250px;
	border-left:none;
	font-size:14px;
}
#roundList .alt td.date,
#roundList .alt td.course {
	background:#f3f3f4;
}
#roundList td.score {
	width:40px;
	background:#f3f3f3;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
#roundList td.fwy,
#roundList td.gir,
#roundList td.scram {
	width:95px;
	background:#f3f3f3;
	padding-right:5px;
}
#roundList label {
	position:relative;
	margin:0;
	line-height:1em;
}
#roundList td .bar {
	float:right;
	position:relative;
	margin-top:3px;
	height:6px;
	width:65px;
}
#roundList td.fwy .bar div {
	height:6px;
	background:url(../images/authenticated/bar-table-fwy.png) repeat-x left top;
}
#roundList td.gir .bar div {
	height:6px;
	background:url(../images/authenticated/bar-table-gir.png) repeat-x left top;
}
#roundList td.scram .bar div {
	height:6px;
	background:url(../images/authenticated/bar-table-scram.png) repeat-x left top;
}
#roundList td.putt {
	width:40px;
	background:#f3f3f3;
	text-align:center;
}
#roundList td.par3s,
#roundList td.par4s,
#roundList td.par5s {
	width:11px;
	border-right:none;
	background:#f3f3f3;
	padding-right:6px;
}
#roundList td.par4s,
#roundList td.par5s {
	border-left:none;
}
#wrapper #roundList table tr.hover td {
	background:#818285;
	cursor:pointer;
	position:relative;
	color:#fff;
}
* + html #wrapper #roundList table tr.hover td {
	position:static;
}
* html #wrapper #roundList table tr.hover td {
	position:static;
}
.titleBar {
	background:#ccced0;
	height:40px;
	padding-top:10px;
	padding-left:28px;
}
.titleBar a {
	float:left;
	margin-right:13px;
}
.titleBar a.btnLast5:link, .titleBar a.btnLast5:visited {
	width:89px;
	height:32px;
	line-height:100em;
	overflow:hidden;
	background:url(../images/authenticated/btn-last5.png) no-repeat left top;
}
.titleBar a.btnLast20:link, .titleBar a.btnLast20:visited {
	width:89px;
	height:32px;
	line-height:100em;
	overflow:hidden;
	background:url(../images/authenticated/btn-last20.png) no-repeat left top;
}
.titleBar a.btnOptions:link, .titleBar a.btnOptions:visited {
	width:89px;
	height:32px;
	line-height:100em;
	overflow:hidden;
	background:url(../images/authenticated/btn-options.png) no-repeat left top;
}
.titleBar a.on:link, .titleBar a.on:visited {
	background-position:0px -32px;
}

.titleBar a.btnViewAllStatistics:link, .titleBar a.btnViewAllStatistics:visited {
	width:150px;
	height:33px;
	line-height:100em;
	overflow:hidden;
	background:url(../images/authenticated/btn-view-all-statistics.png) no-repeat left top;
}

.titleBar a.btnSelectRound:link, .titleBar a.btnSelectRound:visited {
	width:140px;
	height:32px;
	line-height:100em;
	overflow:hidden;
	background:url(../images/authenticated/btn-select-round.png) no-repeat left top;
}
.titleBar a.btnReportProblem:link, .titleBar a.btnReportProblem:visited {
	width:205px;
	height:32px;
	float:right;
	margin-right:35px;
	display:inline;
	line-height:100em;
	overflow:hidden;
	background:url(../images/authenticated/btn-report-problem.png) no-repeat 0px 0px;
}
.titleBar a.btnReportProblem:hover {
    background-position:0px -32px;	
}

#scorecard {
	position:relative;
}
#utilityBar {
	position:relative;
	float:right;
	right:36px;
	top:10px;
	z-index:9000;
}
#utilityBar a {
	margin-left:13px;
	padding:0 0 4px 22px;
	color:#999;
	font-size:11px;
	outline:0;
}
#utilityBar a:hover {
	text-decoration:underline;
}
#utilityBar a.email {
	background:url(../images/email-icon.gif) no-repeat 0px 1px;
}
#utilityBar a.print {
	background:url(../images/print-icon.gif) no-repeat 1px 0px;
}
#utilityBar a.facebook {
	padding-top:2px;
	background:url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat 0px 0px;
}
#utilityBar a.twitter {
	padding: 2px 1px 0px 20px;
	margin-left:8px;
	background:url(../images/twitter-icon-small.jpg) no-repeat 0px 0px;
}
.roundInfo {
	position:relative;
	height:125px;
	z-index:9000;
}
.roundInfo h2 {
	margin-left:28px;
	font-size:20px;
	margin-bottom:10px;
	padding-top:15px;
}
.roundInfo h3 {
	margin-left:29px;
	font-size:14px;
	margin-bottom:12px;
	font-weight:normal;
}
#colorKey {
	position:absolute;
	right:26px;
	bottom:15px;
	height:16px;
	font-size:10px;
	text-transform:uppercase;
	padding-left:10px;
}
#colorKey li {
	position:relative;
	float:left;
	padding-left:18px;
	min-width:20px;
	margin-right:8px;
	line-height:16px;
}
#colorKey li .square {
	position:absolute;
	left:0;
	top:0;
	margin-right:2px;
	width:16px;
	height:16px;
}
#wrapper #scorecard .eagle {background:#fbaf42 none;color:#fff;}
#wrapper #scorecard .birdie {background:#b44626 none;color:#fff;}
#wrapper #scorecard .par {background:#156b95 none;color:#fff;}
#wrapper #scorecard .bogey {background:#23562b none;color:#fff;}
#wrapper #scorecard .bogeyplus {background:#231f20 none;color:#fff;}
#wrapper #scorecard .neg {color:#b44626;}

#scorecard .scoreTitle {
	position:relative;
	border-top:1px solid #a8abb0;
	border-bottom:1px solid #a8abb0;
	height:49px;
	background:url(../images/authenticated/scorecard-title-bg.png) repeat-x left top;
	padding-right:35px;
}
#scorecard .scoreTitle h2 {
	line-height:50px;
	margin-left:28px;
	padding-left:0;
	float:left;
	display:inline;
}
#scorecard .scoreTitle span {
	float:right;
	margin-left:43px;
	font-size:12px;
	line-height:50px;
}
#scorecard table,
table.friendsScore {
	width:980px;
}
table.friendsScore {
	margin-bottom:50px;
}
#scorecard td,
table.friendsScore td {
	width:33px;
	height:31px;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	border:1px solid #bcbdc0;
	color:#231f20;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
table.friendsScore td {
	background:url(../images/authenticated/friends-table-alt-bg.png) repeat-x left top;
}
#scorecard td.name,
table.friendsScore td.name {
	width:130px;
	padding-left:30px;
	text-align:left;
	border-left:none;
	text-transform:uppercase;
	color:#818285;
}
table.friendsScore td.name {
	color:#231f20;
}

#scorecard td.out,
table.friendsScore td.out {
	width:55px;
}
#scorecard td.in,
table.friendsScore td.in {
	width:55px;
}
#scorecard td.total,
table.friendsScore td.total {
    width:65px;
    padding-right:19px;
}
table.friendsScore td.total {
    font-size:14px;
    font-weight:bold;
}
table.friendsScore .netscore td.total {
    font-size:12px;
    font-weight:normal;
}
table.friendsScore .netscore td {
	background:#f3f3f4 none;
}
table.friendsScore .netscore td.name {
	color:#818285;
}
#scorecard tr.parRow td {
	border-bottom:1px solid #555253;
}
#scorecard tr.score td {
	font-size:18px;
	font-weight:bold;
	border-top:1px solid #555253;
	border-bottom:1px solid #555253;
	background:url(../images/authenticated/score-row-bg.png) repeat-x left top;
}
#scorecard tr.roundscore td {
	font-weight:bold;
}
#scorecard tr.penalties td {
	border-bottom:none;
}
#scorecard tr.score td.name,
#scorecard tr.roundscore td.name {
	font-weight:normal;
	font-size:12px;
}
#scorecard tr.handicap td,
#scorecard tr.net td {
	background:#f3f3f4;
}
#scorecard tr.blue td {
	background:#0c4a61;
	color:#c2d2d8;
}
#scorecard tr.distance td {
	background:#c0c0c0;
	color:#fff;
}
#scorecard td.bullseye {
	background-image:url(../images/authenticated/icon-target-red.png);
}
#scorecard td.left {
	background-image:url(../images/authenticated/icon-slant-left.png);
}
#scorecard td.right {
	background-image:url(../images/authenticated/icon-slant-right.png);
}
#scorecard td.short {
	background-image:url(../images/authenticated/icon-short.png);
}
#scorecard td.long {
	background-image:url(../images/authenticated/icon-long.png);
}
#scorecard td.bullseyeOn {
	background-image:url(../images/authenticated/icon-target-green.png);
}
#scorecard td.bullseyeOff {
	background-image:url(../images/authenticated/icon-target-gray.png);
}

.scoreCardOptions {
	border-top:1px solid #201c1d;
	border-bottom:1px solid #939396;
	background:#c7c5c7;
	overflow:hidden;
	width:100%;
}
.scoreCardOptions div.buttons {
	float:left;
	padding:10px 27px;
	padding-right:5px;
	background:#dcdadb;
}
.scoreCardOptions a {
	float:left;
	margin-right:10px;
}
.scoreCardOptions a.btnRoundStats:link, .scoreCardOptions a.btnRoundStats:visited {
	width:142px;
	height:33px;
	line-height:100em;
	overflow:hidden;
	background:url(../images/authenticated/btn-round-statistics.png) no-repeat left top;
}
.scoreCardOptions a.btnFriendsScores:link, .scoreCardOptions a.btnFriendsScores:visited {
	width:138px;
	height:33px;
	line-height:100em;
	overflow:hidden;
	background:url(../images/authenticated/btn-friends-scores.png) no-repeat left top;
}
.scoreCardOptions a.on:link, .scoreCardOptions a.on:visited {
	background-position:0px -33px;
} 
.scoreCardOptions p.instructions {
	margin:0;
	color:#231f20;
	font-size:12px;
	float:left;
	display:inline;
	margin-left:17px;
	margin-top:17px;
}

/* SCORECARD EMAIL POPUP =============== */

#scorecardEmailFormWrapper {
	position:absolute;
	display:none;
	background-color:#fff;
	color:#696969;
	top:25px;
	left:-244px;
	border:1px groove #000;
	width:305px;
	z-index:9000;
}

#scorecardEmailFormWrapper .sendScorecardContainer {
	border:2px solid #666;
	z-index:9000;
}

#scorecardEmailFormWrapper div.header {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
}

#scorecardEmailFormWrapper p {
	margin-left:10px;
	margin-right:6px;
}

#scorecardEmailFormWrapper input {
	width:220px;
	background:#f4f4f4;
	border:1px solid #ccc;
	font-size:11px;
	padding:4px;
}

#scorecardEmailFormWrapper .input-validation-error {
    background-color: #ffeeee;
}

#scorecardEmailFormWrapper table {
	border-collapse:collapse;
	border-spacing:0;
	width:300px;
	margin-left:4px;
}

#scorecardEmailFormWrapper td {
	margin:0;
	border:0;
	padding:6px;
	font-size:13px;
	font-weight:bold;	
	text-align:left;
	color:#696969;
}

#scorecardEmailFormWrapper ul {
	padding:11px;
	font-size:10px;
}

#scorecardEmailFormWrapper .sendScorecardFooter {
	background-color:#666;
	height:17px;
	margin-top:10px;
}

#scorecardEmailFormWrapper a.sendScorecardLink {
	margin-top:3px;
	margin-right:6px;
	float:right;
	font-size:11px;
	color:#fff;
	outline:0;
}

#scorecardEmailFormWrapper a.close {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:right;
	height:12px;
	width:12px;
	background:url(../images/email-popup-corner.gif) no-repeat;
	outline:0;
}

div#options {
	padding:0 14px;
	padding-right:0;
	padding-left:24px;
	padding-bottom:20px;
	padding-top:10px;
}
div#options h2 {
	margin-bottom:7px;
}
div#options select {
	font-size:12px;
	padding:2px;
	margin-left:10px;
	width:285px;
}
div#options #dateRange {
	margin-top:15px;
	margin-bottom:15px;
}
div#options #dateRange select {
	width:auto;
	margin-bottom:5px;
	margin-left:3px;
}
div#options #dateRange select.month{
	width:100px;
}
div#options #dateRange select.day{
	width:51px;
}
div#options #dateRange select.year{
	width:65px;
}
div#options label {
	float:left;
	padding-top:5px;
	width:52px;
	font-size:12px;
	padding-left:10px;
}
div#options div.optionBtn{
	padding-top:20px;
}
div#options a.optionBtn:link, div#options a.optionBtn:visited {
	display:inline;
	background:#ccc;
	padding:7px 3px;
	color:#000;
	border:1px solid #c6c6c6;
	-webkit-border-radius:3px;
	text-decoration:none;
	background:url(../images/authenticated/btn-gray-bg.png) repeat-x 0px 0px;
}
