/* body tag will change the default style for all areas */
body {
  font-family: verdana;
}

h1 {
  font-family: verdana;
  font-size: 14pt;
  color: black;
}

h2 {
  font-family: verdana;
  font-size: 12pt;
  color: #333366;
}

/* page tag will change the style for the main page contents between the header & footer */
.page {
	marginx: 0px;
	paddingx: 0px;
        padding-left:10px;
        margin-left:10px;
	background-color: #eeeeee;

  font-size: 10pt;
  xheight: 350px;
}

td {
  font-size: 10pt;
}

/* footer will change the style for the footer area */
.footer {
	background-color: #eeeeee;
  font-size: 9pt;
}

/* header wil only change the style for the header section */
.header {
	background-color: #eeeeee;
  font-style: bold;
  font-size: 11pt;
}

/* file list title bar */
#filelist_title {
  font-style: bold;
  font-size: 13pt;
  background-color: #999999;
}

/* file list - file entry */
#filelist_file li {
  font-size: 11pt;
}

/* file list - directory style found in list */
#filelist_dir {
  font-style: bold;
  font-size: 13pt;
}


#menuarea {
  padding: 5px 0px 0px 5px;
}

/* this is the style for the error text when a page is not found */
.error {  color: red;
  font-weight: bold;
  font-size: 11pt;
}

.photos_title {
  font-style: bold;
  font-size: 13pt;
  background-color: #999999;
}

.photos_grid {
  font-size: 9pt;
  text-align: center;
}

.photos_image {
  width: 162px;
  height: 162px;
  background-color: white;
  border: 1px solid #777777;
  margin: 2px;
}

.photos_preview {
  height: 162px;
  width: 162px;
  background-color: #777777;
}

.photos_preview td {
  width: 76px;
  height: 76px;
  padding: 0px;
  margin: 0px;
}

.photos_dir td {
  background-color: white;
  padding: 0px;
  margin: 0px;
}

p {
  text-align: left;
}

.regform {
  margin: 10px;
  background-color: #aaaaaa;
}

.regform td {
  background-color: #eeeeee;
}

