/* local stylesheet */
td.title {
    text-align: right;
}
td.error {
    text-align: center;
    color: #8f0000 ;
}
#people-links {
    border-bottom: groove;
    margin-bottom: 1em;
    overflow: hidden;
}

table.dataTable td.title {
    padding-right: 0px;
    }

table.dataTable td.displayname {
    padding-left: 5px;
}

/* potrebuju selector vice selektivni, nez jen td.mail img */
body.page td.mail img, body.single td.mail img {
    border: none;
    padding: 0px;
    width: 25px;
}

body.page td.homeurl img, body.single td.homeurl img {
    border: none;
    padding: 0px;
    width: 32px;
}


body.page .person-basic img {
    float: left;
    display: block;
    max-width: 25%;
    margin-bottom: 1em;
    margin-right: 1em;
}

.fullname {
    font-weight: bold;
    font-size: 2em;
}

p.phone {
    margin: 2px;
}
p.fax {
    margin: 2px;
}
p.email {
    margin: 2px;
}
.emph {
    font-weight: bold;
}
div.person-details {
    clear: both;
}

div#tabs ul li i {
    /*background-image: none;*/
    display: inline;
    height: 0;
    margin-left: 0;
    margin-right: 0;
    width: 0;
}

#people_table a {
    color: #0090d3;
}