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

/* Common */


body {
/*	background-color: #eaf3da;*/
	font-family: "Trebuchet MS", Verdana, Sans-serif;
/*	color: black;*/
}

span.title {
	color: #339;
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	text-transform: uppercase; 
	font-weight: bold;
	font-size: 150%;
}

span.page_index {
	color: #339;
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-weight: bold;
	font-size: small;
}

span.file_name {
	font-family: monospace;
}

span.copyright {
	font-size: small;
}


/* image.gthtml */

img.preview {
	border-style: none;
}

img.thumbnail {
	border-style: none;
}

div.preview_comment {
	text-align: justify;
}

span.comment {
	font-size: small;
}

div.properties {
	width: 80%;
}

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

span.property_value {
	font-size: small;
}

/* index.gthtml */

td.td_index {
/*	color: #969696;*/
	color: #eaf3da;
}

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


/* links */

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

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

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

p.nav {
        font-size: 1.67em;
        color:#339;
        margin: 0.33em;
        }

