* {
  font-family: Arial;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
#header {
  background-image: url(img/header_bg.jpg);
  height: 110px;
}
#header h1 {
  color: #fff;
  font-size: 2.2em;
  padding: 30px 20px 2px;
}
#header p {
  color: #fff;
  font-size: 15px;
  padding: 0 20px 5px;
}
#header .logo {
  float: right;
  width: 250px;
  height: 100px;
}
#header .logo img {
  width: 250px;
  height: 100px;
}
#navshad {
  background-image: url(img/nav_bg_shadow.jpg);
  height: 30px;
  width: 220px;
  float: left;
}
#headershad {
  background-image: url(img/header_bg_shadow.jpg);
  height: 30px;
}
#nav {
  float: left;
  background-image: url(img/nav_bg.jpg);
  width: 220px;
  min-height: 500px;
}
#nav h1 {
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #999;
  margin: 0 25px 5px 10px;
  padding: 0 0 3px 10px;
}
#nav p {
  color: #666;
  font-weight: 700;
  margin: 0 25px 1px 20px;
}
.box {
  margin-bottom: 20px;
}
#profile {
  padding: 0 20px 20px;
}
#profile p {
  font-weight: 700;
  color: #006091;
  font-size: 11px;
}
#profile img.profilepic {
  width: 50px;
  height: 50px;
  float: left;
  background-image: url(img/user_nopic2.jpg);
  margin-right: 10px;
}
#profile a {
  color: #900;
  text-decoration: none;
  font-size: 11px;
}
#nav h2 {
  color: #444;
  font-size: 14px;
  border-bottom: 1px solid #999;
  margin: 0 25px 5px 10px;
  padding: 0 0 3px 10px;
}
#nav span.year {
  color: #888;
  font-weight: 400;
}
#nav li {
  margin: 0 10px 0 0;
  padding: 2px 10px 2px 25px;
}
#nav li a {
  color: #005f91;
  text-decoration: none;
}
#nav li.active {
  background-image: url(img/nav_li_active.jpg);
}
#nav li.active a {
  color: #fff;
}
#nav li.past a {
  color: #999;
}
#nav li.special {
  font-weight: 700;
  font-style: italic;
}
#nav li.canceled {
  text-decoration: line-through;
}
#nav li.canceled a {
  color: #c66;
}
#nav ul.subnav li {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 0 20px 0 10px;
  padding: 2px 10px 2px 20px;
}
#info {
  width: 200px;
  float: right;
}
#info h1 {
  font-size: 16px;
  color: #005f91;
  border-bottom: 1px dotted #999;
  margin: 0 10px 10px 0;
  padding: 2px 0 3px 5px;
}
#info h2 {
  font-size: 14px;
  color: #005f91;
  border-bottom: 1px dotted #999;
  margin: 0 10px 10px 0;
  padding: 2px 0 3px 5px;
}
#info p {
  color: #444;
  line-height: 16px;
  margin: 0 15px 6px 5px;
}
#info a,
#content a {
  text-decoration: underline;
  color: blue;
}
#info p.label {
  font-size: 10px;
  color: #888;
  margin: 0 10px -2px 5px;
}
#info p.changed,
#nav p.changed {
  font-weight: 700;
  background-color: #fee;
  color: green;
  background-image: url(/media/icons/16x16/warning.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 2px 20px 2px 2px;
}
#info ul {
  margin: 0 0 0 20px;
}
#content {
  margin: 0 220px 20px 233px;
}
#content h1 {
  color: #666;
  font-size: 18px;
  border-bottom: 1px dotted #999;
  margin: 0 0 10px;
  padding: 0 0 3px 5px;
}
#content h2 {
  color: #999;
  font-size: 16px;
  border-bottom: 1px solid #999;
  padding: 0 0 3px;
}
#content h2.confirms {
  color: #090;
  margin: 0 10px 10px 0;
}
#content h2.denials {
  color: #c30;
  margin: 0 0 10px 10px;
}
#content h3 {
  color: #666;
  font-size: 14px;
  border-bottom: 1px dotted #999;
  margin: 0 0 10px;
  padding: 0 0 3px 5px;
}
#content p {
  color: #333;
  line-height: 16px;
  padding: 0 10px 10px 5px;
}
#content .member {
  -webkit-box-shadow: 3px 3px 3px #ddd;
  -moz-box-shadow: 3px 3px 3px #ddd;
  box-shadow: 3px 3px 3px #ddd;
  height: 80px;
  overflow: auto;
  padding: 10px;
}
#content .confirmbox {
  background-color: #f2f9f2;
  margin: 0 10px 10px 0;
}
#content .denialbox {
  background-color: #fff2f2;
  margin: 0 0 10px 10px;
}
img.userpic {
  width: 80px;
  height: 80px;
  float: left;
  background-image: url(img/user_nopic.jpg);
  margin-right: 10px;
}
#content p.member,
#content p.name {
  color: #006091;
  font-weight: 700;
  font-size: 11px;
  margin: 0 10px 5px 0;
  padding: 0;
}
#content .member p.date {
  float: right;
  color: #bbb;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.member .comment {
  color: #666;
}
#content p.comment {
  font-size: 11px;
  line-height: 12px;
}
#footer {
  border-top: 1px solid #ccc;
  color: #999;
  margin: 30px 0 10px;
  padding: 8px 20px 10px;
}
#footer ul {
  list-style: none;
  text-align: center;
}
#footer li {
  display: inline;
  padding: 0 5px;
}
#footer a {
  color: #666;
  text-decoration: none;
}
.clear {
  clear: both;
}
table.comments {
  border-collapse: collapse;
  width: 100%;
}
#content table.comments td p.date {
  float: right;
  color: #999;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
