@charset "utf-8";
body  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #D7E7EA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006699;
}

* html body{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006699;
}

html {
overflow: -moz-scrollbars-vertical;
}

h1 {
	font-size:1.2 em;
}
h2 {
	font-size:1.4 em;
}

#topheader {
background-image: url(../images/jpegs/header.jpg);
height:106px;
width: 779px;
}

#headerleft {
float: left;
}

#headerright {
float: right;
color: #fff;
padding: 10px;
text-align: right;
}
#shopping a:link, #shopping a:visited, #shopping a:hover, #shopping a:active{
color: #fff;
}

#shopping {
margin-top: -15px;
clear:right;
float: right;
color: #fff;
padding: 10px;
text-align: right;
}
#headerright a:link, #headerright a:visited, #headerright a:hover, #headerright a:active{
color: #fff;
}
a:link, a:visited, a:hover, a:active   {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;	
}
a:link  {
	color: #009966;
}
a:visited  {
	color: #009966;
}
a:hover  {
	color: #003300;
}

.sitetext, .sitetext a:link, .sitetext a:visited, .sitetext a:hover, .sitetext a:active   {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;	
}
.sitetext a:link  {
	color: #009966;
}
.sitetext a:visited  {
	color: #009966;
}
.sitetext a:hover  {
	color: #003300;
}



#news a:link  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}

#news a:visited  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}

#news a:hover  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

#news a:active  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}


.twoColFixRtHdr #container { 
	width: 779px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	height: 142px;
} 


.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
}

* html .twoColFixRtHdr #sidebar1 {
	margin-right: 0px;
}

#border {
/*border: 8px solid #669999;*/
overflow:visible;
}




* html #border {
border: 8px solid #669999;
height: 400px;
overflow:visible;
margin-top: -2px;
}

#cell_left{
	margin:0;
	padding:0;
	width: 565px;
	float:left;
}
#cell_right{
	margin:0;
	padding:0;
	width: 150px;
	float:left;
}
#content {
margin: 9px;
}

#memberslogin {
background-color: #D7E7EA;
margin-top: 10px;
}

* html #memberslogin {
background-color: #D7E7EA;
margin-top: -20px;
}

#news {
background-color: #D7E7EA;
margin-top: 10px;
}

#signup {
background-color: #D7E7EA;
margin-top: 10px;
height:40px;
}

#sidebar1content {
background-color: #D7E7EA;
padding: 5px;
}

#memberslogin p{
margin-top: -5px;
}

.paragraphtextop {
margin-top: 5px;
}


#sidebar1container {
background-color: #D7E7EA;
}


.twoColFixRtHdr #mainContent { 
	margin: 0px 0px 0 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin-top: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#fff;
	min-height: 350px;
}

.twoColFixRtHdr #mainContent { 
padding-top: 00px;
}


* html .twoColFixRtHdr #mainContent { 
margin: 0px 0px 0 0px;
padding-top: 0px;
height: 350px;
}

#containerinside{
	width:100%;
	margin:0;
	padding:0;
	clear: both;
	padding:5px;
}


#ancestrysearch {
background-color:#D7E7EA;
height: 120px;
width:562px;

}

#familytree {
background-color:#D7E7EA;
height: 120px;
width:562px;

}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#009966;
	text-align:center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
		margin: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


   #tabsF {
   text-align:center;
      float:left;
      width:779px;
	  background-image:url(../images/jpegs/headerBottom.jpg);
      font-size:12px;
      line-height:normal;
	  color:#FFFFFF;
	  margin-top: -2px;
      }

	  
.date {
font-weight:bold;
}

.button_graphic {
margin-top: -5px;
float: right;
}






		
        .white_content {
            display: none;
            position: absolute;
            top: 25%;
            left: 25%;
            width: 500px;
            height: 200px;
            padding: 16px;
            border: 16px solid orange;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }

/***************************************
**************************************/

#familytree1 fieldset{  
margin: 0 0 0 0;  
padding: 0; 
} 
#familytree1 legend {  
margin-left: 0px;  
color: #000000;  
font-weight: bold; 
} 
#familytree1 label {  
display: block; 
margin-right: 5px; 
}
#familytree1  ol {  
padding: 0 0 0 0;  
list-style: none; 
} 
#familytree1  li {  
margin: 0 45px 0 0;
padding-bottom: 1em; 
} 
#familytree1  li.sameline {  
float:left;
margin: 0 5px 0 0;
padding-bottom: 1em; 
}
#clearb {  
clear:both;
} 

