a:visited, a:link{
	color: #2D3A5C;
	text-decoration: none;
}

.gray a:visited, .gray a:link, .gray{
	color: #6E6E6E;
	text-decoration: none;
}

.red a:visited, .red a:link, .red{
	color: red;
	text-decoration: none;
}

a:hover, .gray a:hover, .red a:hover{
	color: gray;
	text-decoration: underline;
}

html, body{
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
}

body, td, th, div, p, span, select, input, textarea{
    font-family: Verdana, "MS Sans Serif", Tahoma, Helvetica;
    font-size: 8pt;
    color: #233660;
}

img{
	border: 0;
}

ul{
    list-style-type: square;
    padding: 0;
    margin-left: 20px;
}

li{
	margin-top: 3px;
	margin-bottom: 3px;
}

hr{
    color: #D0D0D0;
    height: 1pt;
}

.mini{
    font-size: 7pt;
}

.arrow{
    font-family: "MS Sans Serif", Tahoma, Helvetica;
    font-size: 8pt;
}

.border{
	border: #A8A8A8 1px solid;
}

.notice{
	margin: 20px;
	text-align: center;
}

.bg, bg01{
	background: #ededed;
}

.clear{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.center{
	text-align: center;
}

.mrgAuto{
	margin: 0 auto;
}

.table01{
	width: 100%;
	margin: 0 auto;
}

.table01, .table02, .table03, .table04{
    border-collapse: collapse;
    background-color: #ffffff;
}

.table01 td, .table01 th, .table02 td, .table02 th, .table03 td, .table03 th{
	text-align: left;
    padding: 5px;
}

.table04 td, .table04 th{
    padding: 0px;
}

.table01 td, .table01 th, .table03 td, .table03 th{
	border: #CCCCCC 1px solid;
}

.table02 td, .table02 th, .table04 td, .table04 th{
	border: 0px;
}

.kalendarz {
	background-color: #FFFFFF;
	padding: 0px ;
	margin: 0px ;
}

.kalendarz td {
	padding: 0px 4px 7px 4px;
	text-align: center;
	vertical-align: middle;
}

.kalendarz .dniTygodnia {
	color: #000;
	font-weight: bold ;
}

.kalendarz .dniTygodnia .niedziela{
	color: #A53726;
	font-weight: bold ;
}

.kalendarz .dni {
	color: #666666;
	background-color: #FFFFFF;
	padding: 2px ;
}

.kalendarz .aktywne {
	color: #000;
	font-weight: bold ;
	background-color: #D6D6D6 ;
	padding: 2px ;
	text-decoration: none ;
}