/* ---- register table -------------------------------------------------------- */
table.register {
	border: thin solid darkgray;
	border-collapse: collapse;
}

table.register tr {
	vertical-align: top;
}

table.register th, table.register td {
	border: thin solid darkgray;
	padding: 2px;
}

/* ---- regular body stuff ------------------------------------------------------ */
body {
    background : #d1d1d1;
    line-height: 150%;
    font: 10pt Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
}

body.index {
    background-image: url("../img/papier-gekrumpelt.gif");
}

body.fampage {
    background-image: url("../img/eiche_doppel-sw.gif");
}

body.name-index {
    background-image: url("../img/Schrift-grau.gif");
}

body.pfr {
    background-image: url("../img/frauenkirche-white.gif");
  }

body.loc {
    background-image: url("../img/map-muc.gif");
  }

h1 {

	margin-bottom: 20px;
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

.bold {
	font-size: 12pt;
	font-weight: bold;
}


img.panePlus {
    position: relative; 
    top: 1px;
}

td {
    vertical-align : top;
  }

div#content {
	margin: 4px 4px 4px 4px;
}

div#content h2 {
	margin-top: 0.5em;
}

table#familySummary a:link>img, table#familySummary a:visited>img, table#familySummary a:hover>img, table#familySummary a:active>img, table#familySummary a:focus>img {
	border: 2px;
	border-color: blue;
	border-style: solid;
}

table#familySummary td {
	padding: 5px;
}

div.cell {
    background : #B6B6B6;
    font-size :  8pt;
    border : inset thin;
    position : absolute;
    text-align : center;
  }

div.cell a {
	font-size: 10pt;
}

td.small {
    font-size: 8pt;
  }


div#links {z-index: 0;}
div#links a {display: inline; }
div#links a span {display: none;}
div#links a:hover span {
    display: block;
    position: fixed;
    font-size: small;
    right: 2%;
    bottom: 40%;
    z-index: 2;
    width: 30%;
    height: 8em;
    color: blue;
    padding: 3px;
    border-style: solid;
    border-color: grey;
}
div.box {
    background: transparent;
    font-size: small;
    position: fixed;
    border-style: solid;
    border-color: grey;
    z-index: 2;
    right: 2%;
    bottom: 40%;
    width: 30%;
    height: 8em;
    padding: 3px;
}

div.elapsed_time {
	float: left;
	width: 250px;
	padding-left: 8px;
}

div.footer {
	float: right;
	width: 350px;
	font-size: small;
	text-align: right;
	padding-right: 8px;
}    

.claro .dijitTreeRow, .claro .dijitTreeNode .dojoDndItemBefore, .claro .dijitTreeNode .dojoDndItemAfter {
	background-image: none;
}

.tundra .dijitBorderContainer {
	background-color: transparent;
}

.tundra .dijitAccordionContainer {
	background-color: transparent;
}

.tundra .dijitAccordionContainer-dijitContentPane {
	background-color: transparent;	
}

.dijitAccordionText {
	font-size: 8pt;
}

.tundra .dijitAccordionTitleSelected {
	padding: 2px 2px 2px 4px;
}

.tundra .dijitAccordionTitle {
	padding: 2px 2px 2px 4px;
}