#fieldsetform1 fieldset{  
margin: 0 0 0 0;  
padding: 0; 
} 
#fieldsetform1 legend {  
margin-left: 0px;  
color: #000000;  
font-weight: bold; 
} 
#fieldsetform1 label {  
display: block; 
margin-right: 5px; 
}
#fieldsetform1  ol {  
padding: 0 0 0 0;  
list-style: none; 
} 
#fieldsetform1  li {  
margin: 0 5px 0 0;
padding-bottom: 1em; 
} 
#fieldsetform1  li.sameline {  
margin: 0 5px 0 0;
padding-bottom: 1em; 
}
input.i20{
size:20px;
}
#clearb {  
clear:both;
} 
.button {
	color: #000000;
	background: url(../images/gifs/buttonbg.gif) repeat;
	border: 1px solid #009900 inset;
	width: 60px;
	height: 20px;
}

.button1 {
font:Arial, Helvetica, sans-serif;
font-size: 10px;
	color: #fff;
	background: url(../images/jpegs/buttonbg.jpg) repeat;
	border: 1px solid #fff;
	width: 120px;
	height: 14px;
	text-decoration: none;
	text-transform:uppercase;
}

#surname {
width: 150px;
float: left;
}

#forename {
width: 150px;
float: left;
}

#search {
float:left;
}


#viewdetails table{
background-color: #fff;
width: 100%;
}

#viewdetails th {
font-size: 10px;
background-color: #669999;
color: #fff;
padding: 5px;
text-align: left;
width: 20%;
}

#viewdetails td{
background-color: #AFD0D5;
font-size: 10px;
text-align: center;
padding: 5px;
text-align:left;}

 #viewdetails  tr.odd  td {
      background-color: #D7E7EA;
    }

#searchresults table{
background-color: #fff;
width: 100%;
}

#searchresults th {
font-size: 10px;
background-color: #669999;
color: #fff;
padding: 5px;
}

#searchresults td{
background-color: #AFD0D5;
font-size: 10px;
text-align: center;
padding: 0 5px 0 5px;
height: 20px;}

 #searchresults  tr.odd  td {
      background-color: #D7E7EA;
    }

.arrow {
margin-top: 5px;
margin-bottom: 5px;
}

#newslisting h3 {
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #006699;
}



/*old all.css*/
.uppletters {
	text-transform: uppercase;
}
.capletters {
	text-transform: capitalize;
}
.lowletters {
	text-transform: uppercase;
}


/* FAMILY TREE */

#tabbedpanel {
width: 100%;
height: 23px;
background-color: #669999;
}

ul#tabnav {
list-style-type:none;
margin: 0;
padding-left:60px;
font: 11px verdana;
}

ul#tabnav li {
float:left;
height:21px;
background-color:#fff;
margin: 2px 2px 0 2px;
}

ul#tabnav a:link, ul#tabnav a:visited {
display: block;
color: #669999;
background-color: transparent;
text-decoration: none;
padding: 4px;
padding-left: 10px;
padding-right: 10px;
}

ul#tabnav a:hover {
background: #fff url(../images/gifs/tab_background.gif) repeat-x;
}

.selected  {
background: #fff url(../images/gifs/tab_background.gif) repeat-x;
}

#searchbar {
height: 30px;
background-color: #CCE1EC;
}

#search {
float:right;
}

.magnifier {
margin-top: 5px;
}

.findperson {
margin-top: -10px;
padding-top: -10px;
}

.searchtextbox {
vertical-align:top;
margin-top: 6px;
font: 10px Verdana, Arial, Helvetica, sans-serif;
color: #cc0033;
}

.gobutton {
margin-top: 6px;
vertical-align: top;}

.tree_stage {
height: 354px;
color:#FFFFFF;
}

.tree_stage_main {
height: 354px;
color:#FFFFFF;
}

.tree_stage_main a:link{
font-size:10px;
color:#fff;
text-decoration: underline;
}

.tree_stage_main a:visited{
font-size:10px;
color: #fff;
text-decoration: underline;
}

.tree_stage_main a:hover{
font-size:10px;
color: #000;
text-decoration: none;
}

.tree_stage_main a:active{
font-size:10px;
color: #fff;
text-decoration: underline;
}

.3rdcolumm {
height: 178px;
}

.primarynode {
height: 24px;
width: 125px;
background: #000 url(../images/gifs/primarynodeBg.gif) repeat-x;
color:#FFFFFF;
font-size: 10px;
font: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}


