/* 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: red; 													/* 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: red; 
  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: red; 
  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: red; 
  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: red; 
  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: red; 
  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;
}

/* 
 * 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: 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: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
  padding-right:3px;
}
font.TBLROWTOP {
  font-size: 11px; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
  padding-right:3px;
}
font.VERSION {
  font-size: 8pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.POS1 {
  font-size: 10pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: GOLD;
}
font.POS2 {
  font-size: 10pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: #aaffaa;
}
font.POS3 {
  font-size: 10pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: #eeffaa;
}
font.PRDROW {
  font-size: 10pt;
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  font-weight: normal; 
  text-decoration: none; 
  background-color: #dddddd;
}
font.LOGINHD {
  font-size: 8pt; 
  color: white; 
  font-family: tahoma, verdana, arial; 
  font-weight: bold; 
  text-decoration: none; 
  background-color: navy;
}
font.LOGINRW {
  font-size: 8pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: #dddddd;
}

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: 140px; 
  background-color: #ffffff;
  cell-spacing: 0px;
  padding: 0px;
}
table.CENTER {
  border: groove black 0px;
  background-color: #ffffff;
  cell-spacing: 0px;
  padding: 0px;
  width: 720px;
}
table.RIGHT {
  border: groove black 0px;
  width: 140px; 
  background-color: #ffffff;
}
table.MAINTB {
  border: groove black 0px;
  background-color: white;
  cell-spacing: 0px;
  padding: 0px;
  width: 800px;
}
table.HELPTB {
  background-color: transparent;
  width: 720px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.MSGTB {
  background-color: transparent;
  width: 720px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
iframe.STANDTB {
  background-color: red;
  width: 720px; 
  height: 400px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.STANDTB {
  background-color: transparent;
  width: 720px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.PREDTB {
  background-color: transparent;
  width: 140; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.MENUTB {
  background-color: transparent;
  width: 140px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.LANG {
  background-color: transparent;
  width: 140px; 
  cell-spacing: 0px;
  border: groove red 0px;
  padding: 0px;
}
table.LOGINTB {
  background-color: transparent;
  width: 140px; 
  cell-spacing: 0px;
  border: groove red 0px;
  padding: 0px;
}
td.LANG {
  background-color: NAVY;
  text-align: center;
}
td.TBLHEAD {
  background-color: NAVY;
}
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: #dddddd;
}
td.LOGINHD {
  background-color: NAVY;
}
td.LOGINRW {
  background-color: #dddddd;
}

td.LEFTCOL {
  width: 140px; 
  background-color: transparent;
  vertical-align: top;
}
td.CENTERCOL {
  width: 720px; 
  vertical-align: top; 
  text-align: left;
}
td.RIGHTCOL {
  width: 140px; 
  vertical-align: top;
}
td.TBLPOS {
  background-color: NAVY;
  width: 40px; 
  text-align: center;
}
td.TBLUSER {background-color: NAVY; width: 180px; text-align: center;}
td.TBLPLAYED {background-color: NAVY; width: 40px; text-align: center;}
td.TBLWON {background-color: NAVY; width: 40px; text-align: center;}
td.TBLDRAWN {background-color: NAVY; width: 40px; text-align: center;}
td.TBLLOST {background-color: NAVY; width: 40px; text-align: center;}
td.TBLFOR {background-color: NAVY; width: 40px; text-align: center;}
td.TBLAGAINST {background-color: NAVY; width: 40px; text-align: center;}
td.TBLGD {background-color: NAVY; width: 40px; text-align: center;}
td.TBLPTS {background-color: NAVY; width: 40px; text-align: center;}
td.TBLPLAYED_active {background-color: RED; width: 40px; text-align: center;}
td.TBLWON_active {background-color: RED; width: 40px; text-align: center;}
td.TBLDRAWN_active {background-color: RED; width: 40px; text-align: center;}
td.TBLLOST_active {background-color: RED; width: 40px; text-align: center;}
td.TBLFOR_active {background-color: RED; width: 40px; text-align: center;}
td.TBLAGAINST_active {background-color: RED; width: 40px; text-align: center;}
td.TBLGD_active {background-color: RED; width: 40px; text-align: center;}
td.TBLPTS_active {background-color: RED; 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: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
td.SHOUTROW {
  background-color: #dddddd;
}
div.SHOUTROW {
  background : #dddddd; 
  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: #dddddd;
}
font.TEAM {
  font-size: 10pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
td.FLAG {
  background-color: #dddddd;
  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; 

   */
} 
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 : 14px; 
  width : 14px; 
  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; 
} 

