/* Style wspolne dla wszystkich stron witryny */

/* Style *********************************************************************/

body, table {
	font-family: Arial;
	font-size: 9pt;
	color: #e0e0e0;
	background-color: transparent;
	background-repeat: no-repeat;
	overflow: auto;
	
	/* Scrollbar */
	scrollbar-face-color: black;
	scrollbar-highlight-color: gray;
	scrollbar-shadow-color: gray;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: black;
	scrollbar-darkshadow-color: black;
}

/* Linki *********************************************************************/

a {
  cursor: default;
	text-decoration: none;
}

a:link {color:white} 
a:visited {color:white} 
a:active {color:white}
a:hover {color:white; text-decoration: underline}

a.inlink {
  cursor: default;
	text-decoration: underline;
}

a.inlink:active {color: #fec449}
a.inlink:hover {color: #fec449}

/* Klasy *********************************************************************/

.footnote {
  font-family: Verdana;
  font-size: 8;
	color: #c0c0c0;
}

.mlight {
  position: relative;
	width: 200;
	height: 17;
	color: white;
	filter: light(enabled=1); 
}

.subtitle {
  font-weight: bold;
	text-align: center;
	/* color: black;
	background-color: #f2f2f2; */
	color: white;
	background-color: #34669c;
}

.hidden {
  color: #808080;
}
