@charset "utf-8";
/* CSS Document - Tournament Expert Results Display */

.PlayerStats {display:none;}  /* Can't specify height because there are variable number of rounds height:400px; */

.TE_OuterWrapper {}
.TE_OuterWrapper a, .TE_OuterWrapper a:visited, .TE_OuterWrapper a:active {color:#06C;}
.TE_OuterWrapper a:hover {color:#900;}

.TE_TWrapper {float:left;width:42%;padding:15px;}
.TE_TName a, TE_TName a:hover, TE_TName a:active, TE_TName a:visited {font-size:1.2em;}
.TE_TDate {font-size:1.1em;}
.TE_img {float:left;height:50px;width:50px; overflow:hidden;background: #fff url(images/generic.png) no-repeat center;}
.TE_tourn {float:left;margin-left:5px;width:60%;}
.TE_TDesc {}

.TE_TableWrapper {border:1px solid #ededed;background:#fff;padding:5px;width:99%;}

.TE_Tournaments {background:#ededed;width:100%;} 
.TE_Tournaments_title {color:#fff;background:url(images/title_bg.gif) repeat-x;padding:4px;border-left:1px solid #CCC; font-variant:small-caps;}
.TE_Tournaments_content {padding:4px;}

.TE_Leaderboard {background:#ededed;width:100%;}
.TE_Leaderboard_titletop {color:#fff;background:#45433c;padding:2px;border-left:1px solid #666;; font-variant:small-caps;font-size:0.8em;}
.TE_Leaderboard_title {color:#fff;background:url(images/title_bg.gif) repeat-x;padding:4px;border-left:1px solid #666; font-variant:small-caps;}
.TE_Leaderboard_content {padding:2px;} 
 
.TE_ScoresWrapper {background:#fff;padding:5px;width:95%; margin:10px;border:1px solid #ACAB9B;} 
.TE_Scores {background:#ededed;width:100%;margin:auto;}
.TE_Scores_titletop {color:#fff;background:#45433c;padding:4px;border-left:1px solid #666;border-top:1px solid #666; font-variant:small-caps;font-size:0.8em;} 
.TE_Scores_titletop_first {color:#fff;background:#45433c;padding:4px;border-top:1px solid #666;font-variant:small-caps;font-size:0.8em;} 
.TE_Scores_title {color:#fff;background:url(images/title_bg.gif) repeat-x;padding:4px; font-variant:small-caps;}
.TE_Scores_content {padding:2px;border-left:1px solid #fff;border-top:1px solid #fff;font-size:0.9em;}
.TE_Scores_content_first {padding:2px;font-size:0.9em;}

.TE_AwardsWrapper {background:url(images/award1.png) no-repeat;width:350px; height:161px;margin:5px; text-align:center; float:left;padding-top:5px;} 
.TE_Awards_Name {color:#000;font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;font-size:1.8em;padding:8px;;}
.TE_Awards_Winner {color:#000;font-size:1.6em;font-weight:bold;padding:8px;}
.TE_Awards_Notes {color:#000;padding:8px;}
 
.TE_EvenRow {background:#dddcd2;}
.TE_OddRow {background: #EAEAE3;}
.TE_WhiteRow {background:#f0f0f0;} 
 
.TE_Scores_LeftTitle {color:#fff;float:left;width:350px;}
.TE_colbox_wrapper {color:#fff;float:right;margin-right:10px;}
.TE_colbox_wrap {color:#fff;float:left;font-size:11px;margin-right:10px;}
.TE_colbox {width:11px;height:11px;float:left;border:none;margin:1px;padding:1px;} 
.TE_eagle, .TE_win {background:#86BCFF;} 
.TE_birdie {background:#D0E6FF;} 
.TE_par {background:#fff;}  
.TE_bogey, .TE_tie {background:#FFCECE;} 
.TE_double {background:#FF8A8A;}  

/* Match Play grids */
.TE_MatchWrapper {position:relative;}
.TE_Match	{position: relative;} 

.TE_Match3	{position: relative;height:310px;width:640px;background:url(images/Match3.gif) no-repeat;}
.TE_Match4	{position: relative;height:640px;width:800px;background:url(images/Match4.gif) no-repeat;}
.TE_Match5	{position: relative;height:1280px;width:960px;background:url(images/Match5.gif) no-repeat;}
.TE_Match6	{position: relative;height:2560px;width:1120px;background:url(images/Match6.gif) no-repeat;}

.TE_Match6, .TE_Match3, .TE_Match4, .TE_Match5	{width:auto;}

 
.match3		{ margin:0 auto; position:relative;}
.match4		{ margin:0 auto; position:relative;}
.match5		{ margin:0 auto; position:relative;}
.match6		{ margin:0 auto; position:relative;}
.matitle	{font-family: Arial; text-align: left; font-size: 15px; font-weight: bold; margin:0px 0px 20px 80px;}
.maplayer	{position: absolute; z-index: 3; font-size: 9pt;padding:8px 0px 0px 0px;margin:auto;}
.maresult	{position: absolute; z-index: 3; width: 150px; font-size: 9pt;text-align: right;padding:8px 0px 0px 0px;margin:auto;} 