body {
  padding: 0px;
  margin: 0px;
  font-size: 12pt;
  font-family: Helvetica, "Helvetica Neue", Sans-serif; }
  body #header {
    position: absolute;
    z-index: 999;
    width: 250px;
    height: 70px;
    top: 5px;
    right: 0px;
    margin: 0px; }
    body #header .title {
      position: absolute;
      z-index: 1000;
      width: 60px;
      height: 60px;
      right: 20px;
      background-image: url("/images/rubyists-eu.png");
      background-position: top center;
      background-repeat: no-repeat;
      cursor: pointer; }
    body #header .menu {
      position: absolute;
      z-index: 999;
      width: 100%;
      height: 36px;
      top: 14px;
      right: 0px;
      background-color: darkblue; }
      body #header .menu ul {
        margin-right: 25px;
        padding: 0px; }
        body #header .menu ul li {
          float: left;
          padding: 5px 10px;
          color: white;
          cursor: pointer;
          list-style: none;
          text-shadow: black 1px 0.5px 2px;
          text-transform: uppercase;
          margin-top: -12px; }
          body #header .menu ul li a {
            color: white;
            text-decoration: none; }
            body #header .menu ul li a:hover {
              text-shadow: lightgray 1px 0.5px 2px; }
  body #map {
    float: right;
    width: 100%;
    height: 100%;
    padding: 0px; }
    body #map .gmnoprint div[title='Show street map'],
    body #map .gmnoprint div[title='Show satellite imagery'],
    body #map .gmnoprint div[title='Show imagery with street names'] {
      display: none; }
  body #content {
    position: absolute;
    z-index: 999;
    width: 40%;
    top: 20px;
    left: 90px;
    bottom: 80px; }
    body #content #groups, body #content #events {
      position: absolute;
      width: 80%;
      min-width: 275px;
      background-color: white; }
      body #content #groups h4, body #content #events h4 {
        width: 100%;
        margin: 0px;
        padding: 10px 0px;
        background-color: darkblue;
        color: white;
        text-align: center;
        text-shadow: black 1px 0.5px 2px;
        text-transform: uppercase; }
      body #content #groups .group, body #content #groups .event, body #content #events .group, body #content #events .event {
        width: 100%;
        padding: 5px 0px;
        border-bottom: 1px dotted black;
        cursor: pointer; }
        body #content #groups .group:hover, body #content #groups .event:hover, body #content #events .group:hover, body #content #events .event:hover {
          background-color: yellow; }
        body #content #groups .group img, body #content #groups .event img, body #content #events .group img, body #content #events .event img {
          float: left;
          weight: 48px;
          height: 48px;
          margin-top: -5px;
          margin-left: 5px; }
        body #content #groups .group p, body #content #groups .event p, body #content #events .group p, body #content #events .event p {
          margin: 0px;
          margin-left: 60px; }
          body #content #groups .group p.name, body #content #groups .event p.name, body #content #events .group p.name, body #content #events .event p.name {
            font-weight: bold; }
      body #content #groups .actions, body #content #groups .pagination, body #content #events .actions, body #content #events .pagination {
        position: relative;
        float: left;
        width: 100%;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        background-color: darkblue;
        color: white;
        font-size: 8pt; }
        body #content #groups .actions ul, body #content #groups .pagination ul, body #content #events .actions ul, body #content #events .pagination ul {
          position: relative;
          float: left;
          margin: 0px;
          padding: 0px;
          left: 50%;
          list-style: none;
          text-align: center; }
          body #content #groups .actions ul li, body #content #groups .pagination ul li, body #content #events .actions ul li, body #content #events .pagination ul li {
            position: relative;
            float: left;
            right: 50%;
            padding: 0px 5px;
            display: block;
            cursor: pointer; }
            body #content #groups .actions ul li:hover, body #content #groups .pagination ul li:hover, body #content #events .actions ul li:hover, body #content #events .pagination ul li:hover {
              font-weight: bold; }
            body #content #groups .actions ul li a, body #content #groups .pagination ul li a, body #content #events .actions ul li a, body #content #events .pagination ul li a {
              color: white;
              text-decoration: none; }
              body #content #groups .actions ul li a:hover, body #content #groups .pagination ul li a:hover, body #content #events .actions ul li a:hover, body #content #events .pagination ul li a:hover {
                font-weight: bold; }
  body #events {
    margin-top: 280px; }
  body #dialog {
    position: absolute;
    z-index: 1000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 500px;
    height: 300px;
    padding: 10px;
    border: 7.5px solid black;
    background-color: yellow;
    display: none; }
    body #dialog .close {
      position: absolute;
      width: 32px;
      height: 32px;
      right: -20px;
      top: -20px;
      background-image: url("/images/close.png");
      background-position: top center;
      background-repeat: no-repeat;
      cursor: pointer; }
    body #dialog form {
      padding: 5px 10px;
      text-align: center; }
      body #dialog form p {
        margin: 0px;
        margin-top: 10px;
        text-align: left; }
        body #dialog form p label {
          width: 100%;
          font-size: 18pt; }
        body #dialog form p input[type=text], body #dialog form p select {
          width: 100%;
          height: 20pt;
          font-size: 16pt; }
      body #dialog form input[type=submit] {
        width: 150px;
        margin-top: 15px;
        font-size: 18pt; }
    body #dialog dl dd {
      margin: 7.5px 0px;
      color: blue;
      font-weight: bold;
      text-align: center; }
  body #footer {
    position: absolute;
    z-index: 999;
    height: 24px;
    left: 0px;
    bottom: 35px;
    background-color: darkblue; }
    body #footer ul {
      margin: 0px;
      margin-left: 75px;
      padding: 0px;
      font-size: 10pt; }
      body #footer ul li {
        float: left;
        padding: 5px 10px;
        color: white;
        cursor: pointer;
        list-style: none;
        text-shadow: black 1px 0.5px 2px;
        text-transform: uppercase; }
        body #footer ul li a {
          color: white;
          text-decoration: none; }
          body #footer ul li a:hover {
            text-shadow: yellow 1px 0.5px 2px; }
      body #footer ul li.wave {
        display: none; }
  body #license {
    position: absolute;
    z-index: 999;
    right: 2px;
    bottom: 12px;
    font-size: 8pt; }
