/* 
    Document   : ttcstyles
    Created on : 03.12.2012, 11:48:37
    Author     : kireevva
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    /*display: block;*/
}


body {
    background-color: #fefefe;
    color: #212121;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1;
    margin: 0;
    zoom: 1;
}
#page {
    background-color: #ffffff; 
    box-shadow: 0 0 12px #aaaaaa; 
    margin: 0 auto; 
    text-align: left; 
    width: 980px;
}
#content {
    background-color: #ffffff; 
    float: left; 
    /*padding: 4px 12px;*/ 
    min-height: 850px; 
    margin: 0;
}
#header {
    height: 102px; 
    padding: 0;
}
#footer {
    height: 137px; 
    width: 980px; 
    clear: both;

}
#lefty {
    float: left; 
    position: relative; 
    width: 188px; 
    min-height: 900px;
    /*background-color: #BCD2FF;*/
}
table {
    width: 100%;
    /*    font-size: 1em;*/
    line-height: 1.4;
    border-collapse: collapse;
}
thead {
    font-style: italic;
    font-weight: bold;
    font-size: 0.9em;
    padding-bottom: 6px;
    color: #666666;
}
td {
    padding-left: 4px;
    padding-right: 4px;
}
table caption {
    font-style: italic;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 4px;
    color: #666666;
    text-align: left;
}
table caption, table thead, table tbody{
    border-bottom: 1px solid #aaaaaa; 
}
/*#central_pane {
    height: auto;
}*/
.clear {
    clear:both;
}
select {
    width: 12em;
    border: 1px solid #aaaaaa;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
/*#materials_list_id*/ 
ul {
    padding-left: 24px;
}
/*.m_header {
    font-weight: bolder;
    color: blue;
    width: 100%;
    margin-bottom: 10px;
}*/
.m_caption {
    font-size: 0.9em;
    font-weight: bolder;
    font-stretch: semi-expanded;
    color: #555555;
    margin-top: 4px;
}
.m_param {
    padding-left: 8px;
    font-style: italic;
}
.m_value {
    font-style: normal;
}
.add_layer {
    margin: 4px 0;
}
.choice_material, .choice_extra_material {
    cursor: pointer;
}
.results_table_class {
    margin-bottom: 8px;
    margin-top: 8px;
}
.humidity_material_class {
    cursor: pointer;
}
.light_row {
    color:#666666;
}
.content_text {
    padding: 0 12px; 
    margin: 4px 8px; 
    border: 1px solid #aaaaaa; 
    min-height: 840px;
    border-radius: 4px;
}
.content_text h1, h2, .results_note h1, h2 {
    color: #666666;
    padding-left: 12px;
}
.content_text h1 {
    font-size: 15px;
    margin: 8px;
}
.content_text h2 {
    font-size: 13px;
    margin: 0 8px;
    padding-top: 8px;
}
.content_text  p {
    text-align: justify;
    text-indent: 24px;
    line-height: 1.4;
    font-size: 12px;
    margin: 6px 0 6px 0;
}
.results_note {
    border: 1px solid white;
    display: none;
    border-radius: 4px;
    padding: 0 12px;
}
.results_note h2 {
    font-size: 12px;
    margin: 0 16px;
    padding-top: 4px;
}
.results_note p {
    text-align: justify;
    /*text-indent: 24px;*/
    line-height: 1.3;
    font-size: 12px;
    margin: 2px 0 2px 0;
}
img {
    border: none;
}
.annotation_control {
    cursor: pointer;
    padding-bottom: 6px;
    font-weight: bold;
    color: #555555;
}
.annotation_text {
    font-style: italic;
    display: none;
}