<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Player Live View Container*/

#StatPageAd {
	float:top;
	float: right;
	width:420px;
	height:280px;
	}

#PlayerGraph {
height:126px;
}

#TopSectionContainer {
	height:auto;
	overflow:hidden;
	padding-bottom:4px;
	}

#BottomSectionContainer {
	height:auto;
	margin-bottom:16px;
	}

img {
	border-style: none;
}

.ColumnContainer {
	background-color:#EEF7FD;/*#efefef;*/
	width:242px;
	border-right:2px solid #e7f4fc;
	float:left;
	margin-left:2px;
	padding-bottom:4px;
	min-height: 400px;
	}

#StatPageColumn {
	height:360px;
	width:440px;
	float:left;
	margin-left:8px;
	}

#StatHeaderContainer {
	width:492px;
	}

#TeamsContainer {
	height:24px;
	border-bottom:8px solid #e7f4fc;
	}

.TeamName {
	width:230px;
	font-family:Verdana;
	font-size:18px;
	float:left;
	padding-left:16px;
	}

.TeamScore {
	font-size:14px;
	}
	
#Time {
	height:26px;
	padding-top:2px;
	border-bottom:2px solid #e7f4fc;
	margin-bottom:3px;
	font-family:Verdana;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	}


.numberContainer {
    color: #333333;
    float: left;
    font-size: 12px;
    font-weight: 100;
    padding-left: 2px;
    padding-right: 3px;
    text-align: right;
    width: 16px;
}
	
.PCdark {
	/*margin-right:2px;*/
	background-color:#e7f4fc; /*#e2e1e1;*/
	line-height:22px;
	/*padding-left:2px;*/
	float:left;
	}
	
.PClight {
	/*margin-right:2px;*/
	background-color:#EEF7FD; /*#efefef;*/
	line-height:22px;
	/*padding-left:2px;*/
	float:left;
	}
	
.PChighlight {
	/*margin-right:2px;*/
	background-color:#c0f0F0;
	line-height:22px;
	/*padding-left:2px;*/
	float:left;
	}

.PChighlight a:link,.PChighlight a:visited {
color:#00009C;
font-weight:100;
}


.PCdark a:link, .PClight a:link, 
.PCdark a:visited, .PClight a:visited {
color:#111111;
font-weight:100;
}

.PCdark a:hover, .PClight a:hover, .PChighlight a:hover {
color: #0000aa;
font-weight:100;
text-decoration: underline;
}

/* EXTRA PLAYER CLASSES */
.PCstarter {
	background-color:#c0f0F0;
}
.PCbench {
	background-color:#c0f0F0;
	/*background-color:#DDC0F0;*/
}

.PCbench {
	background-color:#e0ffff;
}

.PCcapt {
	background-color:#C0C0FF;
}
.PCemerg {
	background-color:#c0f0F0;
	/*background-color:#FFC0F0;*/
}
.PCwatchlist {
	background-color:#FAFAAA;
}

.PCstarter a:link,.PCbench a:visited,
.PCbench a:link,.PCbench a:visited,
.PCcapt a:link,.PCcapt a:visited,
.PCemerg a:link,.PCemerg a:visited
.PCwatchlist a:link,.PCwatchlist a:visited {
color:#00009C;
}

.PCfirstgamer, .PCfirstgamer a:link, .PCfirstgamer a:visited {
	color:#dd0000;
	}

.PCthirdgamer, .PCthirdgamer a:link, .PCthirdgamer a:visited {
	color:#008800;
	}

/* END*/


.PCimage {
	width:16px;
	height:16px;
	float:left;
	margin:2px;
	margin-top:4px;
	}



