/*

#ThumbnailImage {
	width: 300;
	height: 225;
	border: 0px solid #0000FF;
	margin: ;
	padding: ;
	}

*/
	
	
#Imager a:link {
    color: #000000;
    }
#Imager a:visited {
    color: #000000;
    }
#Imager a:active {
    color: #000000;
    }
#Imager a:hover {
    color: #808080;
    }
#Imager img {
    border: 1px solid black;
    }
#Imager table {
    border: 0px solid red;
    margin: 10px;
    padding-right: 10px;
    width: ;
    }
#Imager tr {
    border: 0px solid blue;
    }
#Imager td {
    border: 0px solid green;
	margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: top;
    align: left;
    }
	
#Imager input  {
    font-size: 12px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #000000;
    }
#Imager select,  textarea  {
    font-size: small;
    font-family: Times, Times New Roman, serif;
    border: 1px solid #000000;
    }

/* This applies to everything that is shown under images/folders
   when on the index page. */
#Imager .info {
    font-family: Times, Times New Roman, serif;
    font-size: small;
    color: #000000;
    }

/* This applies to the descriptions when looking at a
   specific image. */
#Imager .description {
    font-family: Times, Times New Roman, serif;
    font-size: small;
    color: #000000;
    margin-left: 20;
    clear: both;
    }

/* This applies to the pagecount in the image index. */
#Imager .pages {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    }

/* This applies to the body text when looking at a
   specific image. */
#Imager .imagebody {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
    }

/* This applies to the login inputbox and submit button. */
#Imager .login {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    height: 18px;
    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: 12px;
    color: #000000;
    height: 18px;
    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;
    }
    
/* Added by Terry @ iWebify.net */
    
#Imager .ReturnToIndex {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	}