/* Gthumb "Classic" style, v. 2005-02-25 */

/* Common */

body {
	background-color: #808080;
	color: #ffffff;
font-family:verdana;
min-width:100%;
scrollbar-face-color: #000000;
       scrollbar-arrow-color: #ffffff;
       scrollbar-track-color: #808080;
       scrollbar-shadow-color: #cbc9d8;
       scrollbar-highlight-color: white;
       scrollbar-3dlight-color: black;
       scrollbar-daskshadow-color: #ffffff;
cursor:url(cursor.ani);
}

}

span.title {
	font-weight: bold;
	font-size: 150%;
color: #000000;
}

span.page_index {
	font-weight: bold;
	font-size: small;
}
background-image:url(104.png);
span.file_name {
	font-family: verdana;
}

span.copyright {
	font-weight: bold;
	font-size: 10px;
color: #8ae424;
}


/* image.gthtml */


img.preview {
	border: solid 2px white;
}

img.thumbnail {
	border: solid 2px white;
}

div.preview_comment {
	text-align: justify;
}

span.comment {
	font-size: small;
}

div.properties {
	width: 80%;
}

span.property {
	font-size: small;
	font-weight: bold;
	color: #ff0000;
}

span.property_value {
	font-size: small;
	color: white;
}

/* index.gthtml */

td.td_index {
	color: #969696;
}

td.td_index span.image_dim {
	font-weight: bold;
}


/* links */

a:link { 
	font-weight: bold;
	text-decoration: none;
	color: cyan;
}

a:visited { 
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFD700;
}
