/****************************************************/
/***      Former Family Cascanding Style Sheet    ***/
/***                  Content.css                 ***/
/***                                              ***/
/****************************************************/


/****************************************************/
/***                                             ****/
/***                Global HTML Tags             ****/
/***                                             ****/
/****************************************************/


a {
  text-decoration: none;
  color: #2121ad;
  }
 
a:hover {
  color: #FF0000;
  text-decoration: underline;
  }
  
body {
  margin: 2px;
  padding:1px;
  font-size: 1em;   
  font-style: normal;
  font-weight: normal;
  font-family: "Trebuchet MS", "Bookman Old Style";
  color: #2121ad;
  text-align: center;
  background-color: #D9D9D9;
  }

h1 {
  font-family: "futura bk", arial;
  font-size: 2em;
  font-style: italic;
  font-weight: normal;
  padding: 0px 0px 0px 20px;
  }

img {
 border: none;
 }
 
p:first-letter {
 font-size: 110%; 
 font-weight: bold;
 }

table {
  width: 98%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 2px;
  border: 0px solid #0000cc;
  }


/****************************************************/
/***                                             ****/
/***                Global Div ID's              ****/
/***                                             ****/
/****************************************************/

#outer{
  position: relative;
  top: 10px;
  width: 90%;
  margin: auto;
  text-align: center;
  background-color: #999999;
  }

#offset{
  position: relative;
  left: 18px;
  margin: 2px 2px 2px 2px;
  padding: 2px 2px 2px 2px;
  background-color: #ffffff;
  }

#hdr{
  position: relative;
  left: 0;
  width: 100%;
  }

#infobars {
  position: relative;
  left: 0;
  width: 100%;
  }

#nav {
  left: 0;
  width: 100%;
  background-color: #999999;
  padding: 2px 2px 2px 2px;
  margin: 1px 0px 1px 0px;
  }

#adbar {
  left: 0;
  width: 100%;
  border-top: 1px solid #0000CC;
  border-bottom: 1px solid #0000CC;
  padding: 5px 2px 5px 2px;
  margin: 2px 2px 2px 2px;
  text-align: center;
  }
  
#bar {
  left: 0;
  width: 100%;
  border-top: 1px solid #0000CC;
  border-bottom: 1px solid #0000CC;
  padding: 2px 2px 2px 2px;
  margin: 1px 0px 1px 0px;
  }

#secondbar{
  left: 0;
  width: 100%;
  border-bottom: 1px solid #0000CC;
  padding: 1px 1px 1px 1px;
  margin: 1px 0px 1px 0px;
  }

#searchbar{
  left: 0;
  width: 100%;
  border-bottom: 1px solid #0000CC;
  padding: 1px 1px 1px 1px;
  margin: 0px 0px 1px 0px;
  }
  
#content{
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  }

#footer {
  position: relative;
  left: 0;
  width: 100%;
  margin: 2px 0px 2px 0px;
  }


/****************************************************/
/***                                             ****/
/***              Global Style Classes           ****/
/***                                             ****/
/****************************************************/


.banleft{
  position: relative;
  float: left;
  }
  
.bar{
  color: #336699;
  padding: 2px;
  font-size: 1.1em;
  }

.bar a{
  color: #000000;
  text-decoration: none;
  }

.bar a:hover{
  color: #0000ff;
  text-decoration: underline;
  }

.copy {
  width: 100%;
  margin: 2px 0px 2px 0px;
  padding: 3px 2px 3px 2px;
  border-top: 1px solid #0000CC;
  border-bottom: 1px solid #0000CC;
  font-size: 1.1em;
  text-align: center;
  }
  
.ftrleft{
  float: left;
  text-align: left;
  padding: 3px 1px 3px 1px;
  }

.lowernav {
  padding: 3px 1px 3px 1px;
  font-size: 0.8em;
  font-variant: small-caps;
  }
  
.lowernav a{
  text-decoration: none;
  color: #669933
  }

.lowernav a:hover{
  text-decoration: underline;
  color: #000ccc;
  }

