/*******************************************************************************
	Soccerpics

	@Copyright 	Synerway Sp. z o. o. http://www.synerway.pl/
			All rights reserved

	@Author:		Hyzopski Wojciech
	@Description:	

		1. Postaram si� zrobi� szablon na tyle lekkie na ile to mo�liwe w tak
		   kr�tkim czasie

		2. Docelowo szablony maj� by� zmieniane wi�c ogranicz� dziedziczenie
		   do minimum; stosuj� nadmiarowo�� klas, kt�re potem b�dzie mo�na
		   przedefiniowa�. Ka�da tabela b�dzie mia�a w�asne klasy, potem nie
		   b�dzie trzeba tworzy� kolejnych klas tylko modyfikowa� kilka 
		   istniej�cych powi�zanych wy��cznie z wybran� tabel�

		3. planuj� przenie�� fragment kodu odpowiedzialny za sam layout do zew. CSS�w
		   dzi�ki czemu wi�kszo�� kodu odpowiedzialna za g��wne elementy b�d� w cachu przegl�darki 
		   a podczas przechodzenia mi�dzy stronami b�d� doczytywane malutkie CSSy zwi�zane z uk�adem 
		   i wymiarami kolumn

	@Modyfied:	 	

*******************************************************************************/


/** 
 * Wyczyszczenie domy�lnych margines�w i padding�w dla wszystkich element�w na stronie
 * 
 * UWAGA: zwr�ci� szczeg�ln� uwag� na formularze, kt�re po takim zabiegu potrafi�
 * zachowa� si� nietypowo
 */

*, td {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

.label {
	text-align: right;
	padding-right: 6px;
}

.field {
	text-align: left;
}


body {
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: white;
		/** almost pure CSS dynamic menu, almost means everywhere but IE... 
		behavior:url('cms/pages/synerwaypage/csshover.htc'); **/
		padding: 0px;
		margin: 0px;
		background: url('../images/body_bg.gif') repeat-x;
		color: #666666;
		behavior:url('hover.htc'); /* UWAGA!, je�li na stronie pojawi si� gigantyczna ilo�� element�w
										nale�y sprawdzi� czy IE jest w stanie pracowa� poprawnie z w��czonym 
										skryptem. */
}

a {
	text-decoration: none;
	color: #0071BC;
}

em {
	color: #555555;
	font-style: normal;
}

/**********************************************************************
 * DOMY�LNE ELEMENTY 
 **********************************************************************/

h6 { /* U�yte np. jako tytu� newslettera i artyku�u*/
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0px;
}

form h6 {
	color: #FF7B06;
}

/* Czasami nagwek bdzie sie rni gdy bdzie chodzio o artyku: */

div.article h6 {
	color: #FF7B06;
}

H5 { /* nag��wki tabel, w po��czeniu z elementem <span> zako�czone pi�eczk� 
	    mo�na to by�o przerzuci� do caption ale h5 bez pi�eczki jeszcze si� przyda 
	  */
	color: #FFFFFF;
	height: 21px;
	background: url('../images/header_standard_bg.png') repeat-x right top scroll;
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
	line-height: 20px;
	font-size: 10px;
	margin-top: 10px;
}

	h5 em {
		font-style: normal;
		display: block;
		background: url('../images/ball.png') no-repeat right top scroll;
		color: #FFFFFF;
	}

h5.alternate {
		background: url('../images/header_alternate_bg.png') repeat-x right top scroll;
		color: #FFFFFF;
	}



h4 { /* u�ywane jako nag��wki np. przy rejestracji */
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #388CD5;
	font-weight: bold;
	margin: 0.5em 0em;
	clear: both;
}
	
	h4 strong { /* czasami w nag��wku trzeba co� wyr�ni�, przyjmijmy �e b�dzie to kolor czerwony */
		color: #FA6313;
	}


h3 { /* poma�u ko�cz� si� nag��wki, na szcz�cie ju� prawie koniec */
	font-size: 11px;
	font-weight: bold;
	background: url('../images/dotted_h.gif') repeat-x left bottom scroll;
	padding: 2px 0px 5px 1px;
	color: #0071BC;
	color: #FA6313;

	margin: 10px 0px 10px 0px;
}

h2 {
	color: #388CD5;
	font-size: 14px;
	margin: 10px 5px 5px 5px;
}


p {
	font-size: 11px; 
	margin-bottom: 12px;
}


select {
	width: 200px;
	font-size: 11px;

}

a img {
		margin: 1px 0px;
		border: 0px;
}

p a img {
	margin: 0px 8px 0px 8px;
}

p a {
	
}

table {
	width: 100%;
}

/******************************************************
 * Elementy pomocnicze nie zwi�zane z logik� serwisu
 * *****************************************************/

/* Z floatami zawsze by�y problemy, radz� sobie stosuj�c przymusowae czyszczenie float�w po ka�dym wierszu */
.stopfloating {
	clear: both;
	width: 0px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

/* Je�li trzeba co� ustawi� na szeroko�� witryny: 997px i wy�rodkowa� to mo�na u�y� tej klasy */
.body {
	width: 997px;
	margin: 0 auto;
}

/* W formularzach nazwa pola */
div.label {
	text-align: right;
	padding-right: 6px;
	float: left;
	height: 25px;
}

/* W formularzach inputy zawarte w polu field */
div.field {
	text-align: left;
	height: 25px;
}

/* Wszelkie br�zowe przyciski robi� za pomoc� anchora */
a.login, #login_fields a.login {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 16px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 22px;
	background: url('../images/login_btn.gif') no-repeat 50% 70%;
}


#login_fields a.login {
	background: url('../images/login_btn2.gif') no-repeat 50% 70%;
}


