/* 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: Arial, Helvetica, sans-serif;  /* 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: #2c7093; 													/* Text colour, e.g. red, blue, green or code #FFFFFF */

	text-decoration: none;                /* blink, inherit, line-through, underline, overline, none */

}

A:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: #2c7093;

	text-decoration: none;

}

A:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-decoration: underline;

}



/* The following three entries are for the version link (Powered by..) */

A.VERSION:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: red;

	text-decoration: none;

}

A.VERSION:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: red;

	text-decoration: none;

}

A.VERSION:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: #003300;

	text-decoration: none;

}



/* These are for the match statistics links */

A.PRED:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: #000;

	text-decoration: none;

}

A.PRED:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: #000;

	text-decoration: none;

}

A.PRED:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: #000;

	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;

	text-align: center;

	background-image: url(images/fundo2.jpg);

	background-repeat: repeat-x;

	background-attachment: fixed;

}

/*

 * Adicionado por HeberOnline

 */

.MAIN_CENTRO {

	margin: 0 auto;

	width: 955px;

	background-color: #FFF;

	

}



/* This entry is for */

font.LANG {

	font-size: 10pt;

	color: #333;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	text-decoration: none;

}

font.TBLHEAD {

  font-size: 10pt; 

  color: white; 

  font-family: Arial, Helvetica, sans-serif; 

  font-weight: bold; 

  text-decoration: none;

}

font.TBLHEAD1 {

  font-size: 10pt; 

  color: black; 

  font-family: Arial, Helvetica, sans-serif; 

  font-weight: bold; 

  text-decoration: none;

}

font.TBLHEAD1 {

  font-size: 10pt; 

  color: #000; 

  font-family: Arial, Helvetica, sans-serif; 

  font-weight: bold; 

  text-decoration: none;

}

font.UADUP {

  font-size: 10pt; 

  color: white; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}

font.UADUP a {

  font-size: 10pt; 

  color: white; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}



font.UADDOWN {

  font-size: 10pt; 

  color: white; 	

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}

font.UADDOWN a {

  font-size: 10pt; 

  color: white; 	

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}



font.TBLROW {

  font-size: 10pt; 

  color: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}

font.VERSION {

  font-size: 8pt; 

  color: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}

font.POS1 {

	font-size: 10pt;

	color: #636363;

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

	background-color: #FFFF00;

}

font.POS2 {

	font-size: 10pt;

	color: #636363;

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

	background-color: #aaffaa;

}

font.POS3 {

	font-size: 10pt;

	color: #636363;

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

	background-color: #CAEEFF;

}

font.POS4 {

	font-size: 10pt;

	color: #636363;

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

	background-color: #FFCACA;

}

font.PRDROW {

  font-size: 10pt;

  color: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  font-weight: normal; 

  text-decoration: none; 

  background-color: #f7f7f7;

}

font.LOGINHD {

	font-size: 10pt;

	color: white;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

}

font.LOGINRW {

	font-size: 10pt;

	color: #636363;

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

	background-color: #f7f7f7;

}



font.HELPTEXT {

  font-size: 10pt; 

  color: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none; 

  background-color: WHITE;

}



font.HELPROW {

  font-size: 10pt; 

  color: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}

font.HELPHEAD {

  font-size: 10pt; 

  color: WHITE; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: BOLD;

}

font.PREDHEAD {

  font-size: 8pt; 

  color: red; 

  font-family: Arial, Helvetica, sans-serif; 

  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: 950px;

}

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: 540px;

	cell-spacing: 0px;

	border: inset red 0px;

	padding: 0px;

}

table.STANDTB1 {

	background-color: WHITE;

	width: 540px;

	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;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color: #FEF1D6;

}

table.LOGINTB {

	background-color: transparent;

	width: 200px;

	cell-spacing: 0px;

	border: groove red 0px;

	padding: 0px;

	margin-top: 5px;

	margin-bottom: 5px;

}

td.LANG {

	background-color: #FFE1C4;

	text-align: center;

	padding-top: 5px;

	padding-bottom: 5px;

}

td.TBLHEAD {

	background-color: #636363;

	background-image: url(img/menu.jpg);

	padding-top: 5px;

	padding-bottom: 5px;

}

td.TBLHEAD1 {

	background-color: #636363;

	background-image: url(img/menu2.jpg);

	padding-top: 5px;

	padding-bottom: 5px;

}

