﻿@import url(smoothness/jquery-ui-1.8.18.custom.css);
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #444;
}
p {
  margin: 0 0 1.0em 0;
}
a,
a:visited {
  color: #00F;
}
#wrap {
  width: 660px;
  margin: 10px 0 0 30px;
}
#header-image {
  width: 660px;
  height: 81px;
  background: #EEE;
}
h1 {
  font-size: 21px;
  margin: 0.8em 0;
}
.previous-events td,
.previous-events th {
  text-align: left;
  vertical-align: top;
  padding: 1px 16px 1px 0;
}
h2 {
  font-size: 1.2em;
  border-bottom: 1px solid #000;
  margin: 3.0em 0 1.0em 0;
}
.preview h2 {
  margin-top: 2.0em;
}
.validationsummary {
  background: #FEE;
  border: 2px solid #800;
  padding: 10px;
  margin: 20px 0;
}
.validationsummary ul {
  margin-top: 1.0em;
  margin-bottom: 0;
}
.required {
  color: #800;
  font-weight: bold;
}
.field {
  margin-bottom: 15px;
}
.field input,
.field textarea {
  box-sizing: border-box;
  padding: 2px;
  width: 660px;
  font-family: inherit;
}
.field textarea {
  height: 120px;
}
.field .Avenla_Autocompletion .Avenla_Text,
.field .Avenla_Autocompletion .Avenla_CommittedItem {
  width: 660px;
}
.field .Avenla_Autocompletion .Avenla_CommittedItem,
.field .Avenla_Autocompletion .Avenla_CommittedItemContent {
  height: auto;
}
.field .Avenla_Autocompletion .Avenla_CommittedItem {
  background: #DDF;
  border: 1px #00A solid;
  border-radius: 3px;
}
.shortdescfield textarea {
  height: 60px;
}
.fieldlabel {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
.fielddescription {
  margin-bottom: 4px;
}
.hilite {
    color: #F00;
    border-color: #F00;
    border-width: 3px;
}
.submit {
  padding-bottom: 20px;
}
.submit input {
  padding: 5px 20px;
  margin-right: 20px;
}
.submit input.main {
  font-weight: bold;
}
.footer {
  padding-bottom: 50px;
}
.multifile {
  overflow: hidden;
  margin-top: 16px;
}
.multifile ul {
  margin: 8px 0 0 0;
  padding: 0;
}
.multifile ul li {
  margin: 0 8px 8px 0;
  padding: 4px;
  list-style: none;
  float: left;
  border: 1px solid #AAA;
  border-radius: 2px;
}
.multifile ul li .imagecontainer {
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 2px;
}
.multifile ul li img {
  width: 200px;
  display: block;
}
.multifile ul li .Avenla_Remove {
  margin-top: 2px;
  display: block;
}
.preview .multifile {
  margin-top: 0;
}
.picinput {
  display: block;
  width: 150px;
  position: relative;
  overflow: hidden;
}
.picinput .content {
  height: 22px;
  line-height: 22px;
  padding-left: 30px;
  background: #E8E8E8 url(img/photo_add.png) 6px 50% no-repeat;
  border: 1px outset;
  border-radius: 2px;
}
.picinput input {
  position: absolute;
  top: -5px;
  right: -5px;
  margin: 0 0 0 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  font-size: 200px;
  cursor: pointer;
}
.picinput.hover .content {
  background-color: #F0F0F0;
}
.picinput.click .content {
  border-style: inset;
}
.picinput ::-webkit-file-upload-button {
  cursor: pointer;
}
.Avenla_AsyncFileUpload .Avenla_Progres {
  padding: 12px 0 12px 30px;
  background: url(img/loading.gif) left center no-repeat;
}
.Avenla_AsyncFileUpload ul.Avenla_Files li {
  height: auto !important;
  padding-right: 30px;
}
input.invalid,
textarea.invalid {
  background: #FDD;
}
.timeinput .inputmode {
  overflow: hidden;
  margin-bottom: 12px;
}
.timeinput .inputmode label {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  padding: 4px 6px 4px 30px;
  list-style: none;
  position: relative;
  cursor: pointer;
  border: 1px solid #AAA;
  border-radius: 3px;
}
.timeinput .inputmode label.selected {
  background: #DDF;
  border-color: #00A;
}
.timeinput .inputmode label input {
  position: absolute;
  top: 12px;
  left: 8px;
  margin: 0;
  cursor: pointer;
}
.timeinput .inputmode label strong {
  display: block;
  margin: 0 0 2px -1px;
}
.timeinput table {
  border-collapse: collapse;
  margin-bottom: 1.0em;
}
.timeinput table th,
.timeinput table td {
  padding: 0 4px 4px 0;
  text-align: left;
  vertical-align: top;
}
.timeinput table th input,
.timeinput table td input {
  margin: 0;
}
.timeinput .moderows table {
  width: 500px;
}
.timeinput .moderows table .datecol {
  width: 200px;
}
.timeinput .moderows table .date {
  width: 120px;
}
.timeinput .moderows table .dashcol {
  width: 10px;
  text-align: center;
}
.timeinput .moderows table .timecol {
  width: 60px;
}
.timeinput .moderows table .starttime,
.timeinput .moderows table .endtime {
  width: 60px;
}
.timeinput .moderows table .removecol {
  width: 100px;
}
.timeinput .ui-datepicker-trigger {
  display: -moz-inline-box;
  display: inline-block;
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  width: 22px;
  height: 22px;
  background: url(img/calendar_view_month.png) center center no-repeat;
}
.features {
  border: 1px solid #888;
  padding: 4px;
  height: 150px;
  overflow: auto;
  margin-top: 1.0em;
}
.features ul {
  margin: 0;
  padding: 0;
}
.features ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.waitforupload {
  background: #FFD;
  padding: 8px;
  border: 1px solid #AA0;
  margin: 1.0em 0;
}
.waitforupload p {
  margin: 4px 0 0 0;
}


textarea#txtRemarks {
    display: none;
}