A:link {
	font-family:Arial, Geneva, sans-serif;
	font-size: 11px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; 
  text-decoration: none 
}
A:visited { 
	font-family:Arial, Geneva, sans-serif;
	font-size: 11px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; text-decoration: none 
}
A:hover { 
	font-family:Arial, Geneva, sans-serif;
	font-size: 11px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color:white; 
  text-decoration: none; 
  background:#F00;
}
A.VERSION:visited {
  font-family: Arial, Geneva, sans-serif, verdana, arial; 
  font-size: 11px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; 
  text-decoration: none 
}
A.VERSION:link { 
  font-family: Arial, Geneva, sans-serif, verdana, arial; 
  font-size: 11px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; 
  text-decoration: none 
}
A.VERSION:hover { 
  font-family: Arial, Geneva, sans-serif, verdana, arial; 
	font-size: 11px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: none 
}
A.PRED:visited {
  	font-family:Arial, Geneva, sans-serif;
	font-size: 10px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; 
  text-decoration: none 
}
A.PRED:link { 
  	font-family:Arial, Geneva, sans-serif;
	font-size: 10px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: red; 
  text-decoration: none 
}
A.PRED:hover { 
  	font-family:Arial, Geneva, sans-serif;
	font-size: 10px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: white; 
  text-decoration: none 
}

body {
	margin-top:0px;
  	font-family:Arial, Geneva, sans-serif;
	font-size: 11px; 
}

body.MAIN {
  background-color: white;
  text-align: center;
	background:url(images/bgr_main.png);
}

font.TBLHEAD {
  font-size: 11px; 
  color: white; 
  font-family:Arial, Geneva, sans-serif;
  font-weight: bold; 
  text-decoration: none
}
font.UADUP {
  font-size: 11px; 
  color: white; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none
}
font.UADDOWN {
  font-size: 11px; 
  color: white; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none
}
font.TBLROW {
  font-size: 11px; 
  color: #000033; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none;
  margin-right:3px;
}
font.VERSION {
  font-size: 11px; 
  color: #000033; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none
}
font.LEADER {
  font-size: 11px; 
  color: #000033; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none; 
  background-color: GOLD
}
font.LEADER2 {
  font-size: 11px; 
  color: #000033; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none; 
  background-color: #ffeb80
}
font.LEADER3 {
  font-size: 11px; 
  color: #000033; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none; 
  background-color: #c0e8b2
}
font.CURRENTUSER {
  font-size: 11px; 
  color: #000033; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none; 
  background-color: #9db3e9;
}
font.PRDROW {
  font-size: 11px;
  color: #000033; 
  font-family: Arial, Geneva, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
  background-color: #cccccc
}
font.LOGINHD {
  font-size: 11px; 
  color: white; 
  font-family: Arial, Geneva, sans-serif; 
  font-weight: bold; 
  text-decoration: none; 
  background-color: #000033
}
font.LOGINRW {
  font-size: 11px; 
  color: #000033; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none; 
  background-color: #cccccc
}

font.HELPTEXT {
  font-size: 11px; 
  color: #000033; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none; 
  background-color: WHITE}