.TBLCOMP {

	background-image: url(images/stripe_0636355038dfd4c572cf2d41e80c8047.png);

	background-color: #999;

}

.TBLCOMP1 {

	background-image: url(images/semanal.jpg);

	background-color: #999;

	padding-top: 5px;

	padding-bottom: 5px;

}



.TBLMES {

	background-color: #EEF9F9;

	padding-top: 5px;

	padding-bottom: 5px;

}



.TBL_STATS

{

	background-color: #D5FFF1;

}

td.POS1 {

  background-color: #FFFF00;

}

td.POS2 {

  background-color: #aaffaa;

}

td.POS3 {

  background-color: #CAEEFF;

}

td.POS4 {

  background-color: #FFCACA;

}

td.UADUP {

	background-color: #44cc44;

}

td.UADDOWN {

	background-color: #cc4444;

}

td.TBLROW {

  background-color: #f7f7f7;

}

td.LOGINHD {

	background-color: #959595;

	background-image: url(img/menu.jpg);

	padding-top: 5px;

	padding-bottom: 5px;

}

td.LOGINRW {

  background-color: #f7f7f7;

}



td.LEFTCOL {

  width: 140px; 

  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: #636363;

  width: 40px; 

  text-align: center;

}

td.TBLPOS1 {

  background-color: #FFDFBF;

  width: 40px; 

  text-align: center;

}

td.TBLUSER {background-color: #636363; width: 180px; text-align: center;}

td.TBLPLAYED {background-color: #636363; width: 40px; text-align: center;}

td.TBLWON {background-color: #636363; width: 40px; text-align: center;}

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

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

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

td.TBLAGAINST {background-color: #636363; width: 40px; text-align: center;}

td.TBLGD {background-color: #636363; width: 40px; text-align: center;}

td.TBLPTS {background-color: #636363; width: 40px; text-align: center;}



font.ERROR {

  font-size: 8pt; 

  color: WHITE; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}

td.ERROR {

  background-color: #ee4444;

}

font.WARNING {

  font-size: 8pt; 

  color: WHITE; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}

td.WARNING {

  background-color: #00FF00;

}

font.INFO {

  font-size: 8pt; 

  color: WHITE; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}

td.INFO {

  background-color: #66cc66;

}

font.SHOUTROW {

  font-size: 8pt; 

  color: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}

td.SHOUTROW {

  background-color: #f7f7f7;

}

div.SHOUTROW {

  background : #f7f7f7; 

  color : #636363;

  padding : 1px; 

  width : 190px; 

  height : 400px; 

  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: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

  font-weight: bold; 

}

font.SHOUTDATE {

  font-size: 6pt; 

  color: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}

font.SHOUTMSG {

  font-size: 8pt; 

  color: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}



img.FLAG {

	height : 20px;

	border: 0px;

}



td.TEAM {

  background-color: #f7f7f7;

}

font.TEAM {

  font-size: 10pt; 

  color: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}

td.FLAG {

  background-color: #f7f7f7;

  text-align: CENTER;

}

font.FLAG {

  font-size: 10pt; 

  color: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  text-decoration: none;

}



font.LEADER { 

  font-size: 10pt; 

  color: #636363; 

  font-family: Arial, Helvetica, sans-serif; 

  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: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: #2c7093;

	text-decoration: none;

}

A.POS1:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: 2c7093;

	text-decoration: none;

}

A.POS1:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-decoration: underline;

}

A.POS2:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: 2c7093;

	text-decoration: none;

}

A.POS2:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: 2c7093;

	text-decoration: none;

}

A.POS2:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-decoration: underline;

}

A.POS3:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: 2c7093;

	text-decoration: none;

}

A.POS3:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: 2c7093;

	text-decoration: none;

}

A.POS3:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-decoration: underline;

}

A.POS4:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: 2c7093;

	text-decoration: none;

}

A.POS4:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	color: 2c7093;

	text-decoration: none;

}

A.POS4:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-decoration: underline;

}



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: Arial, Helvetica, sans-serif; 

  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 : 25px; 

  width : 25px; 

  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: Arial, Helvetica, sans-serif; 

  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: #636363; 

background: White; 

border: 1px solid #636363; 

} 



.submit {

	font-family: Arial, Helvetica, sans-serif;

	font-style: normal;

	font-weight: bold;

	font-size: 12px;

	color: #2c7093;

	border-top-width: 1px;

	background: White;

	border: 1px solid #0C2193;

	text-indent : 1px;

} 

