HTML {
        height: 100%;
}

BODY
{
        margin: 0;
        height: 100%;
        font-size: 10pt;
        background-color: #A5DDF8;
        background-image: url(images/background.png);
        background-repeat: repeat-x;
}
/* ------------ Основной контент -------------------- */
td
{
        font-size: 10pt;
}
p
{
        margin:0;
        text-align:justify;
        margin-bottom:10px;
}
h1
{
}
h2
{
}
h3
{
}
h4
{
}
.title
{
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 16pt;
    font-weight: bold;
}
#content
{
    background: #FFFFFF;
    border: 2px solid #027AC1;
    padding: 10px;
}
a.menu
{
    color:#027AC1;
    font-weight:bold;
    text-decoration:none;
    display:block;
    padding:2px 0 2px 5px;
}
a.menu:hover
{
    color:#DFEEFF;
    display:block;
    padding:2px 0 2px 5px;
    background: #027AC1;
}
.panel
{
    padding: 10px;
    background: #FFFFFF;
    font-family: Arial, Verdana;
    font-size: 10pt;
    vertical-align: top;
    border: 2px solid #027AC1;
}
.panel h1
{
    color: #00669F;
    text-align:center;
    margin:0;
    font-size: 11pt;
}
a {
    color: #00669F;
    font-weight:bold;
    text-decoration:none;
}
a:hover {
    color: #5DB2E0;
}
.result table
{
    border-collapse: collapse;
}
.result th
{
    background-color: #C4E5F7;
    border: 1px solid #00669F;
    font-size: 13px;
}
.result td
{
    background-color: #FFFFFF;
    border: 1px solid #00669F;
    font-size: 13px;
}
/* ------------ Форма для отправки писем -------------------- */
#formLetter, #formLetter td
{
        line-height:20px;
        color:#555555;
        font-family:"Trebuchet MS", Arial, Verdana;
        font-size: 10pt;
        padding-right: 10px;
}
#formLetter h1
{
        font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
        font-size:14pt;
        text-transform:uppercase;
        font-weight:normal;
        margin:0;
        padding:0;
        padding-top:15px;
        color: #00669F;
        margin-bottom:10px;
        text-align:left;
}
#formLetter form
{
        margin: 0;
}
#formLetter TEXTAREA, #formLetter INPUT, #formLetter SELECT
{
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
}
#formLetter .button
{
        font-family:"Trebuchet MS", Arial, Verdana;
        background: #EEEEEE;
        border: 1px solid #DDDDDD;
        color: #AAAAAA;
        font-weight:bold;
}
#formLetter INPUT.radio_w { background: #FBFBFB; border: none; }
#formLetter INPUT.radio_r { background: #FFF2F2; border: none; }
.commentErr
{
        font-weight: bold;
        color: #980505;
}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4{display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#FBFBFB; border-left:1px solid #EEEEEE; border-right:1px solid #EEEEEE;}
.xb1 {margin:0 5px; background:#EEEEEE;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent
{
        padding: 10px;
        display:block;
        border:0 solid #EEEEEE;
        border-width:0 1px;
        color: #555555;
        vertical-align: top;
        text-align: left;
        background:#FBFBFB;
}
/* end ------------ Форма для отправки писем -------------------- */
/* ------------ Мой контент -------------------- */
#logo
{
    position: absolute;
    top: 0;
    right: 0;
}
.copyright
{
        font-size: 8pt;
        color: #555555;
        font-family:"Trebuchet MS", Arial, Verdana;
}
/* end ------------ Мой контент -------------------- */

