#game_editor .scorecard {
  width: 610px;
  height: 342px;
  float: left;
}
#game_editor .scorecard table {
  table-layout: fixed;
  border: 1px solid #cccccc;
  font-size: 1.1em;
}

/* This sets the highlighted background in the hole number at the top of the table */
#game_editor .scorecard table thead {
  border: 1px solid #000000;
  height: 31px;
  background: #222 url('/../images/hole_by_hole/table_header_bg.png') left center repeat-x;
  color: #ffffff;
}

/* This sets the pipe between the hole numbers at the top of the table */
#game_editor .scorecard table thead th {
  background: transparent url('/../images/hole_by_hole/table_header_number_bg.png') left bottom no-repeat;
  height: 30px;
  margin-top: 1px;
}

#game_editor .scorecard table thead th.title_col {
  text-align: left;
  color: #cccccc;
  background: none;
  padding: 0 0px 0 10px;
  width: 110px;
}

/* This sets the highlighted background in the actual cell */

#game_editor .scorecard table tbody tr.par_row {
  height: 31px;
  background: #f7f6e7 url('/../images/hole_by_hole/table_highlight_bg.png') left top repeat-x;
  border-left: 1px solid #cccccc;
  border-top: none;
  border-bottom: 1px solid #c6c5ba;
  border-right: 1px solid #cccccc;
  text-align: center;
}


/* This sets the pipe in between table cells */
#game_editor .scorecard table tbody tr.par_row td {
  height: 30px;
  background: transparent url('/../images/hole_by_hole/par_row_number_bg.png') left top no-repeat;
  color: #363636;
}

#game_editor .scorecard table tbody tr.par_row_3 {
  height: 31px;
  background: #f7f6e7 url('/../images/hole_by_hole/table_highlight_bg_3.png') left top repeat-x;
  border-left: 1px solid #cccccc;
  border-top: none;
  border-bottom: 1px solid #c6c5ba;
  border-right: 1px solid #cccccc;
  text-align: center;
}

#game_editor .scorecard table tbody tr.par_row_3 td {
  height: 30px;
  background: transparent url('/../images/hole_by_hole/par_row_number_bg.png') left top no-repeat;
  color: #363636;
}



#game_editor .scorecard table tbody tr.par_row td.title_col {
  width: 110px;
  padding: 0 0px 0 10px;
  text-align: left;
  border: none;
  background: none;
}

/* This is the css for the new putts cell */

#game_editor .scorecard table tbody tr.putts_row {
  height: 31px;
  background: #ffffff left top repeat-x;
  border-left: 1px solid #cccccc;
  border-top: none;
  border-bottom: 1px solid #c6c5ba;
  border-right: 1px solid #cccccc;
  text-align: center;
}


/* This sets the pipe in between table cells */
#game_editor .scorecard table tbody tr.putts_row td {
  height: 30px;
  background: transparent  left top no-repeat;
  color: #363636;
}

#game_editor .scorecard table tbody tr.putts_row_4 {
  height: 31px;
  background: #ffffff left top repeat-x;
  border-left: 1px solid #cccccc;
  border-top: none;
  border-bottom: 1px solid #c6c5ba;
  border-right: 1px solid #cccccc;
  text-align: center;
}

#game_editor .scorecard table tbody tr.putts_row_4 td {
  height: 30px;
  background: transparent  left top no-repeat;
  color: #363636;
}



#game_editor .scorecard table tbody tr.putts_row td.title_col {
  width: 110px;
  padding: 0 0px 0 10px;
  text-align: left;
  border: none;
  background: none;
}


#game_editor .scorecard table tbody .empty_scorecard_row { display: none; }
#game_editor .scorecard table tbody tr.player_row {
  height: 33px;
  border-bottom: 1px solid #c6c5ba;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#game_editor .scorecard table tbody tr.player_row td {
  /*background: transparent url('/images/scorecard/player_stroke_number_bg.png') top left no-repeat;*/
  border-left:1px solid #ccc;
  text-align: center;
}

