/* HTML tag styles */

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img.thumb {
  border: 1px solid #fff;
}

body {
   font-family: verdana, geneva, arial, sans-serif;
   font-size: 9px;
   line-height: 14px;
   color: #333;
   background-color: #fff;
   margin-bottom: 50px;
   margin-top: 0px;
}

input {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 9px;
  line-height: 14px;
}

h1  { font-size: 20pt; }
h2  { font-size: 15pt; }

hr {
  background-color: #999;
  color: #999;
  border: 0;
  height: 1px;
}

td {
   font-family: verdana, geneva, arial, sans-serif;
   font-size: 9px;
   line-height: 14px;
   color: #111;
}

textarea {
  font-family: verdana, geneva, arial, sans-serif;
  font-size: 9px;
  line-height: 14px;
  width: 100%;
}


.border {
  border: solid 0px #fff;
}

/* Colors */
.grey  {color: #999;}
.dgrey  {color: #222;}
.red   {color: #f00;}

.body {
   background-color: #fff;
}

/* FORMS */

div.row {
  clear: both;
  padding-top: 2px;
  padding-right: 10px;
  }

div.row span.label {
  float: left;
  width: 50px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 140px;
  text-align: left;
  } 

/* Layout */

#centercol {
  position: relative;
  top: 15px;
  border-top: solid #666 0px;
  border-left: solid #666 0px;
  border-right: solid #666 0px;
  border-bottom: solid #666 0px;

  padding-top: 10px;
  padding-bottom: 30px;

  background-color: #fff;
  width: 600px;

}

#maincentercol {
  position: relative;
  top: 15px;
  border-top: solid #666 0px;
  border-left: solid #666 0px;
  border-right: solid #666 0px;
  border-bottom: solid #666 0px;

  padding-top: 10px;
  padding-bottom: 30px;

  background-color: #fff;
  width: 740px;

}

.leftalign {
  text-align: left;
  padding: 20px;
}

#mainbox {
  position: relative;
  top: 10px;
  padding: 15px;

}

body.main {
  background-color: #fff;
}

.thumbbox {
  position: relative;
  top: 40px;
}

.bottombox {
  position: relative;
  top: 40px;
  height: 60px;
}

.thumb {
  border: solid 1px #333;
  margin: 6px;
  width: 80px;
}

.currentthumb {
  border: solid 3px #111;
  margin: 2px;
  width: 80px;
}

.sectionHeader {
  width: 100%;
  background-color: #666;
  padding-top: 2px;
  padding-bottom: 2px;
  border: solid 1px #999;
}

div.row span.left {
  float: left;
  text-align: left;
}

div.row span.right {
  float: right;
  text-align: right;
}

div.spacer {
  clear: both;
}

