/* masterful, eh? */

* { font-family: 'Lucida Grande', verdana,arial,helvetica,sans-serif; font-size:10px; }
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

H1 { font-size: 14pt; }
H2 { font-size: 13pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; margin: 0px 0px; color:#0066CC; }
h5 { font-size: 10pt; margin: 0px 0px; padding: 0px 0px; color:#6699CC; }
h6 { font-size: 10pt; margin: 0px 0px; padding: 0px 0px; color:#999999; }

textarea { font-size:9pt; 
  font-family:'Courier New', Courier, mono;
  width: 870px;
  height: 500px;
  }

p{ line-height: 1.5em;
  width: 45em;
	}
li {width: 45em;}
a{ color: blue; }
a:hover{ color: red; }

code, kbd, samp{ font-family:"Courier New", Courier, mono; 
  font-size: 12px; 
	}
kbd { color:#660000; }

/* start classes and id'ed things */

td.thumb{ 
  background-color: #EEEEEE; 
  border: 1px solid #7A7A7A; 
  padding: 6px;
  text-align:center; 
  }

td.selthumb{ 
  background-color: #0099CC;
  border: 1px solid #000099;
  padding: 6px;
  text-align:center; 
  }

input.ro{ border: 0px solid white; background-color: white; }

textarea#imgDescr{ font-family:Arial, Helvetica, sans-serif; 
  font-size:12px; 
  width: 400px;
  height: 100px;
 }

/* "meyerstab"CSS Document */
/* me */
#navcontainer{ width: 1000px; } 
#navlist{
  padding: 3px 0;
  margin-left: 0;
  border-bottom: 1px solid #778;
  font: bold 12px Verdana, sans-serif;
  }

#navlist li {
  list-style: none;
  margin: 0;
  display: inline;
  }

#navlist li a {
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
  }
#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }
#navlist li a:hover{
  color: #000;
  background: #AAE;
  border-color: #227;
  }

#navlist a.current{
  background: white;
  border-bottom: 1px solid white;
  }

/* for my tab pages, hide those divs */

#page0, #page1, #page2, #page3, #page4, #page5, #page6, #page7 { position:absolute; top: 70px; left: 20px; }

#help1{ visibility:hidden; border: 1px solid black; background-color:#CCCCCC; }

/* "my help section */

table#issues, table#tblrevs{ border: 1px solid black; width: 740px; }
tr.odd { background-color: #eee; }
tr.even { background-color: #fff; }

/* lastly i've got those sorting problems now don't i? */

td.sortTarg{ 
  background-color: #D8E2C0; 
  border: 1px solid #739A3F; 
  padding: 2px;
  text-align:center;  }

a.sortTarg {
  color:#546541;
  margin: 2px;
  padding: 15px 4px;
  border: 1px solid #CAD9DB;

  font-size: 1em;
  text-decoration: none;
  font-weight:bold;
  }
a.sortTarg:hover {
  border: 1px solid #000;
  color: #333;
  background-color: #CAD9DB;
  text-decoration: none;
  } 

input.ready{ background-color:#B7D39C; border: 0px solid white; }
input.loaded{ background-color:#97C1F0; border: 0px solid white; }

p.pgtop{ padding-right: 8px; padding-bottom: 4px; text-align:right; margin: 0px 0px; }

.doscmd{ width: 525px;
  padding: 10px 10px;
  font-family:"Courier New", Courier, mono;
	font-size:12px;
	background-color: black;
	color:white;
	}