/* This sets the yellow square on the hole you are editing */
#game_editor .scorecard table tbody tr.player_row td.active { background: transparent url('/../images/hole_by_hole/active_hole.png') top left no-repeat; }
#game_editor .scorecard table tbody tr.player_row td.title_col {
  width: 110px;
  padding: 0 0px 0 10px;
  text-align: left;
  border: none;
  background: none;
}
#game_editor .scorecard table tbody tr.player_row td.total { background-color: #f0f0f0; }
#game_editor .scorecard table tbody tr.player_row td.total_all { background-color: #f0f0f0; }
#game_editor .scorecard table tbody tr.player_row td.title_col { background-color: #f0f0f0; overflow:hidden;}

/* This sets the orange square on the hole of focus when the scorecard is disabled */
#game_editor .scorecard table tbody tr.player_row.locked .active { background: transparent url(/../images/hole_by_hole/active_hole_disabled.png) center center no-repeat; }
#game_editor .scorecard_wrapper { height: 322px; }
#game_editor #scorecard_nav { width: 630px; }
#game_editor .game_creator {padding:10px;background-color:#d5ccaf;height:302px;width:590px;}

/* I believe we removed this nav element */
#game_editor #share_nav {
  float: right;
  text-align: right;
  height: 40px;
  width: 305px;
  background: transparent url('/../images/hole_by_hole/share_nav_bg.png') bottom center no-repeat;
  margin-top: -40px;
  margin-right:15px;
}
#game_editor #share_nav a {
  margin-right: 0;
  margin-left: 10px;
}
#game_editor #player_details {
  width: 305px;
  height: 362px;
  background: #d5ccaf url('/images/scorecard/player_details_bg.png') repeat;
  float: left;
}
#game_editor #hole_details {
  height: 43px;
  background: transparent url('/images/scorecard/hole_details_bg.png') left center repeat-x;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #2a2320;
  border-right: 1px solid #2a2320;
}
#game_editor #hole_details .hole_number {
  float: left;
  padding: 12px 10px;
  margin: 0;
  font-size: 1.8em;
  font-weight: bold;
  color: #e6e3bb;
  height: 20px;
}
#game_editor #hole_details #tee_details {
  float: right;
  padding-top: 10px;
}
#game_editor #hole_details #tee_details .tee_info {
  margin-right: 10px;
  color: #999999;
  line-height: 1.4em;
  font-size: 0.8em;
}
#game_editor #hole_details #tee_details .tee_info span {
  display: block;
  text-align: center;
}
#game_editor #hole_details #tee_details .tee_value {
  font-size: 1.4em;
  color: #ffffff;
}
#game_editor #golfer_details {
  height: 20px;
  background: transparent url('/images/scorecard/golfer_name_bg.png') left center repeat-x;
  height: 26px;
  border-bottom: 1px solid #afad89;
  border-top: 1px solid #ffffff;
}
#game_editor #golfer_details > span {
  float: right;
  padding: 5px 10px;
}
#game_editor #golfer_details #golfer_name { float: left; }
#game_editor #stroke_details {
  margin: 0;
  padding: 10px 0;
  height: 270px;
  overflow-y: hidden;
  width: 100%;
  position: relative;
}
#game_editor #stroke_list {
  padding: 0 10px;
  overflow: hidden;
}
#game_editor #stroke_list li { position: relative; }
#game_editor #stroke_list .stroke_number {
  margin: 0;
  padding: 6px 0 0 0;
  position: absolute;
  display: block;
  width: 27px;
  height: 21px;
  text-align: center;
  top: 0;
  left: 0;
  font-size: 1.2em;
  background: #ffffff url('/images/scorecard/stroke_detail_number_bg.png') no-repeat;
  color: #ffffff;
}
#game_editor #stroke_list .stroke_number.last_stroke:hover {
  color: red;
  cursor: pointer;
}
#game_editor #stroke_list .stroke_body {
  padding: 0 0 0 27px;
  height: 27px;
  background: #eeeeee url('/images/scorecard/stroke_body_bg.png') center right no-repeat;
  line-height: 22px;
  position: relative;
}
#game_editor #stroke_list .stroke_body span.club {
  height: 18px;
  line-height: 1em;
  padding: 9px 0 0 8px;
  font-weight: bold;
  font-size: 0.9em;
}
#game_editor #stroke_list .stroke_body span.result {
  height: 18px;
  line-height: 1em;
  padding: 9px 0 0 8px;
  font-style: italic;
  font-size: 0.9em;
}
#game_editor #stroke_list .stroke_body span.distance {
  height: 18px;
  line-height: 1em;
  padding: 9px 0 0 8px;
  font-size: 0.9em;
}
#game_editor #stroke_list .stroke_body span.lie {
  width: 64px;
  height: 27px;
}
#game_editor #stroke_list .stroke_body span.delete_stroke {
  height: 18px;
  padding: 9px 0 0 0;
  background: transparent url('/images/scorecard/delete_stroke.png') center center no-repeat;
}
#game_editor #stroke_list .stroke_body span.faded { background: transparent url('/images/scorecard/delete_stroke_fade.png') center center no-repeat; }
#game_editor #stroke_list .stroke_body .type_Teebox_bg { background: transparent url('/images/scorecard/stroke_detail_tee_bg.png') no-repeat; }
#game_editor #stroke_list .stroke_body .type_Green_bg { background: transparent url('/images/scorecard/stroke_detail_green_bg.png') no-repeat; }
#game_editor #stroke_list .stroke_body .type_Rough_bg { background: transparent url('/images/scorecard/stroke_detail_rough_bg.png') no-repeat; }
#game_editor #stroke_list .stroke_body .type_Fairway_bg { background: transparent url('/images/scorecard/stroke_detail_fairway_bg.png') no-repeat; }
#game_editor #stroke_list .stroke_body .type_Sand_bg { background: transparent url('/images/scorecard/stroke_detail_sand_bg.png') no-repeat; }
#game_editor #stroke_list .stroke_body .type_Penalty_bg { background: transparent url('/images/scorecard/stroke_detail_penalty_bg.png') no-repeat; }
#game_editor #stroke_list .stroke_body span { width: 56px; }
#game_editor #stroke_list .result { text-align: right; }
#game_editor .scorecard_table .player.cell { cursor: pointer; }
#game_editor .entry_box {
  height: 220px;
  width: 278px;
  padding: 10px;
  margin: 10px 0;
  float: left;
  position: relative;
  background: #4b3e3a url('/images/scorecard/entry_box_bg_big.png') top left no-repeat;
}
#game_editor .entry_box ul {
  height: 179px;
  width: 268px;
  padding: 6px;
}
#game_editor .entry_box h2 {
  color: #e6e3bb;
  size: 2.4em;
  margin: 2px 0 9px 0;
}
#game_editor #lie_entry { margin-right: 20px; }
#game_editor #lie_entry ul li {
  width: 86px;
  height: 57px;
  text-indent: -9999px;
  cursor: pointer;
  margin-bottom: 6px;
  position: absolute;
  left: auto;
}
#game_editor #lie_entry ul li.Teebox_entry {
  background: transparent url('/images/scorecard/lie_entry_tee.png') no-repeat;
  margin: 0;
}
#game_editor #lie_entry ul li.Teebox_entry:active { margin-top: 1px; }
#game_editor #lie_entry ul li.Fairway_entry {
  background: transparent url('/images/scorecard/lie_entry_fairway.png') no-repeat;
  margin: 0 0 0 92px;
}
#game_editor #lie_entry ul li.Fairway_entry:active { margin-top: 1px; }
#game_editor #lie_entry ul li.Rough_entry {
  background: transparent url('/images/scorecard/lie_entry_rough.png') no-repeat;
  margin: 0 0 0 184px;
}
#game_editor #lie_entry ul li.Rough_entry:active { margin-top: 1px; }
#game_editor #lie_entry ul li.Sand_entry {
  background: transparent url('/images/scorecard/lie_entry_sand.png') no-repeat;
  margin: 63px 0 0 0px;
}
#game_editor #lie_entry ul li.Sand_entry:active { margin-top: 64px; }
#game_editor #lie_entry ul li.Green_entry {
  background: transparent url('/images/scorecard/lie_entry_green.png') no-repeat;
  margin: 63px 0 0 92px;
}
#game_editor #lie_entry ul li.Green_entry:active { margin-top: 64px; }
#game_editor #lie_entry ul li.Penalty_entry {
  background: transparent url('/images/scorecard/lie_entry_penalty.png') no-repeat;
  margin: 63px 0 0 184px;
}
#game_editor #lie_entry ul li.Penalty_entry:active { margin-top: 64px; }
#game_editor #lie_entry ul li.remove_entry {
  background: transparent url('/images/scorecard/lie_entry_undo.png') no-repeat;
  width: 269px;
  margin: 126px 0 0 0px;
}
#game_editor #lie_entry ul li.remove_entry:active { margin-top: 127px; }
#game_editor #club_entry { margin-right: 20px; }
#game_editor #club_entry ul {overflow-y:scroll;padding:5px;}
#game_editor #club_entry ul li {
  height: 61px;
  width: 82px;
  float: left;
  margin: 0 1px 2px;
  text-align: center;
  color: #ffffff;
  background:transparent url(/images/scorecard/club_entry.png) top left no-repeat;
}
#game_editor #club_entry ul li div {padding-top:40px;font-size:10px; background: transparent url('/images/scorecard/club_select_wood.png') center center no-repeat;}
#game_editor #club_entry ul li div.club_4_entry { background-image: url('/images/scorecard/club_select_iron.png'); }
#game_editor #club_entry ul li div.club_5_entry { background-image: url('/images/scorecard/club_select_iron.png');  }
#game_editor #club_entry ul li div.club_6_entry { background-image: url('/images/scorecard/club_select_putter.png'); }
#game_editor #club_entry ul li:hover {cursor: pointer;}
#game_editor #club_entry ul li:active {margin-top:1px;margin-bottom:1px;}
#game_editor #accuracy_entry #distance_input_wrapper {
  text-align: right;
  color: #e6e3bb;
  position: absolute;
  top: 8px;
  right: 9px;
}
#game_editor #accuracy_entry #distance_input_wrapper input {
  width: 40px;
  font-size: 16px;
  border: 0 none;
  margin-left: 2px;
}
#game_editor #accuracy_entry li {
  height: 57px;
  width: 86px;
  text-indent: -9999px;
  position: absolute;
  left: auto;
  margin: 0 0 6px 0;
}
#game_editor #accuracy_entry li:hover { cursor: pointer; }
#game_editor #accuracy_entry li.outcome_6_entry {
  background: transparent url('/images/scorecard/outcome_long_left.png') top left no-repeat;
  margin: 0;
}
#game_editor #accuracy_entry li.outcome_3_entry {
  background: transparent url('/images/scorecard/outcome_long.png') top left no-repeat;
  margin: 0 0 0 92px;
}
#game_editor #accuracy_entry li.outcome_7_entry {
  background: transparent url('/images/scorecard/outcome_long_right.png') top left no-repeat;
  margin: 0 0 0 184px;
}
#game_editor #accuracy_entry li.outcome_4_entry {
  background: transparent url('/images/scorecard/outcome_left.png') top left no-repeat;
  margin: 63px 0 0 0px;
}
#game_editor #accuracy_entry li.outcome_1_entry {
  background: transparent url('/images/scorecard/outcome_accurate.png') top left no-repeat;
  margin: 63px 0 0 92px;
}
#game_editor #accuracy_entry li.outcome_5_entry {
  background: transparent url('/images/scorecard/outcome_right.png') top left no-repeat;
  margin: 63px 0 0 184px;
}
#game_editor #accuracy_entry li.outcome_8_entry {
  background: transparent url('/images/scorecard/outcome_short_left.png') top left no-repeat;
  margin: 126px 0 0 0px;
}
#game_editor #accuracy_entry li.outcome_2_entry {
  background: transparent url('/images/scorecard/outcome_short.png') top left no-repeat;
  margin: 126px 0 0 92px;
}
#game_editor #accuracy_entry li.outcome_9_entry {
  background: transparent url('/images/scorecard/outcome_short_right.png') top left no-repeat;
  margin: 126px 0 0 184px;
}
#game_editor #accuracy_entry li.outcome_6_entry:active { margin-top: 1px; }
#game_editor #accuracy_entry li.outcome_3_entry:active { margin-top: 1px; }
#game_editor #accuracy_entry li.outcome_7_entry:active { margin-top: 1px; }
#game_editor #accuracy_entry li.outcome_4_entry:active { margin-top: 64px; }
#game_editor #accuracy_entry li.outcome_1_entry:active { margin-top: 64px; }
#game_editor #accuracy_entry li.outcome_5_entry:active { margin-top: 64px; }
#game_editor #accuracy_entry li.outcome_8_entry:active { margin-top: 127px; }
#game_editor #accuracy_entry li.outcome_2_entry:active { margin-top: 127px; }
#game_editor #accuracy_entry li.outcome_9_entry:active { margin-top: 127px; }
#game_editor #notify {
  padding: 10px;
  text-align: center;
  color: red;
}
#game_editor .scorecard_page { display: none; }
#game_editor .stroke_map_hole_selector {display:block;height:20px;padding:0 0 5px;}
#game_editor .stroke_map_hole_selector strong {float:left;color:white;line-height:18px;margin:0 2px 0;}
#game_editor .stroke_map_hole_selector a {display:block;float:left;width:18px;text-align:center;line-height:18px;height:18px;margin:1px;background-color:#E6E3BB;border:1px solid #ccc;color:#333;}
#game_editor .stroke_map_hole_selector a:hover {background-color:white;text-shadow:none;color:black;}
#game_editor #canvas {width:610px;height:310px;}

