
@font-face {
	font-family: chBoard;
	src: url(../fonts/Chalkboard.ttc);
}
@font-face {
	font-family: lumin;
	src: url(../fonts/Luminari.ttf);
}
@font-face {
	font-family: chDust;
	src: url(../fonts/Chalkduster.ttf);
}
body {
	padding: 0px;
	margin: 5px 0px 5px 5px;
	background-color: white;
}
img {
	height: 44px;
	width: 44px;
	padding: 0px;
	margin: 0px;
	border: 0;
	display: block;
}
table[id="container"] {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	text-align: right;
	width: 99%;
	height: 90%;
}
button[id="rlButton"] {
	background-color: red;
}
button[id="stButton"] {
	background-color: green;
	color: darkgray;
	font: 13pt;
	width: 80px;
	height: 40px;
}
tr[id="Hrow"] {
	height: 25px;
	text-align: right;
}
.pTitle {
	height: 50px;
	text-align: center;
	font-family: lumin;
	font-size: 40pt;
	line-height: 40pt;
	color: darkgreen;
	text-shadow: -5px 5px 3px lightgreen;
	vertical-align: top;
	-webkit-text-stroke: 1px black;
	letter-spacing: 2px;
}
tr[id="Brow"] {
	/* border: 1px solid green; */
	height: 550px;
	width: 100%;
	text-align: right;
}
td[id="htd"] {
	width: 1060px;
	text-align: center;
	vertical-align: top;
}
table[id="horseTBL"] {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	table-layout: fixed;
}
col[id="clm1"] {
	width: 44px;
	min-width: 44px;
	max-width: 44px;
}
col[id="clm2"] {
	width: 55px;
}
col[id="clm3"] {
	width: 44px;
	min-width: 44px;
	max-width: 44px;
}
col[id="clm4"] {
	width: 35px;
	min-width: 35px;
	max-width: 35px;
}
col[id="clm5"] {
	width: 45px;
	min-width: 45px;
	max-width: 45px;
}

/* FIRST ROW OF HORSE TABLE */
table[id="horseTBL"] tr:nth-child(1) {
	background-color: white;
	height: 45px;
	font-size: 13pt;
}
/* ROWS 2 THRU 13 OF HORSE TABLE */
table[id="horseTBL"] tr:nth-child(n+2) {
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
/* COLUMN 4 OF HORSE TABLE */
table[id="horseTBL"] tr:not(:nth-child(1)) td:nth-child(4) {
	font-family: chBoard;
	font-size: 18pt;
}
/* COLUMN 5 OF HORSE TABLE */
table[id="horseTBL"] td:nth-child(5) {
	padding: 0px;
	margin: 0px;
	width: 40px;
	min-width: 44px;
	max-width: 44px;
	font-size: 12pt;
}
/* COLUMNS 6 THRU 18 EXCEPT ROW 1 OF HORSE TABLE */
table[id="horseTBL"] tr:not(:nth-child(1)) td:nth-child(n+6) {
	background-color: #33FF00;
}

table[id="horseTBL"] tr:not(:nth-child(1)) td:nth-child(5) {
	background-color: #33FF00;
	padding: 0px;
	margin: 0px;
	column-width: 40px;
	min-width: 40px;
	max-width: 40px;
	font-size: 8pt;
	border-right: 1px dotted black;
}
table[id="horseTBL"] tr:not(:nth-child(1)) td:nth-child(23) {
	background-image: url("../img/plainChecker.png");
	background-repeat: no-repeat;
	border-left: 1px solid black;
	border-right: 1px solid black;
	 
}
table[id="horseTBL"] tr:not(:nth-child(1)) td:nth-child(24) {
	font-family: chBoard;
	font-size: 18pt;
	color: lightgray;
	background-color: darkgray;
	 
}
table[id="horseTBL"] tr:nth-child(n+2) td:nth-child(n+6) {
}
table[id="horseTBL"] tr:nth-child(n+2) td:not(:nth-child(n+4)) {
	border: 1px solid black;
}







table[id="rollsTBL"] {
	background-color: lightgray;
	width: 208px;
	text-align: center;
	border: 1px solid black;
	margin-left: auto;

}
table[id="rollsTBL"] tr {
	height: 21px;
	min-height: 21px;
	max-height: 21px;
}

table[id="rollsTBL"] td {
	border: 1px solid black;
	color: #EFEFEF;
	column-width: 20px;
	min-width: 20px;
	max-width: 20px;
	font: 11pt Black Helvetica;
}
td[id="rtd"] {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	/* border: 1px solid blue; */
	text-align: right;
}
