﻿  #Imager .navtext {
	text-align: center;
	margin: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: Medium;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
  #AdminTools {
  	float: left;
  	display: block;
  	clear: left;
	}
	
  #Imager a:link {
    color: #000000;
    }
  #Imager a:visited {
    color: #000000;
    }
  #Imager a:active {
    color: #000000;
    }
  #Imager a:hover {
    color: #808080;
    }
  #Imager hr {
	margin: 0;
	}

  #Imager img {
    border: 1px solid black;
    padding: 5 5 5 5;
    margin: 10 10 10 10;
    }
  #Imager table {
  	width: 95%;
    border: 0px solid #cccccc;
    margin: 5px;
    padding: 5px;
    }
  #Imager tr {
    border: 0px solid #cccccc;
    }
  #Imager td {
    border: 0px solid #cccccc;
    }
  #Imager body {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
    }
  #Imager input  {
    font-size: 11px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #000000;
    }

  #Imager select,  #Imager 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. */
  #Imager .info {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    }

/* This applies to the descriptions when looking at a specific image. */
  #Imager .description {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
    }

/* This applies to the pagecount in the image index. */
  #Imager .pages {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    align: center;
    }

/* This applies to the body text when looking at a
   specific image. */
  #Imager .imagebody {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }

/* This applies to the login inputbox and submit button. */
  #Imager .login {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    height: 14px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    }

/* This applies to the upload inputbox and submit button. */
  #Imager .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". */
  #Imager .using {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    }

/* This applies to the text in the Folder Browser window. */
  #Imager .folderbrowser {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    }
   
