table {
 font: bold 11px Tahoma;
}

div.showFoto {
    margin: 8px 20px 5px 15px;
}


table.buttonTable td {
     background: #444444;
     cursor: pointer;
     border-collapse: collapse;
}

table.buttonTable td.inactiveButton {
     color: #cccccc;
}

table.buttonTable td.activeButton {
     color: #ffffff;
}

table.buttonTable td.selectedButton {
     color: #cccccc;
     background: #aaaaaa;
}

table.buttonTable td.activeButton:hover {
     background: #777777;
}

a{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 0.8em;
}

td.nobold {
  font: 11px Tahoma;
}


input.mapa{
    background: #FFFFFF;
    color: gray;
    border-width: 0px; 
    font: bold 11px Tahoma;
}

.fotoBorder{
	border-style: solid;
	border-color: #eeeeee;
	border-width: 1px;
position: absolute;
  margin: 8px 20px 20px 15px;

}

.fotoBorder2{
    border-style: solid;
    border-color: #eeeeee;
    border-width: 1px;
}


.statusIndicatorTable{
border-collapse: collapse;
width: 100%;
}

.statusIndicator{
background: url(images/indicator.gif) repeat-x left;
border-style: solid;
border-color: #777777;
border-width: 1px;
}

.statusIndicatorText{
padding: 5px 5px 5px 5px;
}

.statusIndicatorHeader{
background: url(images/winHeader.jpg) repeat-x left;
color: white;
padding-left: 5px;
border-bottom: 1px solid black;
}



.copyright{
   text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
}