






/*{{{ info, overlay, grippie */

/* overlay */ 
div.overlay, #overlay {
	padding:40px;	
	width:710px;  
	display:none;
}

div.overlay div.close, #overlay div.close {
	background:url(/img/query/redakcja_close.png) no-repeat;
	position:absolute;
	right:35px;
	top:35px;
	width:35px;
	height:35px;
	cursor:pointer;
}




/*}}}*/



/* redakcja query */

/* redakcja query */

/* redakcja query */

/* redakcja query */

/* redakcja query */

/* redakcja query */

/* redakcja query */

/* redakcja query */

/* redakcja query */

/* redakcja query */

/* redakcja query */

/* redakcja query */

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 180px;
	border:none;
	margin:0 4px;
	clear:both;
}

/* accordion header */
#accordion h2 {
	background:#ccc url(/img/query/h300.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#9999FF;
}

/* accordion pane */
#accordion div.pane {
	border:none;
	display:none;
	padding-right:8px;
	color:#fff;
	font-size:12px;
}
#accordion div.pane a {
	color:#333333;
	font-size:11px;
	text-decoration:none;
}
#accordion div.pane a:hover {
color:#499ee4;
text-decoration:underline;
}


/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

/* z newsa style do archiwum */

/* styl tabelki spisu tytułów */
table.tabelkaTytuly {
 font-family: Verdana; 
 font-size: 10px; 
 color: #4972cd; 
 border: 0px; 
 width: 175px;
 text-align:left;
}

/* styl wiersza spisu tytułów */
td.wierszTytuly {
 font-family: Verdana; 
 font-size: 10px; 
 color: #4972cd; 
 border: 0px; 
 width: 175px;
 text-align:justify;
 
}

.wierszTytuly a {
 font-family: Verdana; 
 font-size: 10px; 
 color: #9e9e9e; 
 border: 0px; 
 width: 175px;
 font-weight:normal;
}

.wierszTytuly a:hover {text-decoration:underline; 
 color: #4972cd; }