font.HELPROW {
  font-size: 11px; 
  color: #000033; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none}
font.HELPHEAD {
  font-size: 11px; 
  color: WHITE; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: BOLD
}
font.PREDHEAD {
  font-size: 11px; 
  color: red; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: BOLD
}

table.LEFT {
  width: 140px; 
  background-color: #ffffff;
  cell-spacing: 0px;
  padding: 0px;
}
table.CENTER {
  border: groove black 0px;
  background-color: #ffffff;
  cell-spacing: 0px;
  padding: 0px;
  width: 720px;
}
table.RIGHT {
  border: groove black 0px;
  width: 140px; 
  background-color: #ffffff;
}
table.MAINTB {
  border: groove black 0px;
  background-color: white;
  cell-spacing: 0px;
  padding: 0px;
  width: 1000px;
}
table.HELPTB {
  background-color: transparent;
  width: 720px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.MSGTB {
  background-color: transparent;
  width: 720px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
iframe.STANDTB {
  background-color: red;
  width: 720px; 
  height: 400px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.STANDTB {
  background-color: transparent;
  width: 720px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.PREDTB {
  background-color: transparent;
  width: 140; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
	  font-size:9px;
}
table.PREDTB td {
}
table.MENUTB {
  background-color: transparent;
  width: 140px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.LOGINTB {
  background-color: transparent;
  width: 140px; 
  cell-spacing: 0px;
  border: groove red 0px;
  padding: 0px;
}
td.TBLHEAD {
  background-color: #000033
}
td.LEADER {background-color: GOLD}
td.LEADER2 {background-color: #ffeb80}
td.LEADER3 {background-color: #c0e8b2}
td.CURRENTUSER {background-color: #9db3e9}
td.UADUP {
  background-color: #44CC44;
}
td.UADDOWN {
  background-color: #CC4444;
}
td.UADDOWN a {
	color:#CCC;
}
td.UADUP a {
	color:#FFF;
}
td.TBLROW {
  background-color: #dddddd;
}
td.TBLROWTOP {
  background-color: #eeeeee;
}
td.TBLROW a {
	font-size:11px;
}
td.TBLROWTOP a {
	font-size:11px;
}
td.TBLROW ul {
	padding:0;
	margin:0;
	margin-left:11px;
	padding-left:5px;
	color:#777;
	font-size:9px;
}
td.TBLROW li {
	list-style:square;
	padding:0;
	margin:0;
	font-size:11px;
}
td.LOGINHD {background-color: #000033}
td.LOGINRW {background-color: #cccccc}

td.LEFTCOL {
  width: 140px; 
  background-color: transparent;
  vertical-align: top;
}
td.CENTERCOL {
  width: 720px; 
  vertical-align: top; 
  text-align: left;
}
td.RIGHTCOL {
  width: 140px; 
  vertical-align: top;
}
td.TBLPOS {background-color: #000033; width: 40px; text-align: center}
td.TBLUSER {background-color: #000033; width: 180px; text-align: center}
td.TBLPLAYED {background-color: #000033; width: 40px; text-align: center}
td.TBLWON {background-color: #000033; width: 40px; text-align: center}
td.TBLDRAWN {background-color: #000033; width: 40px; text-align: center}
td.TBLLOST {background-color: #000033; width: 40px; text-align: center}
td.TBLFOR {background-color: #2f2f5c; width: 40px; text-align: center}
td.TBLAGAINST {background-color: #2f2f5c; width: 40px; text-align: center}
td.TBLGD {background-color: #2f2f5c; width: 40px; text-align: center}
td.TBLPTS {background-color: #000033; width: 40px; text-align: center}

font.SHOUTROW {
  font-size: 11px; 
  color: #000033; 
  font-family: Arial, Geneva, sans-serif; 
  text-decoration: none
}
td.SHOUTROW {
  background-color: #cccccc;
}
div.SHOUTROW {
  background : #cccccc; 
  color : #000033;
  padding : 1px; 
  width : 100%; 
  height : 200px; 
  overflow : auto;
}
img.SHOUTROW {
  height : 11px; 
  width:11px;
}
textarea {
  width : 100%; 
}



.monwinner {
	width:136px;
	height:157px;
	background:url(trophy.jpg);
}
.monwinnermonth {
	padding-top:10px;
	text-align:center;
}
.monwinnername {
	padding-top:133px;
	text-align:center;
	font-size:9px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}
#innerbox {
    width:250px;
    float:left;
    margin-right:2%;
    border:3px solid #D6D6C2;
    background:#E0E9F8;
    padding: 3px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    -moz-border-radius: 15px 0 15px 0;
	text-align:center;
}
.monwinnername a {
	font-size:11px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	padding:0;
}
a.predictionslink {
	background:#F00;
	color:#fff;	
	text-decoration: none; 
}
a.predictionslink:hover {
	color:#fff;	
	text-decoration: none; 
	background-color:#c44;
}

img.FLAGICON {
  height : 8px; 
  width : 8px; 
  border: 0px;
}
.userstyle {
 margin-right:3px;
}
