.button {
  color: #002F00;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  line-height: 250%;
  border: 3px outset;
  padding: 3px;
  background: #DFDFDF none repeat;
  white-space: nowrap;
  cursor: pointer;
}
.buttonclicked {
  color: #000000;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  line-height: 250%;
  border: 1px solid;
  padding: 3px;
  background: #FFFFFF none repeat;
  white-space: nowrap;
  cursor: default;
}
.question {
  font-size: 12pt;
  font-weight: bold;
}
.information {
  font-size: 8pt;
  color: #BF0000;
}

#festedit {
  padding: 10px;
}
#festivaladdress {
  font-family: arial;
  font-size: 10pt;
  margin: 0px 0px 7px 0px;
  background: #E7FFDF none repeat;
  padding: 3px;
  width: 230px;
  height: 80px;
}
#addresslookup {
  width: 250px;
  float: left;
}
#addressreturn {
  display: none;
  background: #F6F6F6 none repeat;
  overflow-x: hidden;
  overflow-y: auto;
  height: 120px;
  width: 370px;
  border: 1pt solid #BFBFBF;
}

#festivalsummary {
  margin: 7px 15px 5px 15px;
  border: 1px solid #BFBFBF;
  padding: 5px;
  overflow: auto;
  background: #F1FFF1;
}
#festivalsummary h1{
  color: #752500;
  font-size: 10pt;
  padding: 2px 8px 3px 8px;
}
#summarytitle {
  color: #752500;
  font-size: 14pt;
  padding: 2px 8px 12px 8px;
}

#summaryaddress {
  width: 200px;
  float: left;
  margin: 3px;
}
#summarydate {
  overflow: auto;
  margin: 3px;
  float: left;
  width: 200px;
}
#summarypubs {
  margin: 3px; 
  overflow: auto;
}
#summarystreet, #summaryregion, #summarytown, #summarydistrict, #summarypostcode, #summarycountry, #summarystartdate, #summaryenddate, #summaryfestdesc, #summarypubslist, #summaryfestsite {
  padding: 0px 2px 0px 12px;
  font-style: italic;
}

#summarystreet {}
#summaryregion {
  display: none;
}
#summarytown {}
#summarydistrict {}
#summarypostcode {
  display: none;
}
#summarycountry {
  display: none;
}
.summaryalert {
  clear: left;
  margin: 3px;
  background: #FFC014;
  padding: 3px;
  border: 1px solid #BFBFBF;
}

#addressinstruction, #dateinstructions, #nearbypubinstructions, #titleinstructions, #finalinstructions {
  padding: 15px 0px 10px 0px;
}

#addressreturn .addressresult {
  color: #6F0000;
  padding-left: 5px;
}
#addressreturn .addresserror {
  font-size: 8pt;
  color: #FF0000;
  padding-left: 25px;
}
.smallbutton {
  color: #000000;
  font-size: 7pt;
  text-decoration: none;
  line-height: 250%;
  border: 2px outset;
  padding: 1px;
  background: #DFDFDF none repeat;
  white-space: nowrap;
  cursor: pointer;
}

#dateinstructions, #datestart, #dateend, #nearbypubcheck, #nearbypubinstructions, #nearbypubselect, #nearbypubsubmit, #titleinstructions, #titlefields, #finalinstructions, #finalconfirmation {
  display: none;
}
#datestart {
  float: left;
  margin-right: 15px;
}

#nearbypubcheck {
  padding-bottom: 5px;
  font-size: 12pt;
}
#nearbypubselect .nearbypubspan {
  color: #DF0009;
  font-size: 12pt;
}
.nearbypubspan {
  display: inline;
  padding: 1px 20px 1px 0px;
  white-space: nowrap;
}
.break {
  white-space: normal;
}

#titlefields {
  font-size: 12pt;
}
#festivalname, #festivalurl {
  font-family: arial;
  font-size: 10pt;
  margin: 0px 0px 7px 0px;
  background: #E7FFDF none repeat;
  padding: 3px;
}
#festivaldesc {
  font-family: arial;
  font-size: 10pt;
  margin: 0px 0px 7px 0px;
  background: #E7FFDF none repeat;
  padding: 3px;
  width: 500px;
  height: 100px;
}

#progress {
  margin: 7px 15px 5px 15px;
  padding: 5px;
}
.progressbar {
  padding: 5px;
  background: #dddddd;
  border: 2px dotted;
  font-size: 11pt;
  font-family: arial;
}
.progresssep {
  font-size: 15pt;
  padding: 5px;
  font-weight: bold;
}
#progress .current {
  background: #9EDF7D;
  border: 2px groove black;
}
#progress .complete {
  background: #CF9074;
  border: 1px solid black;
  cursor: pointer;
}

/* Calendar styles
*******************************/
td.dateinfo {
  font-size: 8pt;
  font-weight: bold;
  color: #6F0000;
  vertical-align: middle;
  padding: 0px 10px 0px 5px;
}
select.dateselector {
  font-size: 8pt;
  padding: 1px;
  background: #dddddd;
}
.masterdatetable {
  width: 280px;
}
table#selectortable {
  width: 100%;
}
#selectortable .cellselector {
  text-align: right;
}
table#datetable  {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-top: none;
  border-left: none;
}
#datetable td {
  font-weight: normal;
  font-size: 8pt;
  padding: 2pt;
  text-align: center;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: none;
  border-right: none;
  cursor: pointer;
}
#datetable td.dateday {
  width: 14%;
  background: #FFF8AF;
  font-weight: bold;
  cursor: default;
}
#datetable td.dateweekend {
  background: #EFE0E0;
}
#datetable td.dateweek {
  background: #FFFFFF;
}
#datetable td.dateweekendouter {
  background: #BFB0B0;
}
#datetable td.dateweekouter {
  background: #CFCFCF;
}
#datetable td.dateselected {
  background: red;
  font-weight: bold;
}

.outline {
  padding: 2pt;
  margin: 2pt;
  border: 1px #DD2222 solid;
}

#showname {
  font-size: 16pt;
  font-weight: bold;
  padding: 10px 0px 0px 10px;
}
.edittag {
  color: #0A18AF;
  cursor: pointer;
  font-size: 7pt;
  padding-left: 5px;
  font-weight: normal;
}
.edittag:hover {
  text-decoration: underline;
}
#creator {
  font-size: 8pt;
  padding-left: 18px;
}
#creator a, .nearesttown a {
  text-decoration: none;
}
#creator a:hover, .nearesttown a:hover {
  text-decoration: underline;
}
.heading {
  font-size: 12pt;
  font-weight: bold;
  padding-bottom: 3px;
  color: #5F2323;
}
#divdisplayaddress, #divdisplaydate, #divdisplaydesc, #divadmin, #divdisplayurl, #divdisplaypub {
  padding: 15px 0 0 10px;
  font-size: 9pt;
}
.nearesttown {
  padding-top: 3px;
  color: #5f5f5f;
}
.label {
  width: 80px;
  float: left;
  padding: 2px;
}
.editaddress {
  padding: 1px;
  margin: 1px;
  background: #E7FFDF;
}

#warning {
  padding: 5px 0px 5px 10px;
  border: 1px solid;
  margin: 10px 15px 10px 3px;
  background-color: #ffc014;
  font-weight: normal;
  text-align: center;
  font-size: 12pt;
  font-family: Helvetica;
}
