/* general styles */

body {
	/* background-color: #EEDD82; */
	background-color: #EEE8AA;
	font-size: 12pt;
}
table {
	border-collapse: collapse;
	margin: auto;
}
h1,h2,h3 {
	text-align: center;
}
.disabled {
	font-style: italic;
	color: #888;
}
.error {
	color: red;
	font-weight: bold;
}
.border-box {
	border: 1px solid;
	padding: 5px;
}
.undecorated {
	list-style-type: none;
	padding: 0 0 0 2em;
	text-indent: -2em;
	margin: 5px;
}
.indented {
	text-indent: 2em;
}
.big {
	font-size: 150%;
}
.huge {
	font-size: 200%;
}
.small {
	font-size: 75%;
}
.tiny {
	font-size: 50%;
}

/* sidebar styles */

.leftbar {
	float: left;
}
.rightbar {
	float: right;
}
.clearbars {
	clear: both;
}

/* gallery styles */

table.gallery {
	border: 1px solid;
}
table.gallery td {
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
}

/* styles for language versions */

.versions {
	text-align: right;
}
img.flag {
	border: 1px solid;
	width: 38px;
	height: 22px;
}

/* article styles */

.center {
	text-align: center;
}
.justified {
	text-align: justify;
}
.readmore {
	text-align: right;
}
.attribution {
	text-align: right;
}
.update {
	text-align: right;
}

/* form styles */

.leftlabel {
	text-align: right;
}

/* individual styles (by id) */

#titlebar {
	background-color: #87CEEB; 
	width: 100%;
	margin: 0;
	padding: 2px;
}
