body {
	color: #000000;
	background-color: #ffffff;
/*	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;*/
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size:11px; 
	padding:0px 0px 0px 0px;
	margin: 5px 10px 0px 10px;
}

/*------------ KALENDARZ -----------------------------*/
td.calendar { 			/* na cały kalendarz w <table */
	background-color: #fff;
	font-size:10px;
	color:#000; 
	padding:4px; 
}
th.dayofweek { 			/* wypisane dni w nagłówku */
	font-size:10px; font-weight:bold;
	background-image:url(images/cellpic.gif);
	color:#485D9F; background-color:#F6F6F6;
	padding:4px 4px 4px 4px;
}
td.weekend {			/* weekend */
	background-color: yellow;
	color: red;
}
td.content {			/* wydarzenie */
	background-color: #9BD6FC;
	font-size:10px; 
	color:#fff; 
	padding:4px;
	text-align: center;
}
td.content_weekend {	/* wydarzenie w weekend */
	background-color: #9BD6FC;
	font-size:10px; 
	color:#fff; 
	padding:4px;
	text-align: center; 
}
td.current {			/* bieżący dzień */
	border: 2px solid #485D9F;
	text-align: center; 
}
td.current_weekend {	/* bieżący dzień w weekend */
	border: 2px solid #485D9F;
	text-align: center;
	background-color: #E0E0E0;
	font-size:10px;
	color:#000; 
	padding:4px;  
}
td.cc_weekend {			/* bieżący dzień i wydarzenie w weekend */
	border: 2px solid #485D9F;
	text-align: center;
	background-color: #9BD6FC;
	font-size:10px;
	color:#000; 
	padding:4px;  
}
td.empty {				/* dzień bez wydarzeń */
	background-color: #fff;
	font-size: 11px;
	padding: 4px;
	text-align: center;
}
td.empty_weekend {		/* dzień bez wydarzeń w weekend */
	background-color: #E0E0E0;
	font-size:10px;
	color:#000; 
	padding:4px;
	text-align: center; 
}
td.invalid {			/* puste pola */
	background-color: #fff;
}			

/* analogiczne do widoku listy oprócz tego, że jest za pomocą wierszy zamiast komórek */

tr.list {				/* widok lista - na całą listę <table */
	background-color: yellow;
	border: 2px solid #485D9F;
}
tr.even {				/* widok lista - parzyste */
	background-color: red;
}
tr.odd {				/* widok lista - nieparzyste */
	background-color: green;
}
/*------------ END - KALENDARZ -----------------------------*/

a {
	color:#003D71; text-decoration:none;
}

a:hover {
	color:#113355; text-decoration:underline;
}

a.side {
	color:#003D71; text-decoration:none;
}

a:hover.side {
	color:#113355; text-decoration:underline;
}

