/* foot.css - arkusz styl&oacute;w dla stopki witryny foot.php */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	color: #000;
}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6pt;
	font-weight: bolder;
	text-align: center;
	text-decoration: underline;
	color: #0c0;
}

.dataheader {
	background-color: #0c0;
	border-left-color: Green;
	border-left-style: solid;
	border-left-width: 10px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	width: 148px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
}

.databorder {
	background-color: #dbffa6;
	border-bottom-color: Green;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #c0c0c0;
	border-left-style: dashed;
	border-left-width: 1px;
	border-right-color: #c0c0c0;
	border-right-style: dashed;
	border-right-width: 1px;
	border-top-color: #c0c0c0;
	border-top-style: dashed;
	border-top-width: 1px;
}

.datatext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	text-align: left;
}

.info {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
