body {
	margin:0;
	padding:0;
}
body, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
   text-decoration: none;
   color: #0000C0;
}
a:active {
   color: #FF00FF;
   text-decoration: none;
}
a:hover {
   color: #29085A;
   text-decoration: underline;
}
#gamesheet {
	margin: 0 10px 0px 10px;
}
#head, #lineup, #signatures, #referee, #manager, #comments, #penalties, #blessures {
	width: 100%;
}
#head h1 {
   background-color: black;
   color: white;
   padding: 0px 0px 0px 10px;
   margin:0;
}
#head h1 span {
   position: absolute;
   right: 0px;
   padding-right: 30px;
   text-align: right;
}
#head table {
   margin: 0;
   padding: 0;
   border-collapse: collapse;
}
#head tr td {
   height: 3em;
}
p span.note {
   font-style: italic;
}
#lineup {
	border-collapse: collapse;
	border: solid black 1px; 
}
#lineup tr td {
   margin: 0;
   padding: 0 4px 0 4px;
   border-bottom: 1px dashed black;
   border-left: 1px solid black;
}
#lineup tr.mid {
   background-color: #CCCCCC;
   text-align: center;
   border-top: solid black 1px;
   border-bottom: solid black 1px;
}
.tdover {
	background-color:#FFEECC;
	cursor:pointer;
}
.tdover input {
	background-color:#FFEECC;
	cursor:pointer;
}
#lineup tr.top td {
   border-top: solid black 1px;
   border-bottom: solid black 1px;
}
#quality {
	margin-top:5px;
}
#signatures {
	margin-top:15px;
}
#signatures tr td {
	margin:0;	
	padding:0;
}


#referee h1, #manager h1, #comments h1, #claimsheet h1 {
  width: 100%;
  background-color: #ccc;
  color: black;
  font-size: 12pt;
  text-align: center;
  margin-top:20px;
}

.entry {
   font-weight: bolder;
   font-size: 120%;
   margin-left: 10px;
}
.normal {
   font-weight: bolder;
}
td.number {
   background-color: black;
   color: white;
   text-align: center;
}

.scratched {
   text-decoration: line-through;
}
#penaltiessub {
	margin-top:15px;
}
#result table {
   margin: 0 10px 0 0;
   border: 1px solid black;
   border-collapse: collapse;
   height: 70px;
}
#result table tr.head td {
   border: 1px solid black;
   font-size: 80%;
   text-align: center;
}
#result table.legenda {
   width: 150px;
}
#result table.legenda tr td {
   font-size: 80%;
}
#result table tr.foot td {
   border: 1px black;
   border-style: dashed solid solid solid;
   height: 5px;
   font-size: 0px;
}
#result table.score {
   width: 140px;
}
#result table.final {
   width: 300px;
}
#result table.score tr.entry, #result table.final tr.entry {
   height: 45px;
   font-size: 18pt;
   font-weight: bold;
}
#result table.score tr.entry td, #result table.final tr.entry td {
   text-align: center;
   border: 1px black;
   border-style: solid solid dashed solid;
}
#refsignature {
	margin-top:10px;
}
input.licence, input.name, input.letter {
	width:100%;
	border:none;
	text-align:center;
	color:#666666;
}
input.textinput {
	width:200px;
	border:#333333 solid 1px;
}
input.scoreinput {
	text-align:center;
	border:0;

}
select.select {
	width:250px;
}
input.injuryinput {
	width:250px;
	border:#333333 solid 1px;
}
input.inputreason {
	width:250px;
	border:#333333 solid 1px;
}
input.inputnumbers {
	width:100px;
	border:#333333 solid 1px;
}
input.button {
	border: none;
	text-align: center;
}
input.firstrowhome {
	border:0;
	width:60px;
}
