.rss-window-header-icon {
	background-image: url(images/rss-mini-ico.png);
}

.rss-window-header-s-icon {
	background-image: url(images/s-rss-mini-ico.png);
}

.rss-toolbar-icon {
	background: url(images/rss-toolbar-ico.png);
}

.rss-desktop-icon {
	background: transparent url(images/rss-desk-ico.gif);
}

.rss-desktop-icon-on {
	background-position: -70px 0px;
}

.gwt-HorizontalSplitPanel .hsplitter {
	cursor: col-resize;
	cursor: e-resize;
	/*background-color: #374049;*/
	border-left-width: 1px;
	border-left-style: solid;
	/*border-left-color: #2b323a;*/
	border-right-width: 1px;
	border-right-style: solid;
	/*border-right-color: #2b323a;*/
}

/* do transformacji XSLT */
.rss-xslt-channelTitle {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: black;
}

.rss-xslt-articleEntry {
	border-width: 2px;
	border-color: #374049;
	border-style: solid;
	float: left;
	width: 100%;
}

.rss-xslt-articleTitle {
	background-color: #404953;
	color: #cad3da;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

.rss-xslt-articleHeader {
	color: #717171;
	font-family: Verdana;
	font-size: 7pt;
	padding: 2px 5px 2px 5px;
	text-align: left;
}

.rss-xslt-articleDescription {
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
	padding: 5px;
	text-align: justify;
	float: left;
}

.rss-xslt-link A {
	color: #717171;
	text-decoration: none;
}

.rss-xslt-link A:hover {
	text-decoration: underline;
}

.rss-xslt-spacer {
	height: 20px;
	float: left;
	width: 100%;
}