/* This sets the various backgrounds and highlights for the 1-9 and 10-18 tabs */

#scorecard_nav {
  height: 33px;
  background: transparent url('/../images/hole_by_hole/table_nav_ul_bg.png') center bottom repeat-x;
  z-index: 1;
  margin-top: 10px;
}
#scorecard_nav #scorecard_tabs li {
  padding: 1px 0 0 0;
  background: #665a51 url('/../images/hole_by_hole/nav_fade_bg.png');
  border-bottom-width: 0;
  width: 75px;
  text-align: center;
  cursor: pointer;
  color: #dddddd;
  z-index: 2;
  height: 33px;
}
#scorecard_nav #scorecard_tabs li .scorecard_tab_wrapper {
  padding: 6px 0;
  display: block;
  width: 73px;
  height: 33px;
  background: transparent url('/../images/hole_by_hole/table_nav_li_bg.png') top left no-repeat;
}
#scorecard_nav #scorecard_tabs li.active {
  background: #4b3e3a url('/../images/hole_by_hole/brown_bg.png') top left repeat;
  color: #ffffff;
}
#scorecard_nav #scorecard_tabs li.active .scorecard_tab_wrapper { background: transparent url('/../images/hole_by_hole/table_nav_selected_bg.png') top left no-repeat; }
#scorecard table {
  width: 100%;
  font-size: 1.1em;
  text-align: center;
}


