body {
    
    font-family: arial, verdana;
  padding: 0px;
  margin: 0px;
  background: #000 url(../images/layout/beach-volleyball-wallpaper-wide.jpg) no-repeat fixed center -400px; 
  
}



p, img, h1, h2, h3, h4, h6, li, ul, dd, dt, dl {
  font-family: arial, verdana;
  padding: 0px
  margin: 0px;
  font-size: .9em;
  border: 0;
}

h1 {
  font-size: 2em;
}

h1 img {

  margin-right: 20px;
}

dt {
  line-height: 25px;
}

dd {
  
  margin-left:100px;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

label {
  width: 120px;
  display: inline-block;
}

#header {
  width: 1000px;
  margin: auto;
}

#menu {
  background: white url(../images/layout/form_background.png) repeat-x left bottom;
  height: 50px;
  width: 1400px;
  line-height: 50px;
  position: fixed;
  z-index: 100;
  left: 50%;
  margin-left: -700px;
  border-bottom: black 1px solid;
}

menu .link {
  float: left;
  line-height: 50px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 20px;
}

#container {
  width: 1400px;
  padding-top:50px;
  margin: auto;
  position: relative;
  overflow: hidden;
  background: transparent url(../images/layout/bg50.png) repeat left top;
  padding-bottom: 20px;
}

#left {
  float: left;
  clear: left;
  width: 1100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#left .content {
  margin-left: 10px;
  margin-right: 10px;
}

#right {
  float: right;
  width: 300px;
}

#right .content {
  margin-left: 10px;
  margin-right: 10px;
}

#right .content li {
  /*line-height: 35px;*/
  vertical-align: middle;
  font-size: .8em;
}

#right .content ol img {
  height: 30px;
  /*margin-bottom: -10px;*/
  /*margin-top: 10px;*/  
}

#right .content ol { list-style: none; counter-reset: items; padding-inline-start: 20px; }
#right .content ol li { counter-increment: items; display: flex; align-items: center; line-height: 35px;}
#right .content ol li .image-wrapper {width: 40px; display: flex; justify-content: center; align-items: center; margin: 0 5px;}
#right .content ol li:before { vertical-align: top; line-height: 35px; }
#right .content ol li:before { content: "0" counter(items) ". "; }
#right .content ol li:nth-child(n+10):before { content: counter(items) ". "; }
#right .content ol li span.vip {     background: #f5ff3b;
background: linear-gradient(159deg,rgba(245, 255, 59, 1) 0%, rgba(237, 221, 83, 1) 33%, rgba(255, 255, 179, 1) 95%);
    padding: 2px 5px;
    height: 15px;
    line-height: 15px;
    border: solid black 1px;
    border-radius: 8px;
    margin-left: 5px;
    opacity: .7;
    font-weight: bold; }
#right .content ol li span.vip.vip-tier-1 {  
background: linear-gradient(159deg, #ff7373 0% 0%, rgb(255 0 0) 33%, rgb(255 197 197) 95%);
}

#right .content a.logout,
#right .content a.login {line-height: 40px; display: block; font-weight: bold; height: 40px; width: 200px; background: #0c7e00; color: #fff; float: none; padding: 0 20px; margin-bottom: 50px; margin: auto; text-align: center;}
#right .content a.logout {background: #9c0000;}

#right .content a.logout:hover {text-decoration: none; background: #b50000;}
#right .content a.login:hover {text-decoration: none; background: #0f9c00;}

#calendar {
  background: transparent url(../images/layout/bg50.png) repeat left top;
  width: auto;
}

#box {
  width: 300px;
  margin: auto;
  padding: 50px;
  background: white url(../images/layout/form_background.png) repeat-x left bottom;
  border: #85c670 2px solid;
}

#box input {
margin-top: 10px;
width: 150px;
}

#box .submit {
margin-top: 10px;
width: 275px;
}

#errors {
margin-bottom: 20px;
  padding: 0px 20px 0px 20px;
  color: red;
  border: 1px solid red;
}

#imgCaptcha {
  margin-left: 125px;
  margin-top: 10px;
}

#confirmations {
  padding-top: 5px;
  float: right;
}

#admin-menu {
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 10px;
}

#admin-menu label{
  font-size: .8em;
  margin-right: 10px;  
}

#visitors {
  
}

#visitors img {
  width: 30px;
  float: left;
  clear: left;
  margin-top: 5px;
}

#visitors span {
margin-left: 3px;
  vertical-align: middle;
  font-size: .6em;
}

.voleyball-info {
margin-left: 40px;
  float: left;
  clear: left;
  font-size: .6em;
  padding-bottom: 5px;
}

.checkbox {
  float: left;
  width: 80px;
  text-align: center;
}

.date {
  float: left;
  /*clear: left;*/
  height: 25px;
  padding-right: 20px;
  width: 100px;
  /*border-right: black solid 1px;*/
}

.name {
  width: 200px;
  padding-left: 20px;  
  font-weight: bold;     
  float:left;
  clear: left;
}



.row {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;height: 20px;  
  clear: left;
}

.thead {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  height: 60px;  
  clear: left;
}

.thead div {line-height: 30px !important;}

#calendar .thead div.date {font-size: 10px; line-height: 20px !important;}

.row:hover {background: #dbfebf;}

.row input{
margin-left: 5px;
}

.first {
  
}

.second {
  background: transparent url(../images/layout/bg50.png) repeat left top;
}

.logout-link {
  float: right;
  line-height: 35px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 20px;
}

.link {
  float: left;
  line-height: 35px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 20px;
}

.login-label {
  width: 300px;
  text-align: right;
  margin-right: 10px;
}

.payment-field {
  width: 30px;
  margin-bottom:10px;
}

.payment-name {
  font-size: .8em;
  float: left;
  clear: left;
  width: 350px;
  text-align:left;
  border: 1px solid;
  padding: 5px;
  background: white;
}

.payment-info {
  font-size: .8em;
  float: left;
  width: 50px;
  text-align:center;
  border: 1px solid;
  padding: 5px;
  background: white;
}

.payment-red {
  font-size: .8em;
  float: left;
  width: 50px;
  text-align:center;
  border: 1px solid;
  padding: 5px;
  background: white;
  color: #ff0000;
}

.me {
  background: #f5ffb2;
}

.message {
  margin-left: 20px;
}

.message-content {
  background: transparent url(../images/layout/bg50.png) repeat left top;
}

.message .author {  
  
  float: left;
  width: 100px;
}

.message .author p {
  margin: 0;
  padding 0;
  margin-left: 10px;
}

.message img {
  border: black solid 2px;
  width: 50px;
  margin: 5px;
}

.message .head {
  position: relative;
}

.message .date {
  font-size: .8em;
  width: 120px;
  position: absolute;
  right: 60px;
  top: 2px;
}

.message .reply {
  font-size: .8em;
  width: 60px;
  position: absolute;
  right: 0px;
  top: 2px;
}

.message h2 {
  padding: 2px 0;
  margin: 0;
}

.message .body {
  font-size: 0.9em;
  border-top: black 1px solid;
  padding: 5px;
}

#right .content h2.event {color: green;}

form#unauthorized select {width: 170px;}

.optional {
  border: yellow solid 1px;
}

.required {
  border: green solid 1px;
}

.clearfix {
  clear: both;
}

.clearleft {
  clear: left;
}

.flright {
  float: right;
}

.flleft {
  float: left;
}

.hidden {
  visibility: hidden;
}

