body
    {
    font-family: Tahoma;
    font-size: 14px;
    line-height: 16px;
    background-color: #F0F0F0;       /* used to be #f8f8ff; */
    }

p
    {
    margin-top: 14px;
    margin-bottom: 14px;
    }

ul, ol
    {
    margin-top: 14px;
    margin-bottom: 14px;
    }

li
    {
    line-height: 16px;
    }

#content div
    {
    position: absolute;
    overflow: hidden;
    }

div table
    {
    width: 100%;
    height: 100%;
    border-spacing: 0px;
    border: 1px;
    border-collapse: collapse;
    background-color: #FFFFFF;
    }

div td
    {
    background: red;   /* setare de test pentru a verifica daca s-a anulat cellpadding-ul */
    padding: 0px;
    }

a img
    {
    border: 0px;
    }

#content
    {
    
    background: red;
    }

#headerDiv
    {
    left: 10px;   
    top: 10px;
    right: 134px;   
    width: auto;
    height: 100px;
    background-color: #FFFFFF;
    }



#subHeaderDiv td
    {
    font-weight: bold;
    font-size: 14px;
    color: #2A3C94;
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
    }

#menuDiv
    {
    left: 10px;
    top: 120px;
    width: 112px;

    border: solid #2A3C94 1px;
    background-color: #FFFFFF;
    }

#menuDiv td.spacer
    {
    height: 1px;
    background: #ffbc18;
    }

#languageDiv
    {
    top: 370px;
    left: 10px;
    width: 114px;
    height: 26px;
    background-color: #FFFFFF;

    }

#languageDiv td
     {
    height: 1px;
    background: transparent;

    }

#mainDiv
    {
    top: 120px;
    left: 134px;
    right: 134px;    /* used to be 200 */
    width: auto;
    height: auto;
    border: solid #2A3C94 1px;
    padding: 10px;
    background-color: #FFFFFF;
    }

#mainDiv div
    {
    position: static;
    }

#mainDiv td
    {
    background: transparent;
    }

#mainDiv table
   {
   height: auto;
   }

#partnersDiv
    {
    top: 402px;
    left: 10px;
    width: 112px;
    height: 220px;
    border: solid #2A3C94 1px;
    background-color: #FFFFFF;
    }
