A:link { text-decoration:none; color:#8888FF }
A:visited { text-decoration:none; color:#8888FF }
A:active { text-decoration:none; color:#8888FF }
A:hover { text-decoration:none; color:#F2B942 }
H1 { font-family: sans-serif; color:#999999}
H2 { font-family: sans-serif; color:#999999}
H3 { font-family: sans-serif; color:#999999}
H4 { font-family: sans-serif; color:#999999}
H5 { font-family: sans-serif; color:#999999}
H6 { font-family: sans-serif; color:#999999}
PRE { font-family: fixedsys,fixed,courier,clean; color:#00c000 }
BODY { background: #000000; color: #FFFFFF; font-family: sans-serif}
TD { vertical-align: top }

td { 
  font-size:1em;
  }

div.main {
  float: left;
  display: inline;
  margin-left: 10%;
  margin-right: 10%;
  border-top: 5px solid #def;
  border-bottom: 5px solid #def;
  margin-bottom: 20px;
  padding-top: .5em;
  }

small, .small { 
  font-size: 75%;
  }

.small:link {
  font-size: 75%;
  color: #000000;
  }

.small:visited {
  font-size: 75%;
  color: #000000;
  }

.medium {
    font-size: 88%
	}

.big { font-size: 150%; }

.txt { 
  }

.errormsg {
  font-size: 90%;
  color: #ff0000;
  }

/* Default phpGraphy banner */
#banner {
  border: none;
  margin-bottom: 3px;
  }

/* Directory information bar (current directory) */
/* Replacing this html tag <table width="100%"  border="0" cellspacing="0" cellpadding="0"> */
#dirbar {
  width: 100%;
  border: none;
  }
/* Replacing <td align="left" width="80%" */
#dirbarleft {
  text-align: left;
  width: 80%;
  }
#dirbarright {
  text-align: right;
  }

/* display the directory content (thumbs) */
#dircontent {
  width: 100%;
	float : left;
  }
#dircontentleft {
  float: left;
  display: inline;
  width: 50%;
  border: none;
  }
#dircontentright {
  float: right;
  display: inline;
  width: 50%;
  border: none;
  }

/* picture title (displayed when browsing lowres/highres pictures) */
.title {
  text-decoration: underline;
  }

/* used for .welcome and _comment file */
.welcome {
  color: #da0;
  margin: .5em;
  padding: .5em;
  float : left;
  width: 400px;
  }

/* sub directory listing */
#dirList {
	border-left: 3px solid #f80;
	margin: .5em;
	float : left;
}
/* Lowres/Highres picture display area */
#displaypicture {
  text-align: center;
  }

#metadataicon {
  margin-left: 5px;
  }

/* Admin form to change picture's associated data */
#picupdateform {
  display: block;
  text-align: center;
  margin: 5px;
  }

/* exif metadata text */
.exifmetadata { 
  color: #646464;
  text-align: center;
  }

/* iptc metadata text */
.iptcmetadata {
  color: #a0a0a0;
  text-align: center;
  }

/* currently only used for the metadata table (hidden by default) */
.metadatatable { 
  background-color: #f5beb4;
  border: 1px solid;
  border-spacing: 0px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 8px;
  }
.rowbgcolor1 { background-color: #f5beb4; }
.rowbgcolor2 { background-color: #ffe5e0; }

.txtcomments {
  text-decoration: underline;
  }

/* thumbnails properties */
.thumbnail { border: 3px solid #def; }
.thumbnail:hover { border: 3px solid #f80; }

/* lowres/highres picture properties */
.picture { border: 3px solid #def; }
.picture:hover { border: 3px solid #f80; }

/* Page naviguation (Previous/Next, Page number) */
.pagenav { 
	width: 100%;
	float:left; 
	text-align: center; 
}

.popup {
  position: fixed;
  left: 10px;
  top: 10px;
  }

#footer {
  float: left;
  width: 100%;
  text-align: center;
  display: block;
  margin: 10px;
  }
input, button {
	border: 1px solid #def;
	font-size: .9em;
}
textarea {
	border: 1px solid #def;
	font-size: 1.1em;
}