/*PLAYER INFO BACKGROUNDS*/
.PIsub {
    background-image: url("/images/icons/match/sub.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.PItemp_sub_on {
    background-image: url("/images/icons/match/temp_sub_on.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.PIsub_on {
    background-image: url("/images/icons/match/sub_on.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.PIsub_off {
    background-image: url("/images/icons/match/sub_off.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.PIinjury {
    background-image: url("/images/icons/match/injury.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.PIinformation {
    background-image: url("/images/icons/match/information.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.PIsub_off_injured {
    background-image: url("/images/icons/match/sub_off_injured.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.PIminor_injury {
    background-image: url("/images/icons/match/minor_injury.png");
    background-position:right center;
    background-repeat:no-repeat;
}

/*Stat Container colors*/
.ScoreBox{ 
	background-color:#ffffff; 
	font-weight:bold; 
	text-align: center; 
	/*margin-left:2px;*/
	line-height:22px;
	border:2px solid white;
	border-top-width:0px;
	border-bottom-width:0px; 
	width:54px;
	float:left;
 }
 
.ScNeg{ 
	background-color:#ffffff;
	color: #ff0000;
 }

.ScBlue{ 
	background-color:#99ccff; 
 }
 
.ScGreen{ 
	background-color:#9fcc9f; 
 }
 
.ScPurple{ 
	background-color:#9e83ee; 
 }
 
.ScOrange{ 
	background-color:#ec836b;
 }
 
.ScRed{ 
	background-color:#db5e5e; 
 }
 
.ScGold{ 
	background-color:#FBB917;
 }
 
.ScLightGold{ 
	background-color:#FDD017;
 }
 
 .ScGray{ 
	background-color:#e7f4fc; 
 }
 
 
 
 .tmpG{
 color:green;
 }
 
 .tmpR{
 color:red;
 }
 
 /*Additional Statistics*/
 #AdditionalStatColumnContainer {
	float:left;
	}
 #AdditionalStatColumn {
	background-color:#efefef;
	width:216px;
	border-right:2px solid #dedddd;
	float:left;
	margin-left:8px;
	padding-bottom:4px;
	}

#StatNameContainer {
	width:50%;
	float:left;
	padding-top:24px;
	}

.StatName {
	height:26px;
	padding-top:2px;
	border-bottom:2px solid #dedddd;
	border-right:2px solid #dedddd;
	margin-bottom:3px;
	font-family:Verdana;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	}

.PCteam {
	width:100%;
	margin-right:2px;
	background-color:#ffffff;
	text-align:center;
	font-family:Verdana;
	font-size:14px;
	line-height:24px;
	padding-left:2px;
	border-top:2px solid #dedddd;
	border-bottom:3px solid #dedddd;
	float:left;
	}

.tooltipnote {
    background-color: #FFFFFF;
    border-bottom: 1px solid #00529B;
    font-family: serif;
    font-size: 16px;
    margin-bottom: 2px;
    padding: 10px;
    text-align: center;
    color: #00529B;	
	}

.tooltipheading {
	padding: 4px;
	padding-left:0px;
	text-align:left;
	}

.tooltipnumber {
	margin-right:2px;
	line-height:22px;
	padding-left:12px;
	font-size:20px;
	display:inline-block;
	}

.tooltippos {
	margin-right:2px;
	line-height:22px;
	padding-left:12px;
	font-size:16px;
	display:inline-block;
	}
	
.tooltiptitle {
    float: left;
    line-height: 18px;
    margin-right: 2px;
    padding-left: 4px;
    width: 92px;
	}

.tooltipstat {
	background-color:#ffffff; 
	font-weight:bold; 
	text-align: center; 
	margin-left:2px;
	line-height:18px;
	border:3px solid white;
	border-top-width:0px;
	border-bottom-width:0px; 
	width:56px;
	float:left;
	}

/*PLAYER CARD*/
.PlCcontainer {
 float:left;
 width: 420px;
 padding-left: 16px;
}

.PlCcontainer .note {
 color:red;
 font-size: 10px;
 font-weight:bold;
 text-align:center;
}

.PlCname {
 width:172px;
 line-height:18px;
 padding-left:2px;
 float:left;
 border-right: 2px solid black;
}

.PlCscore {
 width:52px;
 line-height:18px;
 padding-left:2px;
 float:left;
 text-align:center;
}

.clear {
 clear:both;
}
.PlCseperation {
 border-top: 1px solid black;
}

.PlCdark {
 background-color:#efefef;
}
.PlClight {
 background-color:#e2e1e1;
}
.PlCindent {
 margin-left: 64px;
}


/* CHAT STYLES */

#chat_container {
border-right:2px solid #cfebfc;
border-top:2px solid #cfebfc;
height:auto;
overflow:hidden;
}

#message_container {
overflow:auto;
height:182px;
word-wrap: break-word;
}

#error_message {
padding-top: 2px;
margin-top: 2px;
 background-color: #E8ACAC;
 border: 1px solid red;
 min-height: 18px;
 font-size:10px;
 font-weight: bold;
 color: red;
 display: none;
 }

#chat_user_info {
padding-top: 2px;
margin-top: 0px;
 background-color: #eaeaea;
 border: 1px solid #e2e1e1;
 height: 102px;
 font-size:10px;
 display: none;
 }

