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

/* Common */

body {
	# background-color: #4B4B4B;
	background-color: white;
	color: black;
}

div.title {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	margin: 20px;
}

div.navigation {
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 10%;
}

span.index {
	margin-right: 70%;
}

span.inactive {
	font-weight: bold;
	color: #AAAAAA;
}

div.image {
	text-align: center;
}

img.preview {
	border: solid 4px black;
}	

div.preview_comment {
	font-style: italic;
	text-align: center;
	color: #000000;
	margin: 5px;
}

div.image_properties {
	font-size: 80%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #888888;
}

span.property_value {
	padding-left: 1em;
	padding-right: 1em;
}

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

span.file_name {
	font-family: monospace;
}

div.copyright {
	font-size: small;
	text-align: left;
	margin-top: 2em;
	margin-left: 10%;
}


/* image.gthtml */


img.preview {
	border: solid 4px black;
}

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

span.comment {
	font-size: small;
}



/* index.gthtml */

td.td_index {
	color: #969696;
}

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


/* links */

a:link { 
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

a:visited { 
	font-weight: bold;
	text-decoration: underline;
	color: #050505;
}

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

