#left {
  width: 650px;
  float: left;
  display: inline;
  margin: 0 5px 0 0;
}
#right {
  width: 310px;
  float: left;
}

#scoreboard {
  height: 125px;
  width: 310px;
  background: url(../images/players/titleist_users_box.gif) no-repeat center center;
  margin: 10px 0;
}
#scoreboard li {
  display: none;
}
#scoreboard li.selected {
  display: block;
  position: relative;
  height: 125px;
}
#scoreboard li h1 {
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
}
#scoreboard li span.score {
  text-align: right;
  font-size: 2.4em;
  color: #900;
  display: block;
  padding: 5px 50px 0px 50px;
}
#scoreboard li span.competitor {
  text-align: left;
  color: #666;
  display: block;
  float: left;
  font-size: 1.1em;
  width: 190px;
  padding: 5px 0px 0px 50px;
}
#scoreboard li span.score_other {
  text-align: right;
  color: #666;
  display: block;
  float: left;
  font-size: 1.1em;
  padding: 5px 0px 0px 0px;
  width: 18px;
}
#scoreboard li a {
  position: absolute;
  height: 125px;
  width: 155px;
  top: 0;
}
#scoreboard li a.left {
  left: 0;
  background: url(../images/players/arrow_left.gif) no-repeat 10px center;
}
#scoreboard li a.right {
  right: 0;
  background: url(../images/players/arrow_right.gif) no-repeat 132px center;
}
#scoreboard li a.left:hover {
  background-image: url(../images/players/arrow_left_rollover.jpg);
}
#scoreboard li a.right:hover {
  background-image: url(../images/players/arrow_right_rollover.jpg);
}

#rightnews {
  width: 305px;
/*  height: 475px;*/
  position: relative;
  padding: 45px 0 0 0;
  text-align: right;
  overflow: hidden;
  background: transparent url(../images/players/tourblog_body.gif) repeat-y left top;
}

#rightnews li {
	/* IE6/7 break on showing li at bottom of other li, so make it "invisible". */
	*backgrounds: white;
	*line-height: 0px;
	*font-size: 0px;
}

#rightnews li.selected {
  background: transparent url(../images/players/tourblog_bottom_cap.gif) left bottom no-repeat;
	font-size: 12px;
	line-height: 1.1em;
}

#rightnews li.empty {
  position: absolute;
  top: 0px;
  left: 150px;
  background: transparent url(../images/players/inthenews_tab_off.gif) no-repeat left top;
	background-position: right;
	width: 155px;
	height: 46px;
}

#rightnews li.selected li {
	font-size: 12px;
	line-height: 1.1em;
}

#rightnews li ol,
#rightnews li a {
  display: none;
}

#rightnews li.selected ol,
#rightnews li.selected a {
  display: block;
}

#rightnews li h1 {
  position: absolute;
  height: 21px;
  line-height: 21px;
  top: 0;
  color: white;
  text-align: center;
  padding: 12px 0;
  font-size: 12px;
  font-weight: bold;
}
#rightnews li h1#tourblog {
  left: 0;
  background: transparent url(../images/players/tourblog_tab_off.gif) no-repeat left top;
	cursor: pointer;
	width: 150px;
}
#rightnews li h1#inthenews {
  left: 150px;
  background: transparent url(../images/players/inthenews_tab_off.gif) no-repeat left top;
	cursor: pointer;
	background-position: right;
	width: 155px;
}
#rightnews li.selected h1 {
  color: #333;
}
#rightnews li.selected h1#tourblog {
  background-image: url(../images/players/tourblog_tab_on.gif);
  background-repeat: no-repeat;
  width: 150px;
}
#rightnews li.selected h1#inthenews {
  background-image: url(../images/players/inthenews_tab_on.gif);
  background-repeat: no-repeat;
  background-position: right;
  width: 155px;
}

#rightnews li ol {
  text-align: left;
  border-top: 1px solid #aaa;
  margin: 7px 10px 0px 10px;
}
#rightnews li ol li {
  padding: 15px 15px 15px 8px;
  border-bottom: 1px solid #aaa;
  background: none;
}

#rightnews li ol li a {
	color: #000;
}

#rightnews li ol li a span.title {
	font-weight: bold;
}

#rightnews li.selected a.more {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	margin: 10px 10px 20px 0;
	text-align: center;
	width: 123px;
	height: 23px;
	color: #000;
	background: url(../images/shell/learn_more_button_tour.gif) center center no-repeat;
}

#rightnews li.selected a.more:hover {
	color:#FFF;
	background: url(../images/shell/learn_more_button_tour_over.gif) center center no-repeat; 
	}

