/*----------------------------------------------------------------
Reset Styles */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------------
Default Styles */

body {
	font-family: Arial, Helvetica;
	background-color: #101010;
	background-image: url('../images/bodybg.png');
	background-position: top;
	background-repeat: repeat-x;
	color: #afafaf;
}

.clear {
	clear: both;
}

.hide {
	visibility: hidden;
}

/*----------------------------------------------------------------
Login Styles */


#loginwrapper {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#loginfooter {
	clear:both;
	margin: 0px auto;
	width: 1022px;
	text-align: center;
	font-size:x-small;
	z-index: 2;
}

#wrapper {
	position:relative;
	margin: 0px auto;
	width: 960px;
	height: 768px;
	z-index: 2;
}

#login_email {
	height:45px;
	margin-top:10px;
	font-size : 32px;
	padding-top:7px;
	padding-left:7px;
	width:500px;
	background:url(../images/transBg.png) repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:2px solid #064A06;
}

#submit {
	position: relative;
	vertical-align:middle;
	top:-67px;
	width:75px;
	font-weight:bold;
	font-size:18px;
	padding: 8px 2px;
	color:#064A06;
	background:url(../images/transBg.png) repeat;
	margin-left:430px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #064A06;
}

#lform {
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 25px;
	padding-bottom: 300px;
	height:150px;
	width:500px;
	}

.login_email_default {
	color: #cdcdcd;
}

ul.errors {
	list-style: none;
	position:absolute;
	float:left;
	top: 275px;
}

ul.errors > li {
	font-size:18px;
	color: white;
}

#applink {
	position: relative;
	display: block;
	padding: 5px 0px 0px 10px;
}

#bg_image { position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; }

/*----------------------------------------------------------------
Head Styles */

#head {
	height: 80px;
	background-color: black;
	background-image: url('../images/headbg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}

#headwrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

#logo {
	margin-left: -40px;
}

/*----------------------------------------------------------------
Nav Styles */

#nav {
	padding-left: 225px;
	margin-top: -65px;
}

#navlist {
	
}

#navlist li {
	float: left;
	padding-top: 0px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	margin-right: -1px;
	list-style: none;
	font-size: 110%;
	line-height: 50px;
}

#navlist a {
	color:#D9D9D9;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	height: 45px;
	padding: 0px 30px 0px 30px;
	margin-top: -3px;
}

#nav li a:hover {
	height: 50px;
	background-image: url('../images/navOver.png');
	background-position: bottom;
	background-repeat: repeat-x;
	color: white;
}

#currentpage {
	background: url(../images/navSelected.png) repeat-x;
}

.active {
	list-style: none;
	font-size: 110%;
	line-height: 50px;
}

/*----------------------------------------------------------------
Feedback Styles */

#feedbackwrapper {
	position:absolute;
	z-index: 20;
	top: 220px;
	left: 1000px;
}

#feedbackform {
	width: 300px;
	height: 0px;
	overflow:hidden;
	margin-top: -117px;
	margin-left: -300px;
	background:url(../images/feedbackbg.png) no-repeat;
}

#feedbackheader {
	padding-left: 20px;
	font-weight: bold;
	color:#006633;
}

dd#message-element {
	padding: 0px 0px 0px 20px;
}

dd#feedback-element {
	padding-left: 20px;
}

/*----------------------------------------------------------------
Stats Page Overall Styles */

#summarywrapper {
	width: 1017px;
	margin: 0 auto;
	padding-top: 20px;
}

#summary {
	float: left;
	width: 771px;
}

.tdright {
	padding-left: 10px;
}

.tdlittleright {
	padding-left: 5px;
}

.highcharts-container {
	z-index: 0;
}

/*----------------------------------------------------------------
Player Stats Styles */

#player_summary {
	width: 771px;
	height: 398px;
	background: url(../images/player_box.png) top no-repeat;
	padding-bottom: 15px;
}

#player_bio {
	width: 325px;
	height: 280px;
	float: left;
	padding: 15px 0 0 15px;
}

#username {
	padding-top: 15px;
}

#radar_chart {
	width: 325px;
	height: 280px;
	float: right;
	padding: 15px 15px 0 0;
}