.nav{
  font-style: normal;
  text-align: center;
  color: #fffffe;
  font-family: "Bookman Old Style", Georgia, "MS Sans Serif";
  font-size: 1em;
  }
  
.nav a{
  color: #fffffe;
  font-style: normal;
  font-family: "Bookman Old Style", Georgia, "MS Sans Serif";
  font-size: 11pt;
  }

.nav a:hover{
  color: #FF0000;
  } 

.normheader {
  background-color:#0000CC;
  color: #ffffff;
  }

.pagetitle{
  position: relative;
  left: 0;
  padding: 2px;
  text-align: left;  
  }

td.coltitle {
  border: 1px solid #0000cc;
  background-color: #CCCC99;
  font-weight: normal;
  font-variant: small-caps;
  font-size: 0.9em;
  text-align: center;
  }
 
td.tabletitle{
  text-align: center;
  font-variant:small-caps;
  font-weight: normal;
  font-size: 1.1em;
  border: 0px solid #000000;
  color: #336699;
  }
 
  

/****************************************************/
/***                                             ****/
/***              Page Specific Code             ****/
/***                                             ****/
/****************************************************/

/****************************************************/
/***                 Index page                   ***/
/****************************************************/

h4 {
  margin:0; 
  padding: 5px 0px 5px 15px;
  font-variant: small-caps;
  font-style: italic;
  font-size: 1em;
  text-align: left;
  text-decoration: none;
  color: #7696a6;
  }

.ftrright{
  float: right;
  text-align: right;
  padding: 3px 1px 3px 1px;
  }

.redtext{
  color: #ff0000;
  }

.bordered{
  margin-top: 5px;
  padding: 2px 5px 2px 5px;
  border: solid 1px #0000CC;
  background-image: url(images/leaf.gif);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 12pt;
  font-weight: normal;
  color: #2121ad;
  }
  
.bordered2{
  margin-top: 5px;
  padding: 2px 5px 2px 5px;
  border: solid 1px #0000CC;
  background-color: #ffff00;
  background-image: url(images/leaf.gif);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 12pt;
  font-weight: normal;
  color: #2121ad;
  }

.namelistother{
  font-size: 1.1em;
  font-weight: normal;
  color: #2121ad;
  }

.namelistother a{
  font-size: 1.1em;
  font-weight: normal;
  color: #2121ad;
  text-decoration: none;
  }

.namelistother a:hover{
  font-size: 1.1em;
  font-weight: normal;
  color: #ff0000;
  text-decoration: underline;
  }

.namelistother a:active{
  font-size: 1.1em;
  font-weight: normal;
  color: #ff0000;
  text-decoration: underline;
  }

.namelistprimary{
  font-size: 1.1em;
  font-weight: normal;
  color: #2121ad;
  }

.namelistprimary a{
  font-size: 1.1em;
  font-weight: normal;
  color: #ff0000;
  text-decoration: none;
  }

.namelistprimary a:hover{
  font-size: 1.1em;
  font-weight: normal;
  color: #0000FF;
  text-decoration: underline;
  }

.namelistprimary a:active{
  font-size: 1.1em;
  font-weight: normal;
  color: #00CC00;
  text-decoration: underline;
  }

table.update {
  margin-top: 15px;
  margin-bottom: 45px;
  width: 85%;
  text-align: center;
  background: none;
 }

td.latest{
  font-variant: small-caps;
  color: #000000;
  font-size: 0.9em;
  text-align: left;
  padding: 1px 10px 1px 50px;
  }

td.ltdate{
  font-variant: small-caps;
  color: #000000;
  font-size: 0.9em;
  text-align:right;
  padding: 1px 30px 1px 1px;
  }

/****************************************************/
/***            Index & Minor Name Index          ***/
/****************************************************/

.options{
  font-weight: normal;
  color: #336699;
  font-size: 0.8em;
  padding: 1px;
  font-variant: small-caps;
  border-bottom: 1px solid #0000CC;
  text-decoration: none;
  }

.options a{
  color: #336699;
  text-decoration: none;
  }

.options a:hover{
  color: #FF0000;
  text-decoration: underline;
  }
	

/****************************************************/
/***            Individual Report page            ***/
/****************************************************/

