
/* PODSTAWOWE STYLE DLA ELEMENTOW */
body
{
	background: #ececec;
}

a, .pageHeader{
	color: #d80100;
}

input
{
	border-top: solid 1px #404040;		
	border-left: solid 1px #404040;		
}

input.text
{
	border-top: solid 1px #404040;		
	border-left: solid 1px #404040;		
}

input.button, input.submit
{
	background: #b1b1b1;
	color: #ffffff;
}


/* FONTY */
*
{
	/*color: #b1b1b1;*/
}

/* STYLE DLA GLOWNEJ TABELI */
	table.main tr.top td.tdright
	{
		color: #d80100;
	}

	table.main tr.top td.tdright a
	{
		color: #676767;
	}

	table.main tr.top td.tdright a:hover
	{
		color: #d80100;
	}

	table.main tr.top2 td.tdleft
	{
		background: #b1b1b1;
	}
	
	table.main tr.top2 td.tdright
	{
		background: #d80100;
	}
	
	/** INDEX: Czesc srodkowa */
	table.main tr.idxmid td.tdleft
	{
		background: #ececec;
	}

	table.main tr.idxmid td.tdright
	{
		background: #ffffff;
	}
	
	table.main tr.idxmid td.tdleft div.content
	{
		color: #a0a0a0;
	}

	table.main tr.idxmid td.tdleft div.content .header
	{
		color: #d80100;
	}

	table.main tr.idxmid table.idxmidright td.tdleft div.menu a
	{
		color: #4c4734;
	}

	table.main tr.idxmid table.idxmidright td.tdleft div.menu a:hover
	{
		color: #d80100;
	}

		/** Czesc srodkowa -> prawa */
		table.main tr.idxmid td.tdright table.idxmidright td.tdleft
		{
			background: #ececec;
		}

		table.main tr.idxmid td.tdright table.idxmidright td.tdright
		{
			background: #b1b1b1;
		}

		table.main tr.idxmid td.tdright table.idxmidright td.tdbottom
		{
			background: #ffffff;
		}	

		table.main tr.idxmid td.tdright div.newsshort
		{
			color: #ffffff;
		}
		
		table.main tr.idxmid td.tdright div.newsshort .header
		{
			color: #ffffff;
		}

		table.main tr.idxmid td.tdright div.newsshort .date
		{
			color: #d80100;
		}

		table.main tr.idxmid td.tdright div.newsshort a
		{
			color: #d80100;
		}

	/** STRONA: Czesc srodkowa */
	table.main tr.page td.tdleft
	{
		background: #ececec;
	}

	table.main tr.page td.tdright
	{
		background: #ffffff;
		color: #555555;
	}
	
	table.main tr.page td.tdleft div.content
	{
		color: #a0a0a0;
	}

	table.main tr.page td.tdleft div.menu a
	{
		color: #4c4734;
	}

	table.main tr.page td.tdleft div.menu a.subitem
	{
		color: #b1b1b1;
	}

	table.main tr.page td.tdleft div.menu a:hover
	{
		color: #d80100;
	}

	table.main tr.page td.tdleft div.content .header
	{
		color: #d80100;
	}

	/** Menu dolne */
	table.main tr.menubottom td
	{
		background: #d80100;
		color: #ffffff;
	}

	table.main tr.menubottom td a
	{
		color: #ffffff;
	}

	table.main tr.menubottom td a:hover
	{
		color: #ffffff;
	}