.HeaderSpace { display: none; }
.MainSpace { position: relative; z-index: 4; }
.MainSpace .Section { width: 100%; background: #eff0ef; }
.MainSpace .Section td { width: 12.5%; padding: 2px 0 0 0; text-align: center; text-transform: none; }
.MainSpace .Section div { height: 60px; margin: 2px 0 1px 0; }
.MainSpace .Section h3 { font-size: 8pt; font-weight: normal; text-align: center; padding: 0 4px 4px 4px; }
.MainSpace .Section a { font-size: 8pt; }
.MainSpace .Section .Selected { padding: 0; vertical-align: bottom; }
.MainSpace .Section .Selected h3 { background: #eff0ef; padding: 0 0 4px 0; }
.MainSpace .Section .Selected div { background: #bac3c7; padding: 10px 0 0 0; margin: 0; }
.MainSpace h1
{
    background: #bac3c7; font-size: 12pt; padding: 4px; color: #fff;
    border-left: 0px solid #ed1b23; border-bottom: 0px solid #ed1b23;
    text-transform: uppercase;
}

.Models { background: #bac3c7; width: 100%; border-collapse: separate; }
.Models a { text-decoration: none; color: red; font-weight:700; font-size: 8pt; }
.Models td
{
    border-top: 2px solid #bac3c7;
    padding: 3px 20px 3px 20px;
    vertical-align: top;
    background: #cad4d9 url("/images/gird/arrow.3.png") no-repeat 5px 8px;
    border-right: 0px solid #f0f0f0;
    border-bottom: 1px solid #ed1b23;
}
.Models th
{
    border: 1px solid #ed1b23;
    border-bottom: 0;
    width: 20px;
    padding: 0;
    background: #f0f0f0 url("/images/gird/arrow.7.png") no-repeat 7px center;
}

.Context { padding:15px; }
.Entry h2 { padding: 10px; background: #f0f0f0; color: #0066b3; border-left: 1px solid #ed1b23; border-right: 1px solid #ed1b23; }
.Entry .Context { margin: 10px; width: auto; width: 770px;}
.Entry .Image { width: 200px; }
.Entry .Image img { border: 1px solid #333; }
.Entry .Draft { padding: 0 0 0 10px; }
.Entry .Draft img { margin: 0 0 10px 0; vertical-align: middle; }
.Entry .Destination { padding: 0; text-align: justify; }
.Entry .Description { margin: 10px 0 0 0; text-align: justify; }
.Entry .Note { padding: 0; text-align: justify; color: #555; }
.Entry .Note strong { color: #006db8; }

.Entry .More { background: #f0f0ff; border: 1px solid #99d; margin: 0 0 10px 10px; padding: 10px 10px 0 10px; }
.Entry .More h4 { color: #6b838e; font-size: 8pt; margin: 0;  }
.Entry .More ul { list-style: none; margin: 0; padding: 0 0 20px 0px; }
.Entry .More ul li { background: url("/images/gird/arrow.1.png") no-repeat 4px center; margin: 3px 0; padding: 0 0 0 20px; }

.Entry .Characteristics { padding: 10px 0; }
.Entry .Characteristics table { margin: 0 auto; border-bottom: 1px solid #99d; width: 100%; }
.Entry .Characteristics td, .Entry .Characteristics th { padding: 2px; border-bottom: 1px dotted #99d; }
.Entry .Characteristics th { text-align: left; font-weight: normal; border-left: 1px solid #99d; border-right: 1px solid #99d; border-bottom: 1px dotted #99d;  }
.Entry .Characteristics td { text-align: right; border-right: 1px solid #99d; }
.Entry .Characteristics .Empty { text-align: left; border: 0; border-right: 1px solid #99d; }
.Entry .Characteristics .Basic { padding: 4px; font-weight: bold; text-align: right; border: 1px solid #99d; border-bottom: 0; }
.Entry .Characteristics .Basic strong { font-size: 9pt; }
.Entry .Characteristics .First { border-top: 1px solid #99d; }
.Entry .Characteristics .Last th, .Entry .Characteristics .Last td { border-bottom: 0; }
.Entry .Characteristics .Filled { background-color: #f0f0ff; }


