  a:link {
    color: #fbf3c8;
    }
  a:visited {
    color: #fbf3c8;
    }
  a:active {
    color: #fbf3c8;
    }
  a:hover {
    color: #808080;
    }
  img {
    border: 0px;
    }
  table {
    border: 0px solid #000000;
    margin: 5px;
    padding: 5px;
    }
  tr {
    border: 0px;
    }
  td {
    border: 0px;
    }
  body {
    background-color: #676735;
	/*	 background-image: url("__settings/bg.gif"); */
    background-image: url("../images/parchment_pattern.gif");
    background-repeat: repeat;
    background-position:  0 0;
  /*  background-attachment: fixed; */
    }
  xinput  {
    font-size: 11px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #fbf3c8;
    }
  select,  textarea  {
    font-size: 11px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #000000;
    }

/* This applies to everything that is shown under images/folders
   when on the index page. */
  .info {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fbf3c8;
		margin:0.5em;
		margin-top:0.5em;
		margin-bottom:1em
    }

/* This applies to the descriptions when looking at a
   specific image. */
  .description {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fbf3c8;
    }

/* This applies to the pagecount in the image index. */
  .pages {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fbf3c8;
    }

/* This applies to the body text when looking at a
   specific image. */
  .imagebody {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }

/* This applies to the login inputbox and submit button. */
  .login {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    height: 14px;
    border: 0px solid #000000;
    background-color:#ffffcc;
    }

/* This applies to the login inputbox and submit button. */
  .admin {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    height: 14px;
    border: 0px solid #000000;
    background-color:transparent;
    }		
		
/* This applies to the upload inputbox and submit button. */
  .upload {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    height: 16px;
    background-color: #FFFFFF;
    }

/* This applies to the text at the bottom saying "Gallery Generated by Imager Gallery". */
 
	.separator {margin-top:8em; height:3px; width:400px; text-align:center; background-image:url(../images/separator_line.gif); background-position:0 7px ; background-repeat:no-repeat}

 .using {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
		text-align:left;
    color: #ce8c00;
		margin-top: 2em;
		border-top: solid 0px #b22222;
    }
		a:link, a:visited, a:active {color:#ce8c00}
		a:hover {color:gray}

/* This applies to the text in the Folder Browser window. */
  .folderbrowser {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }
/* This applies to the whole Gallery page*/		
	.gallery_container {
		
		width:450px
		}	