#radar {
	border: 1px solid #111;
}

#overlay {
	z-index: 10;
	position: relative;
	left: 0px;
	top: -290px;
}

#player_toggle {
	display: block;
	position: relative;
	z-index: 10;
	width: 42px;
	left: 23px;
	top: -35px;
	padding-left: 550px;
}

#player_charts {
	width: 771px;
	height: 0px;
	z-index: 5;
}

#player_stats {
	display: inline-block;
	padding: 60px 0 0 150px;
}

#player_stats td {
	font-size: 200%;
	text-align: center;
	width: 100px;
	padding-right: 25px;
}

#summaryhandicap {
	width: 741px;
	height: 200px;
	margin: 0 0 15px 15px;
	z-index: 5;
}

#summaryscore {
	width: 741px;
	height: 200px;
	margin: 15px 0px 15px 15px;
	z-index: 5;
}


#summaryscoretype {
	width: 323px;
	height: 225px;
	margin: 0 0 15px 15px;
	float: left;
	z-index: 5;
}

#summarypar {
	width: 323px;
	height: 225px;
	margin: 0 0 15px 40px;
	float: left;
	z-index: 5;
}

/*----------------------------------------------------------------
Driving Stats Styles */

#driving_stats {
	width: 771px;
	height: 92px;
	background: url(../images/driving_box.png) top no-repeat;
	padding-top: 15px;
	position: relative;
	z-index: 10;
}

#driving_stats_table {
	display: inline-block;
	padding: 32px 0 0 150px;
}

#driving_stats td {
	font-size: 200%;
	text-align: center;
	width: 100px;
	padding-right: 25px;
}

#driving_toggle {
	display: block;
	position: relative;
	z-index: 10;
	width: 42px;
	left: 23px;
	top: -35px;
	padding-left: 550px;
}

#driving_charts {
	width: 771px;
	height: 0px;
	z-index: 0;
}

#summary_longest_drive {
	width: 726px;
	height: 200px;
	padding-left: 15px;
	z-index: 0;
}

#summary_driving_accuracy {
	width: 726px;
	height: 200px;
	padding: 15px 0 0 15px;
	z-index: 0;
}		
		
/*----------------------------------------------------------------
Approach Stats Styles */

#approach_stats {
	width: 771px;
	height: 92px;
	background: url(../images/approach_box.png) top no-repeat;
	padding-top: 15px;
	z-index: 10;
}

#approach_stats_table {
	display: inline-block;
	padding: 32px 0 0 150px;
}

#approach_stats td {
	font-size: 200%;
	text-align: center;
	width: 100px;
	padding-right: 25px;
}

#approach_toggle {
	display: block;
	position: relative;
	z-index: 10;
	width: 42px;
	left: 23px;
	top: -35px;
	padding-left: 550px;
}

#approach_charts {
	width: 771px;
	height: 0px;
	z-index: 5;
}

#summary_gir {
	width: 323px;
	height: 225px;
	padding: 0px 0 15px 15px;
	float: left;
	z-index: 5;
}

#summary_overall_pie_gir {
	width: 323px;
	height: 225px;
	padding: 0px 0 15px 40px;
	float: left;
	z-index: 5;
}

#summary_overall_gir {
	width: 726px;
	height: 200px;
	padding: 0px 0 15px 15px;
	z-index: 5;
}

/*----------------------------------------------------------------
Short Game Stats Styles */

#shortgame_stats {
	width: 771px;
	height: 92px;
	background: url(../images/shortgame_box.png) top no-repeat;
	padding-top: 15px;
	z-index: 10;
}

#shortgame_stats_table {
	display: inline-block;
	padding: 32px 0 0 150px;
}

#shortgame_stats td {
	font-size: 200%;
	text-align: center;
	width: 100px;
	padding-right: 25px;
}

#shortgame_toggle {
	display: block;
	position: relative;
	z-index: 10;
	width: 42px;
	left: 23px;
	top: -35px;
	padding-left: 550px;
}

#shortgame_charts {
	width: 771px;
	height: 0px;
	z-index: 5;
}

#summary_gir {
	width: 323px;
	height: 225px;
	padding: 0px 0 15px 15px;
	float: left;
	z-index: 5;
}