.familytreetext {
color:#FFFFFF;
font-size: 9px;
float:left;
}

.secondarynode {
height: 30px;
width: 125px;
background: #54949E url(../images/gifs/secondarynodeBg.gif) repeat-x;
color:#FFFFFF;
font-size: 10px;
font: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.secondarynode_summary {
margin-top: 22px;
}

.2ndcolumn {
height: 140px;
}

.paddingtop {
padding-top: 43px;
}

#bottomnav {
height: 36px;
background-color: #CCE1EC;
}




ul#bottomnav {
list-style-type:none;
margin: 0;
padding-left:60px;
font: 11px verdana;
}

ul#bottomnav li {
float:right;
height:21px;
background-color:#CCE1EC;
margin: 2px 20px 0 2px;
}


/*---------- bubble tooltip -----------*/
.ToolText{position:relative; 
color: #0C3D6E;
font-size: 10px;
width: 10px;
}
.ToolTextHover{position:relative;
font-size: 10px;
color: #0C3D6E;
}

.ToolText span{display: none;}

.ToolTextHover span{
width: 300px;
  display:block;
  position:absolute;
  border:5px solid #669999;
  top:1.3em;
  left:5px;
  background-color:white;
   color:#0C3D6E;
  text-align: center;
  padding: 10px;
  -moz-border-radius: 5px;
  text-align:left;
} 

.tooltipheader {
margin: 0;
padding: 0;
}


/*---------- manage trees -----------*/

.managetrees caption {
background-color:#669999;
color: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
text-align: left;
height: 40px;
}

.managetrees{
width: 734px;
background-color:#fff;
color: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.managetrees th{
background-color:#669999;
color: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
padding: 3px;
text-align:left;
}

.managetrees td{
background-color:#9fc0c5;
color: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 3px;
padding-top: 10px;
padding-bottom: 10px;
}

.bold {
font-weight: bold;}

.managetreestitle {
padding-top: 12px;
background:#669999 url(../images/jpegs/managetreesicon.jpg) left no-repeat;
padding-left: 50px;
}

.messagecentretitle {
padding-top: 12px;
background:#669999 url(../images/jpegs/messagecentreicon.jpg) left no-repeat;
padding-left: 50px;
}

/*---------- manage trees -----------*/

#mainmenu {
font-size: 10px;
list-style-type: none;
color:#006633;
font-weight: bold;
}


#mainmenu li{
height: 60px;
width: 350px;
background: #0099FF url(../images/jpegs/mainmenubg.jpg) repeat-x;
font-size: 10px;
list-style-type: none;
color:#006633;
font-weight: bold;
margin-bottom: 5px;
text-align: left;
}
.menulink a:link{
font-size: 11px;
color:#006633;
}

.menulink a:visited{
font-size: 11px;
color:#006633;
}

.menulink a:hover{
font-size: 11px;
color:#006633;
text-decoration: none;
}

.menulink a:active{
font-size: 11px;
color:#006633;
}




.mainmenuimages { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


/* my family  */

#myfamilysummary {
height: 140px;
width: 100%;
background:#000 url(../images/jpegs/myfamilybg.jpg) repeat-x;
}

#myfamilytextsummary {
color: #006666;
float: left;
width: 300px;
}

#myfamilytextsummary h2{
padding-top: 5px;
color: #006666;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

#myfamilytextsummary h4{
color: #006666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#photo {
width: 96px;
padding: 8px;
float:left;
}

.photo {
border: 1px solid #CCCCCC;
}

#graphicsummary{
float:right;
padding-left: 150px;
}

#graphicsummary a:link, #graphicsummary a:visited, #graphicsummary a:hover, #graphicsummary a:active   {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;	
}
#graphicsummary a:link  {
	color: white;
}
#graphicsummarya:visited  {
	color: white;
}
#graphicsummary a:hover  {
	color: #003300;
}

#familymembers {
font-size: 10px;
width: 170px;
background-color:#D2E4EE;
}

#familymembers caption {
background-color:#669999;
width: 170px;
height: 40px;
color:#FFFFFF;
font-size: 13px;
font-weight: bold;
}

#familymembers th {
background-color:#669999;
color:#FFFFFF;
font-size: 10px;
}

#familymembers td {
background-color:#9DBFC4;
color:#006699;
font-size: 9px;
}

#myfamilymembers {
padding-right: 10px;
float: left;
}

#myfamilyevents {
margin-top: 10px;
}

#myfamilyeventstable {
height: 150px;
width: 562px;
background-color: #D2E4EE;
}

