/* --- link --- */

a:visited, .linkX a:visited, a:link, .linkX a:link, .fontX{
	color: #DE7001;
	text-decoration: none;
}

a:hover, .linkX a:hover{
	text-decoration: underline;
}

.linkA a:visited, .linkA a:link, .fontA{
	color: #525252;
	text-decoration: none;
}

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

.linkB a:visited, .linkB a:link, .fontB{
	color: white;
	text-decoration: none;
}

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

.linkC a:visited, .linkC a:link, .fontC{
	color: #525252;
	text-decoration: none;
}

.linkC a:hover{
	color: #EC8D00;
	text-decoration: none;
}

/* --- font --- */

.fontAR, .arrow{
	font-family: "MS Sans Serif", Tahoma, Helvetica;
    font-size: 8pt;
}

.fontHD, .head{
	font-size: 10pt;
}

.fontMN, .mini{
	font-size: 7pt;
}

.fontSA{
	color: #999999;
}

/* nie używana na razie
.fontSB{
	color: red;
}
*/

/* --- main --- */

html, body{
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	background-color: #ededed;
}

body, td, th, div, p, span, select, input, textarea{
	font-family: Verdana, "MS Sans Serif", Tahoma, Helvetica;
	font-size: 8pt;
	color: #525250;
}

img{
	border: 0;
}

ul{
	list-style-type: square;
	padding: 0;
	margin: 0 0 0 17px;
	/* margin-left: 17px; */
}

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

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

.square{
	width: 5px;
	height: 5px;
	background: #525250;
}

.border, .borderA{
	border: #A8A8A8 1px solid;
}

.notice, .noticeA{
	padding: 20px;
	text-align: center;
}

/* --- bg --- */

.bg, .bgA{
	background: #ededed;
}

.bgLN{
	background: #ededed;
}

/* --- center --- */

.center, .centerT{
	text-align: center;
}

.centerM{
	margin: 0 auto;
}

/* --- div --- */
/* nie używane
.divFL{
	float: left;
}

.divFR{
	float: right;
}
*/

/* --- table (table = tableA) --- */

.table, .tableA{
	width: 99%;
	margin: 0 auto;
}

.table, .tableA, .tableB, .tableC, .tableD{
    border-collapse: collapse;
    background-color: #ffffff;
}

.table td, .table th, .tableA td, .tableA th, .tableB td, .tableC th, .table03 td, .tableD th{
	text-align: left;
    padding: 5px;
}

.tableD td, .tableD th{
    padding: 0px;
}

.table td, .table th, .tableA td, .tableA th, .tableC td, .tableC th{
	border: #CCCCCC 1px solid;
}

.tableB td, .tableB th, .tableD td, .tableD th{
	border: 0px;
}

.bigTable {
	margin: 0 auto;
	width: 99%;
	border-collapse: collapse;
    background-color: #ffffff;
}

.bigTable td, .bigTable th {
	text-align: left;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 7pt;
}

/* --- calendar --- */

.calendar{

}

.calendarM, .calendarH /* , .calendarM a:visited, .calendarM a:link */{
	text-align: center;
	color: #297F7E;
}

.calendar td{
	border: #ededed 1px solid;
	padding: 2px;
	text-align: center;
}