.highlight {
	color: #FFFFFF;
}

.standard_color, .standard_color TD {
	color: #555555;
}

.markcolor { /* w tym serwisie jest to kolor niebieski */
	color: #0071BC;
}

.nonostrong {
	font-weight: normal;
}

.info td {
	padding: 2px;
}

div.more {
	height: 18px;
	line-height: 18px;
	float: left;
	clear: left;
}

div.more a{
	background: url('../images/arrow1.gif') no-repeat left center scroll;
	padding-left: 20px;
	color: #0071BC;
}

/**********************************************************************
 * Nag��wek strony
 * 	zawiera logo, reklam�, dat�, ca�y pasek z formularzem logowania
 **********************************************************************/

div#header {
	width: 997px;
	height: 151px;
	margin: 0 auto;
	position: relative;
}

/**
 *  wewn�trz #header znajduj� si� elementy: 
 *  logo, advertisement (du�a reklama) oraz login_form
 */
div#logo {
	width: 233px;
	float: left;
}

	/* eby nie byo 1px odstpu po obrazkiem to poprawimy wywietlanie */
	div#logo img {
		display: block;		
	}	

div#advertisement {
	position: absolute;	
	left: 240px;
	top: 7px;
	overflow: hidden;
}

div#login_form {
	position: absolute;
	top: 110px;
	left: 243px; 
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	height: 36px;
	line-height: 36px;
	width: 750px;
}

	#login_form form {

	}

	div#login_form input {
		height: 16px;
		width: 104px;
		border: 1px solid #B1AE9D;
		margin: 0px;
		padding: 0px;
	}

	#date {
		position: absolute;
		top: 95px;
		right: 770px;
		width: 160px;
		text-align: center;
		color: white;
	}

	#login_fields {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 36px;
		width: 430px;
	}


#login_info {
		float: left;
		width: 600px;
		text-align: center;
}

#password_reminder {
		float: right;
		text-align: right;
		line-height: 36px;
		height: 36px;
		padding-right: 30px;
		background: url('../images/arrow1.gif') no-repeat center right;
		margin-right: 20px;
}

#password_reminder a {
	color: white;		
}


#registration {
		float: right;
		text-align: right;
		line-height: 36px;
		height: 36px;
		padding-right: 30px;
		background: url('../images/arrow1.gif') no-repeat center right;
}

#registration a {
	color: white;		
}

.separator_dotted {
	background: url('../images/separator_dotted.gif') no-repeat left top;
}
/** koniec styl�w modu�u header **/




/*************************************************************
 * NEWSLETTER
 ************************************************************/
