body {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: #f9f9f9;
    color: black;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

div#globalWrapper {
    width: 100%;

    /*font-size: 110%;*/
    margin: 0;
    padding: 0;

    position: absolute;
    top: 50px;
}

div#column-content {
    width: 100%;
    float: right;
    margin: 0 0 .6em -12.2em;
    padding: 0;
}

div#content {
    margin: 0 0 0 12.2em;
    padding: 0 1em 1.5em 1em;
    position: relative;
    z-index: 2;
    background: white;
    color: black;
    border: 1px solid #aaa;
    border-right: none;
    line-height: 1.5em;
}

div#column-one {
    padding-top: 160px;
}

.visualClear {
    clear: both;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none
}

a:active {
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    color: red;
}

a.external {
    background: url(../images/external.png) center right no-repeat;
    padding-right: 13px;
}

#main-select-language > a {
    background: url(../images/16x16/tango-config-language.png) center right no-repeat;
    padding-right: 17px;
}

h1 {
    color: #083a7c;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}

select {
    padding: 2px 2px 2px 0;
}

textarea {
    width: 250px;
    height: 150px;
    vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

/* NAVIGATION MENU */

.nav {
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}

.menuButton a {
    color: #333;
    padding: 4px 6px;
}

.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}

div.errors ul {
    list-style: none;
    padding: 0;
}

div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}

td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}

tr {
    border: 0;
}

td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}

th {
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
    white-space: nowrap;
}

th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}

th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}

th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}

.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}

.list th, .list td {
    border-left: 1px solid #ddd;
}

.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}

.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}

.paginateButtons span {
    padding: 2px 3px;
}

.paginateButtonsTop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}

.paginateButtonsTop a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}

.paginateButtonsTop span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}

.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}

.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}

.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

/* genealogy.net specific settings */
div#menue {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #083a7c;
    width: 100%;
    height: 15px;
    border: 0;
}

ul#menue-row {
    height: 21px;
    margin: 0;
    background-color: #083a7c;
    text-align: center;
}

ul#menue-subrow {
    height: 21px;
    margin: 0;
    background-color: #195daf;
    text-align: center;
}

div#p-logo {
    top: 0;
    left: 0;
    position: absolute;
    background: #f9f9f9;
    z-index: 3;
    height: 155px;
    width: 12em;
    overflow: visible;
}

div#p-logo a,
div#p-logo a:hover {
    display: block;
    height: 155px;
    width: 12.2em;
    background-repeat: no-repeat;
    background-position: 35% 50% !important;
    text-decoration: none;
}

li.home-tab {
    background-color: #083a7c;
    border-bottom-width: 1px;
    border-color: #002c6e #001254 #001254 #002c6e;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    color: white;
    display: inline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: -2px;
    margin-right: -2px;
    padding-bottom: 2px;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
}

li.home-tab:hover {
    background-color: #195daf;

}

li.db-tab {
    background-color: #195daf;
    border-bottom-width: 1px;
    border-color: #002c6e #003587 #083a7c #002c6e;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    color: white;
    display: inline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: -2px;
    margin-right: -2px;
    padding-bottom: 2px;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
}

li.db-tab-active {
    background-color: #195daf;
    border-bottom-width: 1px;
    border-color: #002c6e #003587 #083a7c #002c6e;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    color: white;
    display: inline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: -2px;
    margin-right: -2px;
    padding-bottom: 2px;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
}

li.db-tab:hover {
    background-color: #195daf;;
}

li.home-tab a,
li.db-tab a,
li.db-tab-active a {
    color: white;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
}

footer {
    background-color: white;
    border-top: 1px solid #195daf;;
    border-bottom: 1px solid #195daf;;
    margin: .6em 0 1em 0;
    padding: .4em 0 1.2em 0;
    text-align: center;
    font-size: 90%;
}

div.pBody {
    font-size: 95%;
    background-color: white;
    color: black;
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: 0 .8em .3em .5em;
}

div.portlet {
    background-color: #195daf;
    border: 1px solid #eee;
    text-align: left;
    margin: 0 0 .5em;
    padding: 0;
    float: none;
    width: 11.6em;
    overflow: hidden;
}

div.portlet h5 {
    background: transparent;
    padding: 0 1em 0 .5em;
    display: inline;
    height: 1em;
    font-size: 100%;
    font-weight: bold;
    white-space: nowrap;
    color: white;
}

div.portlet ul {
    line-height: 1.5em;
    list-style-type: square;
    font-size: 95%;
    margin: 0;
}

div.portlet li {
    padding: 0;
    margin: 0;
}

p#valid-xhtml-css {
    position: absolute;
    right: 0px;
}

.dataTables_wrapper {
    min-height: 0;
}

.messageCount {
    background-color: red;
    padding: 3px;
    color: white;
    font-weight: bold;
}

.correction {
    background-color: lightpink;
}

.table-striped > tbody > tr:nth-of-type(odd) .correction {
    background-color: lightcoral;
}

.des-statistics {
    border: 1px solid darkblue;
    padding-left: 1em;
    background: #f0f0f0;
    max-width: 500px;
}

#testsystem {
    position: fixed;
    padding: 0 65px 0 65px;
    top: 40px;
    right: -60px;
    background-color: #a60000;
    color: #fff;
    font-size: 1em;
    z-index: 100;
    transform: rotate(+45deg);
    text-align: center;
    font-weight: bolder;
    border: #c14646;
    border-top-style: none;
    border-top-width: medium;
    border-right-style: none;
    border-right-width: medium;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-style: none;
    border-left-width: medium;
    border-style: dashed;
    border-width: 1px;
    pointer-events: none;
}

.start-map-popup {
    font-size: 1.2rem;
}

.start-map-popup img {
    width: 100px;
}

.start-map-popup .card {
    width: 120px;
}

.clickable {
    cursor: pointer;
}