body {
  margin:0;
  padding:0;
  color: #265A87;
  background:CadetBlue;
  height:100%; /* this is the key! */
  font-family: Arial, Helvetica, Free Sans, Liberation Sans, sans-serif;
  }

@media screen {
  #frame {
  max-width:1152px;
  margin:auto;
  position:relative;
  background:url("images/grey.gif") repeat-y scroll left top white;
  }
}
@media print {
  #xframe {
    width:210mm;
  }
}

.subhdr {
  font-size: 24px;
  margin:0 0 10px 0;
  }

.clear {
  clear: both;
  }

#index, #banner, #news { font-weight:bold; white-space: nowrap; }
#left-sidebar, #banner, #news, #footer { background-color: #d8dde3;
  }
#index ul, #news ul { list-style:none; margin:12px auto; font-size:0.9em; }
#news ul { font-size: 0.75em; }
#left-sidebar h2, #news h2 {
  font-size:1.3em;
  color:white;
  background-color: #7698BE;
  padding-left:10px;
  margin:4px auto
  }
#news h2 {
  padding:0;
  }
#left-sidebar {
  float:left;
  padding:0px;
  width:170px;
  height:100%; /* works only if parent container is assigned a height value */
  }
#index a, #news a { text-decoration:none; color:#467AA7; }
#index a:hover, #news a:hover { text-decoration:underline; }
#index a:hover { color:white; }
#index a { color: #467AA7 }
#index ul { list-style:square; }
#index li { padding:2px 0 2px 0px; }
#left-sidebar img { margin:10px 0 10px 26px; border:0;}

#banner {
  height:70px;
  vertical-align:middle; text-align:center;
  font-size:28pt;
  border:1px solid transparent;
  }
#banner p { margin:10px 0; }

#incurve {
  position:absolute;
  top:72px;
  left:170px;
  z-index:10;
  }

.content {
  font-size:0.9em;
  min-height:600px;
  margin-bottom:20px;
  padding:10px 10px 10px 180px;
  }

#news {
  float:right;
  padding:0px;
  text-align:center;
  width:160px;
  height:100%; /* works only if parent container is assigned a height value */
  min-height:704px;
  }
#news ul { padding:0; }
#news li:hover { background-color:#ffffff; }
#news hr { width:30%; border:1px solid #B6CAE7; }
#weather p {
  white-space:normal;
  font-size:0.8em;
  margin:10px 5px;
  }
  
#weather td {
  border: 2px solid transparent;
  background-color: white;
  color: black;
  font-weight: normal;
  font-size:0.7em;
  white-space:nowrap;
  padding:1px 0;
  }

#footer {
  text-align:right;
  font-size:0.7em;
  padding:20px 20px 5px 0;
  margin:0px;
  clear:both;
  }
#footer span {
  #color:white;
  }
#footer a {
  color:white;
}

.content dt {
  font-size:14.0pt;
  padding:20px 0 10px 0;
  }

.content dd {
  padding:5px 0;
  margin-left:20px;
  }

.content dd.emp {
  font-weight:bold;
  font-style:italic;
  color:blue;
  padding:+10px +0px;
  }

.hint {
  color:red;
  width:80%;
  margin:auto;
  }

@media print {
body {
  background: none;
  }
#left-sidebar, #banner, #incurve, #selwrapper, .hint {
  display: none;
  }
.content {
  margin:0;
  padding:0;
  padding-left:10mm;
  }
#frame {
  margin:0;
  padding:0;
  }
}

.decortab thead, .decortab tfoot {
  background:rgb(220, 220, 255);
}

.decortab {
  border-collapse:collapse;
  margin:30px auto 20px 40px;
  padding:0;
  }

.trodd {
  background:rgb(255, 220, 220);
  }

.treven {
  background:rgb(220, 255, 220);
  }

.decortab th {
  font-weight:bold;
  font-size:12pt;
  text-align:left;
  }

.decortab td, .decortab th {
  padding:8px 10px;
  }

.content #rules li {
  padding:5px 0;
  }

#selwrapper {
  border:1px solid #ccc;
  max-width:700px;
  margin-left:20px;
}
#selection ul {
  display:inline-block;
  background-color:#eee;
  margin:0;
  padding:10px;
  padding-left:30px;
  }
#selection li {
  float:left;
  list-style:none;
  width:42mm;
  }
#selection li input {
  margin-right:10px;
  }
div.selectbut {
	padding:1mm 3mm;
  background-color:LightBlue;
	}