#rightnews li.selected a.more b {
	color: #666;
}

#rightnews li.selected a.more:hover, #rightnews li.selected a.more:hover b {
	color: #990000;
	text-decoration: none;
}

#roster {
	  margin-top: 10px;
}

#roster, #player_pages table {
  color: #666;
  border-collapse: separate;
  width: 648px;
}

#roster thead tr th {
  height: 45px;
  background: url(../images/players/player_list_topcap.gif) no-repeat left top;
}
#roster thead th.view {
  padding-left: 15px;
}
#roster thead #viewroster {
  background: url(../images/players/red_button.gif) no-repeat center center;
  color: #333;
  font-weight: bold;
  width: 131px;
  padding: 0 0 1px 0;
  height: 27px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
}

#roster thead #viewroster:hover {
 	text-decoration: none;
	background: url(../images/players/red_button_over.gif) no-repeat center center;
}


#roster thead th.search {
  text-align: right;
  background-position: right top;
  /* 24px is because on IE7 the search box is lower by 2px so this way
     all browsers take up the same height */
  height: 24px;
  padding: 8px 15px 10px 0;
}

#roster thead #playersearch {
  height: 17px;
  line-height: 17px;
  padding: 4px 0 1px 10px;
  background: url(../images/players/search_bg.gif) no-repeat left center;
  width: 143px;
  border: none;
  color: #333;
  vertical-align: middle;
}
#roster thead #playersearchbutton {
  vertical-align: middle;
}

#roster tfoot th {
  /*text-align: right;*/
  background: url(../images/players/player_list_bottomcap.jpg) no-repeat left bottom;
  height: 43px;
}


#roster_footer {
  /*text-align: right;*/
  background: url(../images/players/player_list_bottomcap_966_2.jpg) no-repeat left bottom;
  height: 30px;
  padding-top: 13px;
  width: 966px;
}

#roster_footer #golfball, #roster tfoot th #golfball {
	margin: 0px 0px 0px 295px;
	width: 150px;
	float: left;
	_display: inline;
}

#roster_footer #golfball {
	margin: 0px 0px 0px 612px;
}

#roster_footer #equipment, #roster tfoot th #equipment {
  margin: 0px 0px 0px 35px;
  float: left;
	_display: inline;
}

#roster td {
  width: 87px;
  padding: 1px;
  vertical-align: top;
}

#roster td.first {
  border-left: 1px solid #CCC;
  padding-left: 13px;
}
#roster td.last {
  border-right: 1px solid #CCC;
  padding-right: 12px;
}

#roster tr.lastRow td {
	padding-bottom: 10px;
}

#roster td a {
  color: #666;
}
#roster td a:hover {
  text-decoration: none;
}
#roster td .thumb {
  display: block;
	padding-top: 15px;
}

#roster td span {
  display: block;
	font-size: 11px;
	padding-bottom: 5px;
}

#roster td:hover span, #roster td:hover em, #roster td:hover b {
  color: auto; /* Need to Adjust for Pros.html */
}

#roster td em {
  font-weight: bold;
  color: #000;
}

#roster td b {
  font-weight: bold;
  color: #990000;
}

#roster td b a {
  font-weight: bold;
  color: #990000;
	text-decoration: underline;
}

#roster td small {
  display: none;
	color: #CCC;
	font-size: 11px;
}

#roster td:hover small { 
	display: inline;
}

.full#roster {
  width: 966px;
}
.full#roster thead tr th {
  height: 94px;
  *height: 73px;
  background-image: url(../images/players/full_roster_top_bar.jpg);
}
.full#roster thead th.view {
  border-left-width: 37px;
}
.full#roster thead th.search {
  border-right-width: 37px;
}
.full#roster thead th.title {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 30px 36px 10px 36px;
  height: auto;
  background: none;
}
.full#roster td.first {
  padding-left: 39px;
  border-left: 0px;
}

/* Gray Background */
#roster td:hover {
	position: relative;
}

#roster div.shim {
	min-height: 155px;
	_height: 155px;
}

#roster td div.frame {
	display: none;
}

#roster td:hover div.frame {
	display: block;
	width: 87px;
	height: 87px;
	background: transparent url(/images/players/thumbFrame_dark.png);
	position: absolute;
}

#roster td:hover div.frame a {
	display: block;
	width: 87px;
	height: 87px;
}

#roster td:hover div.shim {
	height: 190px; 
	width: 104px; 
	position: absolute; 
	margin: -15px 0 0 -10px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
}

