table.injurytable td{
	font-size: 11px;
}
table.injurytable { width:570px; border-radius: 10px; border-spacing: 0; border-collapse: separate; }

table.injurytable td, table.injurytable th {  padding: 5px 12px; border-bottom: 1px solid #7ba4f5; }
table.injurytable th { background: #7ba4f5; color: #FFFFFF; }

table.injurytable tr:last-child td:first-child {
    border-bottom-left-radius:10px;
}

table.injurytable tr:last-child td:last-child {
    border-bottom-right-radius:10px;
}

table.injurytable tr th:first-child,
table.injurytable tr td:first-child {
   border-left: 1px solid #7ba4f5;
}
table.injurytable tr th:last-child,
table.injurytable tr td:last-child {
   border-right: 1px solid #7ba4f5;;
}


table.injurytable tr:first-child th,
table.injurytable tr:first-child td {
   border-top: 1px solid #7ba4f5;
}

table.injurytable tr:first-child th:first-child,
table.injurytable tr:first-child td:first-child {
    border-top-left-radius:10px;
}

table.injurytable tr:first-child th:last-child,
table.injurytable tr:first-child td:last-child {
    border-top-right-radius:10px
}
tr{
	background-color: white;
}
.alt{
	background-color: #f5f5f5;
}
td{
	text-align: center;
}
td#event{
	text-align: left;
}
h3{
	color: #7ba4f5;
	font-size: 14px;
}
#sub_head{
	background-color: #afc8f9;
}
#sub_head td{
	color:#FFFFFF;
}
td.red_card{background-image:url(icons/red_card.png);background-repeat:no-repeat;background-position:center center;width:30px;height:30px;}
td.red{background-image:url(icons/red.png);background-repeat:no-repeat;background-position:center center;width:30px;height:30px;}
td.green{background-image:url(icons/green.png);background-repeat:no-repeat;background-position:center center;width:30px;height:30px;}
td.yellow{background-image:url(icons/yellow.png);background-repeat:no-repeat;background-position:center center;width:30px;height:30px;}
.injurytable .box{background-color:#FFF;color:black;border:1px solid #7ba4f5;height:auto;width:auto;padding:5px;display:none;position:absolute;}
form{margin: 0;}