/* Default typeface */
a, b, p, table, small, body, td, ol, ul, menu, blockquote, div {
    font-family: Arial, Helvetica, sans-serif;
}
pre, tt, input, textarea {
    font-family: Courier, fixed;
}

body {
    margin: 0px;
    background-image: url(../images/bg.jpg);
}

/* Link appearance */
a:link, a:visited { text-decoration: none }
a:active, a:hover { text-decoration: underline }
a:hover { color: blue }

/* Folder table (text) */
td.foldertext {
    color: #000000;        padding-top: 0px;
    background: #ffd400;   padding-bottom: 1px;
    font-size: .75em;      padding-left: 3px;
    text-align: left;      padding-right: 8px;
}

/* Folder table (thumbnails) */
td.folderthumbs {
    color: #000000;        padding-top: 2px;
    background: #ffd400;   padding-bottom: 2px;
    font-size: .7em;       padding-left: 2px;
    text-align: center;    padding-right: 2px;
}

/* Image table */
td.image {
    color: #000000;          padding-top: 2px;
    background: #ffd400;     padding-bottom: 2px;
    font-size: .8em;         padding-left: 2px;
    text-align: center;      padding-right: 2px;
}

/* Description table */
td.desc {
    color: #333333;          padding-top: 4px;
 /*   background: #ffd400;  */   padding-bottom: 3px;
    font-size: .9em;         padding-left: 4px;
    text-align: center;      padding-right: 6px;
}
/* Full-Image table */
td.fullimage {
    color: #000000;          padding-top: 2px;
    background: #ffd400;     padding-bottom: 2px;
    font-size: .8em;         padding-left: 2px;
    text-align: center;      padding-right: 2px;
   /*
    background-color:#ffd400;
-moz-opacity:0.2; -khtml-opacity:0.2; opacity:0.2;
filter:alpha(opacity=20);
*/
}
.inactivelink {
    color: #999999;
}

img.imagethumb {

    border-style: solid;
    border-width: 1px;
}