div#newsletter {
	height: 43px;
	color: #555555;
	width: 442px;
	margin: 0px auto 0px auto;
	background: url('../images/newsletter_bg.gif') repeat-x;		
}

	#newsletter form {
		margin: 0px 0px;		
		padding: 0px 6px;
		font-size: 10px;
	}

	#newsletter form input {
		height: 18px;
		width: 83px;
		border: 1px solid #B1AE9D;
		margin: 0px;
		padding: 0px;
	}

	/* nadpisuj� og�lne klasy .label i .fields (pozosta�e parametry definiowane s� tam */
	#newsletter .label {
		width: 250px;
		text-align: left;
		line-height: 22px;
	}
	
	#newsletter form span {
		color: #FA6313;
		font-size: 12px;
		font-weight: bold;
		padding: 0px 15px;
	}


/*************************************************************
 * MENU oraz boxy reklamowe pod nimi
 ************************************************************/

div.menu, .advert_boxes {
	margin: 0px auto;
	text-align: center;
	padding: 0px 5px;
}

	ul, li {
		margin: 0px;
		padding: 0px;
	}

	.menu li {
		list-style: none;
		text-align: left;
	}

	/* Domy�lna pozycja w menu */
	.menu li a {
		background: url('../images/menu_normal_bg.gif') repeat-x left top scroll;
		height: 18px;
		line-height: 18px;
		display: block;
		text-decoration: none;
		color: #555555;
	}
	
	.menu span {
		padding-left: 47px;
		background: url('../images/arrow2.gif') no-repeat 25px 60% scroll;
	}


	/* Element zaznaczony jako aktywny */
	.menu li a.selected {
		background: url('../images/menu_selected_bg.gif') repeat-x left top scroll;
		height: 18px;
		display: block;
		text-decoration: none;
		color: #FFFFFF;
	}
	
	.menu a.selected span {
		padding-left: 63px;
		background: url('../images/arrow4.gif') no-repeat 47px 60% scroll;
	}

	/* Element po najechaniu myszk� */
	.menu li a:hover {
		color: #FF7B06;
	}

	/* czasami element wyrniony ma mie inny kolor po najechaniu kursorem */
	.menu a.selected:hover span {
		color: white;
	}

	/* jeli w menu maj by nagwki to modyfikujemy je tutaj */
	.menu li.header {
		background: url('../images/menu_header_bg.gif') repeat-x left top scroll;
	}

	.menu li.header span {
		display: block;
		height: 18px;
		line-height: 17px;
		padding-left: 25px;
		color: white;
		font-weight: bold;
	}




/*************************************************************
 * LINKMAN pod artyku�ami
 * **********************************************************/

ul.news {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}


ul.news li { 
	list-style: none;
	padding: 0px;
	height: 20px;
	text-align: left;
	font-weight: bold;
	color: #FF0000;
	line-height: 20px;
}

ul.news li a {
	height: 20px;
	font-weight: bold;
	color: #FF7B06;
	line-height: 20px;
	background: url('../images/arrow1.gif') no-repeat left center scroll;
	padding-left: 20px;
}


ul.news li.more, ul.news li.more a {
	font-weight: normal;
	color: #0071BC;
	list-style: none; 
}

/*************************************************************
 * NEWS 
 * **********************************************************/

div.news {
	margin: 0px 0px 0px 0px;
	/* background: url('../images/bluedots.gif') repeat-x bottom left scroll; */
	clear: both;
}

	.date {
		text-align: left;
		color: #4A6CAC;
		margin-bottom: 1em;
	
	}

	.fullnews {
		margin: 1em 0em 1em 0em;
	}



	div.news h6 {
		text-align: left;
		font-size: 11px;
	}

	div.news img {
		float: left;
		margin: 8px 12px 0px 6px;
	}
	
	div.entity div.news img
	{
		float : left;	
		margin: 8px 12px 0px 6px;	
	}
	
	div.entityA div.news img
	{
		float : none;
		margin: 8px 12px 0px 6px;	
	}	

	div.news p {
		display: block;
		float: left;
		text-align: left;
		color: #555555;
	}

	div.news ul {
		margin: 0px;
		padding: 0px;
		clear: both;
	}

	div.entity div.news .article {
		float: left; 
		width: 100%;
		padding-bottom: 0px;			
	}
	
	div.entityA div.news .article {
		float: left; 
		width: 100%;
		padding-bottom: 0px;			
	}
	
	div.entityF div.news .article {
		float: left; 
		width: 74%;
		padding-bottom: 0px;			
	}

	div.news .article {
		float: left; 
		width: 68%;
		padding-bottom: 0px;
	}


