img{
	border: none;
}

.left-image{
	padding: 2px;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.portrait{
	padding: 2px;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
}

.portrait p{
	color:Black;
	font-size:smaller;
	margin: 0;
	text-align: center;
	border: none;
}

#head-image{
	border: 1px solid Black;
	margin: 0px;
}

.left-image p{
	color:Black;
	font-size:smaller;
	margin: 0;
	text-align: center;
	border: none;
}

.header-title{
  background-color:#293C84;
  text-align: center;
  margin-bottom: 20px;
}

.centre-image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.right-image{
	padding: 2px;
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.right-image p{
  color:Black;
  font-size:smaller;
  text-align:center;
  margin: 0;
}


h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 20px;
	font-weight: normal;
	color: #083643;
	padding-top: 15px;
	padding-bottom: 10px;
}

h2 {
    font-size: 18px;
	}

h2.info {
     background-color:#97CC00;
	 padding: 5px;
     }
	 
h3 {
  font-size: 14px;
  font-weight: bold;
  color: #083643;
}

.centre-box {
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
	padding: 0px;
	width: 500px;
}

table {
    width: 100%;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #083643;
}
th {
	background-color: #083643;
	color: #FFFFFF;
	text-align: center;
}
td {
	background-color: #DDDDDD;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}

caption {
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: solid;
	font-size: 20px;
	color: #FFFFEE;
	background-color: #083643;
	padding-top: 2px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-color: #083643;
	border-right-color: #083643;
	border-left-color: #083643;
	margin-top: 12px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
}

table.children {
    width:auto;
	padding: 0px;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: thin none #083643;
}

td.children {
	background-color:#083643;
	padding-right: 5px;
	padding-left: 5px;
}

td.dates {
	background-color:#DDDDDD;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
}

td.inscription {
	text-align: center;
	font-style: italic;
}

blockquote {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
}
blockquote h3 {
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	color:#000000;
	font-size: 16px;
}

.treetable {
  border-collapse: collapse;
  border:hidden;
  width: 800px;
  font-size: .6em;
  text-align: center;
}

.treetable td {
  padding: 0px;
  background-color: #FFFFFF;
}

.datatable td.altrow {
  background-color: #CCCCCC;
}

.linkcell {
  width: 24px;
}

.datarow .datacell {
  width: 79px;
}

.datarow {
  height: 50px;
}

.linkrow {
  height: 25px;
}

.children-list {
    background-color:#FFFFFF;
	border: hidden;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 
 .notice {
  background-color:#FFFFFF;
  width: 300px;
  border: thin solid #083643;
  float: right;
  margin-left: 20px;
 }
 
 .notice h5 {
   background-color:#97CC00;
   color:#FFFFEE;
   margin: auto;
   padding: 5px;
 }
 
.notice p {
   font-size:small;
   padding-left: 10px;
   padding-right: 10px;
}

 .box {
  background-color:#FFFFFF;
  /*width: 570px;*/
  width:auto;
  border: thin solid #083643;;
 }
 
 .box h5 {
   background-color:#DDDDDD;
   color:#000000;
   margin: auto;
   padding: 5px;
 }
 
.box p {
   font-size:small;
   padding-left: 10px;
   padding-right: 10px;
}

.children li{
	list-style: none;
	width: 300px;
	background-color:#FFFFFF;
	margin: 2px;
	font-size: 14px;
	color: #083643;
	border-top-width: thin;
	border-right-width: 4px;
	border-bottom-width: thin;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #97CC00;
	border-right-color: #97CC00;
	border-bottom-color: #97CC00;
	border-left-color: #97CC00;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

form {
  display:inline;
};

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  width: 150px;
}

.btmlinks {
	font-size:9px;
	/*margin-top: 50px;*/
	/*margin-bottom: 25px;*/
	text-align: center;  
}

.error {
  color:#FF0000;
  font-weight: bolder;
}

.outline {
  border:solid 1px #FF0000;
}

cite {
  text-align:justify;
  font-size:14px;
  font-style: normal;
  }
  
.paper {
	background-image:url(../images/paper.jpg);
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
 }

/*------------------------------ Timeline ------------------------------*/

.timeline-outer {
  overflow:auto;
  width:100%;
  height:360px;
  border: 1px #000066 solid;
}

.timeline-inner {
  /*WIDTH WILL BE SET DYNAMICALLY IN timeline.php CODE */
  height:330px;
  overflow: hidden;
  margin-top: 5px;
  background-image:url(../images/paper.jpg);
  background-repeat:repeat;
}

.decade-column {
  width: 199px;
  height: 330px;
  float: left;
  border-left: #97cc00 solid 1px;
}  

.year-column {
  width: 200px;
  height: 330px;
  float: left;
}  

.event {
  height: 120px;
  margin: 5px;
  padding: 5px;
  font-size: 12px;
  text-align: left;
}

.decade-column .date {
  height: 25px;
  color: #083643;
  background-color: #97cc00;
  /*border-left: #083643 solid 1px;*/
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}

.year-column .date {
  height: 25px;
  background-color: #97cc00;
  color: #083643;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

.tl-image{
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*------------------------------ ZOOM ------------------------------*/
.highlight{
  background: #FFFF40;
}