/*
 * Common style sheet for all documents.
 */

body {
	color: #663300;
	background: #EBE9C3 url("/genealogy/images/smoothyellow.jpg");
 	font-style: normal;
 	font-variant: normal;
 	font-weight: normal;
 	font-size: medium;
	font-family: "Trebuchet", "Trebuchet MS", Arial, Helvetica, Swiss, sans-serif;
}

a:link {
	color: green;
}

h1 {
	text-align: center;
}

img {
	border: none;
}

/*
 * Spans:
 */

span.bookref {
	text-decoration: underline;
}

span.strike {
	text-decoration: line-through;
}

/*
 * Divisions:
 */

#body {
}

#lastmodified {
	text-align: right;
}

#intro {
}

#mainintro {
	padding: 0px 130px 0px 0px;  
	min-width: 400px;
}

#news {
	position: absolute;
	margin-left: 600px;
	height: 550px;
	top: 110px;
	right: 10px;
	width: 120px;
	border: 2px solid #CC9933;
	color: #FFFF99;
	background: #993300;
 	font-size: x-small;
}

#news h2 {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#news a:link, #news a:visited, #news a:active {
	color: #FFFF99;
}

#news p {
	padding: 0px 10px 5px 10px;
}

#startingpoints {
	clear: both;
}

#validity {
	clear: both;
	padding-top: 5px;
	text-align: right;
}

/*
 * Tables:
 */


table, th, td {
    border: 1px solid #663300;
}

table {
    table-layout: fixed;
    width: 50%;
}

th {
    background-color: #4CAF50;
    color: white;
}

th.roll, th.film, th.start, th.end {
    width: 10%;
}

th.contents {
    width: 30%;
}

tr.missing {
    background: pink;
}