#roster td:hover div.shim_top {
	height: 6px; 
	width: 104px;
	margin: 0;
	padding: 0;
	background: url(../images/players/pros_bg.gif) left top no-repeat;
}

#roster td:hover div.shim_middle {
	width: 87px;
	margin: 0;
	padding: 4px 8px 0px 9px;
	background: #333;
}

#roster td:hover div.shim_bottom {
	height: 6px; 
	width: 104px; 
	margin: 0;
	padding: 0;
	background: url(../images/players/pros_bg.gif) left bottom no-repeat;
}

#roster td.pro {
	width: 102px;
}

#roster td.pro b, #roster td.pro small, #roster td.pro span {
	position: relative;
	width: 87px;
}

#roster td.pro:hover span, #roster td.pro:hover span em, #roster td.pro:hover b, #roster td.pro:hover b a, #roster td.pro:hover small {
	color: #FFF;
}

#roster td:hover > a {
	position: relative;
	top: -5px;
}

#roster .features_pagination td {
  width: auto;
	padding: 0;
}

#roster .features_pagination td:hover {
  position: static;
}

#player_pages table.features_pagination {
	width: auto !important;
	border-collapse: collapse;
}

#roster td:hover .features_pagination a {
	margin: 0;
	position: static;
}

.full#roster td.last {
  padding-right: 39px;
  border-right: 0px;
}
.full#roster thead fieldset {
  float: left;
  padding: 10px 50px 10px 0;
  line-height: 20px;
}
.full#roster thead legend {
  display: none;
}
.full#roster thead label {
  color: #333;
  font-weight: bold;
}
.full#roster thead label.option {
  color: inherit;
  font-weight: inherit;
}
.full#roster thead input {
  vertical-align: text-bottom;
}
.full#roster thead h2 {
  font-size: 21px;
  color: black;
}
.full#roster thead h2 span {
  color: #900;
}

#player_bio {
  display: inline;
  margin: 0px 30px 15px 0;
  float: left;
  width: 300px;
}
#player_bio h1 {
  font-size: 21px;
  color: black;
  margin-bottom: 8px;
}
#player_bio h1 span {
  color: #900;
}

#player_bio h1 span.translation {
  font-size: 14px;
  color: #666;
}

#player_bio p {
}

#player_bio address {color: #333;}

#player_bio address em {
  font-style: normal;
  font-weight: bold;
	color: #000;
}

#player_ball_mark {
  display: inline;
  margin: 10px 0 0 0;
  float: left;
  width: 600px;
	padding-bottom: 25px;
}

#player_ball_mark img {
  float: left;
  margin: 0 20px 0 0;
	padding-left: 10px;
}
#in_the_bag {
  margin: 0;
  padding: 0; /* margin-top won't work because of floating */
  width: 600px;
  clear: both;
	padding-bottom: 20px;
}
#in_the_bag h2, #player_ball_mark h2, #player_links h2 {
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
  padding: 10px 2px 2px 2px;
	margin-bottom: 10px;
}

#in_the_bag #in_the_bag_table {
	float: left;
	display: inline;
	font-size: 11px;
}

#in_the_bag #in_the_bag_table tr {
	width: 315px;
	height: 27px;
}

#in_the_bag #in_the_bag_table tbody td {
	border: none;
	padding: 0 0 0 10px;
	color: #333;
}

#in_the_bag #in_the_bag_table tbody td.club a {
	color: #990000;
}

#in_the_bag #in_the_bag_table tr.selected td {
	background: url(../images/players/player_ITB_marker.gif) left top no-repeat;
	font-weight: bold;
}

#in_the_bag #in_the_bag_table tr.selected td.club {
	color: #990000;
	background-position: right top;
}

#in_the_bag #in_the_bag_table tr.selected td.club:hover {
	text-decoration: underline;
	background-position: right top;
	cursor: pointer;
}


#in_the_bag #learn_more {
  float: left;
  display: inline;
  width: 310px;
  margin: 0;
	/* padding-top: 40px; */
	border-top: none;
	border-bottom: none;
}

#in_the_bag #learn_more td {
	border-top: none;
	border-bottom: none;
	padding: 0;
}

#in_the_bag #learn_more img {
	padding: 0 10px;
}

#in_the_bag #learn_more span {
  font-size: 11px;
	color: #666;
	line-height: 16px;
}

#in_the_bag #learn_more span small.details {
  float: right;
	width: 105px;
	margin-top: 0px;
	clear: both;
}

#in_the_bag #learn_more a.learnMore {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	margin: 10px 0 0 0;
	text-align: center;
	width: 100px;
	height: 23px;
	color: #000;
	background: url(../images/shell/learn_more_button.gif) center center no-repeat;
}

