/* GLOBAL */

html {
  background-color: #F2F2F2;
}

body {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #333333;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 120%;
}

.linespacer {
  clear: both;
  line-height: 0;
  height: 0;
}

#wvc {
  width: 900px;
  height: auto;
  float: left;
  margin-left: 50px;
  padding: 10px 50px 36px;
  border: medium none;
  border-color: #E5E5E5 #DBDBDB #D2D2D2;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: #ffffff none repeat scroll 0 0;
  display: block;
  clear: both;
  text-align: center;
}

#banner {
  height: 180px;
  background: #fff url("../images/wvc_banner.gif") repeat-x;
  border: medium none;
  border-color: #E5E5E5 #DBDBDB #D2D2D2;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

#banner img {
  vertical-align: center;
}

#menu {
  background-image: url("/images/MenuBack.gif");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-position: 0 0;
  height: 20px;
  margin: 0;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 0;
}

#menu table {
  border-style: none;
  text-align: center;
  font-variant: small-caps;
  height: 20px;
  padding: 0;
  width: 900px;
  border-width: 0px;
  border-collapse: collapse;
}

#menu td {
  padding: 0px;
}

#menu table a {
  background-image: url("/images/MenuBack.gif");
  background-position: 0 0;
  color: #FFF;
  border-left: 1px solid #e12f29;
  border-right: 1px solid #333333;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  text-decoration: none;
}

#menu table a:hover {
  background-position: 0 -20px;
  color: #000;
}

#menu table a.selected {
  background-position: 0 -20px;
  color: #000;
}

#wvc-form {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 10px 50px 36px;
  border: medium none;
  border-color: #E5E5E5 #DBDBDB #D2D2D2;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: #f0f0f0 none repeat scroll 0 0;
  display: block;
  float: none;
  clear: both;
  text-align: left;
}

.wvc-form fieldset {
  margin: 1em;
  background-color: #f0f0f0;
}

.wvc-form legend {
  color: #fff;
  background: #e12f29;
  padding: .5em 2em;
  border: thin outset black;
}

.wvc-form label {
  width: 10em;
  float: left;
  text-align: right;
  padding-top: 0.2em;
  margin-right: 0.1em;
  display: block;
}

.wvc-form label {
  width: 10em;
  float: left;
  text-align: right;
  padding-top: 0.2em;
  margin-right: 0.1em;
  display: block;
}

.wvc-form textarea {
  margin-left: 0.5em;
}

.wvc-form input {
  margin-left: 0.5em;
}

.wvc-form .submit {
  margin-left: 4em;
}

.wvc-form div {
  margin: 0.5em 0;
}

.wvc-form table {
  display: table;
  position: relative;
  border: none;
  border-collapse: collapse;
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 2px;
}

.wvc-form  td {
  border: solid 1px #d00218;
  display: table-cell;
  border-collapse: collapse;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.wvc-form  th {
  border: solid 1px #d00218;
  color: #e12f29;
  display: table-cell;
  border-collapse: collapse;
  vertical-align: bottom;
  font-size: larger;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 2;
}

#main {
  display: block;
  text-align: left;
}

#main form {
  padding: 1px 15px;
  clear: both;
}

#photo-right {
  float: right;
  position-right: 0;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#photo-left {
  float: left;
  position-right: 0;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#photo-center {
  text-align: center;
  position-right: 0;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#copyright {
  margin-left: 50px;
  clear: both;
  padding-bottom: 20px;
  text-align: left;
  font-size: x-small;
  font-style: italic;
  color: #e12f29;
}

#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller;
  color: #f00;
}

#coach {
  margin-top: 2em;
  padding: 0.5em;
  background-color: #f0f0f0;
  display: table;
  width: 95%;
  clear: both;
  border: medium none;
  border-color: #E5E5E5 #DBDBDB #D2D2D2;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#coach h2 {
  color: #000000;
  padding-bottom: 0.5em;
}

#team {
  position: relative;
  margin: 0 auto;
  padding: 10px 50px 36px;
  border: medium none;
  border-color: #E5E5E5 #DBDBDB #D2D2D2;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: #f0f0f0 none repeat scroll 0 0;
  display: block;
  float: none;
  clear: both;
  text-align: left;
}

#team table {
  display: block;
  position: center;
  border: none;
  border-collapse: collapse;
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 2px;
}

#team td {
  border: solid 1px #d00218;
  display: table-cell;
  border-collapse: collapse;
}

#team th {
  color: #e12f29;
  display: table-cell;
}

#team-list {
  position: relative;
  margin: 0 auto;
  padding: 10px 50px 36px;
  display: block;
  float: left;
  clear: both;
  text-align: left;
}

