/******************/
/* MENU > tabs teams */
a.tab:link, a.tab:visited, a.tab:active {
  font-family: Tahoma;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
}

a.tab:hover {
  font-family: Tahoma;
  font-size: 1em;
  text-decoration: none;
  color: #000000;
}

a:link, a:visited, a:active {
  font-family: Tahoma;
  font-size: 1em;
  color: #62AA44;
  text-decoration: none;
}

a:hover {
  font-family: Tahoma;
  font-size: 1em;
  text-decoration: underline;
  color: #333333;
}


/**************/
/* WEDSTRIJDEN */
.wedstrijdkop {
 background-color: #62AA44;
 color: #ffffff;
}

.wedstrijdregel {
 background-color: #BFBFBF;
 color: #000000;
}

/*************/
/*  FORMULIER  */
input.text {
  border: 1px solid #62AA44;
  font-size: 1em;
  font-family: Tahoma;
  height: 20px;
}

.button {
  border: 1px solid #62AA44;
  font-variant: small-caps;
}

textarea {
  border: 1px solid #62AA44;
  font-size: 1em;
  font-family: Tahoma;
}

/*********/
/* FOTOS */
img.thumb {
 border: 1px solid #62AA44;
}

img.thumbOver {
 border: 1px solid #62AA44;
 cursor: pointer;
}

/* POLL */
#poll {
  width: 500px;
  padding: 20px;
  margin: auto;
}

div.stemmen {
  background-color: #62AA44;
}

td.poll {
  background-color: #D9D9D9;
  width: 200px;
  height: 15px;
}

img.teamfoto {
  max-width: 500px;
}


#afgelasting {
  border: 3px dotted #62AA44;
  color: #62AA44;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  width: 555px;
  padding: 10px;
}
