
body {
color: #000000;
background: #ffffff;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 12px;
}
a {
color: #00007f;
}

#overall {
width: 900px;
margin-left: auto;
margin-right: auto;
}

h1 {
font-size: 34px;
}

h1, #searchform, #googleprops {
text-align: center;
}

#queryfield {
width: 400px;
}

#googleprops {
padding-top: 43px;
background: url(powered_by_google_135x35.gif) no-repeat;
background-position: top center;
margin-top: 2em;
}

.resultslist, .resultslist li {
list-style: none;
margin: 0;
padding: 0;
}

.personresult {
border: 1px solid #aaaaaa;
background: #eeeeee;
padding: 8px;
margin: 8px 0;
}
.personresult .photoholder {
float: left;
}
.personresultdetails {
margin-left: 108px;
}
.personresultname {
font-size: 1.1em;
font-weight: bold;
}
.personresultaka {
font-size: 0.9em;
}
.personresultnodescontainer {
margin-top: 8px;
}

.personresultnodescontainer ul, .personresultnodescontainer li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
.personresultnodes a {
background-repeat: no-repeat;
background-position: left center;
display: block;
min-height: 16px;
padding-left: 16px;
}
.personresultnodescontainer.collapsed .personresultnodes a {
overflow: hidden;
width: 0;
height: 16px;
float: left;
margin-left: 4px;
}
.personresultnodescontainer.expanded .personresultnodes a {
padding-left: 20px;
margin-top: 4px;
margin-bottom: 4px;
}

.personresultnodescontainer .expander {
float: left;
overflow: hidden;
width: 0;
height: 16px;
padding-left: 16px;
background-repeat: no-repeat;
background-position: center;
}
.personresultnodescontainer.expanded .expander {
background-image: url(expander-expanded.gif);
}
.personresultnodescontainer.collapsed .expander {
background-image: url(expander-collapsed.gif);
}
.personresultnodes {
margin-left: 16px ! important;
}

.pageresult {
margin: 8px 0;
}
.pageresult p {
margin: 2px 0;
max-width: 42em;
}
.pageresultheading {
font-size: 1.1em;
font-weight: bold;
}
.pageresultfooter {
font-size: 0.9em;
color: #aaaaaa;
}

