/* Główne definicje */
*
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

html
{
    height: 100%;
}

body
{
    margin: 0px 0;
    min-width: 700px;
    color: #000000;
    text-align: center;
    background: url(http://cmsold.idcom.pl/global/template/smp_com_pl/img/tlo.jpg) top center repeat-x #8491B4;
}

.bodyClear
{
    min-width: 10px;
    text-align: left;
    background-color: #ffffff;
    color: #000000;
    margin-left: 10px;
    margin-right: 10px;
}

.bodyPrint
{
    background-color: #ffffff;
    color: #000000;
}

.divBodyPrint
{
    width: 100%;
}

/* tabele - ogolnie */

table 
{
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px auto;
}

td 
{
    text-align: left;
    font-size: 11px;
    vertical-align: top;
}

/* Listy */

ul,ol,dl
{
    margin-left: 15px;
    margin-bottom: 10px;
}

ul.square
{
    list-style: none;
    margin: 0px 5px;
}

li
{
    margin-left: 15px;
}

dd
{
    margin-left: 25px;
    margin-bottom: 5px;
}

dt
{
    margin-bottom: 5px;
}

/* Formularze */

input,textarea,select 
{
    font-size: 11px;
}

/* CMS */

.divCMS
{
    margin: 0 auto;
    text-align: left;
    line-height: 17px;
    font-size: 12px;
}

.divCMS td
{
    line-height: 17px !important;
    font-size: 12px !important;
}

/* Kolory */

.tabN
{
    width: 95%;
}

tr.szary1
{
    background-color: #eeeeee;
}

td.n
{
    font-weight: bold;
    color: #333333;
    padding: 4px;
    background-color: #eeeeee;
    border-bottom: 1px solid #ffffff;
    font-size: 12px;
}


td.l
{
    padding: 5px;
    vertical-align: top;
    background-color: #eeeeee;
    border-bottom: 1px solid #ffffff;
}

td.p
{
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #eeeeee;
}

/* */