div.selectbut #lblstart {
	visibility: hidden;
	}

#links img {
  border:0;
  }

#links li {
  list-style:none;
}

#links a {
  vertical-align:middle;
  }

#index .forsale {
  color:#f22;
  }

.picleft img {
  float:left;
  padding: 0 10px 10px 0;
  }

form#mailform {
  BORDER: 1px solid #888;
  MARGIN:20px;
  PADDING:0;
  WIDTH: 700px;
}
table#mailheaders {
	display:block;
  margin:0;
  padding:10px 5px 0px 5px;
  border-collapse:collapse;
  border-width:0;
  background-color: LightBlue;
  width:100%;
  }
#mailheaders td, #mailheaders th {
  padding:3px;
  }
form#mailform #mailheaders TH {
  font: bold 10pt FreeSans, sans-serif, Verdana;
	text-align:right;
	white-space:nowrap;
}
form#mailform textarea {
	display:block;
  width:100%;
  margin:5px auto;
  padding:0;
	border:0;
  }
#mailform table {
	border:none;
	}

.readonly {
  BACKGROUND-COLOR: #e0e0e0;
}

input[readonly] {
  BACKGROUND-COLOR: #e0e0e0;
}
.addr1 {
  PADDING: 0;
  MARGIN: 0px;
  FONT: bold 10px Verdana;
}

.error {
  font-size:24pt;
  text-align:center;
  }


.interesting { color:#ff6060 !important; background-color:green; }
.important { font-size:14px; color:#ff6060 !important; background-color:red; }
.vimportant { font-size:14px; color:#ff6060 !important; background-image: url('images/blink.gif'); background-repeat: repeat; }

#noisefrm {
  background-color:#eee;
  padding:10px 5px;
  margin:10px 5px;
	display:inline-block;
}
#noisefrm th {
  text-align:right;
  padding-right:5px;
  padding-left:1em;
  font-family:Arial;
  font-size:smaller;
  font-weight:normal;
  color:#44f;
}
#noisefrm input {
  padding-left:5px;
  width:12em;
  background-color:white;
  border:1px solid #888;
}
#noisefrm #noise input {
  width:3em;
  }
#noisefrm fieldset {
  border:1px solid #ccc;
	padding:5px;
  margin:10px 10px 0 10px;
  }
#noisefrm legend {
  font-family:Verdana;
  font-size:8pt;
  color:black;
}
#noisefrm fieldset.noise {
	height:90px;
	margin-bottom:10px !important;
	}
#noisefrm textarea {
	margin:5px auto;
	padding:0;
	overflow:auto;
	height:70px;
	width:220px;
	font-size:10pt;
	background-color:white;
  border:1px solid #888;
	}

#certlist {
	margin:10px 5px;
}
#certlist table {
	border-collapse:collapse;
	border:1px solid #ccc;
	}
#certlist thead {
	background-color:#ddf;
	}
#certlist td, #certlist th {
	white-space:nowrap;
	border:1px solid #aaa;
	padding:0px 5px;
	}
#certlist table input {
	border:0;
	background-color:transparent;
	color:blue;
	display:block;
	text-decoration:underline;
	margin:1px;
	}
#certlist input:hover {
	cursor:pointer;
	}

.passed {
	color:#fff;
	background-color:#0c0 !important;
	font-weight:bold;
	font-family:tahoma;
	}
.failed {
	color:#fff;
	background-color:red !important;
	font-weight:bold;
	font-family:tahoma;
  }

#database, .datalist  {
	margin-top:20px;
	margin-left:20px;
  color: #0B5979;
	white-space:nowrap;
  }
#database #datatab {
  width:100%;
  border-collapse:collapse;
  }

table.datalist {
	border:2px solid #BCCCFF;
	margin-bottom:20px;
  border-collapse:collapse;
	table-layout:fixed;
	}
.datalist table {
  border-collapse:collapse;
	table-layout:fixed;
	width:100%;
  }
.datalist thead th, .datalist tfoot td, #datatab thead, #datatab tfoot {
  background-color:#8CC7DF;
  height:35px;
	}
.innertab {
  margin:0px;
  }
.innertab td {
  padding-left: 5px;
  padding-right: 5px;
  border:1px solid #ddf;
  }
.col1 a {
  display:block;
  margin:auto;
  width:2.4em;
  background-color:#eef;
  text-decoration:none;
  border:1px solid #ccf;
  }
.col1 a:hover {
	background-color:#00f;
	color:white;
	}
div.scrl {
	display:block;
  overflow:auto;
  }

