/* stylesheet coaches.css */
/* 2006 Topspin Systems */

body{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: black;
  background: white;
  /* top, right, bottom, left */
  margin: 0 0 0 0;
}

h1{
  font-weight: 800;
  font-size: 14pt;
  color: green;
  padding-left: 4px;
  padding-top: 4px;}
}

h2{
  font-weight: 600;
  font-size: 12pt;
  color: green;
  padding-left: 4px;
  padding-top: 4px;}
}

table.main{
  width: 800px;
  margin: 0 0 0 0;
}

table.menu{
  width: 140px;
  margin: 0 0 0 0;
  background: #330066;
}

table.win{
  margin: 6 0 6 6;
}

table.grid{
  border: 0;
}

th{
  font-family: verdana,arial,helvetica;
  font-size: 12pt;
  font-weight: 600;
  vertical-align: top;
  color: white;
  background: green;
}

th.colhead{
  font-size:10pt;
  font-weight: 600;
  color: white;
  background: green;
}

td{
  font-family: verdana,arial,helvetica;
  font-size:10pt;
  font-weight: normal;
  background: white;
}

td.cell{
  font-weight: normal;
  background: #EEEEEE;
}

td.menu{
  font-size: 8pt;
  color: white;
  font-weight: 600;
  background: #330066;
  padding-left: 4;
}

td.hdg{
  font-weight: 600;
  font-size: 14pt;
  text-align: left;
  color:#330066;
}

td.subhdg{
  font-weight: 600;
  font-size: 11pt;
  color:#330066;
  }

td.boldright{
  background: #eeeeee;
  text-align:right;
  font-weight: 600;
  font-size: 8pt;
  white-space: nowrap;
}

td.boldleft{
  background: #eeeeee;
  font-weight: 600;
  font-size: 8pt;
}

td.mandatory{
  background: #eeeeee;
  color: red;
  text-align:right;
  font-weight: 600;
  font-size: 8pt;
}

td.notes{
  font-size:9pt;
  font-style:italic;
}

td.spacer{
  font-size:4pt;
}

.submit{
  font-size: 8pt;
  font-weight: bold;
  color: black;
  background-color: #C3D93F; 
}

.input{
  font-size:8pt;
}

a:link{
  color: #330066;
}

a:visited{
  color: #330066;
}

a:hover{
  background: #C3D93F;
}

a.sort:link{
  color: white;
  text-decoration: none;
}

a.sort:visited{
  color: white;
  text-decoration: none;
}

a.tab:link{
  font-weight: 600;
  font-size: 12pt;
  color:#666699;
  text-decoration: underline;
}

a.tab:visited{
  font-weight: 600;
  font-size: 12pt;
  color:#666699;
  text-decoration: underline;
}

a.tab:hover{
  color:#330066;
}

.error{
  background: red;
  margin-left: 20pt;
  font-size: 14pt;
  color: white;
  font-weight: 600;
  text-align: left;
}

.status{
  background: #CCCC00;
  margin-left: 20pt;
  font-size: 14pt;
  color: white;
  font-weight: 600;
  text-align: left;
  }