#content table.comments td {
  vertical-align: top;
}
#content table.comments td p.name {
  color: #006091;
  font-weight: 700;
  font-size: 11px;
  margin: 0 10px 2px 0;
  padding: 0;
}
#content table.comments td p.comment {
  font-size: 13px;
  line-height: 14px;
  margin-right: 80px;
}
table.subcomments {
  background-color: #e9f5ff;
  width: 90%;
}
table.subcomments td {
  padding: 3px 5px 5px;
}
table.subcomments td.line {
  height: 2px;
  background-color: #fff;
  padding: 0;
}
.doentry {
  border: 1px solid #eee;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  height: 75px;
  padding: 10px;
}
.doentry ul {
  list-style: none;
  color: red;
  position: absolute;
  margin: 50px 0 0 20px;
}
.doentry .acceptance {
  float: left;
  width: 180px;
}
.doentry #commentbox {
  margin: 0 100px 0 190px;
}
.acceptance input {
  margin: 0 8px 16px 0;
}
.doentry option {
  border-bottom: 1px dotted #999;
  padding: 2px;
}
.doentry #comment {
  font-size: 11px;
  float: left;
  width: 99%;
  height: 40px;
  padding: 2px;
}
.doentry .submit {
  float: right;
  padding: 5px 10px;
}
.doentry #player {
  float: left;
  width: 70%;
  margin: 0 0 0 190px;
}
.doentry #player #users-label {
  display: inline;
  margin-right: 10px;
}
#player #users {
  width: 220px;
}
#page {
  width: 980px;
  margin: auto;
}
#breadcrumb {
  margin: 0 20px 5px;
}
#page #teaser {
  background-image: url(/media/img/background_beachvolley.jpg);
  height: 300px;
  width: 980px;
  margin-bottom: 20px;
}
#page h2 {
  color: #005f91;
  font-size: 36px;
  margin-bottom: 20px;
}
#page h3 {
  color: #005f91;
  font-size: 17px;
  margin: 20px 0 10px;
}
#page h3.slogan {
  font-size: 32px;
  color: green;
  letter-spacing: -0.025em;
  background-color: #fff;
  display: inline;
  float: right;
  margin-top: 50px;
  text-align: right;
  padding: 5px 10px;
}
#page h4 {
  color: #005f91;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 24px;
  text-align: right;
  float: right;
  width: 450px;
  background-color: #fff;
  margin: 40px 0;
  padding: 5px 10px;
}
#page h5,
#page h5 a {
  color: #b2b2b2;
  font-size: 20px;
  margin: 10px 0 5px;
}
#page div.grid3col {
  float: left;
  width: 290px;
  height: 100px;
  margin: 0 55px 50px 0;
}
#page .grid3col p {
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
#page #activities li,
#page h6 {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  padding-right: 5px;
  display: inline-block;
}
#registernow {
  border: 1px solid #ccc;
  text-align: center;
  background-color: #f0f0f0;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 20px 0;
  padding: 10px;
}
#registernow a {
  color: green;
  font-size: 20px;
}
div.whatis {
  float: right;
  text-align: center;
  width: 320px;
  padding: 20px;
}
div.whatis p,
div.whatis p a {
  font-size: 20px;
  color: green;
  font-weight: 700;
}
#firstinfo {
  float: left;
  width: 550px;
  margin: 20px 0 50px 20px;
}
#firstinfo h2 {
  font-size: 22px;
  color: #005f91;
  margin: 0 0 20px;
}
#firstinfo ul.details {
  margin: 40px;
}
#firstinfo ul.details li {
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #666;
}
p.green,
p.green a {
  color: green;
  font-size: 14px;
  line-height: 20px;
}
#firstinfo h3 {
  color: #090;
  font-size: 16px;
  border-bottom: 1px dotted #ddd;
  margin: 20px 0 8px;
}
#firstinfo ul {
  margin: 20px 10px 30px 40px;
}
#firstinfo li {
  color: #009;
  margin: 6px 10px 8px;
}
#firstinfo p {
  line-height: 19px;
  margin-bottom: 10px;
}
ul.list {
  color: #666;
  margin: 5px 10px;
}
ul.list li {
  display: inline;
  color: #666;
  margin: 0;
  padding: 0 5px 0 0;
}
#loginfield {
  width: 320px;
  float: right;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f6f6f6;
  -moz-border-radius: 8px;
  -webkit-border-radus: 8px;
  margin: 20px 0 30px;
}
#loginfield label {
  font-size: 12px;
  color: #005f91;
  padding: 0 0 3px;
}
#loginfield input,
#loginfield select {
  margin: 0 0 10px;
  padding: 2px;
}
#loginfield option {
  border-bottom: 1px dotted #005f91;
  padding: 0 3px 1px 10px;
}
#loginfield #submitbutton {
  text-align: center;
  padding: 1px 10px;
}
#loginfield a {
  color: #005f91;
  font-size: 11px;
  padding: 2px 4px;
}
#disabled {
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  padding: 10px;
}
#disabled h4 {
  font-size: 18px;
  background-image: url(../media/icons/64x64/warning.png);
  background-repeat: no-repeat;
  color: #444;
  min-height: 48px;
  padding: 6px 10px 5px 80px;
}
#disabled p {
  color: #900;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 0 80px;
}
.roundbox {
  border: 1px solid #ccc;
  text-align: center;
  background-color: #f0f0f0;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 30px 0 20px;
  padding: 10px;
}
#userform,
#deleteform {
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radus: 8px;
  margin: 0 0 20px;
  padding: 20px;
}
#userform dt {
  float: left;
  width: 120px;
  text-align: right;
}
#userform dd p.description {
  color: #666;
  font-size: 11px;
  font-style: italic;
  margin: 0;
}
#userform label {
  font-size: 12px;
  color: #005f91;
  width: 150px;
  margin: 2px 0 3px;
}
#userform dd {
  margin: 0 0 10px 130px;
}
#userform input,
#userform select,
#userform textarea {
  padding: 2px;
}
#userform input[type="text"],
#userform textarea,
#userform select {
  max-width: 500px;
}
#userform input[type="radio"] {
  width: 30px;
}
#userform #disabled {
  margin: 0;
}
#userform option {
  border-bottom: 1px dotted #999;
  padding: 2px 10px 2px 2px;
}
#userform #submitbutton {
  text-align: center;
  padding: 1px 20px;
}
#deleteform p {
  font-size: 13px;
  margin: 0 0 20px;
}
#deleteform input {
  margin-right: 10px;
  padding: 5px 30px;
}
#content table {
  border-collapse: collapse;
  margin-bottom: 20px;
  text-align: left;
}
table.list {
  width: 100%;
  border-collapse: collapse;
}
table.list td {
  border-bottom: 1px solid #eee;
  padding: 5px;
}
table.list td.action,
table.list th.action {
  text-align: left;
  width: 100px;
}
table.list th {
  font-weight: 700;
  border-bottom: 1px solid #999;
  color: #fff;
  padding: 5px;
}
table.list tr.rowH {
  background: repeat-x scroll left top url(img/bg1.jpg) #006192;
  border-right: 1px solid #fff;
  color: #fff;
}
table.list tr.rowA {
  background: repeat-x scroll left top #fdfdfd;
  border-right: 1px solid #fff;
  color: #inherit;
}
table.list tr.rowB {
  background: repeat-x scroll left top #f8f8f8;
  border-right: 1px solid #fdfdfd;
  color: #inherit;
}
table.list th.actions {
  width: 100px;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
}
table.list td.actions {
  font-size: 10px;
  width: 70px;
  text-align: center;
}
table.list td.yes {
  background-color: #090;
  text-align: center;
  color: #fff;
}
table.list td.no {
  background-color: #c30;
  text-align: center;
  color: #fff;
}
table.list td.undefined {
  background-color: #f2f2f2;
  text-align: center;
  color: #999;
}
table.list .option {
  font-size: 14px;
  font-weight: 700;
}
table.list .option span {
  font-size: 11px;
  color: #999;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
ul.activities {
  list-style: none;
  margin: 5px 5px 20px;
}
ul.activities li {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
span.new {
  background-color: #ff0;
  color: red;
  font-weight: 700;
  padding: 1px 2px;
}
#content p.functions {
  line-height: 13px;
  margin: 3px 0;
  padding: 0;
}
.new {
  color: #f90;
}
.icon64left {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 20px;
}
.icons16 {
  background-repeat: no-repeat;
  padding-left: 22px;
  height: 20px;
}
.icons32 {
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
}
.add-user {
  background-image: url(/media/icons/16x16/add_user.png);
}
.add-place {
  background-image: url(/media/icons/16x16/globe.png);
}
.clock {
  background-image: url(/media/icons/16x16/clock.png);
}
.preview {
  background-image: url(/media/icons/16x16/home.png);
}
.contacts {
  background-image: url(/media/icons/16x16/book.png);
}
.edit {
  background-image: url(/media/icons/16x16/edit.png);
}
.done {
  background-image: url(/media/icons/16x16/accept.png);
}
.settings {
  background-image: url(/media/icons/16x16/process.png);
}
.history {
  background-image: url(/media/icons/16x16/note.png);
}
.delete {
  background-image: url(/media/icons/16x16/trash_can.png);
}
.rights {
  background-image: url(/media/icons/16x16/lock.png);
}
.folder {
  background-image: url(/media/icons/16x16/folder.png);
}
.charts {
  background-image: url(/media/icons/16x16/chart.png);
}
.mailing {
  background-image: url(/media/icons/16x16/mail_send.png);
}
.rights32 {
  background-image: url(/media/icons/32x32/lock.png);
}
.counter {
  background-color: #999;
  color: #fff;
  font-weight: 700;
  padding: 1px 5px;
}
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#lightbox img {
  width: auto;
  height: auto;
}
#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#loading {
  position: absolute;
  top: 40%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#imageContainer > #hoverNav {
  left: 0;
}
#hoverNav a {
  outline: none;
}
#prevLink,
#nextLink {
  width: 49%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA);
  display: block;
}
#prevLink {
  left: 0;
  float: left;
}
#nextLink {
  right: 0;
  float: right;
}
#prevLink:hover,
#prevLink:visited:hover {
  background: url(lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover,
#nextLink:visited:hover {
  background: url(lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
}
#imageData {
  color: #666;
  padding: 0 10px;
}
#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}
#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1em;
}
#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}
.paginationControl {
  text-align: center;
  margin: 10px;
}
.paginationControl a {
  margin: 0 0 20px;
  padding: 5px;
}
.paginationControl span.disabled {
  color: #999;
  padding: 5px;
}
.paginationControl span.active {
  font-weight: 700;
  padding: 5px;
}
img,
#lightbox a img {
  border: none;
}
#nav ul,
#nav ul.subnav {
  color: #005f91;
  font-size: 12px;
  margin-bottom: 20px;
  list-style: none;
}
#nav li.upcoming,
#imageData #caption {
  font-weight: 700;
}
#footer a:hover,
#breadcrumb p a {
  color: #005f91;
}
#loginfield form,
#imageContainer {
  padding: 10px;
}
#loginfield ul,
#userform ul {
  list-style: none;
  color: red;
  margin: 0 0 10px 2px;
}
#loginfield p,
#userform p {
  margin: -10px 10px 10px;
}
#deleteform,
table.list td.num {
  text-align: center;
}
