html {
	-webkit-text-size-adjust: none;
}

body {
	font-family: 'Roboto', 'Verdana', sans-serif;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	color: #555;
	min-height: 490px;
	-webkit-touch-callout: none;
	background: #fff;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

h1 {
	font-size: 2em;
	font-weight: 400;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.gradientTitle, .yardage, .inactiveHeaderLink {
	color: #000000;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#9a9a9a)); */
	background-color: #bcbcbc;
}

.inactiveHeaderLink {
	color: #000000;
}

.activeHeaderLink {
	color: #fff;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#003300), to(#008800)); */
	background-color: #186c14;
}

.gradientTitle {
	padding: 2px;
}

.gradientTitle td {
	font-size: 14pt;
}

.subTitle {
	padding: 2px;
}

.darkButton {
	font-size: 1.5em;
	font-weight: 100;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border: solid 1px #666;
	border-radius: 2px;
	background-color: #3b3b3b;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 0px;
}

.w125 {
	width: 125px;
}

.darkButton:ACTIVE {
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.20);
	border-color: #ddd;
	text-shadow: #999 0 1px 0;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#dddedf), to(#b0b1b2));*/
	background-color: #9a9a9a;
}

.scoreRowMain {
	height: 50px;
	background-color: #efefef;
}

.scoreRowAlt {
	height: 50px;
	background-color: #dedede;
}

.boldScore {
	font-size: 1.5em;
	font-weight: 400;
}

.golferName {
	font-size: 1.5em;
	font-weight: 300;
}

.golferCheckboxName {
	float:left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1em;
	height: 45px;
	width: 100px;
	vertical-align: middle;
}

.birdie {
	font-size: 2em;
	font-weight: 400;
	color: #dd0000;
}

.boldNormal {
	font-size: 2em;
	font-weight: 300;
}

.hidden {
	height: 0px;
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.holeScoreTD, .hcpTD, .grossScoreTD, .netScoreTD, .leaderboardGolferTD, .ydsTD {
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 1px;
	border-style: solid;
	border-color: #cdcdcd;
	font-size: .9em;
}

.holeScoreTD {
	text-align: center;
	width: 20px;
	height: 20px;
}

.netScoreTD {
	font-weight: 300;
}

.hcpTD {
	color: #dd0000;
}

.hcpTD, .grossScoreTD, .netScoreTD {
	font-size: .9em;
	text-align: center;
	width: 22px;
}

.ydsTD {
	font-size: .5em;
	text-align: center;
}

.parRow, .subTitle {
	color: #fff;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#003300), to(#008800));*/
	background-color: #186c14;
}

.parRow {
	font-weight: 300;
}

.holeNumRow {
	background-color: #000000;
	font-weight: 300;
	color: #FFFFFF;
}

.LBeagle { background-color: #7777DD; font-weight: 300; color: #FFFFFF; }
.LBbirdie { background-color: #7777DD; font-weight: 300; color: #FFFFFF; }
.LBpar { background-color: #99FF99; }
.LBbogey { background-color: #FFFFFF; }
.LBdbogey { background-color: #FF9999; }

.eventCodeInput {
	width: 100px;
	border-width: 1px;
	border-color: #898989;
	border-style: solid;
	font-size: 14pt;
	font-weight: 400;
}

.checkboxFlat {
	width: 25px;
	margin: 20px 100px;
	position: relative;
}

.checkboxFlat label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}

#eventInstructionContainer {
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	height: 60;
	margin-top: 20px;
	margin-bottom: 20px;
}

#holeNumContainer
{
	font-size: 1.25em;
	font-weight: 300;
}

#groupNumContainer,
#holeInfoContainer {
	font-size: 13pt;
}

#errorContainer {
	color: #ff0000;
	font-weight: 300;
	text-align: center;
}

#leaderboardTable,
#scorecardTable {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: #cdcdcd;
}

#scoreEntryLink,
#scorecardLink,
#leaderboardLink,
#settingsLink {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
	width: 80px;
	line-height: 1em;
	padding: 2px;
}

#eventCodeContainer {
	text-align: center;
	height: 80px;
}