/* General page layout/color setting */
body {
        background-color: #000000; /* This will set the color of your page background */
        font-size: 10px; /* This will set the text size */
        color: #003399; /* This will font color */
        font-family: arial; /* This will set the font */
}

/* This will set the link color */

A:link {
        color: #003399;
        text-decoration: underline;
        font-size: 10px;
        font-family: arial
}

/* This will set the visited link options */
A:visited {
        color: #003399;
        font-size: 10px;
        text-decoration: underline;
        font-family: arial
}

/* This will set the link options when it has been clicked on */
A:active {
        color: #003399;
        font-size: 10px;
        text-decoration: underline;
        font-family: arial
}

/* This will set the link options when the mouse is heald over it  */
A:hover {
        color: #003399;
        font-size: 10px;
        text-decoration: underline;
        font-family: arial
}



/* Table layout */

/* settigns for main gallery area */

.Outerbox {
        background-color: #FFFFFF; /* sets the color of the main gallery are background*/
        width: 50%; /* sets the width of the gallery area */
        border: thin #000000 solid; /* boarder round the gallery color */
        border-width: 1px 1px 0px 1px; /* widths for the boarders, best leave the 3rd 1 set to 0px */
        cellpadding: 0;
        cellspacing: 0;
}

/* Image table color */
.InerBox {
        background-color: #ffffff;
        width: 100%;
        border: none;
        border-width: 1px 1px 1px 1px;
        cellpadding: 0;
        cellspacing: 0;
}

/* Set up the boarders and colors for the next,home and prev menu */
.navbarOutBox {
        background-color: #eeeeee;
        width: 100%;
        border: thin #000000 solid;
        border-width: 1px 1px 1px 1px;
        cellpadding: 0;
        cellspacing: 0;
}

/* This sets the options for the area at the top of the gallery that displays the number of pics in the gallery */
.Menu {
        background-color: #DDDDDD;
        width: 100%;
        border: thin #000000 solid;
        border-width: 1px 1px 0px 1px;
        cellpadding: 0;
        cellspacing: 0;
}

/* Highlighted cell areas such as file size cell and date created cell */
.hilighted {
        background-color: #eeeeee;
        width: 100%;
        border: none;
        border-width: 0px 0px 0px 0px;
        cellpadding: 0;
        cellspacing: 0;
        text-align: center;
}

/* Set the color of the unhighlighted image info cells such as the image name and hits cell's */
.nohilight {
        background-color: #ffffff;
        width: 100%;
        border: none;
        border-width: 0px 0px 0px 0px;
        cellpadding: 0;
        cellspacing: 0;
        text-align: center;
}

/* Image options*/

.image {
        border: none;
        border-width: 0px 0px 0px 0px;
}

.image:Hover {
        border: none;
        border-width: 1px 1px 1px 1px;
}

/* Other */

td {
        font-size: 10px;
        font-family: arial
        border: none;
        cellpadding: 0;
        cellspacing: 0;
        border-width: 0px 0px 0px 0px;
}