._close {
float:right;
cursor:pointer;
}


#chatoption {
 padding:8px;
 padding-top:2px;
 border-top: 2px solid #cfebfc;
 background-color: #eef7fd;
 height:36px;
}

 .chatfield {
  font-size: 12px;
  border: 1px solid #4d99c6;
  FONT-FAMILY: Verdana;
  height:17px;
  text-decoration: none;
  padding-left: 2px;
  width:360px;
  }

.chat_avatar {
 float:left;
 padding-left:4px;
 padding-right:4px;
 }
 
.chat_message {
 border-bottom: 1px solid #cfebfc;
 border-left: 1px solid #cfebfc;
 min-height: 18px;
 font-size:11px;
 }

.chat_message p, .chat_like p, .chat_dislike p{
 padding-top: 2px;
 padding-left: 12px;
 margin:1px;
}

.chat_like {
padding-top: 2px;
 background-color: #ACE8B4;
 min-height: 18px;
 font-size:10px;
 color: #129624;
}

.chat_dislike {
padding-top: 2px;
 background-color: #E8ACAC;
 min-height: 18px;
 font-size:10px;
 color: #961212;
}

.chat_user{
font-weight:bold;
padding-right:6px;
padding-left:2px;
}

.chat_user:hover{
	cursor:pointer;
	color:blue;
}

.chat_private{
	padding-right:2px;
	color: red;
}

.chat_announcement{
	font-weight:bold;
	padding-right:6px;
	padding-left:13px;
	color: #00529B;
}

/* Match Graphs */

#matchgraphs {
width:360px;
margin-left:auto;
margin-right:auto;
}
 
#matchgraphs li {
margin:1px;
padding:4px;
list-style:none;
float: left;
text-align: center;
cursor: pointer;
font-weight: bold;
font-size: 10px;
width: 64px;
background-color:#f0f0f0;
}

#imagecontainer { width:450px;}
#imagecontainer img {
width:386px;
margin-top:16px;
margin-left:44px;

 }

#imagecontainer img:hover {
width:560px;
padding:0px;
margin-top:-16px;
border-bottom: 8px solid #eaeaea;
border-right: 8px solid #eaeaea;
margin-left:-68px;
background-color:white;

}

.chatreport {
 
 color:blue;
 font-size:10px;
 position:relative;
 left:132px;
 width:64px;
 text-align:center;
 cursor:pointer;
 }
 
 
 /* NEWLY ADDED */
 
 	#PlayerGraph {
		position: relative;
	}
	#PlayerGraph .titleContain {
		position: absolute;
		bottom: 0px;
		right: 0px;
		background-color:white;
	}
	
	#PlayerGraph .titleContain span {
		padding: 1px;
		font-weight:bold;
		font-size:11px;
		text-align:center;
	}
	
	#PlayerGraph .titleContain span:hover {
		background-color:#eaeaea;
		cursor:pointer;
	}
	
	div#AdditionalStatColumnContainer ul {
    font-family: verdana;
    font-size: 12px;
    margin: 0 0 0 6px;
    padding: 12px;
}

	div#AdditionalStatColumnContainer ul &gt; li {
		display: inline;
		text-decoration: none outside none;
		padding: 12px;
		text-weight: bold;
		cursor: pointer;
	}

	div#AdditionalStatColumnContainer ul &gt; li:hover {
		background-color: #eaeaea;
	}

 .PCimage {

			float:left;
			height:16px;
			position:absolute;
			z-index:10;
			/*background-image:url('/images/match/menu.png');*/
			overflow:hidden;
	}

	.playerMenu {
	width: 16px;
	height: 16px;
	margin:2px;
	margin-top:4px;
	overflow:hidden;
	background-image:url('/images/match/menu.png');
	position:absolute;
	}
 .PClight, .PCdark, .PChighlight
 {
	margin-left:20px;
	width: 164px;
	}
.prow {
	position:relative;
	clear:both;
	}
	
.playerMenuItem {
	width:16px;
	height:16px;
	position:absolute;
	cursor:pointer;
}

#MatchExtraSectionOptions {
	display: inline-block;
	background-image: url("/images/match/column_bg.png");
	height:24px;
	padding: 0px;
	padding-bottom:8px;
	color: #00529b;
	font-family: helvetica;
	font-size: 14px;
	margin-bottom: 0px;
}

/* FROM NEWCSS.CSS */