#team-list table {
  display: block;
  position: center;
  border: none;
  border-collapse: collapse;
  margin: 0;
  text-align: left;
  width: 100%;
  padding: 2px;
}

#team-list th {
  text-align: center;
  font-size: +1em;
  color: #808080;
  display: table-cell;
}

#news {
    position: relative;
    margin: 0 auto;
    padding: 2em;
    border: medium none;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background: #f0f0f0 none repeat scroll 0 0;
    display: block;
    float: none;
    clear: both;
    text-align: left;
    margin-bottom: 2em;
}

#date {
  color: #808080;
  font-style: italic;
}

#title {
  color: #000000;
  font-size: medium;
  font-weight: bold;
  margin-bottom: 1em;
}

#doclink{
  text-align: center;
  padding-bottom: 2em;
}

.line-even {
  background: White;
}

.line-odd {
  background: Silver;
}

.wvc-red {
  color: #e12f29;
}

.locale {
  font-size: small;
  text-align: right;
  vertical-align: top;
  float: right;
}

.logged-in {
  font-size: x-small;
  font-style: italic;
  color: e12f29;
}

.small-italic {
  font-size: small;
  font-style: italic;
}

#pagetitle {
  color: #e12f29;
  font-weight: bold;
  font-size: 18px;
  padding-top: 1em;
  vertical-align: top;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.1em;
}

#inputline {
  display: table-row;
  text-align: left;
  padding-top: 5px;
}

#inputlabel {
  display: table-cell;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
}

#inputdata {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 0.5em;
  padding-left: 1em;
}

#fineprint {
  font-size: small;
  text-decoration: italic;
}

#inputdata.textarea {
  font-size: small;
  text-decoration: italic;
  font-family: Arial,Verdana,sans-serif;
}

#inputbuttons {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}

input.changed {
  background-color: #cf9;
  color: #000;
}

input {
  background-color: #fff;
  color: #000;
}

input.text {
  background-color: #fff;
  color: #000;
  font-size: 7px;
}

input.button {
  background-color: #fc6;
  color: #000;
  font-size: 10px;
}

input.textarea {
  font-size: 7px;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

/* ERROR MESSAGES */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  border: 2px solid red;
  padding: 5px;
  background-color: #c5c5c5;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 7px 5px 5px 10px;
  margin: -7px -5px;
  background-color: #f00;
  color: #fff;
}

#errorExplanation p {
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul {
  margin-left: 25px;
}

#errorExplanation ul li {
  list-style: square;
}

/* General styles */

img {
  border: 0;
}

img.left {
  float: left;
  margin: 2px 10px 5px 0;
  border: 0;
}

img.right {
  float: right;
  margin: 2px 0 5px 10px;
  border: 0;
}

img.across {
  margin: 0 0 10px 0;
  border: 0;
}

p {
  line-height: 1.5;
}

p.last {
  margin: 0;
}

p.intro {
  font-weight: bold;
}

lite {
  color: #79767c;
}

h1 {
  color: #e12f29;
  font-size: 18px;
  padding-top: 1em;
  margin-bottom: 1em;
}

h2 {
  color: #000000;
  font-size: 16px;
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h3 {
  color: #808080;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h4 {
  color: #e12f29;
  font-weight: bold;
  font-style: italic;
}

ul {
  list-style: dot outside;
  margin: 0 0 0 2.8em;
  padding: 0 0 1em 0;
  padding: 0 0 1em 0;
}

ul.square {
  list-style: square outside;
  margin: 0 0 0 16px;
  padding: 0 0 1em 0;
}

ul.circle {
  list-style: circle outside;
  margin: 0 0 0 16px;
  padding: 0 0 1em 0;
}

ol {
  list-style: decimal;
  margin: 0 0 0 2.8em;
  padding: 0 0 1em 0;
}

li {
  padding-bottom: .3em;
}

ul ul.circle {
  margin-top: .3em;
}

ul ul.square {
  margin-top: .3em;
}

ol.last {
  padding: 0;
}

ul.last {
  padding: 0;
}

dl.last {
  padding: 0;
}

li.last {
  padding: 0;
}

sup {
  vertical-align: baseline;
  font-size: 1em;
  color: #76797c;
}

.legalese {
  !important; color: #76797c;
}

ol.legalese {
  margin-left: 0;
  padding-left: 1.5em;
  clear: both;
}

div.clearer {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 1px;
  font-size: 1px;
}

/* FOOTERS */

#footer {
  color: #060;
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 0;
  text-align: center;
  clear: both;
  border: 1px solid #006600;
  background: #8ad761;
  border-left: 0;
  border-right: 0;
  float: left;
}

#footer a {
  padding: 0 5px;
}

#footer a:link, #footer a:visited {
  color: #060;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}