<?xml version="1.0" encoding="utf-8" ?>
<!--
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: fckstyles.xml
 * 	This is the sample style definitions file. It makes the styles combo
 * 	completely customizable.
 * 	See FCKConfig.StylesXmlPath in the configuration file.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<Styles>
	<Style name="Image on Left" element="img">
		<Attribute name="style" value="padding: 5px; margin-right: 5px" />
		<Attribute name="border" value="2" />
		<Attribute name="align" value="left" />
	</Style>
	<Style name="Image on Right" element="img">
		<Attribute name="style" value="padding: 5px; margin-left: 5px" />
		<Attribute name="border" value="2" />
		<Attribute name="align" value="right" />
	</Style>
	<Style name="Custom Bold" element="span">
		<Attribute name="style" value="font-weight: bold;" />
	</Style>
	<Style name="Custom Italic" element="em" />
	<Style name="Title" element="span">
		<Attribute name="class" value="Title" />
	</Style>
	<Style name="Code" element="span">
		<Attribute name="class" value="Code" />
	</Style>
	<Style name="Title H3" element="h3" />
	<Style name="Custom Ruler" element="hr">
		<Attribute name="size" value="1" />
		<Attribute name="color" value="#ff0000" />
	</Style>
	<Style name="Portfolio" element="table">
		<Attribute name="class" value="portfolioTable" />
	</Style>
	<Style name="leftTdPortfolioP" element="span">
		<Attribute name="style" value="font-family :Arial, Helvetica, sans-serif; font-size :11px; color :rgb(63,63,63); text-align :left; padding :10px; background-color:	inherit;" />
	</Style>
	<Style name="leftTdPortfolioHeaderP" element="span">
		<Attribute name="style" value="width: 100%; font-family :Arial, Helvetica, sans-serif; font-size :13px; color :rgb(63,63,63); text-align :left; padding :10px; background-color:	inherit;" />
	</Style>
	<Style name="leftTdPortfolioHeaderP" element="span a">
		<Attribute name="style" value="width: 100%; font-family :Arial, Helvetica, sans-serif; font-size :13px; color :rgb(63,63,63); text-align :left; padding :10px; background-color:	inherit;" />
	</Style>
	<Style name="leftTdPortfolioHeaderP" element="span a:hover">
		<Attribute name="style" value="width: 100%; font-family :Arial, Helvetica, sans-serif; font-size :13px; color :rgb(63,63,63); text-align :left; padding :10px; background-color:	inherit;" />
	</Style>
	<Style name="Portfolio td left header" element="td"> <!-- nie dziala -->
		<Attribute name="class" value="leftTdPortfolioHeader" />
	</Style>
	<Style name="leftTdPortfolio td" element="td"> <!-- nie dziala -->
		<Attribute name="style" value="vertical-align :top; width :304px; background-color :#F1F0E8; color:	inherit;" />
	</Style>
</Styles>