#MatchExtraSectionOptions &gt; li {
	display: inline-block;
	height:24px;
	padding-left: 4px;
	padding-top:8px;
	padding-bottom:0px;
	padding-right: 32px;
	background-image: url("/images/match/column_tab.png");
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

#MatchExtraSectionOptions &gt; li:first-child {
	border-left: 1px solid #c8e4f5;
}

#MatchExtraSectionOptions &gt; li.last-child {
	background-image: url("/images/match/column_tab_end.png");
}

/* rankings container */

#ExtrasRankingContainer {
	background-color: #CFEBFC;
	float: left;
	padding: 2px;
	width: 190px;
	margin: 2px;
}

#ExtrasRankingContainer .teamName {
	font-size: 14px;
	padding: 2px;
	color: #00529B;
}

#ExtrasRankingContainer .row {
    clear: both;
    position: relative;
}

#ExtrasRankingContainer .dark {
    background-color: #EEF7FD;
}

#ExtrasRankingContainer .light {
    background-color: #F5FAFC;
}

#ExtrasRankingContainer .row .name {
	float:left;
	padding:4px;
}

#ExtrasRankingContainer .row .num {
	color: #00529B;
	float: right;
	width: 32px;
	background-color: white;
	text-align: center;
	clear:right;
	padding:4px;
}

/* ------------------ */

#visualBottomMain {
	border-radius: 0px 4px 0px 4px;
	padding: 6px;
	padding-top: 12px;
	background-color: #eef7fd;
	min-height: 200px;
}

#visualBottomMain .statMenu {
    background-color: #FFFFFF;
    border: 1px solid #CFEBFC;
    color: #4D99C6;
    text-align: center;
    margin-top: 3px;
	margin-bottom: 4px;
    margin-left: 6px;
    margin-right: 6px;
	min-width: 96px;
    width: auto;
	float: left;
}

#visualBottomMain .statMenu ul {
    border-left: 0 none;
    display: inline;
    padding: 0;
}

#visualBottomMain .statMenu ul &gt; li {
    list-style: none outside none;
    padding: 3px;
	cursor: pointer;
}

#visualBottomMain .statMenu .dark {
    background-color: #EEF7FD;
}

#visualBottomMain .statMenu .selected {
    background-color: #CFEBFC;
    color: #00529B;
}

#visualBottomMain #graphContainer {
    float: left;
    text-align: center;
    width: 800px;
}

#playerCompareLabels {
	float: left;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
	width:800px;
}

#playerCompareLabels .player {
	background-color:white;
	display: inline-block;
	margin-right: 8px;
}

#playerCompareLabels .player .remove {
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 8px;
	font-size: 14px;
    float: right;
	width: 18px;
	cursor: pointer;
}
#playerCompareLabels .player .name {
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	float: left;
}

.playerCardRow {
	margin-left:auto;
	margin-right:auto;
	width: 470px;
	position:relative;
	clear:both;
}

.playerCardSum {
	font-weight: bold;
	border-top: 2px solid #EEF7FD;
}

.playerCardHeading {
	font-weight: bold;
	border-bottom: 2px solid #EEF7FD;
}

.playerCardRow .playerCardName {
	width: 160px;
	float: left;
	padding:4px;
}

.playerCardRow .playerCardStat {
	width: 74px;
	background-color: white;
	float: left;
	padding:4px;
	text-align: center;
	border-left: 1px solid #eaeaea;
}

.playerCardRow .playerCardPrice {
	width: 120px;
	background-color: white;
	float: left;
	padding:4px;
	text-align: center;
	border-left: 1px solid #eaeaea;
}

/* Voting System */

#VotesPlayerList {
    float: left;
    height: 180px;
    margin: 6px;
    overflow: auto;
    padding: 6px;
    width: 270px;
}

#VotesListsContainer {
    height: 160px;
    /*overflow: auto;*/
    float: left;
}

#VotesErrorContainer {
	color: red;
	float: left;
}

#VotesSubmitContainer {
    float: right;
    height: 26px;
    margin-top: 14px;
    width: 128px;
}

#VotesSubmitContainer button {
    font-size: 14px;
    height: 100%;
    padding: 4px;
    width: 100%;
}

#VotesListsContainer .box {
    float: left;
    margin: 4px;
    padding: 2px;
    width: 306px;
}

#VotesListsContainer .box .row {
	height: 28px;
	padding: 2px;
	background-color: #FFFFFF;
}

#VotesListsContainer .box .row:hover {
	background-color: #FCFCFF;
}

