.previewTitle {
  font-weight:bold;
  color:#b0b0d0;
  text-align:left;
}

.imageListDescription {
  margin-bottom:10px;
}

.imageList .catTitle {
  font-style:italic;
  font-size:1.2em;
  font-weight:bold;
  color:#999999;
  background-color:#f0f0f0;
  margin-top:15px;
  margin-bottom:5px;
  border-top:1px #999999 dotted;
  border-bottom:1px #999999 dotted;
}

.imageList .imageListRadioButton {
  display:none;
}

.imageList img {
  cursor:pointer;
  vertical-align:top;
}

.imageList .imageListTile {
  margin:10px;
}

#urlInfoPanel textarea {
  width:220px;
  height:70px;
  overflow-x:hidden;
  overflow-y:scroll;
  font-size:0.9em;
}

#urlInfoPanel .urlInfoItem {
  margin-top:5px;
}

#settingsPanel {
  clear:both;
}

#settingsPanel input {
  font-size:0.9em;
  border:1px #999999 solid;
  padding:1px;
}

#settingsPanel .imageList input {
  border:0px;
}

#settingsPanel select {
  font-size:0.9em;
  border:1px #999999 solid;
}

#countdownSettings {
  position:relative;
}
#countdownSettings .countdownSettingsTable {
  width:100%;
}

#countdownSettingsHelp {
  width:230px;
  height:120px;
  border:1px #999999 dotted;
  padding:5px;
  background-color:#d0ffd0;
  overflow:auto;
  font-size:0.9em;
  text-align:left;
}



