BODY {
        scrollbar-face-color: #aabfd0;
        scrollbar-highlight-color: cee5f8;
        scrollbar-3dlight-color: cee5f8;
        scrollbar-darkshadow-color: black;
        scrollbar-shadow-color: cee5f8;
        scrollbar-arrow-color: cee5f8;
        scrollbar-track-color: #cee5f8;
}



A {
        
		color: #CC6600;
		text-decoration: none;
		
}

A:HOVER {
	text-decoration: underline;
	
}

BODY {
        font-family: Verdana, Helvetica, sans-serif, arial;
        font-size: 14px;
        color: #1f527e;
        cursor: default;
		  text-align: justify
}

TD {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color:  #550000;
        font-weight: normal;
		cursor: default;
		text-align: justify
}
.tekst_normal {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color:  #550000;
        font-weight: normal;
}
.tekst_bold {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color:  #550000;
        font-weight: bold;
}
.tekst_normal_link {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color:  #550000;
        font-weight: normal;
}
.tekst_normal_link A {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color:  #550000;
        font-weight: normal;
}
.tekst_normal_link A:HOVER {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color:  #550000;
        font-weight: normal;
		text-decoration: underline;
}
.tekst_14 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color:  #550000;
        font-weight: normal;
}
.tekst_wiekszy {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color:  #550000;
        font-weight: normal;
}
.tekst_duzy {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 17px;
        color:  #550000;
        font-weight: bold;
}
.arial {
        font-family: Arial BLACK, Verdana, Helvetica, sans-serif;
        font-size: 16px;
        color:  #550000;
        font-weight: normal;
}
.napasku {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color:  #FFFFCC;
        font-weight: bold;
}
.naglowek {
        font-family: "Times New Roman", Times, serif;
        font-size: 30px;
        color:  #550000;
        font-weight: bold;
		font-style: italic;
}
.stopka {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color:  #550000;
        font-weight: normal;
}
.link_maly {
        color: #CC6600;
		text-decoration: underline;
		font-size:9px;
}
.link_maly A:HOVER {
		color: #990000;
		
}
.link {
        color: #660000;
		text-decoration: underline;
		font-size:12px;
}
.link A:HOVER {
		color: #990000;
		
}
.nazwisko {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color: #550000;
		font-weight: normal;
}












#lightbox{
        position:absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
        }

#lightbox a img{ border: none; }

#outerImageContainer{
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        }

#imageContainer{
        padding: 10px;
        }

#loading{
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
        }
#hoverNav{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
        width: 49%;
        height: 100%;
        background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
        }
#prevLink { left: 0; float: left; background: url(images/prev.gif) left 3% no-repeat;}
#nextLink { right: 0; float: right; background: url(images/next.gif) right 3% no-repeat;}
/*#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
*/


#imageDataContainer{
        font: 12px Verdana, Helvetica, sans-serif;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em;
        }

#imageData{
        padding:0 10px;
        }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;        }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;        }

#overlay{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
        background-color: #1F1F1F;
        filter:alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        }


.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        }

* html>body .clearfix {
        display: inline-block;
        width: 100%;
        }

* html .clearfix {
        /* Hides from IE-mac \*/
        height: 1%;
        /* End hide from IE-mac */
        }






