* {
    margin: 0;
    padding: 0;
    font-family: serif;
}

body > * {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

.noborder {
    border: none;
}

.footer {
    background-color: white;
    color: black;
    font-size: 10px;
}

.frameBlack {
    background-color: black;
}

.profile {
    font-size: 12px; /*font-weight:bold;*/
    margin-top: -15px
}

/**
* Robot css
**/

.robot {
    float: right;
    background-color: white;
    z-index: 10;
}

.robot td {
    font-size: 10px;
}

.robotLink {
    cursor: pointer;
    color: blue;
}

/**
* Sizor css
**/

.linkSelected {
    color: blue;
    cursor: default;
}

.linkNotSelected {
    color: gray;
    cursor: pointer;
}

/**
 * Map border css
 **/

.mark {
    cursor: pointer;
    border: 2px white solid;
    color: white;
}

.clean {
    cursor: inherit;
}

.hidor {
    background-color: black;
    position: absolute;
    color: white;
    font-size: 11px;
    width: 100%;
}

/**
 * Metas css
 **/

div.meta {
    padding-left: 8px;
    padding-bottom: 8px;
    z-index: 500;    
}

div.meta table {
    color: white;
    cursor: default;
    font-size: 11px;
    font-style: italic;
}

div.meta table tr td {
    text-align: right;
    font-weight: bold;
    font-style: normal;
}

div.meta table th {
    text-align: left;
    text-decoration: underline;
}

/**
 * Report albums css
 **/

tr.strip0 {
    background-color: beige;
}

tr.strip1 {
    background-color: white;
}

tr.strip2 {
    background-color: cornflowerblue;
}