#VotesListsContainer .box .row .heading {
    background-color: #CFEBFC;
    border-bottom: 3px solid #C5E1F2;
    color: #00529B;
    font-size: 20px;
    padding-bottom: 1px;
    padding-top: 4px;
    text-align: center;
}

#VotesListsContainer .box .row .name {
    float: left;
    font-size: 16px;
    padding-left: 8px;
    padding-top: 4px;
    width: 65%;
}

#VotesListsContainer .box .row .up {
	background-color: #38BC67;
	float: left;
}

#VotesListsContainer .box .row .down {
	background-color: #B20A2C;
	float: left;
}

#VotesListsContainer .box .row .delete {
	background-color: red;
	float: left;
}

#VotesListsContainer .box .row .button:hover {
	color: yellow;
}

#VotesListsContainer .box .row .up:active {
	background-color: #4CD07B;
}

#VotesListsContainer .box .row .down:active {
	background-color: #C61E40;
}

#VotesListsContainer .box .row .delete:active {
	background-color: #FF3232;
}

#VotesListsContainer .box .row .button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    height: 24px;
    margin-left: 1px;
    padding-bottom: 3px;
    padding-top: 4px;
    text-align: center;
    width: 10%;
}

#VotesPlayerList .row {
	padding-left: 8px;
	height: 24px;
}

#VotesPlayerList .row .name {
	padding: 5px 0 4px 0;
	background-color: white;
	font-size: 14px;
	width:75%;
	float: left;
}

#VotesPlayerList .row .name:hover {
	background-color: #FCFCFF;
}

#VotesPlayerList .row .upvote {
	background-color: #38BC67;
	float: left;
}

#VotesPlayerList .row .downvote {
	background-color: #B20A2C;
	float: left;
}

#VotesPlayerList .row .button:hover {
	color: yellow;
}

#VotesPlayerList .row .upvote:active {
	background-color: #4CD07B;
}

#VotesPlayerList .row .downvote:active {
	background-color: #C61E40;
}

#VotesPlayerList .row .button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    height: 24px;
    text-align: center;
    width: 24px;
    cursor: pointer;
}

#VotesPopContainer {
	background-color: #4D99C6;
    border: 1px solid;
    border-radius: 10px;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    margin: 12px 18px 12px 12px;
    padding: 12px;
    position: fixed;
    right: 0;
    display: none;
}

/* Live Rating */

            .votingContainer {
                position: relative;
                border: 1px solid #CFEBFC;
                width: 100%;
                height: 48px;
            }
            .votingContainer &gt; .bar {
                transition: .5s;
                position: absolute;
                top: 0px;
                width: 50%;
                height: 100%;
            }
            .votingContainer &gt; .left {
                left: 0px;
            }
            .votingContainer &gt; .right {
                right: 0px;
            }
            .votingContainer &gt; .bar.left {
                background-color: #EEF7FD;
                width: 50%;
            }
            .votingContainer &gt; .bar.right {
                background-color: #FFFFFF;
                right: 0px;
                width: 50%;
            }
            .votingContainer &gt; .rating {
                transition: 0.5s;
                position: absolute;
                height: 40px;
                width: 40px;
                background-color: rgba(255,255,255,0.8);
                box-shadow: 1px 1px 1px 2px rgba(0,82,155,0.3);
                margin: 4px;
                margin-top: 3px;
                border-radius: 100%;
                line-height: 40px;
                text-align: center;
                font-size: 14px;
                cursor: pointer;
            }
            .votingContainer &gt; .rating:hover {
                background-color: white;
                box-shadow: 2px 2px 1px 2px rgba(0,82,155,0.3);
            }

            .votingContainer &gt; .rating.selected {
                background-color: #fff0d9;
            }

            .votingContainer &gt; .rating.left {
                margin-left: 8px;
            }
            .votingContainer &gt; .rating.right {
                margin-right: 8px;
            }

            .votingContainer &gt; .caption {
                position: absolute;
                bottom: 6px;
                width: 100%;
                text-align: center;
                color: rgb(0,82,155);
                font-size: 13px;
            }
            .votingContainer &gt; .team { 
                position: absolute;
                font-size: 20px;
                /*font-weight: bold;*/
                color: rgb(0,82,155);
                top: 14px;
            }
            .votingContainer &gt; .team.left {
                left: 54px;
                text-align: left;
            }
            .votingContainer &gt; .team.right {
                right: 54px;
                text-align: right;
            }


</pre></body></html>