/* These styles relate to the list of teams */
#content .teamlist {
  width: 150px;
  float: left;
  padding: 0;
  margin: 0;
}
#content .teamlist div {
  width: 138px;
  text-align: left;
  background-color: #87cef9;
  color: black;
  padding: 3px;
  border: 1px solid black;
}

#content .teamlist.col1 div {
  margin: 0 6px 6px 0;
}
#content .teamlist.col2 div {
  margin: 0 4px 6px 2px;
}
#content .teamlist.col3 div {
  margin: 0 2px 6px 4px;
}
#content .teamlist.col4 div {
  margin: 0 0 6px 6px;
}

#content .teamlist div div {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  text-align: center;
}

#content .helpinfo {
	clear: both;
	text-align: center;
	padding: 0.5em;
}

/* These styles relate to the individual team boxes*/
#content .team {
  width: 590px;
  margin: 15px 0;
  padding: 10px;
  clear: both;
  border: thin solid;
}
#content .team .logo {
  float:left;
  margin: 0 0.5em 0.5em 0;
}
#content .team td, .team th {
  padding: 0.2em
}
#content table.details {
	clear: right;
}
#content table.subteams {
  border: 0;
  border-spacing: 0;
  clear: both;
  width: 100%;
}
#content td.captain, #content th.captain {
padding-left: 1em
}
td.seperator {
  border-bottom: thin solid;
}

/*College Colour Schemes*/
#jesus, #jesus * {
  color: #000000; /* black */
  background-color: #FF0000; /* red */
  border-color: #000000;
}
#trinity, #trinity * {
  color: #000080; /* navy */
  background-color: #FFFF00; /*yellow */
  border-color: #000080; /* navy */
}
#churchill, #churchill * {
  color: #fff; /* white */
  background-color: #d27; /* pink */
  border-color: #fff; /* white */
}
#new_thundercatz, #new_thundercatz * {
  color: #FFFFFF; /* white */
  background-color: #000000; /* black */
  border-color: #FFFFFF; /* white */
}
#downing, #downing * {
  color: #FFFFFF; /* white */
  background-color: #690065; /* dark violet */
  border-color: #FFFFFF; /* white */
}
#johns, #johns * {
  color: #FFFFFF; /* white */
  background-color: #FF0000; /* red */
  border-color: #FFFFFF; /* white */
}
#aru, #aru * {
  color: #FF0000; /* red */
  background-color: #000000; /* black */
  border-color: #FF0000; /* red */
}
#caius, #caius * {
  color: #000000; /* black */
  background-color: #ADD8E6; /* lightblue */
  border-color: #000000; /* black */
}


