/* ======= */
/* Layout */
body {
width: auto;
min-width: 600px;
text-align: center;
background: #FFF;
padding: 0px 40px;
}
#bg_gray {
width: 100%;
padding: 11px 0px;
}
#table_layout {
width: 600px;
text-align: left;
margin: 0px auto;
}

/* ======= */
/* Blocks */
#td_language,
#td_search,
#td_top_menu,
#td_header,
#left_column {
display: none;
}
#footer {
border-top: 1px solid #CCCCCC;
/*margin-left: 31px;*/
padding-top: 19px;
}
#td_link_print {
text-align: right;
}
.column_layout_vr {
display: none;
}

/* ========= */
/* Elements */
#td_logo img {
margin-left: -1px;
}

#footer .right,
#footer .left a,
.body .link_print,
.body .link_back,
.body .bottom_links,
.body .pager {
display: none;
}
.status, .status * {
color: #000;
}

#td_link_print .link_print {
margin-top: 67px;
}

/* ======== */
/* Content */
#second_page .body,
#second_page .body * {
color: #000;
}
.body table,
.body th,
.body td,
#second_page .data th,
#second_page .data td {
border-color: #000;
}
.body ul {
list-style-type: disc;
padding-left: 20px;
}
.body ul li,
#second_page .body ul li {
padding-left: 0px;
background-image: none;
}
