




/* comon.css PredictionFootball */

/*
 * This file contains some comments on how to modify the css file. The comments are not 
 * comprehensive. There is a wealth of information and tutorials on the internet for 
 * CSS files.
 */

/*
 * The following 3 entries are for the regular links used within the league.
 * A:link is the standard link style
 * A:visited is for links that the user has clicked.
 * A:hover is the style for when the user has the mouse over the link
 */

A:link { 
  font-family: tahoma, verdana, arial;  /* The font family Helvetica, courier etc... */
  font-size: 10pt;                      /* The size of the text */
  font-style: normal;                   /* inherit, italic, normal, oblique */                   
  line-height: normal;                  /* the line height inherit or normal */
  font-weight: normal;                  /* bold, bolder inherit, lighter, normal or a value like 100 */ 
  font-variant: normal;									/* inherit, normal, smallcaps */
  color: white; 													/* Text colour, e.g. red, blue, green or code #FFFFFF */
  text-decoration: none;                /* blink, inherit, line-through, underline, overline, none */
}
A:visited { 
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: none;
}
A:hover { 
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: none;
}

/* The following three entries are for the version link (Powered by..) */
A.VERSION:visited {
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: black; 
  text-decoration: none;
}
A.VERSION:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: black; 
  text-decoration: none;
}
A.VERSION:hover { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: none;
}

/* These are for the match statistics links */
A.PRED:visited {
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: none;
}
A.PRED:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: none;
}
A.PRED:hover { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: underline;
}

/* 
 * This is the style of body of the page. The body tag is the top ost tag of the document.
 * Using this entry you can add a background image, background colours and set overall alingment. 
 */
body.MAIN {
  background-color: white;
  margin:0 auto;
  width: 1000px; 
  padding:1; 
  text-align: center;
	background-image: none;
	background-repeat: no-repeat;
}

