/* 
    Document   : profile
    Created on : 14.09.2009, 20:37:47
    Author     : Andre
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.profile {
    line-height: 1.5em;
}

.profile h1 {
    border-bottom: 2px solid #7a0001;
    font-size:1.5em;
    font-weight:normal;
    margin:15px 0;
    padding-left:20px;
    text-align:left;
}

.profile table {
    width: 99%;
    border: 2px solid #7a0001;
    border-spacing: 0px;
    border-collapse: collapse;
}

.profile th {
    background-color:  #7a0001;
    color: #dfb32e;
}

.profile td {
    padding-right: 10px;
    vertical-align: top;
}

.profile .light {
    background-color: #e3b376;
}

.profile .dark {
    background-color: #b96846;
}

.profile .foto {
    float: left;
}

.profile .foto table {
    width: auto;
    margin: 5px;
    background-color: #e3b376;
}

.profile .foto th {
    text-align: center;
}
.profile .foto1 {
    float: center;
}

.profile .foto1 table {
    width: auto;
    margin: 5px;
    background-color: #e3b376;
}

.profile .foto1 th {
    text-align: center;
}

.sdfootnote {
	margin-left: 0.5cm;
	text-indent: -0.5cm;
	margin-bottom: 0cm;
	font-size: 8pt;
	text-align: center;
}