/* 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: 9pt;                      /* 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: #333366; 		

											/* 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: 9pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #333366; 
  text-decoration: none;
}
A:hover { 
  font-family: tahoma, verdana, arial; 
  font-size: 9pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: none;
}
 /* Fonty do naglowkow po prawej stronie z statami :)*/
a.naglowki {
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt;
  font-style: normal;
  color: white;
}


a.regulamin {

	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, monospace;
	color: #333366;
	text-align: center;

}

a.regulamin:visited {

	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, monospace;
	color: #333366;
	text-align: center;

}

a.regulamin:hover {

	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, monospace;
	color: #333366;
	text-align: center;

}
/* 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: #750808; 
  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: #750808; 
  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: #FFF; 
  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: #FFF; 
  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: none;
}

A.PRED:visited{
  color:#FFF;
  }

/* 
 * 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:1; 
  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: 9pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  font-weight: bold; 
  text-decoration: none;
}

}
font.TBLHEAD a:link a:visited {
  font-size: 9pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  font-weight: bold; 
  text-decoration: none;
}

font.UADUP {
  font-size: 9pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.UADDOWN {
  font-size: 9pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.TBLROW {
  font-size: 9pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.VERSION {
  font-size: 8pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.POS1 {
  font-size: 9pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: GOLD;
}
font.POS2 {
  font-size: 9pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
}
font.POS3 {
  font-size: 9pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
}
font.PRDROW {
  font-size: 10pt;
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  font-weight: normal; 
  text-decoration: none; 
  background-color: #addce3;
}
font.LOGINHD {
  font-size: 8pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  font-weight: bold; 
  text-decoration: none; 
  background-color: none;
}
font.LOGINRW {
  font-size: 8pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: none;
}

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

font.HELPROW {
  font-size: 10pt; 
  color: NAVY; 
  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: 200px; 
  background-color: #ffffff;
  cell-spacing: 0px;
  padding: 0px;
}
table.CENTER {
  border: groove black 0px;
  background-color: #ffffff;
  cell-spacing: 0px;
  padding: 0px;
  width: 520px;
}
table.RIGHT {
  border: groove black 0px;
  width: 200px; 
  background-color: #ffffff;
}
table.MAINTB {
  border: groove black 0px;
  background-color: transparent;
  cell-spacing: 0px;
  padding: 0px;
  width: 800px;
}
table.HELPTB {
  background-color: transparent;
  width: 520px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.MSGTB {
  background-color: transparent;
  width: 520px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
iframe.STANDTB {
  background-color: red;
  width: 520px; 
  height: 400px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.STANDTB {
  background-color: transparent;
  width: 520px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.PREDTB {
  background-color: transparent;
  width: 200; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.MENUTB {
  background-color: transparent;
  width: 200px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.LANG {
  background-color: transparent;
  width: 200px; 
  cell-spacing: 0px;
  border: groove red 0px;
  padding: 0px;
}
table.LOGINTB {
  background-color: transparent;
  width: 200px; 
  cell-spacing: 0px;
  border: groove red 0px;
  padding: 0px;
}
td.LANG {
  background-color: #750808;
  text-align: center;
}
td.TBLHEAD {
  background-color: #750808;
}
td.POS1 {
  background-color: GOLD;
}
td.POS2 {
  background-color: #ffcc66;
}
td.POS3 {
  background-color: #ffff99;
}

td.UADUP {
  background-color: #ffff99;
}
td.UADDOWN {
  background-color: #BB8888;
}
td.TBLROW {
  background-color: #b5b5b5;
}
td.LOGINHD {
  background-color: #750808;
}
td.LOGINRW {
  background-color: #b5b5b5;
}

td.LEFTCOL {
  width: 200px; 
  background-color: transparent;
  vertical-align: top;
}
td.CENTERCOL {
  width: 520px; 
  vertical-align: top; 
  text-align: left;
}
td.RIGHTCOL {
  width: 200px; 
  vertical-align: top;
}
td.TBLPOS {
  background-color: #750808;
  width: 40px; 
  text-align: center;
}
td.TBLUSER {background-color: #750808; width: 180px; text-align: center;}
td.TBLPLAYED {background-color: #750808; width: 40px; text-align: center;}
td.TBLWON 

{background-color: #750808; width: 40px; text-align: center;}
td.TBLDRAWN {background-color: #750808; width: 40px; text-align: center;}
td.TBLLOST {background-color: #750808; width: 40px; text-align: center;}
td.TBLFOR {background-color: 

#750808; width: 40px; text-align: center;}
td.TBLAGAINST {background-color: #750808; width: 40px; text-align: center;}
td.TBLGD {background-color: #750808; width: 40px; text-align: center;}
td.TBLPTS {background-color: #750808; 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: #750808; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
td.SHOUTROW {
  background-color: #b5b5b5;
}
div.SHOUTROW {
  background : #b5b5b5; 
  color : NAVY;
  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: 800px;
}
font.SHOUTHEAD {
  font-size: 8pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
  font-weight: bold; 
}
font.SHOUTDATE {
  font-size: 6pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.SHOUTMSG {
  font-size: 8pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}

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

td.TEAM {
  background-color: #b5b5b5;
}
font.TEAM {
  font-size: 10pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}

td.regulamin {

text-align:center

}

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

font.LEADER { 
  font-size: 10pt; 
  color: NAVY; 
  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; 

   */
} 

font.regulamin {

	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, monospace;
	color: #333366;
	text-align: center;

}

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: bold; 
  font-variant: normal; 
  color: #A62A2A; 
  

text-decoration: none;
}
A.POS1:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: bold; 
  font-variant: normal; 
  color: #A62A2A; 
  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: bold; 
  font-variant: normal; 
  color: #A62A2A; 
  text-decoration: none;
}
A.POS2:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: bold; 
  font-variant: normal; 
  color: #A62A2A; 
  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: bold; 
  font-variant: normal; 
  color: #A62A2A; 
  text-decoration: none;
}
A.POS3:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: bold; 
  font-variant: normal; 
  color: #A62A2A; 
  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; 
} 

/* BUTTONS */

.buttons a, .buttons button{
    float:right;
    margin:0 55px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 2px 2px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

/* POSITIVE */

.buttons a.positive:hover, button.positive:hover{
    border:1px solid #993333;
    color:#993333;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}


.buttons button[type]{
    padding:3px 6px 3px 4px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
