/* 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: #000; 													/* 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; 
  text-decoration: none;
  color:#000
}
A:hover { 
  font-family: tahoma, verdana, arial; 
  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: 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: navy; 
  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: navy; 
  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: navy; 
  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. 
 */
/*html { background-color: #FDFDFD;}
body.MAIN { background-color: #FDFDFD; background: url(http://wiganathletic.rivals.net/images/background.jpg) no-repeat; background-position: 970px 0; margin:0px}
#navtop { width: auto; background:url(http://wiganathletic.rivals.net/images/pixelBackground_03.gif) repeat-x; height: 29px; font-size: 12px; font-family: Arial; font-weight: 900; }
#navtop .nav_line { background: #000; height: 11px; width: 1px; margin-top: 9px; float: left; }
#navtop .nav_item { height: 29px; width: auto; float: left; }
#navtop .nav_item a { display: block; width: auto; padding: 7px 13px; text-decoration: none; float: left; color: #333; }	
#navtop .nav_item a:hover { background:url(http://wiganathletic.rivals.net/images/pixelline_07.gif) repeat-x; color: #FFF; }	
#navtop .current_nav { background:url(http://wiganathletic.rivals.net/images/pixelline_07.gif) repeat-x!important; color: #FFF!important; }
#navtop .nav_select { float: left; }
#navtop .nav_select select { border: 1px solid #444; margin-top: 5px; font-weight: 900; font-family: arial; font-size: 12px; }
#navtop .nav_search_box { float: right; margin-right: 10px; display: inline; }
#navtop .nav_search_box .text_box { width: 177px; border: 1px solid #444; color: #666; float: left; margin: 5px 5px 0 0; padding-left: 4px; }	
#navtop .nav_search_box .go_button { margin-top: 4px; }
*/
/*#header{ position:relative; height:auto; width:100%; border-top: 1px solid #000;  }*/
.header_blue { background: #001E78;  color: White!important;}
#adbanner{ float:right; position:relative; width: 739px; }
#navtwocols { width:970px;  float:right;  position:relative; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{display: inline-block; }
#logo{ float: left; display:inline; position: relative; width:231px; overflow: hidden; }
#logo img { display: block; border: none; }
#navtwocols { width:970px;  float:right;  position:relative; }
	
.TBLHEAD a:visited {
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #ff0000;
}
.TBLHEAD a:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #ff0000;
  text-decoration: none;
}
.TBLHEAD a:hover { 
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #ff0000;
  text-decoration: underline;
}
/* 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: 8pt; 
  color: #000; 
  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: 11px; 
  color: #000; 
  font-family: Verdana; 
  text-decoration: none;
}
font.VERSION {
  font-size: 8pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
font.POS1 {
  font-size: 10pt; 
  color: #000; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
}
font.POS2 {
  font-size: 10pt; 
  color: #000; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
}
font.POS3 {
  font-size: 10pt; 
  color: #000; 
  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: #000;
  font-family: tahoma, verdana, arial; 
  font-weight: bold; 
  text-decoration: none; 
}
font.LOGINRW {
  font-size: 8pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none; 
  background-color: #addce3;
}

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: navyd; 
  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: 620px;
}
table.RIGHT {
  text-align:left;
  width: 180px; 
  background-color: #ffffff;
}
table.MAINTB {
  border: groove black 0px;
  background-color: transparent;
  cell-spacing: 0px;
  cell-padding:0px;
  padding: 0px;
  width: 940px;
margin:0px
}
table.HELPTB {
  background-color: transparent;
  width: 620px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.MSGTB {
  background-color: transparent;
  width: 620px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
iframe.STANDTB {
  background-color: red;
  width: 620px; 
  height: 400px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.STANDTB {
  background-color: transparent;
  width: 620px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.PREDTB {
  background-color: transparent;
  width: 180px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.MENUTB {
  background-color: transparent;
  width: 180px; 
  cell-spacing: 0px;
  border: inset red 0px;
  padding: 0px;
}
table.LANG {
  background-color: transparent;
  width: 180px; 
  cell-spacing: 0px;
  border: groove red 0px;
  padding: 0px;
}
table.LOGINTB {
  background-color: transparent;
  width: 180px; 
  cell-spacing: 0px;
  border: groove red 0px;
  padding: 0px;
}
td.LANG {
  background-color: NAVY;
  text-align: center;
}
td.TBLHEAD {background-color: #eee;}
td.POS1 {background-color: #eee;}
td.POS2 {background-color: #eee;}
td.POS3 { background-color: #eee;}
td.UADUP { background-color: #44CC44;}
td.UADDOWN {background-color: #BB8888;}

td.TBLROW {background-color: #eee;}
.MENUTB td.TBLROW, td.LOGINHD,.PREDTB td.TBLHEAD,.PREDTB td.TBLROW,.RIGHT td.TBLROW{border:1px solid #ccc;padding:4px;}
.RIGHT td.TBLHEAD{border:1px solid #ccc;padding:4px;background-color: #ccc;}

#STATS_ROWS td.TBLROW {border:1px solid #ccc;padding:4px;}
td.LOGINHD {background-color: #ccc;}
td.LOGINRW {background-color: #addce3;}

td.LEFTCOL {width: 160px; background-color: transparent;vertical-align: top;text-align:left;margin:0;padding:0}
td.CENTERCOL {width: 620px; vertical-align: top; text-align: left;}
td.RIGHTCOL {width: 180px; vertical-align: top;margin:0;padding:0}

td.TBLPOS, td.TBLUSER, td.TBLPLAYED, td.TBLWON, td.TBLDRAWN, td.TBLLOST, td.TBLFOR, td.TBLAGAINST, td.TBLGD, td.TBLPTS {background-color: #ccc; text-align: center;padding:4px 0}
td.TBLUSER {width: 180px}
td.TBLPOS, td.TBLPLAYED,td.TBLWON, td.TBLDRAWN, td.TBLLOST, td.TBLFOR, td.TBLAGAINST, td.TBLGD, td.TBLPTS {width: 40px}

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: #eeeeee;
}
div.SHOUTROW {
  background : #eeeeee; 
  color : NAVY;
  padding : 1px; 
  width : 170px; 
  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 : 22px; 
  border: 0px;
}

td.TEAM {
  background-color: #eeeeee;
}
font.TEAM {
  font-size: 10pt; 
  color: NAVY; 
  font-family: tahoma, verdana, arial; 
  text-decoration: none;
}
td.FLAG {
  background-color: #eeeeee;
  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: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #000; 
}
A.POS1:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #000; 
  text-decoration: none;
}
A.POS1:hover { 
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #000; 
  text-decoration: underline;
}
A.POS2:visited {
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #000; 
}
A.POS2:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #000; 
  text-decoration: none;
}
A.POS2:hover { 
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #000; 
  text-decoration: underline;
}
A.POS3:visited {
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #000; 
}
A.POS3:link { 
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #000; 
  text-decoration: none;
}
A.POS3:hover { 
  font-family: tahoma, verdana, arial; 
  font-size: 10pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  color: #000; 
  text-decoration: underline;
}

div.MAIN {
  text-align: left;margin:0px
}
.maincontenttext{  font-family: tahoma, verdana, arial; 
  font-size: 10pt;padding-left:15px;padding-right:15px}
.maincontenttext h1{
color:#000033;
	font-family: tahoma, verdana, arial;
	font-size:18px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000033;
}
.maincontenttext A:link { COLOR: #000099; TEXT-DECORATION: none;font-weight:bold}
.maincontenttext A:hover { COLOR: #000099; text-decoration: underline}
.maincontenttext A:active { COLOR: #ff0000}
.maincontenttext A:visited { COLOR: #000099;font-weight:bold}
/* 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 : 22px; 
  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; 
} 
