/**
 *  Edito - styl bazowy 
 */

body, td {
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}

td { vertical-align: top;}

body {
	margin: 0;
	padding: 0;
	border-style: none;
	line-height: 17px;
	color: #4F4F4F;
	background: #fff;
}

p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 19px;
}

ol, ul, li {
	margin: 0 0 0 10px;
	padding: 0;
}

ul {
	list-style-type: disc;
	list-style-image: url(../images/search-results-arrow.gif);
	list-style-position: inside;
}

* html ul {
	list-style-type: square;
	list-style-image: none;
}

*:first-child + html ul {
	list-style-type: square;
	list-style-image: none;
}

ul li {
	padding: 4px 0 4px 0;	
}

.blok-dolny ul li, 
.reg3 ul li,
.reg4 ul li {
	margin: 0;
	list-style-type: disc;
	list-style-image: url(../images/ikona-strzalka-ciemna.gif);
    list-style-position: inside;
}

li { padding: 0 0 0 5px; }

ol { padding: 0 0 0 7px; }

h1, h2, h3, h4, h5, h6, h7, p, form {
	margin: 0;
	padding: 0;
}

.clear { clear: both; }

a {
	color: #2572b4;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

label { cursor: pointer; }

.fix {
	overflow: hidden;
	height: 1% !iefix;
}

/**
 *  FCK Editor - select styli 
 */
h1 { font-size: 14px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; color: #3881C8;}
h5 { font-size: 10px; }
h6 { font-size: 9px; }

table.tabelkaszara {
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}

table.tabelkaszara td, table.tabelkaszara th {
	padding: 3px;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

/* DHTML Popup */
.Popup {
	border: 1px solid #c8d0cf;
	background-color: #fff;
	z-index: 200 !important;
}

.Popup .ImageContainer {
	padding: 5px;
	height: 100%;
	text-align: center;
}

.Popup .Loader {
	height: 100%;
	border: 1px solid #c8d0cf;
	background-image: url(../images/lightbox-ico-loading.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.Popup .Preview {
	border: 1px solid #c8d0cf;
}

.Popup td.IcoClose { text-align: left; }

.Popup div.IcoClose {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/lightbox-btn-close.gif) 50% 50% no-repeat;
	cursor: pointer;
}

.PopupOverlay {
	width: 100%;
	height: 500px;
	background-color: #999;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
	z-index: 190 !important;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1010;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	margin: 0 auto;
	width: 250px;
	height: 250px;
	background-color: #fff;
}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
	height: 25%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none; }

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display: block;
	width: 49%;
	height: 100%;
	zoom: 1;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	margin: 0 auto;
	padding: 0 10px 0;
	width: 100%;
	overflow: auto;
	background-color: #fff;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	float: left; 
	width: 70%; 
	text-align: left; 
}

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}
		
#lightbox-secNav-btnClose {
	float: right;
	padding-bottom: 0.7em;	
	width: 22px; 
}

.logotypy {
	width: 959px;
	height: 68px;
	margin-bottom: 11px;
	text-align: center;	
}

.logotypy a {
	display: inline-block;
	height: 0;
	padding-top: 68px;
	overflow: hidden;
	background-image: url(../images/logotypy.png);
	background-repeat: no-repeat;
	margin: 0 9px;
}

.logotypy a.gpw {
	width: 71px;
	background-position: 0 0;
}

.logotypy a.brepartner {
	width: 102px;
	background-position: -71px 0;	
}

.logotypy a.microsoftpartner {
	width: 100px;
	background-position: -173px 0;	
}

.logotypy a.ue {
	width: 76px;
	background-position: -273px 0;	
}

.logotypy a.unia {
	width: 207px;
	background-position: -349px 0;	
}

.logotypy a.fundacja {
	width: 64px;
	background-position: -555px 0;	
}

.logotypy a.iso {
	width: 64px;
	background-position: -630px 0;	
}

.logotypy a.harvard{
	width: 64px;
	background-position: -693px 0;	
}

.logotypy a.gpw:hover {
	background-position: 0 -68px;
}

.logotypy a.brepartner:hover {
	background-position: -71px -68px;	
}

.logotypy a.microsoftpartner:hover {
	background-position: -173px -68px;	
}

.logotypy a.ue:hover {
	background-position: -273px -68px;	
}

.logotypy a.unia:hover {
	background-position: -349px -68px;	
}

.logotypy a.fundacja:hover {
	background-position: -555px -68px;	
}

.logotypy a.iso:hover {
	background-position: -630px -68px;	
}

.logotypy a.harvard:hover{
	width: 64px;
	background-position: -693px -68px;	
}