#summary_overall_pie_gir {
	width: 323px;
	height: 225px;
	padding: 0px 0 15px 40px;
	float: left;
	z-index: 5;
}

#shortgame_sand {
	width: 726px;
	height: 200px;
	padding: 0px 0 15px 15px;
	z-index: 5;
}

/*----------------------------------------------------------------
Putting Stats Styles */

#putting_stats {
	width: 771px;
	height: 92px;
	background: url(../images/putting_box.png) top no-repeat;
	padding-top: 15px;
	z-index: 10;
}

#putting_stats_table {
	display: inline-block;
	padding: 32px 0 0 150px;
}

#putting_stats td {
	font-size: 200%;
	text-align: center;
	width: 100px;
	padding-right: 25px;
}

#putting_toggle {
	display: block;
	position: relative;
	z-index: 10;
	width: 42px;
	left: 23px;
	top: -35px;
	padding-left: 550px;
}

#putting_charts {
	width: 771px;
	height: 0px;
	z-index: 5;
}

#summary_putt_gir {
	width: 726px;
	height: 200px;
	padding: 0 0 15px 15px;
	z-index: 5;
}

#summary_putt_round {
	width: 726px;
	height: 200px;
	padding: 15px 0 15px 15px;
	z-index: 5;
}

/*----------------------------------------------------------------
Course List Styles */

#courses {
	float: right;
	position: relative;
	width: 236px;
	height: 828px;
	background: url(../images/rounds_box.png) no-repeat;
}

#coursecount {
	position: absolute;
	font-size: 90%;
	color: #868585;
	top: 13px;
	left: 145px;
}

#courselist {
	width: 200px;
	height: 700px;
	padding: 15px 10px 0 21px;
	margin-top: 36px;
	overflow: auto;
}

#editlist {
	float: right;
	padding: 8px 15px 0 0;
	cursor: pointer;
}

.delete {
	margin-left: 30px;
	color: #9e0b0f;
	cursor: pointer;
	text-decoration: underline;
	letter-spacing: .15em;
}

.courseinfo {
	font-size: 75%;
	padding-bottom: 10px;
	list-style: none;
}

.coursename {
	font-size: 113%;
}

.coursename:link {
	color:#afafaf;
	text-decoration: none;
}

.coursename:visited {
	color:#afafaf;
}

.coursename:hover {
	color:#afafaf;
	text-decoration: underline;
}

.coursename:active {
	color:#afafaf;
}

.gamedate {
	color: #a7a7a7;
}

.courseselected {
	font-size: 110%;
	color:#006633;
}

/*----------------------------------------------------------------
Big Charts Styles */

#chartswrapper {
	padding-top: 30px;
}

/*#summaryscore {
	width: 774px;
	height: 400px;
}*/

#summarydriving {
	width: 774px;
	height: 400px;
}

#summarygir {
	width: 774px;
	height: 400px;
}

#summaryputtsgir {
	width: 774px;
	height: 400px;
}

#summaryputtsround {
	width: 774px;
	height: 400px;
}

#summaryscramble {
	width: 774px;
	height: 400px;
}

#summarysand {
	width: 774px;
	height: 400px;
}

#summarydrivingdist {
	width: 774px;
	height: 400px;
}

#summarylongestdrive {
	width: 774px;
	height: 400px;
}

/*----------------------------------------------------------------
Little Charts Styles */

#smallcharts {
	padding: 20px 0;
}

.smallchartheader {
	text-align: center;
	padding-bottom: 5px;
}

#par {
	float: left;
	padding-right: 12px;
}

#scoring {
	float: left;
	padding-right: 12px;
}

#putt {
	float: left;
}

/*----------------------------------------------------------------
Footer Styles */

#footer {
	width: 100%;
	height: 200px;
	background-image: url('../images/footerbg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: black;
	margin: 75px auto 0 auto;
}

#footercontent {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

#copyright {
	font-size: 75%;
	color: #f8f8f8;
}

#terms {
	font-size: 75%;
	color: #f8f8f8;
}

/*----------------------------------------------------------------
Scorecard Styles */

#scorecardwrapper {
	width: 1014px;
	height: 935px;
	margin: 20px auto 0 auto;
	background: url(../images/scorecard_bg.png) top no-repeat;
}

#allwrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

#scorecard_header {
	width: 960px;
	height: 75px;
	background: url(../images/scorecard_header.png) top no-repeat;
}

#select_course {
	
}

#coursescorecard {
	padding: 15px 0 5px 15px;
	font-size: 110%;
	font-family: "Arial", "Helvetica";
}

#coursescorecard1 {
	padding: 0px 0px 0px 15px;
	width: 300px;
	font-size: 100%;
	font-family: "Arial", "Helvetica";
}

#scorecardtable {
	width:100%;
	text-align: center;
	background-color: #111;
	margin: 5px 0;
}

#scorecardtable td {
	vertical-align: middle;
	font-size: 85%;
}

span[id^='hole'] {
	cursor: pointer;
	text-decoration: underline;
}

.headrow {
	background: url(../images/headrow_bg.png) repeat-x;
	height: 25px;
}

.blackrow {
	background: url(../images/blackrow_bg.png) repeat-x;
	height: 25px;
}

.greyrow {
	background: url(../images/grayrow_bg.png) repeat-x;
	height: 25px;
}

.eagle {
	background-color: #aa0006;
}

.birdie {
	background-color: #ff0000;
}

.par {
	background: url(../images/grayrow_bg.png) repeat-x;
}

.bogey {
	background-color: #0000ff;
}

.doublebogey{
	background-color: #002b74;
}

.negativepar{
	color:#ff0000;
}

.positivepar{
	color:#1787ce;
}

.scoretype {
	float: left;
	padding-left: 15px;
}


/*   Shottracker Map Styles                        */
#mapmasterwrapper {
	margin: 0 auto;
	height: 554px;
	width: 960px;
	z-index: 10;
	overflow: hidden;
	position: relative; /* hack for ie, yay! */
}

#allmapwrapper {
	position:relative;
	width: 11600px;
	height: 594px;
}

#slider {
	margin: 50px 10px 10px 35px;
	width: 960px;
}

.googlemapwrapper {
	overflow: hidden;
	width: 319px;
	height: 552px;
	position:relative;
	float:left;
	
	border: 1px solid #000;
	/*margin-left: 20px;*/
}

.googlemap{
	position:relative;
	display:inline;
}

.infoarrow {
	margin-top: 10px;
	margin-left: -37px;
}

.mapinfowrapper {
	width: 319px;
	height: 554px;
	position:relative;
	float:left;
	background: url(../images/sidebar_bg.png) no-repeat;
	border: 1px solid #000;
	/*margin-right: 20px;*/
}

.mapinfoheader {
	margin-top: 15px;
	margin-left: 15px;
	font-size: 110%;
}

.mapinfopar {
	margin-left: 15px;
	font-size: 100%;
	padding-bottom:10px;
}

.mapinfoshot {
	margin-left: 15px;
	font-size: 100%;
	padding-top:10px;
}

.shottracking{
	font-family: "Arial";
	margin-left: 20px;
}

div[id^='ginfo'] {
	position: absolute;
	z-index: 20;
	margin-top: 550px;
	width: 320px;
	height: 0px;
}

/*   Add Rounds                        */

#addroundWrapper {
	width: 1000px;
	margin: 50px auto;
}

#loadingMessageArea {
	width: 1000px;
	height: 40px;
}

#loadingMessage {
	padding-top: 15px;
}

#addround label {
	float: left;
}

#addround input {
	display: inline-block;
	float: left;
	width: 42px;
	padding: 5px 0;
	margin: 2px 0;
	font-size: 120%;
	text-align: center;
}

#addround dd input {
	padding: 5px 0;
	margin: 2px 0;
	font-size: 120%;
	text-align: center;
}
	
#addround dd select {
	display: inline-block;
	width: 242px;
	margin: 5px 0;
}

#game_dateplayed {
	display: inline-block;
	width: 236px !important;
}

.table1 {
	width: 1000px;
}

.table1 td {
	width: 50px;
}

#addround dd select[id^='stroke_startlongitude'] {
	width: 46px;
}

.optional {
	width: 100px;
	
}

/*.optional:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

*:first-child+html .optional { zoom: 1; } /* IE7 *}*/


