@page {
    size: landscape;
}

* {
    background-color: white !important;
    background-image: none !important;
}

body {
    width: 100%;
    margin: 0;
    float: none;
    background-color: transparent;
    font-size: 12px;
    font-family:'Times New Roman',Times,serif;
    color:#000000;
}

#header, #menu, #submenu, #footer, .pagination, .responses, .button {
    background-color: transparent;
    padding-top: 10px;
    display: none;
}

#content { 
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

a, a:after, a:link:after, a:visited:after { 
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    font-size: 12px;
    background: #FFFFFF;
}

th {
    color: #808080;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

thead th {
    padding: 8px 2px;
    background: url(/filter/static/img/th_back.gif) repeat-x;
    /* #edebea */
}

th,td,caption {
    padding: 2px 2px;
    border: 1px solid #cccccc;
    vertical-align: middle;
}

tfoot {
    padding: 10px 5px;
    font-weight: bold;
    background: #f6f6f6;
}

td.right {
    text-align: right;
}

td.center {
    text-align: center;
}

td.nowrap {
    white-space: nowrap;
}