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


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;
background: white;
color: black;
border: 1px solid #aaa;
border-right: none;
line-height: 1.5em;
}
div#column-one {
padding-top: 160px;
}

li#main-select-language {
             list-style-image:url(../images/16x16/tango-config-language.png);
}


.visualClear {
clear: both;
}

a { font-weight: bold; }
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;
}

h1 {
    color: #006dba;
    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 {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid none solid none #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;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
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: no-repeat right;
}
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 {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    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 #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}
.currentStep {
    background: #bbb;
}

/* 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 {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttonsbuttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
input.create {
    background: transparent url(../images/skin/database_add.png) 5px 50% no-repeat;
    padding-left: 28px;
}

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

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

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

div#p-logo {
top: 0;
left: 0;
position: absolute; 
background: #f9f9f9;
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: #eeeeee;
    border: 1px solid #C6C5C5;
    border-top-color: #E0E0E0;
    border-left-color: #E2E0E0;
    color: #000080;
   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: #dddddd;

   }

li.db-tab {
   background-color: #FFE000;
    border: 1px solid #C6C5C5;
    border-top-color: #E0E0E0;
    border-left-color: #E2E0E0;
    color: #000080;
   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: #ffc000;
    border: 1px solid #C6C5C5;
    border-top-color: #E0E0E0;
    border-left-color: #E2E0E0;
    color: #000080;
   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: #FDD000;
}

li.home-tab a,
li.db-tab a,
li.db-tab-active a  {
color : #000000;
text-decoration: none;
    margin: 2px 5px;
}
  
div#bodyContent h1, div#bodyContent h2 {
margin-bottom: .6em;
}
div#bodyContent h3, div#bodyContent h4, div#bodyContent h5 {
margin-bottom: .3em;
}


div#footer {
background-color: white;
border-top: 1px solid #fabd23;
border-bottom: 1px solid #fabd23;
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: #FFE000;
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;
}

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:0;
}
#cp {
    z-index: 1;
}

.Frau {
    background: #ffdddd;
}

.Mann  {
    background: #ddddff;
}

.person_box_F { background-color: #E9DAF1; border: 1px solid #FF2080; padding: 3px; }
.person_box_M { background-color: #EDF7FD; border: solid #81A9CB 1px; padding: 3px; }
.person_box_missing { background-color: #ffffff; border: dashed #999 1px; padding: 3px; }

#pedigree_tree td { padding:0; vertical-align: middle;}
#pedigree_tree table { border: none;}

a.gov-link { font-size: smaller; }