/*******************/
/* General         */
/*******************/
.screen {
    display:            none;
    visibility:         hidden;
}

.print {
    display:            block;
    visibility:         visible;
}

a, a:visited, a span, a:visited span {
    color:              #000000;
}

/*******************/
/* Layout          */
/*******************/
#paper {
    width:              100%;
    background-image:   url(/et_static/space.gif);
}

#head {
    width:              100%;
    float:              left;
}

#content {
    width:              100%;
    float:              left;
}

#foot {
    margin-top:         20px;
    background-color:   #ffffff;
    border-top:         1px solid #A29F94;
    border-bottom:      none;
}

#contentFootLeft {
    margin-left:        0;
    color:              #000000;
}

#contentFootRight {
    margin-right:       0;
    color:              #000000;
}


/*******************/
/* Content         */
/*******************/
div.list div {
    padding:            0 4px 0 4px;
}

.heading {
    color:              #000000;
}