/* gthumb "NeatRound" style, v. 2010-06-11 */

/* Common */

body {
	background-color: #fff;
	color: #222;
	font-size: 12px;
}

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

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

span.file_name {
	font-family: monospace;
}

span.copyright {
	font-size: small;
}

/* image.gthtml */

img.preview {
	border: 2px solid #fff;
}

img.thumbnail {
	border: 2px solid #fff;
}

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: 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: #000;
}

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

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

.property-name {
	font-weight: bold;
	cursor: default;
}

h1.image-title,
h1.index-title {	
	text-align: center;
	margin: 20px 15px 10px 15px;
	border-bottom: 1px dotted #aaa;	
	font-weight: normal;
	font-size: 24px;
	color: #cc6600;
}


#footer-2 {
	border-top: 1px dotted #aaa;	
	margin-top: 1em;
	padding-top: 1em;
	margin-left: 15px;
	margin-right: 15px;
	color: #cc6600;
}
