body {
    color: #000000;
    background-color: #ededed;
    background-image: none;
}

#top {
    background: url(images_silverline/silvertop1.png) repeat left top
}

#top_website_name a {
    color: #7e3517;
    font-weight: normal;
}

#top_website_name a:visited {
    color: #7e3517;
    font-weight: normal;
}

a#current_top {
    color: #000000;
    font-weight: bold;
    background: url("images_silverline/menuhover1.jpg") repeat left top;
}

#current a {
    color: #000000;
    font-weight: bold;
    background: url("images_silverline/menuhover1.jpg") repeat left top;
}

#content {
    background: url("images_silverline/silverbg1.jpg") repeat-x left top;
}

#rtlcontent {
    background: url("images_silverline/silverbg1.jpg") repeat-x left top;
}

/* Links */
a {
    color: #505050;
    text-decoration: none;
}

a:hover {
    color: #808080;
    text-decoration: underline;
}

p {
    line-height: 150%;
    margin: 15px 0 15px;
}

/* Default background color */
.genealogy_search{
    background-color: transparent;
    border: solid 1px #9d8a8a;
}
/* Used for old mainmenu_centerbox */
.genealogy_row{
    background: #FFFFFF url("images_silverline/background.gif") no-repeat;
    border: solid 1px #999999;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #c0c0c0;
}

/* Bootstrap menu */
.genealogy_menu {
    /* background: url("images_silverline/silvermenu1.png") repeat left top; */
    background-image: linear-gradient(to top, rgb(192, 192, 192) 0%, 	rgb(255, 255, 255) 80%);
}

/* Tables */
table.humo,
table.ext {
    background-color: #FFFFFF;
    margin-top: 10px;
}

table.standard {
    margin-left: auto;
    margin-right: auto;
}

/* 1st table A-Z */
table.humo td {
    border-color: #3355cc;
}

table.humo tr:first-of-type td {
    border-color: #3355cc;
}

td.style_tree_text {
    background-color: #eeeeff;
}

/* familypage */
.pers_name {
    color: #000000;
}

/* A-Z title and header text reports (Generation I, II, etc.) */
.standard_header {
    color: #000066;
    /* margin-top: 10px; */
}

/* Ancestor graphical */
div.ancestorName {
    border-color: #000066;
    color: #000000;
    font-family: "arial narrow";
    font-size: 75%;
}

/* Text */
div.ancestorName a {
    color: #222222;
    font-weight: bold;
}

div.ancestor_line {
    border-bottom-color: #000066;
    border-top-color: #000066;
}

div.ancestor_split {
    border-left-color: #000066;
    border-bottom-color: #000066;
    border-top-color: #000066;
}

div.hour_ancestor_split {
    position: absolute;
    width: 8px;
    border-right: 1px solid #000066;
    border-bottom: 1px solid #000066;
    border-top: 1px solid #000066;
}

.ancestorName {
    line-height: 100%;
}

.chart_line {
    background-color: #000066;
    border: 0px;
}

/* table header  */
.table_headline {
    background: url("images_silverline/menuhover.jpg") repeat left top;
}

table.reltable td {
    border: 0px;
}

table.reltable {
    background: none;
    background-image: none;
}