/*
*/
.fieldset-player-profile {
  /* display: inline-block; */
  border: 1px solid blue;
  padding: 10px;
  width: auto;
  /* background: #FFFFEE; */
}

.legend-player-profile {
  color: #000;
  background: #EBF3FD;
  border: 1px solid blue;
  padding: 2px 6px
} 

.table-player-profile {
  border-collapse: collapse; 
  border: solid black 0px;
}
.table-player-profile th {
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: normal;
  padding-right: 5px;
}
.table-player-profile td {
  text-align: left;
  vertical-align: middle;
  /* white-space: nowrap; */
  font-weight: bold;
}


.teamroster-image {
  vertical-align: top;
}

.teamroster th {
  font-family: Arial,Tahoma,Verdana;
  font-size: 14pt;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: solid white 1px;
}

.teamroster td {
  font-family: Arial,Tahoma,Verdana;
  font-size: 14pt;
  font-weight: normal;
  line-height: 18px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  border: solid white 1px;
  padding-left: 2px; 
  padding-top: 5px; 
  padding-bottom: 5px; 
}
.teamroster td#name {
  text-align: left;
}
.teamroster a, .teamroster a:visited {
  color: inherit;
  text-decoration: inherit;
}
.teamroster a:hover {
  color: tomato;
}

.recruit table {
  border-collapse: collapse; 
  width: 100%; 
  border: solid black 1px;
  overflow: scroll; 
}
.recruit th {
  font-family: Arial,Tahoma,Verdana;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  border: solid #DCDCDC 1px;
  background-color: #DCDCDC;
}
.recruit th#title {
  border: solid black 1px;
  background-color: black;
  color: white;
}
.recruit td {
  font-family: Arial,Tahoma,Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
  border: solid #DCDCDC 1px;
  padding-left: 2px; 
}

.alumni table {
  border-collapse: collapse; 
  /* width: 100%; */
  border: solid #800000 1px;
  overflow: scroll; 
}
.alumni td {
  font-family: Arial,Tahoma,Verdana;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  white-space: nowrap;
  vertical-align: top;
  text-align: center;
  /* border: solid #800000 1px; */
  padding: 1px; 
  width: 140px;
  background-color: black;
  color: white;
}
.alumni span {
  width: 140px;
}
.alumni img {
  margin: 1px;
  border: dotted #DCDCDC 1px;
}

/*-- custom styles for Club Manager -- */
table.texttable, table.teampracticelist {
  border: 1px solid black;
  /* border-width: 1px;
  border-style: solid;
  border-color: black;
  */
  border-spacing: 2px;
  border-collapse: collapse;
}
table.texttable th, table.teampracticelist th {
  border: 1px solid black;
  /* border-width: 1px;
  border-style: inset;
  border-color: black;
  */
  padding: 2px;
  padding-right: 10px;
  -moz-border-radius: 0px 0px 0px 0px;
}
table.texttable td, table.teampracticelist td {
  border: 1px dotted black;
  /* border-width: 1px;
  border-style: inset;
  border-color: black;
  */
  padding-right: 10px;
  padding: 2px;
  -moz-border-radius: 0px 0px 0px 0px;
}

