/*

	Filename:          style.css
	Description:       Style sheet
	Site:              Chicago Filming Locations
	Author:            Steven Dahlman, DCMSoft LLC
	Start date:        04-08-21
	Last modification: 07-02-24

*/

/* Body */
body {
  background-color: #ffffff;
  margin: 0 0 0 0;
  text-align: center;
}

/* "Back to Permits" link */
.back_link {
  color: #000000;
  font-family: Verdana;
  font-size: 10pt;
  text-align: center;
  text-decoration: underline;
}

/* Button */
.button1 {
  background-color: #ffffff;
  border: 1px outset #f0f0f0;
  color: #000000;
  font-family: Helvetica;
  font-size: 14pt;
  font-weight: bold;
  padding: 4px;
  width: 125px;
}

/* Message from JavaScript function */
.js_message {
  color: #990000;
  font-family: Verdana;
  font-size: 12pt;
  height: 30px;
  text-align: center;
  width: 300px;
}

/* Medium-size sans-serif */
.medium1 {
  color: #000000;
  font-family: Verdana;
  font-size: 12pt;
  line-height: 125%;
  text-align: left;
}

/* Text input field */
.text_input {
  background-color: #ffffff;
  border: 2px inset #f0f0f0;
  color: #000099;
  font-family: Courier New;
  font-size: 12pt;
  padding: 8px;
  text-align: left;
}