/* CSS Document */
body {
	font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
	color:#aac0c0;
	text-align:justify;
}

h1 {
	background-color:#2c484f;
	color:#ffffff;
	margin:0px 0px 6px 0px;
	padding:2px 0px;
	font-variant:small-caps;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	clear:both;
}

h2 {
	background-color:#2c484f;
	color:#ffffff;
	margin:0px 0px 2px 0px;
	padding:2px 0px;
	font-variant:small-caps;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	clear:both;
}

h3 {
	background-color:#2c484f;
	color:#ffffff;
	margin:0px;
	font-weight:normal;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
}

b {
	color:#ffffff;
	font-weight:normal;
}

a {
	text-decoration:underline;
	color:#aac0c0;
}

a:hover {
	color:#ffffff;
}

a:focus {
	color:#cc0000;
}

.a-non-hover img, a.a-non-hover:hover img, .a-non-hover:focus img {
	border:none;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
}

li {
	list-style-position:outside;
	list-style-type:disc;
}

/* Gallery */
.gallery-file {
	width:100%;
	padding-left:5px;
	padding-bottom:0px;
	float:left;
}


.gallery-file div {
	width:112px;
	height:108px;
	float:left;
	overflow:hidden;
	margin-top:2px;
	margin-right:2px;
}

*>.gallery-file div {
	height:95px;
}

.gallery-file div a img {
	border:1px solid #aac0c0;
}

.gallery-file div a:hover img {
	border:1px solid #ffffff;
}

.gallery-file div a {
	text-decoration:none;
}

.thumb a img {
	border:1px solid #aac0c0;
}

.thumb a:hover img {
	border:1px solid #ffffff;
}

.thumb a {
	text-decoration:none;
}

table {
	border:none;
	font-size:1em;
}

td {
	vertical-align:top;
}

table tr .who {
	width:120px;
}

table tr .date {
	width:50px;
}

table tr .lang {
	width:50px;
}