#in_the_bag #learn_more a.learnMore:hover {
	color: #990000;
	text-decoration: none;
}

#player_news {
  clear: both;
	padding-bottom: 25px;
}

#player_news h2 {
  font-weight: bold;
  font-size: 14px;
  padding: 2px;
  margin: 0 0 -30px 0;
  width: 225px;
  position: relative;
  z-index: 1;
}

#player_news  li.divider span {
	width: 1px;
	background:transparent url(../images/shell/tab_divider.jpg) no-repeat;
	height:36px;
	left:244px;
	position:absolute;
}
#player_news .tab1 {
  right: 308px;
}
#player_news .tab2 {
  right: 212px;
}
#player_news .tab3 {
  right: 116px;
}
#player_news .tab4 {
  right: 20px;
	border: none;
}

#player_news table {
  border-collapse: collapse;
  width: 100%;
	font-size: 11px;
	color: #666;
}
#player_news table th {
  border-bottom: 1px solid #aaa;
  padding: 12px 4px 4px 4px;
	font-weight: bold;
	color: #666;
}
#player_news table td {
  padding: 4px;
}

#player_news a {
  color: #666;
}

#player_news a:hover {
  color: #990000;
}

#player_news ul.tabbed li.selected a {
  color: #990000;
}

#player_news ul.tabbed li.selected table td a.selected {
  color: #666;
}

div.player_news_bottom {
	background: url(../images/shell/homepage_features_box_players_newsBtm.png) left bottom no-repeat; 
	height: 4px; 
	width: 650px;
	display: none;
	font-size: 0px;
	overflow: hidden;
	behavior: url("/css/iepngfix.htc");
}

li.selected div.player_news_bottom {
	display: block;
}

#player_links {
	padding-bottom: 30px;
	clear: both;
}

#player_links table td {
	height: 50px;
	padding-right: 20px;
}

#player_links a {
	color: #666;
	font-weight: bold;
	font-size: 11px;
}

#player_links a:hover {
	color: #990000;
	text-decoration: none;
}

#player_links img {
	float: left;
	display: inline;
	padding-right: 10px;
}

#player_links span {
	line-height: 40px;
}

#filterBy, #orderBy {
	float: left;
	display: inline;
	position: relative;
}

#filterBy h4, #orderBy h4 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}

#filterBy {
	padding: 20px 50px 0 20px;
}

#orderBy {
	padding: 20px 0 0 0;
}

#players_form h4.anotherSearch {
	padding: 10px 120px 5px 0;
}


.tabbed li a.players_tab {
  position: absolute;
	display: block;
	width: 96px;
	padding: 15px 0px 0px 0px;
	height: 23px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-decoration: none;
	background: url(../images/shell/tab_divider.jpg) no-repeat right top;
  top: 0;
  outline: none;
}

.tabbed li.selected a.players_tab {
	color: #990000;
  background-color: white;
}

#top_header a, #top_header a:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#top_header a span, #top_header a:hover span {
	color: #990000;
	text-decoration: none;
	cursor: pointer;
}

#top_tabs {
  float: right;
  margin-top: -39px;
  height: 29px;
  _position: relative;
	background: url(../images/shell/top_tabs_border.jpg) 348px top no-repeat;
}
#top_tabs li {
  float: left;
  height: 29px;
	background: url(../images/shell/top_tabs_border.jpg) left top no-repeat;
}

#top_tabs a {
color:#000000;
display:inline-block;
height:17px;
padding:7px 20px 5px 20px;
text-align:center;
}

#searchBox {
	float: right;
	display: inline;
	position: relative;
	margin-top: 7px;
	z-index: 10;
}

#videoSearch {
	height: 17px;
  /*line-height: 23px;*/
  padding: 5px 0px 1px 12px;
	/*margin-top: -6px;*/
  background: url(../images/players/players_search_bg.gif) no-repeat left center;
  width: 133px;
  border: none;
  color: #333;
  vertical-align: middle;
  float: left;
	_display: inline;
}

#videoSearchButton {
	float: left;
	_display: inline;
}

#form_controls {
	height: 84px;
	zoom: 1;
}

#ajax_loader { 
	background-color: #FFF; 
	width: 100%;
	height: 100%;
	z-index: 101;
	position: absolute;  
	left: 1px;
}

#ajax_loader div { 
	margin: 100px auto;
	width: 120px;
}

#ajax_loader div img { 
	float: left;
	_display: inline;
}

#ajax_loader div span { 
	font-size: 13px;
	float: left;
	margin: 17px 0px 0px 10px;
	_display: inline;
	
}