#scorecard table .total { width: 60px; }
#scorecard table .total_all { width: 60px; }
#scorecard table .title_col { width: 150px;}
#scorecard table thead {
  border: 1px solid #000000;
  background: #000000 url('/images/scorecard/table_header_bg.png') left center repeat-x;
  color: #ffffff;
}
#scorecard table thead th {
  height: 30px;
  margin-top: 1px;
}
#scorecard table thead th.title_col {
  text-align: left;
  color: #cccccc;
  padding: 0 0px 0 10px;
}
#scorecard table tbody .total { background-color: #eeeeee; }
#scorecard table tbody .total_all { background-color: #eeeeee; }
#scorecard table tbody .title_col { background-color: #eeeeee;}
#scorecard table tbody tr { background-color: white; }
#scorecard table tbody tr td {
  padding: 8px 10px;
  color: #363636;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px 0;
}

#scorecard table tbody tr td.active { background-color: #b0f04a; border-style:dashed;border-color:#444;}
#scorecard table tbody .title_col {
  border-left-width: 1px;
  text-align: left;
}

.scorecard {
  padding: 10px;
  background: #4b3e3a url('/images/hole_by_hole/brown_bg.png') top left repeat;
}
.scorecard_wrapper {
  padding: 10px;
  background-color: #ffffff;
}
.scorecard_table {
  width: 100%;
  margin: 0 auto;
}
.scorecard_dummy {
  position: absolute;
  margin-left: -9999px;
}

/*These are the cell backgrounds that show the score relative to par*/
.scorecard td {background: transparent none center center no-repeat;}
.scorecard td.double_bogey {background-image: url(/../images/hole_by_hole/double_bogey.png);}
.scorecard td.bogey {background-image: url(/../images/hole_by_hole/bogey.png);}
.scorecard td.birdie {background-image: url(/../images/hole_by_hole/birdie.png);}
.scorecard td.eagle {background-image: url(/../images/hole_by_hole/eagle.png);}

.scorecard_actions { float: right;margin-top:-10px; }
.empty_scorecard_row td { background-color: #eeeeee; }
.modal_display .scorecard_wrapper { width: 800px; }
.game_settings_page fieldset {margin:0 !important;}
.game_settings_page #players_bin {margin:5px 0 !important;}