/* This entry is for */
font.LANG {
  font-size: 8pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  font-weight: bold; 
  text-decoration: none;
}
font.TBLHEAD {
  font-size: 10pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  font-weight: bold; 
  text-decoration: none;
}
font.UADUP {
  font-size: 10pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.UADDOWN {
  font-size: 10pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.TBLROW {
  font-size: 10pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.VERSION {
  font-size: 8pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.POS1 {
  font-size: 10pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: GOLD;
}
font.POS2 {
  font-size: 10pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: #aaffaa;
}
font.POS3 {
  font-size: 10pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: #eeffaa;
}
font.PRDROW {
  font-size: 10pt;
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  font-weight: normal; 
  text-decoration: none; 
  background-color: #fff;
}
font.LOGINHD {
  font-size: 8pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  font-weight: bold; 
  text-decoration: none; 
    background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-border-radius: 4px; /* FF1+ */
  -webkit-border-radius: 4px; /* Saf3-4 */
          border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
}
font.LOGINRW {
  font-size: 8pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: #fff;
}

font.HELPTEXT {
  font-size: 10pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: WHITE;
}

font.HELPROW {
  font-size: 10pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.HELPHEAD {
  font-size: 10pt; 
  color: WHITE; 
  font-family: tahoma, verdana, arial; 
  text-decoration: BOLD;
}
font.PREDHEAD {
  font-size: 8pt; 
  color: red; 
  font-family: tahoma, verdana, arial; 
  text-decoration: BOLD;
}

table.LEFT {
  width: 170px; 
  background-color: #ffffff;
  cell-spacing: 0px;
  padding: 0px;
}
table.CENTER {
  border: groove black 0px;
  background-color: #ffffff;
  cell-spacing: 0px;
  padding: 0px;
  width: 660px;
}
table.RIGHT {
  border: groove black 0px;
  width: 170px; 
  background-color: #ffffff;
}
table.MAINTB {
  border: groove black 0px;
  background-color: transparent;
  cell-spacing: 0px;
  padding: 0px;
  width: 1000px;
}
table.HELPTB {
  background-color: transparent;
  width: 660px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.MSGTB {
  background-color: transparent;
  width: 660px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
iframe.STANDTB {
  background-color: red;
  width: 660px; 
  height: 400px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.STANDTB {
  background-color: transparent;
  width: 660px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.PREDTB {
  background-color: transparent;
  width: 170px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.MENUTB {
  background-color: transparent;
  width: 170px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.LANG {
  background-color: transparent;
  width: 170px; 
  cell-spacing: 0px;
  border: groove red 0px;
  padding: 0px;
}
table.LOGINTB {
  background-color: transparent;
  width: 170px; 
  cell-spacing: 0px;
  border: groove red 0px;
  padding: 0px;
}
td.LANG {
    background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
  text-align: center;
}
td.TBLHEAD {
    background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
}
td.POS1 {
  background-color: GOLD;
}
td.POS2 {
  background-color: #aaffaa;
}
td.POS3 {
  background-color: #eeffaa;
}
td.UADUP {
  background-color: #44CC44;
}
td.UADDOWN {
  background-color: #BB8888;
}
td.TBLROW {
  background-color: #fff;
}
td.LOGINHD {
    background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
}
td.LOGINRW {
  background-color: #fff;
}

td.LEFTCOL {
  width: 170px; 
  background-color: transparent;
  vertical-align: top;
}
td.CENTERCOL {
  width: 660px; 
  vertical-align: top; 
  text-align: left;
}
td.RIGHTCOL {
  width: 170px; 
  vertical-align: top;
}
td.TBLPOS {
    background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
  width: 40px; 
  text-align: center;
}
td.TBLUSER {  background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */ width: 180px; text-align: center;}
td.TBLPLAYED {  background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */ width: 40px; text-align: center;}
td.TBLWON {  background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */ width: 40px; text-align: center;}
td.TBLDRAWN {  background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */ width: 40px; text-align: center;}
td.TBLLOST {  background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */ width: 40px; text-align: center;}
td.TBLFOR {  background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */ width: 40px; text-align: center;}
td.TBLAGAINST {  background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */ width: 40px; text-align: center;}
td.TBLGD {  background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */ width: 40px; text-align: center;}
td.TBLPTS {  background-color: #1A5299;     -moz-border-radius: 4px; /* FF1+ */   -webkit-border-radius: 4px; /* Saf3-4 */           border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */ width: 40px; text-align: center;}

font.ERROR {
  font-size: 8pt; 
  color: WHITE; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
td.ERROR {
  background-color: #ee4444;
}
font.WARNING {
  font-size: 8pt; 
  color: WHITE; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
td.WARNING {
  background-color: #ffff66;
}
font.INFO {
  font-size: 8pt; 
  color: WHITE; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
td.INFO {
  background-color: #66cc66;
}
font.SHOUTROW {
  font-size: 8pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
td.SHOUTROW {
  background-color: #fff;
}
div.SHOUTROW {
  background : #fff; 
  color : #1A5299;
  padding : 1px; 
  width : 130px; 
  height : 200px; 
  overflow : auto;
}
img.SHOUTROW {
  height : 12px; 
}
table.MESSAGES {
  border: groove red 1px;
  background-color: transparent;
  cell-spacing: 0px;
  padding: 0px;
  width: 1000px;
}
font.SHOUTHEAD {
  font-size: 8pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
  font-weight: bold; 
}
font.SHOUTDATE {
  font-size: 6pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.SHOUTMSG {
  font-size: 8pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}

img.FLAG {
  height : 12px; 
  border: 0px;
}

td.TEAM {
  background-color: #fff;
}
font.TEAM {
  font-size: 10pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
td.FLAG {
  background-color: #fff;
  text-align: CENTER;
}
font.FLAG {
  font-size: 10pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}

font.LEADER { 
  font-size: 10pt; 
  color: #1A5299; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
/*
   border: 0px solid; 
   border-color: #aaa; 
   color: #000000; 
   font-family: Tahoma, Verdana, Arial, Helvetica; 
   font-size: 10px; 
   font-weight: bold; 
   padding-left: 0px; 
   text-decoration: none; 

   */
} 
td.LEADER { 
  background-color: yellow;
/*   border: 0px solid; 
   border-color: #aaa; 
   color: #000000; 
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   */
}

/* Version 2.17 */
A.POS1:visited {
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; 
  text-decoration: none;
}
A.POS1:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; 
  text-decoration: none;
}
A.POS1:hover { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: none;
}
A.POS2:visited {
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; 
  text-decoration: none;
}
A.POS2:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; 
  text-decoration: none;
}
A.POS2:hover { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: none;
}
A.POS3:visited {
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; 
  text-decoration: none;
}
A.POS3:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; 
  text-decoration: none;
}
A.POS3:hover { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: none;
}

div.MAIN {
  text-align: CENTER;
}

/* This entry is for the messages that appear for the user to display errors or information that emails have been sent etc. */
font.MESSAGE {
  font-size: 10pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: green;
}

/* Version 2.19 */
/* This entry is for the style of the users icon in the table. It allows you to specify image sizes etc. */
img.TABICON {
  height : 16px; 
  width : 18px; 
  border: 0px;
}

/* Version 2.20 */
/* This entry is for the messages that appear for the user to display errors or information that emails have been sent etc. */
td.MESSAGE {
  font-size: 10pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: green;
}

/* Version 2.21 */
.inputbox { 
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight: bold; 
color: #000066; 
background: White; 
border: 1px solid #000066; 
} 

.submit { 
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-weight: bold; 
font-size: 10px; 
color: #000066; 
border-top-width: 1px; background: White; 
border: 1px solid #0C2193; 
text-indent : 1px; 
} 




body { background-color: #FFFFFF; font-size: 12px; font-family: verdana, arial, helvetica, sans-serif; padding: 0; margin: 0 auto; color:#596050;	text-align: center; width: 1010px; }
img	{	border: 0;	padding: 0;	}
img.herby {width: 150px; text-align: left; padding-right: 15px; float: left;}
p	{	margin: 0;	padding: 0 10px;	text-align:justify;	}
#site { width: 1010px; background-color: #FFFFFF;}
#head {  margin: 0;  padding: 0; width: 1010px; height: 125px;}
#menufl { width: 1010px; height:26px; text-align: center; padding: 0; margin-bottom: 5px;}
#menurl { width: 1010px; height:251px; text-align: left; padding: 0; margin-bottom: 3px;}
#menur2 { width: 990px; height:255px; text-align: center; padding: 0; margin-bottom: 3px; margin-top: 2px; margin}
#menur3 { width: 990px; height:105px; text-align: center; padding: 0; margin-bottom: 3px; margin-top: 2px; margin}
#logo { width: 125px; height: 125px; margin: 0; padding: 0; float: left;}
#logo h1 {width: 125px; height: 125px; margin: 0; padding: 0;}
#logo h1 a {width: 125px; height: 125px; margin: 0; padding: 0;}
#logo h1 img { margin:0; padding: 0;}
#ctop { width: 841px; height: 125px; margin: 0; padding: 0; float: left;}
#pasek { width: 841px; height: 32px; background: transparent url(https://www.world-cup.com.pl/images/pasek2.jpg) center repeat; margin: 0; padding: 0;}
#pasek h1 { width: 841px; height: 32px; padding: 0; margin: 0;}
#pasek h1 a { height: 10px;  display: block;    font-size: 120%;  color: white;    text-decoration: none;    padding: 0; padding: 12px 0px 0px 0px;}
#gmenu { width: 841px; height: 80px; margin: 0; padding: 0;  background-color: #FFFFFF; padding: 0px 0px 0px 0px; text-align: left; display:inline;}
#gmenu a {  font-size: 15px;  color: #1F5B9C;    text-decoration: underline;    padding: 0; }
#ptop { width: 24px; height: 125px; margin: 0; padding: 0; float: left;  background: transparent url(https://www.world-cup.com.pl/images/logo_p.jpg) no-repeat center top; }
#stopka { width: 1010px; padding: 4px 10px 5px 10px; border: 0; color: #777744; clear: both;}
#content { width:1010px; margin:0; padding:0; background-color: #FFFFFF;}
#left { width: 200px; float: left; margin:0; padding:0; }
#center { width: 520px; float: left; margin:0; padding:0;}
#right { width: 285px; float: left; margin:0; padding:0;}
#lbelka {}
#pbelka {}
#belka { background: transparent url(https://www.world-cup.com.pl/images/lewy.png); height:17px;	padding: 0px, 0px, 2px, 1px; border-left: 2px;	margin: 2px; text-align: center;	text-transform:uppercase;	}
#belka2 { background: transparent url(https://www.world-cup.com.pl/images/srodek.png) no-repeat; height:17px;	padding: 0px, 0px, 0px, 0px;	margin: 2px; text-align: center;	text-transform:uppercase;	}
#belka3 { background: transparent url(https://www.world-cup.com.pl/images/prawy.png); height:17px;	width: 265px; padding: 0px, 0px, 2px, 1px;	margin: 2px; text-align: center;	text-transform:uppercase;	}
#belka h1 { color: #FFFFFF; font-size: 12px; padding-top: 2px;}
#belka2 h1 { color: #FFFFFF; font-size: 12px; padding-top: 2px;}
#belka3 h1 { color: #FFFFFF; font-size: 12px; padding-top: 2px;}
div.finalisciheader {font-size: 14px;text-align: center; margin-bottom: 15px;}
p.red {color: red; font-weight: bold;}
p.green {color: green; font-weight: bold;}
 #box {
	width: 990px;
        margin-right: 5px;
        margin-left; 5px;
        position: relative;
        left: 1px;
	height: 20px;
	background: #8E0005;
}

.okragle-wszystkie-rogi {
	-webkit-border-radius: 9px; /* Safari, Chrome */
	-khtml-border-radius: 9px;	/* Konqueror */
	-moz-border-radius: 9px; /* Firefox */
	border-radius: 9px;
}

h4.liveh {
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    top: 2px;
    
}

#menul { background: transparent url(https://www.world-cup.com.pl/images/lewy2.png); height:18px;}
#menup { height:18px;	padding: 0px, 0px, 2px, 1px;	margin: 2px; text-align: center;	text-transform:uppercase;	}
#title { background: transparent url(https://www.world-cup.com.pl/images/news_gora.png); height: 50px; color:#596050; width: 510px;} 
#title a:link.titlenews { color:#F1F1F1;}
#title a:hover.titlenews { color:#AAAAAA;}
#title a:visited.titlenews { color:#F1F1F1;}
#footer a:link.titlenews { color:#F1F1F1;}
#footer a:hover.titlenews { color:#AAAAAA;}
#footer a:visited.titlenews { color:#F1F1F1;}
#stopka a:link.stopka { color:#777744;}
#stopka a:hover.stopka { color:#777744;}
#stopka a:visited.stopka { color:#777744;}
#footer { background: transparent url(https://www.world-cup.com.pl/images/news_dol.png); height: 42px; color:#596050; width: 510px;} 
.ctresc { color: #000000; margin: 5px 5px 5px 5px; background-color: #FFFFFF; text-align: left;}
.ptresc { color: #000000; margin: 0px 0px 0px 0px; background-color: #FFFFFF; text-align: left;}
.news { color:#596050; font-size:12px; text-align: left; }

.title2 { color:#F1F1F1; font-size:12px; margin: 0; text-align:left; }
p.mini { color:#CCCCCC; font-size: 8px; display:inline; text-align: left; padding-left: 25px; padding-top: 10px;}
p.title { color:#F1F1F1; font-size: 14px; text-align: left; padding-left: 25px; padding-top: 4px;}
p.mini1 { color:#CCCCCC; font-size: 10px; display:inline; text-align: left;}
p.mini2 { color:#F1F1F1; font-size: 11px;  text-align: left; padding-left: 25px; padding-top: 20px; }
p.cookie  { color:#717171; font-size: 10px; text-align: center; margin-bottom: -5px;}

div.news h2.hnews { font-size: 13px;}
div.news img {max-width: 490px; padding-bottom: 10px;}
p.news { color:#596050; font-size:12px; text-align:justify; }
p.bo { color: #BBBBBB; font-size: 7px; text-align: right; }
p.kom { color:#484B47; font-size: 9px; text-align: right; display:inline}
p.more { color:#484B47; font-size: 9px; text-align: right;}
p.nick { color:#CC0000; font-size: 11px; text-align:left; display:inline}
p.komentarz { color:#596050; font-size: 11px; text-align: left; }	
p.notka { color:#F06000; font-size:9px; text-align:right; }
p.stadion { color:#707090; font-size:9px; text-align:center; text-decoration: inherit; }
a:link  {	color: #000000;	text-decoration: underline;	background-color: inherit;	}
a:visited {	color: #000000;	text-decoration: underline;	background-color: inherit;	}
a:hover {	color: #000000;	background-color: inherit;	text-decoration: underline;	}
hr { color: #DDDDDD; width:98%; }
.lmenu {}
h1	{	background-color: inherit;	color: #1F5B9C;	font: 14px Verdana, Tahoma, Arial, sans-serif;	margin: 0;	text-align:center;	letter-spacing: 1px;	font-weight:bold;
	padding: 0px, 0px, 0px, 1px;	}
h2	{	background-color: inherit;	color: #000000;	font: 12px Verdana, Tahoma, Arial, sans-serif;	margin: 0;	text-align:left;	letter-spacing: 1px;	font-weight:bold;
	padding: 4px 5px 0 0;	}
h3	{	background-color: inherit;	color: #000000;	font: 12px Verdana, Tahoma, Arial, sans-serif;	margin: 0;	text-align:left;	letter-spacing: 1px;	font-weight:bold;
	padding: 4px 5px 0 0;	}
img.imgnews { padding: 5px 15px 5px 5px; border: 2px; border-color: #1F5B9C; background: transparent url(https://www.world-cup.com.pl/images/tlo.png) no-repeat; width: 70px; }
img.video { padding: 0px 0px 0px 0px; border: 2px; border-color: #1F5B9C; width: 60px; height: 60px;}
img.imgfl { width: 26px; height: 26px; border: 0;}
tr.odliczanie{padding: 2px 2px 2px 2px;border: 1px dotted #CCCCCC;background-color: #F1F1F1;font: 8px Verdana, Tahoma, Arial, sans-serif;text-align: center;}
tr.odliczanie1{padding: 2px 2px 2px 2px;border: 1px dotted #CCCCCC; background-color: #1F5B9C; font: 12px Verdana, Tahoma, Arial, sans-serif;text-align: center;color: #FFFFFF;font-weight:bold;}
#mundial {}
#mundial ul { width: 198px; letter-spacing: 1px; font-weight: bold; font-style: italic; font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; border-top: 0px solid #EFEFEF;
 border-right: 0px solid #EFEFEF; border-bottom: 0px solid #EFEFEF; border-left: 0px solid #EFEFEF; margin:0; padding:0; list-style:none;}
#mundial li a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; padding-left: 3px; padding-bottom: 2px;
  padding-top: 2px; padding-right: 0px; text-align: left;  display:block; width:100%; background: transparent url(https://www.world-cup.com.pl/images/lewy2.png); border-left: 2px solid #FFFFFF;}
#mundial li a:hover { color: #FFFFFF; background: transparent url(https://www.world-cup.com.pl/images/lewy.png); border-bottom: 0px solid #EFEFEF; border-left: 2px solid #FFFFFF;}
html>body #mundial li a { width: auto;}

table.terminarz	{text-align:center;	background-color:#FFFFFF;	width: 99%; font-family:verdana,sans-serif,arial;	font-size:12px;	color:#2A2A2A;	border:solid 1px #AAAAAA;	}
tr.terminarz  {background-color:#FFFFFF;	}
td.terminarz	{text-align:left;	font-size:12px;	padding-left:6px;	font-weight:normal;	}
td.bold {font-weight: bold;}
table.terminarz2	{text-align:center;	background-color:#FFFFFF;	width: 97%; font-family:verdana,sans-serif,arial;	font-size:9px;	color:#2A2A2A;	border:solid 1px #AAAAAA;	}
td.terminarz2	{text-align:left;font-size:9px;	padding-left:2px;	font-weight:normal;	}
tr.naglowek {text-align:center;  background: transparent url(https://www.world-cup.com.pl/images/pasek3.jpg); color:#FFFFFF;}
tr.tabela_awans	{background-color:#ADEAEA;	}
tr.tabela_baraz	{background-color:#e3e3e3;	}
td.stat	{text-align:center;	font-size:11px;	font-weight:normal;	}
td.terminarz3 {text-align:center;	font-size:11px;	padding-left:6px;	font-weight:normal;	background-color:#DEB887;}

#regulamin {font-size: 12px;background-color: #fff; color: #555;}
#regulamin h2 {font-size: 16px; text-align: center;}