li.white a, a.white{ color:#000000; text-decoration:none; }
li.white a:hover, a:hover.white { color:#000000; text-decoration:underline overline; }


img {
	border: 0px;
}

form {
	margin:0px 0px 0px 0px;
}

hr {
	border-top:1px #E2E2E2 solid;
	border-bottom:1px #F9F9F9 solid;
}

hr.side-hr {
	border:1px #E2E2E2 solid;
	border-bottom:1px #F9F9F9 solid;
}

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

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

.alt {
	color:#666;
}

.header {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:10px;
	color:#333; 
	background-color:#FFFFFF;
	padding:5px;
}

.button {
	background-image:url(images/button.gif);
	font-family:Tahoma,Arial,Verdana,Sans-Serif;
	font-size:10px;
	color:#000000; 	
	background-color:#F2F1ED;
	border:#999999 1px solid;
	margin-top:2px;
}
	
.textbox {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:10px;
	color:#000; 
	background-color:#FFFFFF;
	border:1px #666 solid;
}

.main-bg {
	padding:5px 0px 5px 0px;
}

.side-border-left {
	padding:5px 5px 0px 0px;
	width: 185px;
}

.side-border-right {
	padding:5px 0px 0px 5px;
	width: 185px
}

.main-body {
	font-size:11px;
	color:#000; 
	background-color:#FFFFFF;
	padding:12px 4px 3px 4px;
}

.side-body {
	font-size:9px;
	color:#000; 
	background-color:#FFFFFF;
/*	background-image: url(images/gradient.png);
	background-repeat: repeat-y; */
	padding:5px 0px 0px 0px;
}

.border {
	background-color:#ddd; 
	border:2px #979797 solid; 
}

.infobar {
	background-color:#F9F9F9;
	font-size:9px;
	color:#000; 
	border-top: solid #C4C4C4; 
	border-top-width: 1px; 
	border-left: solid #C4C4C4; 
	border-left-width: 1px; 
	border-right: solid #F6F6F6; 
	border-right-width:0px; 
	border-bottom: solid #F6F6F6; 
	border-bottom-width:1px;
	padding:3px 4px 3px 4px;
}

.infobar2 {
	background-color:#F9F9F9;
	font-size:9px;
	color:#676767; 
	border-top: solid #C4C4C4; 
	border-top-width: 1px; 
	border-left: solid #C4C4C4; 
	border-left-width: 0px; 
	border-right: solid #F6F6F6; 
	border-right-width:1px; 
	border-bottom: solid #F6F6F6; 
	border-bottom-width:1px;
	padding:3px 4px 3px 4px;
}

.panel-left {
	width:13px; height:26px; 
	background-image:url(images/panel-left.gif); 
}

.panel-right {
	width:13px; height:26px;
	background-image:url(images/panel-right.gif);
}

.panel-main {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:10px;font-weight:bold;
	color:#3A3A3A;
	height:26px;
	padding:0px 2px 0px 2px;
	background-image:url(images/panel-main.gif);
	background-repeat:repeat-x;
}

.border-left {
	width:13px; background-image:url(images/border-left.gif);
	background-repeat:repeat-y; 
}

.border-right {
	width:13px; background-image:url(images/border-right.gif);
	background-repeat:repeat-y;
}

.border-bleft {
	width:13px; height:20px;
	background-image:url(images/border-bleft.gif);
}

.border-bright {
	width:13px; height:20px;
	background-image:url(images/border-bright.gif);
}

.border-bmain {
	height:20px; background-image:url(images/border-bmain.gif);
	background-repeat:repeat-x;
}

.side-caption {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:10px; font-weight:bold;
	color:#FFFFFF; background-color:#004A80;
	padding:0px 4px 3px 4px;
}

.tbl-border {
	background-color:#979797;
}

.tbl {
	font-size:10px; padding:3px 4px 3px 4px;
}

.tbl1 {
	font-size:10px; color:#000; 
	background-color:#FFFFFF; padding:4px;
}

.tbl2 {
	font-size:10px; color:#000; 
	background-color:#F6F6F6; padding:4px;
}

.tbl3 {
	font-size:10px; color:#000; 
	background-color:#red; padding:4px;
}
	
.forum-caption {
	font-size:10px; font-weight:bold;
	background-image:url(images/cellpic.gif);
	color:#485D9F; background-color:#F6F6F6;
	padding:4px 4px 4px 4px;
}

.quote {
	color:#004279; background-color:#F9F9F9;
	padding:2px;
	margin:0px 20px 0px 20px;
	border:1px #979797 solid;
}

.copyright {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:9px;
	color:#000; 
}
	
.poll {
	height:12px; border:1px #979797 solid;
}

.comment-name {
	font-weight:bold; color:#113355; 
}

.shoutboxname {
	font-weight:bold; color:#113355; 
}

.shoutbox {
	color:#555; 
}

.shoutboxdate {
	font-size:9px; color:#333; text-align:right;
}

.small {
	font-size:10px; font-weight:normal;
}

.small2 {
	font-size:10px; font-weight:normal; color:#555;
}

.side-small {
	font-size:9px; font-weight:normal; color:#333;
}

.side-label {
	background-color:#e3e3e3;
	padding:1px 4px 3px 4px;
	background-image:url(images/side-cell.gif);
	background-repeat:repeat-x;
}

#main {width: 100%;}

.white-header ul{
	margin: 0;
	padding: 0;
}
.white-header ul li{ display: inline; }
.white-header ul li.first-link .bullet{ display: none; }

#navigation ul {
	font-size:13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation h2 {
	font-size: 11px;
	color: #000000;
	background-color: #fff;
	margin: 0;
	padding: 2px;
}

#navigation a {
	display: block;
	color: #003d71;
	padding: 2px;
	text-decoration : none;
}
#navigation a:hover {
	color: #f6f6f6;
	background-color: #003d71;
}

* html #navigation ul li{
   height: 1%;
}

.pagenav span {
	color: #777;
	background-color: #f0f0f0;
	border: 1px solid #e1e1e1;
	padding: 2px 4px;
	margin: 2px;
}
 
.pagenav a {
	color: #000;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
}
 
.pagenav a:hover {
	color: #ccc;
	background-color: #444;
	text-decoration: none;
}

.center, *[align="center"] {margin: 0 auto;}

.admin-message {
	border: 2px solid #666;
	padding: 8px;
	margin-bottom: 8px;
}

.bbcode { border: 1px solid #ccc; }

.news-category {
	border:0;
	margin:3px 5px 0 0;
	float:left;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#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: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

