﻿.HomeLine
{
    display: block;
    clear: both;
    height: 31px;
    overflow: hidden;
    background-image: url(/CETN/WebSite/Home/Line.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

/*****************************************************
*** Message
*****************************************************/
.HomeMessagePanel
{
    display: block;
    float: left;
    width: 530px;
    padding-right: 20px;
    margin-right: 10px;
    background-image: url(/CETN/WebSite/Home/LineRight.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
.HomeMessageTitle
{
    display: block;
    clear: both;
    font-family: Arial Narrow, Tahoma, Verdana;
    font-size: 21pt;
    color: #6a7081;
    margin-bottom: 10px;
    font-weight: normal;
}
.HomeMessageDescription
{
    display: block;
    clear: both;
    font-family: Tahoma, Verdana, Arial;
    font-size: 0.8em;
    color: #333333;
    font-weight: bold;
    text-align: justify;
}
.HomeMessageText
{
    display: block;
    clear: both;
    font-family: Tahoma, Verdana, Arial;
    font-size: 0.8em;
    color: #666666;
    text-align: justify;
    margin-top: 20px;
}

/*****************************************************
*** Contact
*****************************************************/
.HomeContactPanel
{
    display: block;
    float: left;
    width: 170px;
    background-image: url(/CETN/WebSite/Home/ContactBack.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: -10px;
}
.HomeContactBox
{
    display: block;
    clear: both;
}
.HomeContactTitle1
{
    display: block;
    clear: both;
    font-family: Arial Narrow, Tahoma, Verdana;
    font-size: 12pt;
    color: #6a7081;
    padding-left: 60px;
    padding-top: 25px;
    line-height: 15px;
}
.HomeContactTitle2
{
    display: block;
    clear: both;
    font-family: Arial Narrow, Tahoma, Verdana;
    font-size: 17pt;
    color: #5e941b;
    padding-left: 60px;
    padding-bottom: 5px;
    line-height: 18px;
}
.HomeContactLabel
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    vertical-align: top;
    width: 65px;
    padding-left: 10px;
    padding-top: 2px;
}
.HomeContactDDD
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 8pt;
    color: #333333;
    vertical-align: top;
    width: 18px;
    padding-top: 1px;
}
.HomeContactPhone
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 9pt;
    color: #000000;
    vertical-align: top;
    padding-bottom: 5px;
}

/*****************************************************
*** Boxes
*****************************************************/
.HomeInformativePanel
{
    display: block;
    float: left;
    width: 230px;
    margin-right: 20px;
}
.HomeArticlePanel
{
    display: block;
    float: left;
    width: 230px;
    margin-right: 20px;
}
.HomeNewsPanel
{
    display: block;
    float: left;
    width: 230px;
}
.HomeBox
{
    display: block;
    clear: both;
}
.HomeBoxGroup
{
    display: block;
    clear: both;
    font-family: Arial Narrow, Tahoma, Verdana;
    font-size: 18pt;
    color: #6a7081;
    margin-bottom: 5px;
}
.HomeBoxCell
{
    vertical-align: top;
}
.HomeBoxDate
{
    display: block;
    clear: both;
    font-family: Arial Narrow, Arial, Tahoma;
    font-size: 15px;
    color: #5e941b;
    text-decoration: none;
}
.HomeBoxTitle
{
    display: block;
    clear: both;
    font-family: Arial, Tahoma, Verdana;
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
}
.HomeBoxDescription
{
    display: block;
    clear: both;
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.7em;
    color: #666666;
    text-decoration: none;
    margin-top: 4px;
    margin-bottom: 10px;
}
.HomeBoxLink
{
    display: block;
    clear: both;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    color: #0066cc;
    text-decoration: none;
    margin-left: 8px;
    margin-top: 3px;
}
.HomeBoxLink:hover
{
    color: #0033ff;
}

/*****************************************************
*** Banner
*****************************************************/
.HomeBannerCell
{
    padding-bottom: 13px;
}