#namebar {
  color: #003366;
  font-variant: small-caps;
  font-size: 1.4em;
  background-color: #FFCC99;
  border-bottom: 1px solid #0000cc;
  padding: 1px;
  }

.boldtitle {
  font-weight: bold;
  font-variant: small-caps;
  }

.notes{ 
  width: 90%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
  background-color: #99CCFF;
  color: #000099;
  }

.right {
  float: right;
  text-align: right;
  }

td.boldname{
  border: 1px solid #cccccc;
  padding: 1px;
  text-align: center;
  font-variant: small-caps;
  color: #000000;
  font-weight: 500;
  }

td.pic{
  padding: 1px;
  border: 1px solid #cccccc;
  text-align: center;
  }

td.research{
  text-align: left;
  border: 1px solid #cccccc;
  }


/****************************************************************/
/*** Individual Report, Minor Names Index & Civil Reg Indexes ***/
/****************************************************************/

td.descriptor{
  padding: 1px;
  border: 1px solid #cccccc;
  text-align: center;
  font-style: italic;
  font-variant: small-caps;
  color: #000000;
  }
  

/****************************************************/
/***       Individual Report & Pedigree Charts    ***/
/****************************************************/


td.name {
  border: 1px solid #0000cc;
  background-color: #CCCC99;
  text-align: left;
  font-weight: normal;
  font-variant: small-caps;
  font-size: 0.9em;
  }


/****************************************************/
/***                 Links page                   ***/
/****************************************************/

h2 {
  font-size: 1.3em;
  font-variant: small-caps;
  padding: 0px;
  font-style: italic;
  color: #2121ad;
  }

table.links {  
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  border: 0px solid #2121ad;
  background: none;
  }

td.address {
  font-variant: small-caps;
  font-size: 10pt;
  color: #000000;
  padding: 1px;
  text-align: left;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
  }

td.logo{
  text-align: center;
  padding: 1px;
  border: 1px solid #cccccc;
  color: #2121ad;
  margin-bottom: 5px;
  }


/****************************************************/
/***             Pedigree Charts page             ***/
/****************************************************/

h3 {
  color: #000ccc;
  font-size: 1.1em;
  font-variant: small-caps;
  font-style: italic;
  padding: 2px 2px 2px 2px;
  }
 

/****************************************************/
/***               Records Index page             ***/
/****************************************************/

.banner {
  background-color:#0000CC;
  color: #ffffff;
  text-align: left;
  padding-left: 50px;
  font-size: 1.4em;
  font-style: italic;
  }

.censusinformation{
  }

.civil{
  }

.recordlink{
  padding: 2px 2px 2px 2px;
  margin: 4px 4px 4px 4px;
  text-align: center;
  color: #2121ad;
  font-variant: small-caps;
  font-size: 1em;
  }



/****************************************************/
/***       Civil Registration (BMD) Indexes       ***/
/****************************************************/

.documents{
  font-size: 1.1em;
  color: #333399;
  font-variant: small-caps;
  }
  
 .documents a {
  color: #333399;
  font-variant: small-caps;
  }
   
.documents a:hover {
  color: #FF0000;
  }

.infoname{
  background-color: #cccc66;
  font-size: 1.2em;
  color: #000000;
  }

.subindex {
  text-align: center;
  font-size:0.9em;
  text-transform: capitalize;
  }
  
.subindex a{
  color: #000000;
  }

.subindex a:hover{
  color: #FF0000;
  }


.subindexhead {
  background-color: #FFCC99;
  text-align: center;
  color: #000000;
  font-variant: small-caps;
  font-size: 1em;
  }

/****************************************************/
/***     Name, Minor Name & Civil Reg Indexes     ***/
/****************************************************/

td.person{
  padding: 1px 1px 1px 3px;
  border: 1px solid #cccccc;
  text-align: left;
  font-variant: small-caps;
  font-size: 1em;
  color: #000000;
  }


/****************************************************/
/***               Believed Unused                ***/
/****************************************************/

.left {
  float: left;
  text-align: left;
  }
     
.title{
  position: relative;
  top: 38px;
  }
