body {
    background: #fff;
    font-family: arial, sans-serif;
    font-size: 90%;
    margin: 0;
    padding: 0;
}

a {
    color: #4d4d4d;
    font-style: italic;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    line-height: 1.2em;
    margin: .5em 0;
    padding: 0;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: .8em;
}

p {
    font-size: 1em;
    line-height: 1.4em;
    margin: 1em 0;
    padding: 0;
}

ul {
    margin: 0;
}

li {
    margin: 0.5em 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em 0;
}

th,
td {
    border: 1px solid #ccc;
    font-family: tahoma, sans-serif;
    font-size: .9em;
    padding: .5em;
}

th {
    font-size: .75em;
}

th a {
    color: #000;
    font-style: normal;
}

input,
textarea,
select {
    background: none;
    border: 0;
    color: #000;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}

div#version,
div#headline,
div#quick-links,
div#header,
div#navigation,
div#left-menu,
div#left-sidebar,
div#left-content *,
div#aux-menu,
div#right-content,
div#right-sidebar {
    display: none;
}

/* header */

div#header {
    border-bottom: 1px solid #4d4d4d;
    display: block;
    padding-bottom: 10px;
}

div#header * {
    display: none;
}

div#header div#logo {
    background: url(/images/index/micex-logo.png) no-repeat left top;
    display: block;
    height: 50px;
    overflow: hidden;
    width: 250px;
}

/* footer */

div#footer {
    border-top: 1px solid #4d4d4d;
    padding-top: 5px;
}

div#footer a {
    display: none;
}

div#footer p {
    font-size: .75em;
    line-height: 1em;
    margin: .25em 0;
}

/* articles */

div.article div.file {
    height: auto !important;
    height: 1%;
    overflow: hidden;
}

div.article div.file a p {
    display: inline;
}

div.sections a,
div.sections span {
    display: none;
}

div.sections strong {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: .5em 0;
    padding: 0;
}

/* quotes */

div.paginator-list,
div.with-selector ul,
div.chart-preview-selector {
    display: none;
}

table#instrument-info-view p {
    display: inline;
}

div.table-header,
div#orderbook-holder div {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    margin: .5em 0;
    padding: 0;
}

div.table-header label {
    display: none;
}

div#orderbook-holder table thead th,
div#orderbook-holder table thead td {
    font-size: .75em;
    text-align: center;
}

/* tech analysys */

ul.period-selector,
div.period-selector,
div#graph-container span {
    display: none;
}

div#mdiv_ie_fixer {
    display: none;
}

/* sitemap */

div#sitemap-switcher {
    display: none;
}


/* spreadsheet tables */

table.spreadsheet td {
    background: none !important;
}

span.pipe {
    display: none;
}

div.sorting-table a.parameter {
    display: none;
}

