body { font: small verdana, arial, helvetica, sans-serif; color: #000; }

a:link { text-decoration: underline; color: #f60; }
a:active { text-decoration: underline; color: #f60; }
a:visited { text-decoration: underline; color: #f60; }
a:hover { text-decoration: underline; color: #f90; }

img { border: none; }

div #simple { width: 100%; padding: 5px 5px 5px 5px; }

h1, h2, h3 { font-family: verdana, helvetica, sans-serif; font-weight: normal; font-style: normal; }
h1 {
	margin: 0px 0px 10px 0px; padding: 2px 0px 0px 0px; font-size: large; color: #f60;
	border-top: 1px solid #f60;
}
h2 { margin: 30px 0px 0px 0px; padding: 0; font-size: small; color: #f60; font-weight: bold; }
h3 { margin: 20px 0px 0px 0px; padding: 0; font-size: small; color: #f60; font-style: italic; }

.hr1 { width: 100%; border-top: 1px solid #f60; height: 1px; padding: 0; margin: 0; }
.hr2 { width: 100%; border-top: 1px solid #ccc; height: 1px; padding: 0; margin: 0; }

.small { font-size: xx-small; }
td.small { font-size: xx-small; }

.msg {
  margin: 4px 0px 4px 0px; padding: 3px 4px 4px 4px; width: 98%;
  color: #fff; background-color: #a00; border: 1px solid #f60;
  /* background-color: #ffc; border: 1px solid #a60; font-weight: bold; */
}

.admin {
  margin: 4px 0px 4px 0px; padding: 3px 4px 4px 4px; width: 100%;
  background-color: #def; border: 1px solid #66f;
}

ol.fancy { font-weight: normal; color: #aaa; }
ol.fancy strong { font-weight: bold; color: #000; }

td ul { margin: 5px 5px 5px 20px; padding: 0; }
td ol { margin: 5px 5px 5px 20px; padding: 0; }
td a:link { color: #000; }
td a:visited { color: #000; }
td a:active { color: #000; }
td a:hover { color: #666; }

th { background-color: #ccc; background-image: url('/images/rowheadback.jpg'); }
th ul { margin: 5px 5px 5px 20px; padding: 0; }
th ol { margin: 5px 5px 5px 20px; padding: 0; }
th a:link { color: #000; }
th a:visited { color: #000; }
th a:active { color: #000; }
th a:hover { color: #666; }

.row1 { background-color: #fafafa; }
.row2 { background-color: #f3f3f3; }
.rowhead { background-color: #ccc; background-image: url('/images/rowheadback.jpg'); }
.rowhi { background-color: #cfc; }
.rowhi1 { background-color: #cfc; }
.rowhi2 { background-color: #bfb; }
.rowbad1 { background-color: #ffe5c0; }
.rowbad2 { background-color: #ffd5b0; }

.centercells td { text-align: center; }

.hidden { display: none; visibility: hidden; }

/* for thumbnails */
.thumbnail {
  font-size: xx-small; float: left; text-align: center; padding: 8px; width: 100px; height: 100px;
}
.thumbnail a:link { color: #000; text-decoration: none; }
.thumbnail a:visited { color: #999; text-decoration: none; }
.thumbnail a:active { color: #f60; text-decoration: none; }
.thumbnail a:hover { color: #f60; text-decoration: none; }
.thumbimg { border: 1px solid #000; }
div.spacer { clear: both; }

textarea { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: small; }

/* for table-esque alignment of forms */
label, .flush { float: left; margin-bottom: 10px; }
input.flush { width: 150px; }
label { text-align: right; width: 180px; padding: 3px 20px 0px 0px; }
form br { clear: left; }

div.spacer { clear: both; }

.dim { color: #aaa; }
.dim a:link { text-decoration: none; color: #aaa; }
.dim a:active { text-decoration: none; color: #aaa; }
.dim a:visited { text-decoration: none; color: #aaa; }
.dim a:hover { text-decoration: underline; color: #666; }

.optionNew { background-color: #f90; color: #000; }
.optionInverted { background-color: #000; color: #fff; }

.headline {
  font-family: 'Times New Roman', Times, arial, serif; color: #000; font-size: x-large;
  font-weight: normal; margin-bottom: 0px;
}
.headline.selected { color: #f00; font-weight: bold; }
.headline .highlighted { color: #fff; padding: 0px 4px 0px 4px; background-color: #ddd; }

.item_byline { color: #aaa; margin-top: 3px; margin-bottom: 0px; font-size: 0.84em; }
.item_byline a:link { color: #aaa; }
.item_byline a:visited { color: #aaa; }
.item_byline a:active { color: #666; }
.item_byline a:hover { color: #666; }

a.blend:link { color: #000; text-decoration: none; }
a.blend:active { color: #000; text-decoration: none; }
a.blend:visited { color: #000; text-decoration: none; }
a.blend:hover { color: #000; text-decoration: underline; }

.textButton {
	margin: 5px; padding: 2px 4px 2px 4px; background-color: #f60;
	border: 1px solid #930; border-top-color: #fc6; border-left-color: #fc6; 
	color: #fff; font-weight: bold; text-align: center; cursor: pointer; font-size: 11px; 
}
a.textButton { text-decoration: none; color: #fff; }
.textButton:hover { background-color: #f90; text-align: center; cursor: pointer; }

.security_on {
	margin: 5px 0 10px 0; border: 1px solid #cc3; padding: 10px 0 0 0;
	background: url('/images/security_on_back.jpg') top left no-repeat;
}

.security_off {
	margin: 5px 0 10px 0; border: 1px solid #afa; padding: 10px 0 0 0;
	background: url('/images/security_off_back.jpg') top left no-repeat;
}
