#header {
	font-size : large;
	text-align: center;
	/* width: -40px; whole body has margin 40px on both sides */
}

#menu {
	position : absolute;
	/*width: -80px; whole body has margin 40px on both sides */
	height: 2em;
}
	
#menu table {
	width: 100%;
}
	
#menu td {
	text-align: center;
}
	
#text {
	top: 2em;
	position: relative;
	border-top-style: solid;
	border-top-color: #2C7BB6;
}
	
#footer {
	top: 2em;
	position: relative;
}

#back_to_main_page {
}

#validity_marks {
	text-align: right;
	float: right;
}


/* style used in book views */
#warning_missuse {
	margin-top: 12px;
	margin-bottom: 12px;
}

#book_items {
	margin-top: 12px;
	margin-bottom: 12px;
}

.contribution {
	border-top: 0px;
	border-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.contributor_name {
	font-weight: bold;
}

.contributor_mail {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

.contribution_date {
	font-size: small;
	font-style: italic;
}

.contribution_text {

}

.paging {
	border-top: 0px;
	border-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* style used in contribution insertion */
#button_send {
	margin-left: 7em;
	margin-right: 5em;
}

#form_insertion {
	margin-bottom: 15px;
}
