/* Default typeface */
a, b, p, table, small, body, td, ol, ul, menu, blockquote, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
}
pre, tt, input, textarea {
    font-family: Courier, fixed;
}

body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #000000;
}

/* Link appearance */
a:link, a:visited { text-decoration: none;
color:#444444}
a:active, a:hover { text-decoration: underline }
a:hover { color: #FFCC33 }

/* Folder table (text) */
td.foldertext {
    color: #000000;        padding-top: 8px;
    /*background: #f0f0f0; */  padding-bottom: 8px;
    font-size: .40em;      padding-left: 8px;
    text-align: left;      padding-right: 8px;
}

/* Folder table (thumbnails) */
td.folderthumbs {
    color: #000000;        padding-top: 8px;
    /*background: #f0f0f0; */  padding-bottom: 8px;
    font-size: .90em;       padding-left: 8px;
    text-align: center;    padding-right: 8px;
}

/* Image table */
td.image {
    color: #000000;          padding-top: 8px;
    /*background: #f0f0f0;*/     padding-bottom: 8px;
    font-size: .7em;         padding-left: 8px;
    text-align: center;      padding-right: 8px;
}

/* Description table */
td.desc {
    color: #333333;          padding-top: 4px;
    background: #f0f0f0;     padding-bottom: 3px;
    font-size: .9em;         padding-left: 4px;
    text-align: center;      padding-right: 6px;
}

.inactivelink {
    color: #111111;
}

img.imagethumb {
    border: 0;
}