﻿.mainDiv
{
    height: 580px;
}

.BannerDiv
{
    margin-left: -20px;
    /*margin-top:-16px;*/
    height: 200px;
}

.ContentDefaultPage
{
    top: 200px;
    left: -13px;
    height: 365px;
    width: 1164px;
    padding: 0px 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.DinamicElement
{
    font-family: arial;
    font-size: .95em;
    float: left;
    height: 366px;
    width: 287px;
    border: 1px double white;
    background-color: rgb(206, 206, 206);
    line-height: 1.30;
}

.DinamicDoubleElement
{
    font-family: arial;
    font-size: .95em;
    float: left;
    height: 366px;
    width: 574px;
    border: 1px double white;
    background-color: rgb(206, 206, 206);
    line-height: 1.20;
}

.DinamicElementTitle
{
    padding: 4px 4px 4px 14px;
    margin-top: 1px;
    color: White;
    background-color: Gray;
    font-weight: bold;
    height: 20px;
    cursor: pointer;
}

.DinamicElementTitleChaild
{
    padding: 2px 2px 2px 8px;
    background-color: #EAEAEA;
    font-weight: bold;
}
