@media all {

  virolahdenSampo {}

  img {
    border: none;
  }
  
  /* Navigation */
  td.levelTwoTd {
    text-indent: 11px;
  }
  
  td.levelThreeTd {
    text-indent: 22px;
  }

  a.naviOne:link, a.naviOne:visited {
    color: #333333;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviOne:hover {
    color: #333333;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.naviOneSelected:link, a.naviOneSelected:visited {
    color: #0066CC;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviOneSelected:hover {
    color: #0066CC;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.naviTwo:link, a.naviTwo:visited {
    color: #333333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviTwo:hover {
    color: #333333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.naviTwoSelected:link, a.naviTwoSelected:visited {
    color: #0066CC;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviTwoSelected:hover {
    color: #0066CC;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.naviThree:link, a.naviThree:visited {
    color: #333333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviThree:hover {
    color: #333333;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.naviThreeSelected:link, a.naviThreeSelected:visited {
    color: #0066CC;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.naviThreeSelected:hover {
    color: #0066CC;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }
  
  /* Quick Links */
  a.quickLink:link, a.quickLink:visited {
    color: #333333;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
  }

  a.quickLink:hover {
    color: #333333;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
  }

  a.wu {
    color: #004494;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
  }
  
  /* breadcrumb */
  td.breadcrumb {
    color: #333333;
    font-size: 8pt;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    padding-left: 13px;
  }

  td.breadcrumb a:link, td.breadcrumb a:visited {
    color: #333333;
    font-size: 8pt;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    text-decoration: none;
  }

  td.breadcrumb a:hover {
    color: #333333;
    font-size: 8pt;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    text-decoration: underline;
  }

  p, li, td {
    font-size: 10pt;
    font-family: Arial, Helvetical, sans-serif;
    font-weight: normal;
  }
  
  a:link, a:visited {
    font-family: Arial, Helvetical, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #0066cc;
  }

  a:hover {
    font-family: Arial, Helvetical, sans-serif;
    font-weight: normal;
    text-decoration: underline;
    color: #0066cc;
  }

  
  input.input_200 {
    width: 200px;
  }

  input.input_100 {
    width: 100px;
  }
  
  textarea {
    width: 400px;
    height: 100px;
    font-size: 10pt;
    font-family: Arial, Helvetical, sans-serif;
    font-weight: normal;
  }

  p.error {
    font-size: 10pt;
    color: #dd0000;
    font-family: Arial, Helvetical, sans-serif;
    font-weight: bold;
  }
  
  table.feedback tr th {
    font-size: 10pt;
    font-family: Arial, Helvetical, sans-serif;
    font-weight: normal;
  }
  
  a.eventTitle {
    font-size: 12pt;
    margin-bottom: 4px;
  }
  
  .eventDate {
    font-size: 9pt;
    font-family: Arial, Helvetical, sans-serif;
    font-weight: normal;
    margin-bottom: 4px;
  }

  .eventIngress {
    font-size: 10pt;
    font-family: Arial, Helvetical, sans-serif;
    font-weight: normal;
  }

}