a:visited, a:link{
	color: red;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

body{
    margin: 0px;
    background: #ffffff;
    text-align: center;
}

td, th, div, p, span{
    font-family: Verdana, MS Sans Serif, Tahoma, Helvetica;
    font-size: 8pt;
    color: #1F4085;
}

img{
	border: 0;
}

hr{
    color: #D0D0D0;
    height: 1pt;
}

ol, ul{
    margin: 16 0 16 32;
    padding: 0px;
}

ul{
    list-style-type: square;
}

li{
    margin-top: 3px;
    margin-bottom: 3px;
}

select, input, textarea{
    font-family: Verdana, MS Sans Serif, Tahoma, Helvetica;
    font-size: 8pt;
    color: black;
}

.gray{
	color: gray;
}

.selector, .selector a:visited, .selector a:link{
    color: #909090;
    text-decoration: none;
}

.selector a:hover{
    text-decoration: underline;
}

.head{
	font-size: 10pt;
	font-weight: bold;
}

.mini{
    font-size: 7pt;
}

.arrow{
    font-family: MS Sans Serif, Tahoma, Helvetica;
    font-size: 7pt;
    font-weight: bold;
}

.margin{
	margin: 6px;
}

.padding, #content{
	padding: 6px;
}

.notice{ /* formatuje komunikaty */
    text-align: center;
    margin: 20;
}

.border{ /* ramka */
    border: #D0D0D0 1px solid;
}

.table{
    border-collapse: collapse;
}

.table td, .table th{
    text-align: left;
    border: 1px #D0D0D0 solid;
    padding: 5px;
}

.table .bgselect, .table thead td, .table thead th{
    font-weight: bold;
    background-color: #ededed;
}

.windowModules{ /* formatuje pliki: _druk.php, rejestrZmian.php, itd... */
    margin: 10px;
    background-color: #ffffff;
    background-image: url(../img/spacer.gif);
}

#mainContent, .mainContent, .padding01{
	padding: 10px;
}
