/* Predrag: derived from the  Gthumb "BlueStripes" style, v. 2005-02-24 */

/* Common */

body {
	color: black;
}

span.title {
	font-weight: bold;
	font-size: 150%;
	text-transform: uppercase;
}

span.page_index {
	font-weight: bold;
	font-size: small;
}

span.file_name {
	font-family: monospace;
}


/* 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: #969696;
}

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

/* links */

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

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

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