/*************************************************************
 * INFO - 	opakowanie komunikat�w tekstowych, w po��czeniu z 
 * 			klasami background daje szare bloki z tre�ci�
 * **********************************************************/

div.info {
	padding: 8px 10px 10px 10px;
	font-size: 11px;
	line-height: 130%;
}

	.info ul {
		margin-left: 30px;
		color: #0071BC;
	}

	.info li span {
		color: #555555;
	}

/*************************************************************
 * REJESTRACJA - formularz rejestracji w systemie
 * **********************************************************/


div.registration {
	padding: 15px 16px;
}

.registration .label {
	text-align: right;
	width: 140px;
	line-height: 17px;
}

form {
		font-size: 11px;
		margin: 0px;
		padding: 0px;
}

.dotted_h {
	background: url('../images/dotted_h.gif') repeat-x 0% 30% scroll;
	height: 6px;
	clear: left;
	line-height: 6px;
}

	.registration input {
		font-size: 11px;
	}


/*************************************************************
 * Przyciski 
 * TODO: zrobi� uniwersalne przyciski dopasowuj�ce si� do zawarto�ci
 ************************************************************/

.btn_yellow {
	display: block;
	background: url('../images/btn_yellow.png') no-repeat center center scroll;
	text-align: center;
	height: 20px;
	line-height: 19px;
	font-size: 11px;
	width: 106px;
	margin: 8px 5px;
	float: left;
}

.btn2_yellow, .btn2_blue {
	display: block;
	background: url('../images/btn2_yellow.gif') no-repeat center center scroll;
	text-align: center;
	height: 20px;
	line-height: 19px;
	font-size: 11px;
	width: 77px;
	margin: 8px 5px;
	float: left;
}

.btn2_blue {
	background: url('../images/btn2_blue.gif') no-repeat center center scroll;
	color: #FFFFFF;
}

.btn2_yellow:hover {
	background: url('../images/btn2_red.png') no-repeat center center scroll;
	color: #FFFFFF;
}



/*************************************************************
 * KOMENTARZE
 * **********************************************************/

.comments {
	font-size: 11px;
	margin-top: 30px;
}

.nick {
	float: right; 
	color: #909090; 
	font-size: 10px;
}


/*************************************************************
 * POLECANE STRONY
 * **********************************************************/

div.recommendlinks {
	line-height: 22px;
	clear: both;
}


.recommendlinks p, .recommendlinks p a {
	line-height: 22px;
	float: left;
	clear: left;
}

/*************************************************************
 * STATYSTYKI serwisu
 * **********************************************************/

.stats .label {
   	width: 200px;
	text-align: left;
}

.stats .field {
	color: #0071BC;
}


/*************************************************************
 * MENU w stopce
 * **********************************************************/

#bottom_menu {
	clear: both;

}

	#bottom_menu ul {
		margin: 0px;
		padding: 6px 20px 0px 0px;
		height: 30px;
		width: 990px;
		float: right;
		display: block;
		border-top: 1px solid #9F9F9F;
	}

	#bottom_menu ul li {
		list-style: none;
		display: block;
		float: right;
		border-left: 1px solid #9F9F9F;
		color: #9F9F9F;
		padding: 0px 7px;
		font-size: 9px;
	}

	#bottom_menu a {
		color: #9F9F9F;
	}




/*************************************************************
 * WH: STOPKA, finito mojej pracy
 * **********************************************************/

div#footer {
	clear: both;
	height: 41px;
	background: url('../images/footer_bg.gif') repeat-x; 
	font-family: Verdana;
}

	div#copyright {
		text-align: left;
		float: left;
		color: #4A6CAC;
		width: 233px;
		margin: 8px 0px 0px 6px;
	}

	div#footerlogo {
		text-align: right;
	}



/*************************************************************
 * KUPON
 * **********************************************************/

.coupons {
	cursor: pointer;
}

.coupons:hover td {
	color: #0071BC;
	text-decoration: underline;
}

/*************************************************************
 * BŁEDY
 * **********************************************************/

.error {
	color: red;
	margin-bottom: 15px;
	margin-left: 100px;
}

/*************************************************************
 * FORMA
 * **********************************************************/

div.form_green {
	color: green;
	font-weight: bold;
	width: 25px;
	float: left;
}