#myfamilyevents caption {
background-color:#669999;
height: 40px;
color:#FFFFFF;
font-size: 13px;
font-weight: bold;
text-align:left;
}



#myfamilyevents td {
background-color: #9dbfc4;
color:006699;
font-size: 10px;}




/* LAYOUT OF 2 COLUMN FORMS */

input.txt {
color: #00008b;
background-color: #fff;
border: 1px inset #999999;
width: 200px;
}

input.btn {
color: #00008b;
background-color: #000000;
border: 1px inset #999999;
}



/* NEWS PAGE */

#newslisting h3 {
text-decoration: underline;
}

#newslisting ul {
list-style-image: none;
margin: 0;
padding: 0;
line-height: 14px;
}

#newslisting li {
padding-left: 30px;
list-style-type: none;
background: url(../images/gifs/emmerald.gif) left no-repeat;
text-decoration: none;
margin-bottom: 10px;
}

.newsimage{
padding-right: 20px;
padding-bottom: 20px;
border: none;
height: 100px;
}

/* FORM FORMATTIN 

fieldset {  
margin: 1.5em 0 0 0;  
padding: 0; 
} 
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold; 
} 
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none; 
} 
fieldset li {  
padding-bottom: 1em; 
} 
fieldset.submit {  
border-style: none; 
}
label {  
display: block; 
}*/



/*---------- MEMBERSHIP PAGE -----------*/


.membership{
background-color:#fff;
color: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.membership th{
background-color:#669999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-align:left;
}

.membership td{
background-color:#DBEAF2;
color: #336666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 3px;
padding-top: 10px;
padding-bottom: 10px;
font-weight:bold;
}

.membershipheaders {
background-color:#669999;
color:#CC0000;
}

.tick_cross {
text-align:center;
}

.membership_odd {
background-color:#EEF5F9;
}

.membership_description {
text-indent: 57px;}

.membership_prices {

}

#prices {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #336666;
font-weight: bold;
}

#prices td {
background-color:#EEF5F9;
margin: 0;
padding: 0;
border: 1px solid #003F1B;
}

.prices {
margin: 0 20px 0 20px;
}


.newstitle {
margin-left: 100px;
}

hr {
  border: 1px solid #D7E7EA;
  width: 60%;
  float: left;
}

* html hr {
  border: 1px solid #D7E7EA;
  width: 60%;
  float: left;
  margin: 10px 0 -10px 0;
}

.accountdetails label {
font-weight: bold;
width: 150px;
display:block;
float:left;
}

.accountdetails input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	background-color: #D7E7EA;
	border: 1px solid #669999;
	}




#familytreerelatives ul{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	margin:0;
	padding:0;
	width:125px;
	list-style-type: none;
}	
#familytreerelatives li{
	padding: 5px 5px 5px 10px;	
	border-bottom:1px solid #fff;	
}	
#familytreerelatives ul li ul{
	margin:0;
	padding:0;
	background:#fff;
}
#familytreerelatives ul li ul li{
	display: block; 
	width: 120px;
	border-bottom:1px solid #fff;
}
#familytreerelatives p{
	float:left;
}

.wife {
background-color: pink;
}

.child {
background-color: #999999;
margin-left: 10px;}

.husband {
background-color: #9DC6DB;}

#memberswelcome {
background-color: #D7E7EA;
width: 400px;
height: 250px;
}

#memberswelcometext {
margin: 20px;
}

.paddingleft {
margin-left: 10px;}


#empty {
background-image:url(wine.jpg);
width:50px;
height:50px;
margin:auto;
}
#empty a {
display:block;
height:50px;
}
* html #empty a {
display:inline-block;
}

.treemenu ul{
margin: 0px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.treemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
/*border: 1px solid black;*/
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.treemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
height:18px;
font-size: 9px;
color: #54949E;
background-color:#B8D1D5;
text-decoration: underline;
}

/* list4*/
#list4 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#list4 li{
	margin: 0;
	padding: 0;
	padding:2px;	
	}  
#list4 li.col1{
	margin: 0;
	padding: 0;
	width:50%;
	padding:5px 5px 0px 5px;
	border-bottom:3px solid #669999;
	height:30px;
	text-align:left;		
	font-size:16px;
} 

	
/* Holly Hack for IE \*/
* html .treemenu ul li { float: left; height: 1%; }
* html .treemenu ul li a { height: 1%; }
/* End */

#logobox {
   position: relative;
   text-align:center;
   width:270px;
   color:#000;
}

#logo{
	padding: 8px;
}


