/* reset */

* {
  margin: 0;
  padding: 0;
}

/* tags */

html {
  overflow-y: scroll;
}
body {
  font-family: Arial, sans-serif;
  color: #838285;
  background-color: #cccccc;
}
h1 {
  margin-bottom: 18px;
  color: #58595b;
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
}
h2 {
  color: #54008b;
  font-size: 1.5em;
}
p {
  margin-bottom: 18px;
  font-size: 0.8em;
  line-height: 1.5em;
}
img {
  border: 0;
}


dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 0.8em; 
}
dt {
  float: left;
  width: 50px;
  padding: 0;
  margin: 0;
  clear: both;  
  margin-bottom: 10px;  
}
dd {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-weight: bold; 
  padding-left: 10px; 
}

.header_text h1 { padding: 5% 2% 5% 2%; text-transform: none; font-weight: bold; font-size: 30px; color: #58595b; text-align: left; }

/* layout */

#wrapper {
  width: 930px;
  margin: 0 auto 30px auto;
  background-color: #ffffff;
}
#header img {
  border: 5px solid #ffffff;
}
#content {
  width: 910px;
  padding: 10px;
  float: left;
}
#content-left {
  width: 210px;
  margin-right: 10px;
  padding: 10px;
  background-color: #d1d5d6;
  float: left;
}
#content-right {
  width: 650px;
  padding: 10px;
  background-color: #d1d5d6;
  float: left;
}
.player {
  width: 70px;
  margin-bottom: 10px;
  font-size: 0.8em;
  text-align: center;
  float: left;
}
.player img {
  border: 5px solid #ffffff;
}
.booked {
  width: 570px;
  min-height: 70px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}
.booked img {
  border: 5px solid #ffffff;
  margin-right: 10px;
}
.add {
  width: 70px;
  height: 70px;
  float: left;
}
#cms-wrapper {
  width: 700px;
  margin: 0 auto 30px auto;
  padding: 30px;
  background-color: #ffffff;
}
#cms-left {
  width: 130px;
  margin-right: 30px;
  float: left;
}
#cms-right {
  width: 540px;
  float: left;
}
.message {
  margin-bottom: 20px;
  padding: 10px;
  background: none repeat scroll 0 0 #E9E3EE;
  border: 1px solid #aca796;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
}
.success {
  color: #ffffff;
}
.failure {
  color: #54008b;
}
.divide {
  width: 343px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 90px;
  border-bottom: 1px dotted #eaeaea;
}
.admin-box {
  width: 518px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #eaeaea;
  float: left;
}
.options {
  float: right;
}
.options img {
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  border: none;
}

.options a { 
    display: inline-block; 
}

.options .override { 
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 0.7em;
    font-weight: bold;
    color: red;
    vertical-align: top;
    padding: 6px;
}

.admin-date {
  margin: 0;
  font-size: 0.8em;
}

/* lists */

#cms-left ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#cms-left li {
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 1em;
}
#cms-right ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 85px;
  padding: 0;
  list-style-type: none;
}
#cms-right li {
  margin-bottom: 7px;
  padding-left: 25px;
  font-size: 0.8em;
  background: url(../images/bullet.png) 10px 6px no-repeat;
}

/* links */

a:link, a:visited {
  color: #838285;
  text-decoration: none;
}
a:hover {
  color: #54008b;
  text-decoration: underline;
}
a:active {
  color: #838285;
  text-decoration: none;
}
.selected, .selected a {
  color: #54008b; 

}

/* remove active link border from firefox */

:focus {
  outline: none;
}

/* form */

fieldset.cms {
  width: 448px;
  margin-bottom: 20px;
  padding: 25px;
  border: 1px solid #eaeaea;
}
fieldset.login {
  margin: 0;
  padding: 0;
  border: 1px solid #eaeaea;
}
.hidden-fields {
  display: none;
}
.form-element {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}
.form-element-textarea {
  position: relative;
  margin-top: 12px;
  margin-bottom: 10px;
  clear: both;
}
.editor {
  margin-top: 14px;
}
abbr {
  top: 3px;
  border-bottom: 0;
  color: #54008b;
  font-size: 1.5em;
}
.textarea {
  position: absolute;
  top: -3px;
  right: 30px;
}
label {
  width: 80px;
  margin-right: 10px;
  padding-top: 5px;
  font-size: 0.8em;
  text-align: right;
  cursor: pointer;
  float: left;
}
label.nolink {
  cursor: auto;
}
.file {
  margin-top: 4px;
}
p.margin {
  margin-left: 90px;
}
input.text, textarea.text, select.text {
  width: 303px;
  padding: 8px 5px;
  border: 1px solid #cccccc;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  background-color: #ffffff;
}

select.text { width: 313px !important; }

input.error {
  width: 303px;
  padding: 8px 5px;
  border: 1px solid #54008b;
  color: #54008b;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  background-color: #d1d5d6;
}
input.password {
  width: 136px;
  padding: 8px 5px;
  border: 1px solid #cccccc;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  background-color: #ffffff;
}
input.password-error {
  width: 136px;
  padding: 8px 5px;
  border: 1px solid #54008b;
  color: #54008b;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  background-color: #d1d5d6;
}
.button {
  margin-left: 90px;
  padding: 8px 5px;
  border: 1px solid #54008b;
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
  background-color: #54008b;
}
.button:hover {
  margin-left: 90px;
  border: 1px solid #006633;
  background-color: #006633;
  cursor: pointer;
}



.button-link {
  padding: 8px 5px;
  border: 1px solid #54008b;
  color: #ffffff !important;
  font-size: 0.9em;
  background-color: #54008b;
  text-transform: uppercase; 
}
.button-link:hover {
  border: 1px solid #006633;
  background-color: #006633;
  cursor: pointer;
  color: #fff !important; 
  text-decoration: none; 
}

/* misc */

.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.no-margin {
  margin: 0;
}
.player-image {
  border: 5px solid #ffffff;
}

/* colours */

.purple {
  color: #54008b;
}
.white {
  color: #ffffff;
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 8px;
}

.add-player a { color: #54008b; font-weight: bold; }
.add-players img, td img { border: 3px solid #eaeaea;}
.add-players .player { width: 20%; height: 100px; }
.add-players .player_name { margin-top: 5px; }
.add-players a:hover { text-decoration: none !important; }

.book-btn { position: relative; } 
.book-btn span {     
    position: absolute;
    bottom: 27px;
    text-align: center;
    width: 64px;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

.session { margin-bottom: 20px; } 
.max_players { margin-top: 10px; }

.message_board { clear: both; padding: 20px 0; }
.helper { margin-bottom: 20px; border: 1px solid #eaeaea; padding: 20px 20px 10px 20px;   } 
footer { padding: 30px 0; text-align: center; clear: both; }