/* B.I.G. Image Graphics style, based on Gthumb classic */

/* Common */

body {
	background-color: #000000;
	color: #ff0000;
}

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: 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: 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: white;
}

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

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

.biglink{
	color: #0000ff;
	}

.biglink a:hover{
	background-color: #FFFFFF;
	}
