body {
	background-color: white;
	color: black;
	text-align: left;
	font-family: serif;
}

h1, h2, h3, h4, h5 {
	font-family: sans-serif;
}

h1 {
	text-align: center;
}

p {
  text-align: justify;
}


table.form {
  border: solid black;
  border-collapse: collapse;
  background: rgb(200,255,200);
}

table.form .form-prompt {
  text-align: right;
  font-family: sans-serif;
  font-weight: bold;
}

table.form .form-prompt-small {
  width: 12em;
  font-size: smaller;
  text-align: right;
  font-family: sans-serif;
}

table.form td {
  padding: 0.3em;
  vertical-align: top;
}


.footer {
	margin-top: 20;
	margin-bottom: 20;
	padding: 10;
	background: rgb(207,207,207);
}

table.navigation {
	width: 100%;
	
}

table.navigation td {
	background-color: rgb(167,167,167);
	margin-left: 10;
	margin-right: 10;
	padding-left: 5;
	padding-right: 5;
	font-weight: bold;
	text-align: center;
}

table.chezphil-footer td.spacer {
	width: 20;
}

.footer div.search {
	margin-top: 10;
	text-align: center;
}

.search-prompt, .search-info {
	padding-left: 20;
	padding-right: 20;
}

p.footer-copyright {
	text-align: center;
	font-size: smaller;
}

.big-block { 
  background: rgb(240,240,255);
  border: solid black;
  padding-left: 2em;
  padding-right: 2em;
}


/* Index Pages */


table.index-rows {
	width: 100%;
	background-color: rgb(207,207,207);
	border-spacing: 0;
}

table.index-rows td {
	vertical-align: top;
/*	border-top: 5px solid rgb(100,100,100); */
	padding: 10;
}

table.index-rows td.thumbnail {
/*	width: 110; */
	text-align: center;
	empty-cells: show;
	padding-left: 15;
}

table.index-rows td.thumbnail img {
	border-width: 0;
}

table.index-rows h1 {
	margin-bottom: 0;
}

table.index-row1 p {
	margin-top: 0;
}


table.index-columns {
	width: 100%;
	background-color: rgb(230,230,230);
	border-spacing: 15;
}

table.index-columns td {
	padding: 10;
	border-top: 0px solid red;
}

table.index-columns table.index-rows {
	background-color: rgb(230,230,230);
}

.index h1 {
	text-align: center;
}

.index * h1 {
	font-size: large;
}

.index p {
	text-align: center;
	font-size: large;
}

.index > p {
	font-family: sans-serif;
	font-size: x-large;
}

.index .left-aligned h1, .index .left-aligned p {
	text-align: left;
}

table.index-rows h1 {
	margin-bottom: 0;
	font-size: medium;
}

table.index-rows p {
	margin-top: 0;
	font-size: medium;
}


/* Two-column layout */


table.two-columns td {
	vertical-align: top;
	width: 50%;
	padding: 10;
}

div.left-figure {
	float: left;
	text-align: center;
	margin-right: 20;
	font-weight: bold;
	padding: 10;
	background-color: rgb(230,230,230);
}

div.left-figure img {
	margin-left: auto;
	margin-right: auto;
	padding: 7;
	background-color: rgb(150,150,255);
}

table.tabular {
	border-collapse: collapse;
	border-spacing: 0;
}

table.tabular th {
	border-bottom: solid black thin;
}

table.tabular th, table.tabular td {
	padding-left: 5;
	padding-right: 5;
}

table.tabular th + th, table.tabular td + td {
	border-left: solid black thin;
}
