<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Saturday, July 12, 2025 9:07:04 pm */

a.boxscore     { 
	font-weight: bold;
	color:  navy;
	text-decoration: none;
} 
td.boxscore     { 
	font-weight: bold;
	color:  navy;
} 
td.boxscore:hover { 
	cursor: pointer;
	font-weight: bold;
	background:  lightsteelblue;
	color:  black;
}
a.boxlink {
    font-size : 125% ;
	}
.scorigami {
	border: 1px solid;
	border-collapse: collapse;
	text-align: center;
    }
.scorigami tr {
    background-color:black;
    }	
.sg0 {
	background-color: black;
	}
.sga {
	background-color: white;
	}
.sga:hover {
	cursor:pointer;
	}
.sgw {
	background-color: green;
	font-weight: bold;
	}
.sgl {
	background-color: red;
	font-weight: bold;
	}
.sgltext {
	background-color: red;
	font-weight: bold;
	writing-mode: sideways-lr;
	display:flex;
    justify-content:center;
    align-items:center;
	}
#scorigamigames {
	vertical-align: top;
	}

td.stub     { 
	background: white;
	color:  rgb(0,102,51);
} 
td.stub:hover { 
	cursor: pointer;
	background:  rgb(255,255,102);
	color:  black;
}
td.stub:active { 
	background:  rgb(225,255,0);
}

table#gameslist { 
	border-collapse: collapse;
	border-color: white;
	border-width: 0;
}
table#gameslist th {
	background: lightskyblue;
	border-color:white;
}
table#gameslist tr td {
	background:white;
	border-color:white;
}
table#gameslist tr.postseason td {
	background:violet;
	border-color:white violet;
}
table#gameslist tr.springtraining td {
	background:powderblue;
	border-color:white powderblue;
} 

table.standings {
	border-collapse: collapse;
	border-color: white;
	border-width: 0;
	}
table.standings th {
	background: lightskyblue;
	border-color: lightskyblue;
}	
table.standings td {
	border-color: lightgrey;
}	
table.standings tr:hover td {
	background: aliceblue;
}
table.standings tr:hover td.link {
	background: lightcyan;
}


.sdna {
	background: black;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-align:center;
	cursor:default;
	border:outset 1px black;
}
.sd0 {
	background: tomato;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-shadow: 0 0 10px white;
	text-align:center;
	cursor:default;
	border:inset 1px white;
}
.sd1 {
	background: lightgreen;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-shadow: 0 0 10px white;
	text-align:center;
	cursor:pointer;
	border:inset 1px white;
}
.teambutton  {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	border-radius: 10px;
}
.teambutton:hover  {
	background:  aquamarine;
	cursor: pointer;
}
.teambutton:active  {
	background: crimson;
	color: #9FF;
}

.dropbtn {
	background-color: lightskyblue;
	color: black;
	padding: 5px;
 	font-size: 20px;
	cursor: pointer;
	min-width: 200px;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #2980B9;
}

.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	position: absolute;
	background-color: #eeeeee;
	min-width: 200px;
	max-height: 250px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 2;
}
#teamDropdown, #yearDropdown {
	display: none;
	}
.dropdown ul {
	padding: 0;
	margin:0;
	list-style-type: none;
}
.dropdown-content li {
	color: black;
	text-decoration: none;
	display: block;
	font-family:  Arial, Helvetica, sans-serif;  
 	font-size: 18px;
	margin:0;
	list-style-type: none;
}
.dropdown li:hover {
	background-color: #ddd;
	cursor:pointer;
}
div.teamlogo {
	min-width: 40px;
	display: inline-grid;
	}
div.teamlogo img {
	margin: auto;
	}

 
table.box {
	border-collapse: collapse;
}
table.box th {
    background: lightskyblue;
	}
table.box tr:nth-child(even) {
    background: lightcyan;
	}
table.box tr.box-total,tfoot.box-total {
	background: lightskyblue;
	font-weight: bold;
	border:lightskyblue;
}
table.box td {
    padding: 2px;
	text-align: center;
}
table.box th {
    padding: 2px;
}
table.box td.p-start {
    text-align: left;
    }
table.box td.p-pitch {
    text-align: left;
    }
table.box td.p-sub {
    text-align: left;
	padding-left: 20px;
	}
td.sb-inning {
	font-family: "LED", Arial, Helvetica, sans-serif;
	background:  black;
	color: white;
	font-size: 200%;
	text-align: right;
	}
td.sb-total {
	font-family: "LED", Arial, Helvetica, sans-serif;
	background:  black;
	color: yellow;
	font-size: 200%;
	text-align: right;
	}
.sb-team {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 200%;
	}
	
table.playbyplay ,
table.scoringplay  {
    empty-cells: show;
    }
table.playbyplay td,
table.scoringplay td {
    border-bottom: 1px solid lightskyblue; 
    vertical-align: top;
    }
table.playbyplay tr.inning,
table.scoringplay tr.inning {
	background: lightskyblue;
	font-weight: bold;
	}
table.playbyplay tr.score,
table.scoringplay tr.score {
	background: lightcyan;
	}
table.playbyplay tr.inning td,
table.scoringplay tr.inning td {
	text-align:center;
	}
	

/*-- 
	HTTPS = on
	HTTP_HOST = chipwood.net
	URL = /js/style_Baseball.asp
Last modifications:
	/js/basics.asp = Tuesday, May 20, 2025 3:55:32 am
	/js/datetools.asp = Friday, October 29, 2021 1:01:16 pm
	/js/style_baseball.asp = Thursday, July 3, 2025 10:22:57 pm
	/js/stylestuff.asp = Wednesday, April 10, 2024 6:38:49 pm
 --*/</pre></body></html>