/* Główne definicje */

body
{
    width: 100%;
    background-color: #e6e6e6;
    margin: 0px;
    min-width: 970px;
    color: #333333;
    overfloww-x: hidden;
    font-family: arial, helvetica, sans-serif;
}

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

.divBodyPrint
{
    width: 100%;
}

div.clear 
{
    clear:both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

body#clear
{
    padding: 0px;
    margin: 0px;
}

/* tabele - ogolnie */

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

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

div
{
    text-align: left;
    font-size: 12px;
}

/* Listy */

ul,ol,li
{
    margin-left: 15px;
    padding: 0;
}

/* Formularze */

input[type="text"],input[type="password"]
{
    font-size: 11px;
    font-family: verdana;
    border: 1px solid #acacac;
    padding: 2px;
}

textarea,select 
{
    font-size: 11px;
    font-family: verdana;
    border: 1px solid #acacac;
    padding: 2px;
}

input[type="submit"],input[type="button"]
{
    font-size: 11px;
    font-family: verdana;
    border: 1px solid #acacac;
    padding: 1px;
}

input[type="checkbox"],input[type="radio"]
{
    margin-top: 2px;
}

/* Standardowe Stringi */

div.Informacja
{
    margin: 10px;
    border-bottom: 2px solid #eeeeee;
}

    div.Informacja div.naglowek
    {
	background-image:url('../../../img/ikony/panel_info.gif');
	min-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #DE7010;
	border-bottom: 4px solid #eeeeee;
    }

    div.Informacja div.tresc
    {
	padding: 15px 22px 15px 22px;
	font-size: 12px;
	font-family: verdana;    
    }