div.form_red {
	color: red;
	font-weight: bold;
	width: 25px;
	float: left;
}

/*************************************************************
 * KOLORY
 * **********************************************************/

.bold {
	font-weight: bold;
}

.green {
	color: green;
}

.red {
	color: red;
}

.blue {
	color: #0071BC;
}

.gray {
	color: #666666;
}

/*************************************************************
 * KONTAKT
 * **********************************************************/

.contact {
	text-align: right;
	padding-right: 30px;
}

.contact div {
	height : 100%;
}

.contact .label {
	float : left;
	text-align : right;
	width : 100px;
}

.contact .field {
	float : right;
	width : 400px;
	text-align : left;
}

.contact input {
	width : 300px;
}

.contact textarea {
	width : 300px;
	height : 75px;
}

.contact .br {
	clear : both;
	padding-bottom : 10px;
}

/*************************************************************
 * STYLE KITRAJĄCE
 * **********************************************************/

input.skitrany {
	width: 0 !important;
	height: 0 !important;
	border: 0 !important;
}

.arrow_link {
	background: url('../images/arrow1.gif') no-repeat left center scroll;
	padding-left: 20px;
}

/*************************************************************
 * WH: lista nowych linkw
 * **********************************************************/

ul.newarticles {
	text-align: left;
	margin: 0px 0px 10px 15px;
}

	ul.newarticles li {
		list-style: none;
		color: #555555;
		line-height: 16px;
		height: 18px;
	}

	ul.newarticles li a {
		display: block;
		background: transparent url('../images/triangle.png') no-repeat left center scroll;
		line-height: 18px;
		height: 18px;		
		padding-left: 15px;
	}

	ul.newarticles li a:hover {
		color: #FF7B06;
		font-weight: bold;
	}

	ul.newarticles li a span {
		color: #0473BD;
		display: block;
		line-height: 18px;
		height: 18px;
		float: right;
		background: transparent url('../images/arrow1.gif') no-repeat center right scroll;
		padding-right: 15px;
		margin-right: 10px;
	}

.newarticlesfooter {
	margin-bottom: 25px;
	clear: both;
}

.newarticlesfooter .dotted_h {
	height: 5px;
	line-height: 5px;
	font-size: 5px;
}

.newarticlesfooter div.more {
	height: 12px;
	line-height: 12px;
	padding-left: 10px;
}

/**
 *
 * OSTATNIE ANALIZY
 *
 **/
 
	div.analyses_short {
	margin: 0px auto 20px;
	text-align: center;
	padding: 0px 5px;
}

	ul, li {
		margin: 0px;
		padding: 0px;
	}

	.analyses_short li {
		list-style: none;
		text-align: left;
	}

	/* Domy�lna pozycja w analyses_short */
	.analyses_short li a {
		background: url('../images/menu_normal_bg.gif') repeat-x left top scroll;
		height: 18px;
		line-height: 18px;
		display: block;
		text-decoration: none;
		color: #555555;
	}
	
	.analyses_short span {
		padding-left: 47px;
		background: url('../images/arrow2.gif') no-repeat 25px 60% scroll;
	} 

/*************************************************************
 * PROMOCJE
 * **********************************************************/

.promo_table {
	border : 1px solid #969397 !important;
}

.promo_header {
	background-position : 0 0;
	background : url(../images/promo_top_bar.png);
    height : 17px;
    padding-top : 5px;    
    text-align : left;	
    text-indent: 10px;
    vertical-align : center !important;
    font-weight : bold;    
}

.promotion_wrapper {
	border : 1px solid #969397;
}

	.mini_selected
	{
		background : url('../images/header_tab.gif') no-repeat !important;
		width : 239px;
		height : 21px;
		color : white !important;
		font-weight : bold;
		text-align : left;
		text-indent : 10px;
		padding-left : 5px;
		
	}
	
	.mini_switchelement
	{
		background : url('../images/header_tab.gif') no-repeat !important;
		opacity : 0.5;	
		width : 239px;
		height : 21px;
		color : white !important;		
		text-align : left;		
		text-indent : 10px;		
		padding-left : 5px;	
	}
	
/*************************************************************
 * ARTYKU  TABELA
 * **********************************************************/

p.details {
border-bottom:1px solid #DDDDDD;
float: none !important;
margin:0pt;
padding:4px;
text-align:left;
} 
