/* prediction.css */
/*NB: All css needs to be external for mime type application/xhtml+xml (and it bloody well should be anyway) */
/***************************************************************************************************/
/* General Starts **********************************************************************************/
html {
/* To always show the vertical scrollbar, regardless of whether there is content 
to scroll (à la Internet Explorer). Unfortunately this prevents the horizontal scrollbar 
from appearing when the displayed page is too wide, so that the only way to see the 
right edge of a wide page is to stretch the browser itself. It seems to be 
impossible to configure Firefox with IE's default behaviour (vertical scrollbar
always present, horizontal scrollbar shown only when required). */
/* This would be a problem if we have so many predictors that results.php 
goes off the rhs of the browser*/
/*overflow: -moz-scrollbars-vertical;*/
overflow-y: scroll;
}
body /* needs to go in html as well for mime type application/xhtml+xml?? */
{
background:white;
/*background-image:url(../images/holly.jpg);*/
color:#000000;
font:12px geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
padding:0px 0px 0px 20px;
margin:0px;
border:0px;
}
#main{
width:1065px;
margin:0px auto 0px auto;
padding:0px;
border:0px;
}
form {
display:inline;
}
input[type="submit"]{/* IE doesnt support this */
cursor:pointer;
}
select {
background:#FFFFFF;
border:1px solid #C3B27E;
color:#000000;
font:12px geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}
.bold{
font-weight:bold;
}
/*
.bd1{
border:1px solid black;
}
.bd1prl2{
border:1px solid black;
padding:0px 2px 0px 2px;
}
*/
.button{
font: 11px geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
cursor:pointer;
}
.smallbutton{
font: 9px geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
cursor:pointer;
}
.smallinput{
font: 9px geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.bginput {
font: 11px geneva, lucida, 'lucida grande', arial, helvetica, sans-serif}
.smallfont{
color: #000000;
font: 11px geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.strongsmallfont{
color: #000000;
font: bold 11px geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/* General Ends */
/***************************************************************************************************/
/* Nav  Div Starts************************************************************************************/
#navdiv{
clear:both;
height:23px;
padding:5px 0px 0px 0px;
margin:0px 0px 0px 0px;
background:white;
}
#navtable{
/*float:left;*/
margin:0px 0px 5px 0px;
padding:0px 0px 0px 0px;
width:765px;
height:18px;
border:1px solid white;/* black */
background:white;/* team */
font:12px geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}
#navdiv2{
height:30px;
padding:0px 0px 0px 0px;
margin:0px 0px 10px 0px;
background:white;
}
#navtable2{
/*float:left;*/
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
width:765px;
height:25px;
border:1px solid white;/* black */
background:white;/* team */
font:12px geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}
/*
#navdiv3{
height:23px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
background:white;
}
#navtable3{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:765px;
height:18px;
border:1px solid white;
background:white;
font:12px geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}
*/
.nav3{
width:1px;
margin:0px;
padding:0px;
text-align:center;
color:#C3B27E;
border:0px;
}
.navauto{
width:auto;
margin:0px;
padding:0px;
text-align:center;
white-space:nowrap;
background-color:white;
border:0px;
/*background-image:url(../images/dkblueback.gif);*//* team */
}
.navendlogin{
width:10px;/* fix to width */
margin:0px;
padding:0px;
text-align:center;
white-space:nowrap;
background-image:url(../images/dkblueback.gif);/* team */
}
.navendlogout{
width:350px;/* fix to width */
margin:0px;
padding:0px;
text-align:center;
white-space:nowrap;
background-image:url(../images/dkblueback.gif);/* team */
}
#navtable a,#navtable2 a{
padding:0px;
margin:0px;
color:black;
font-weight:bold;
text-decoration:none;
border:0px;
}
#navtable a:link,#navtable2 a:link {
color:black;
}
#navtable a:link:hover,#navtable2 a:link:hover {
text-decoration:underline;
}
#navtable a#current,#navtable2 a#current {
color:#999999;
/*-moz-border-bottom-colors:white;*/
}
/* Nav Div Ends*/
/***************************************************************************************************/
/* Results Starts***********************************************************************************/
#mainresults {
clear:both;
margin:8px auto 0px auto;
background:white;
}
#restable{
font: 9pt geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border:1px solid white;/* black */
/*display:none;*/
}
#restable2{
font: 9pt geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border:1px solid white;/* black */
}
.tohide{
/* This is meant to be empty */
}
.tohidetop{
/*display:none;*/
}
.correct{
background:#F7F0C7;
text-align:right;
}
.incorrect{
text-align:right;
}
.suphomescore{
text-align:center;
width:18px;
border:1px solid #C3B27E;
}
.supawayscore{
text-align:center;
width:18px;
border:1px solid #C3B27E;
}
.homescore{
text-align:center;
width:20px;
background:#F6F0B6;
}
.awayscore{
text-align:center;
width:20px;
background:#F6F0B6;
}
.result{
text-align:center;
width:25px;
background:#F6F0B6;
}
.beforepred{
width:25px;
}
.hometeam{
width:90px;
margin:0px 2px 0px 2px;
padding:0px 0px 0px 0px;
text-align:center;
}
.awayteam{
width:90px;
margin:0px 2px 0px 2px;
padding:0px 0px 0px 0px;
text-align:center;
}
.seasondata{
font-weight:bold;
border:1px solid black;
background:#C3B27E;
text-align:right;
}
.weekpts{
font-weight:bold;
border:1px solid black;
background:#C3B27E;
text-align:right;
}
.shortnames{
width:30px;
text-align:right;
}
.aweek{
color:black;
padding-left:10px;
/*display:none;*//*This kills anchors for Firefox*/
}
.acurrentweek{
color:black;
}
/* Results Ends*/
/***************************************************************************************************/
/* Flash Header Starts************************************************************************************/
#mainheader{
width:764px;
height:75px;
background-color:white;
/*border:1px solid black;*/
margin:0px;
padding:0px;
}
#mainimg{
margin:0px;
padding:0px;
border:0px;
width:764px;
height:75px;
border:1px solid white;/* black */
}
/* Flash Header Ends*/
/***************************************************************************************************/
/* Log Div Starts************************************************************************************/
#logdiv {
clear:both;
border:1px solid white;/* black */
margin:5px 0px 0px 0px;
background:white;
}
#login{
display:inline;
margin:0px;
height:20px;
}
#logout{
display:inline;
margin:0px;
height:20px;
}
#welcome{
display:inline;
padding:5px 0px 0px 5px;
height:20px;
margin:3px;
}
#logoutbox{
display:inline;
padding:2px 0px 0px 5px;
margin:3px;
}
#userbox{
float:left;
display:inline;
margin:3px;
text-align:right;
}
#rememberbox{
display:inline;
float:left;
margin:3px;
}
#passbox{
display:inline;
float:left;
text-align:right;
margin:3px;
}
#loginsubmitbox{
display:inline;
float:left;
text-align:center;
padding:0px;
margin:3px;
}
#remembertext{
vertical-align:30%;
margin:3px;
}
#logfeedback{
display:inline;
float:left;
font-size:11px;
color:red;
padding:3px 0px 0px 4px;
margin:3px;
}
/* Log Div Ends*/
/***************************************************************************************************/
/* Footer Starts************************************************************************************/
#footer {
clear:both;
margin:15px 0px 0px 0px;
width:765px;
height:35px;
background-color:white;
}
#footerimg{
width:765px;
height:35px;
border:1px solid white;/* black */
}
/* Footer Ends*/
/***************************************************************************************************/
/* Predict Starts **********************************************************************************/
#mainpredict {
clear:both;
margin:10px 0px 0px 0px;
width:765px;
font:12px geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
background:white;
}
#predsubmitdiv{
display:inline;
float:left;
margin:12px 0px 12px 0px;
}
#predsubmitbox{
display:inline;
float:left;
}
#predfeedback{
display:inline;
float:left;
padding:3px 0px 0px 8px;
}
.predweek{
padding-left:3px;
font-weight:bold;
}
.preddate{
font-weight:bold;
}
.predhome{
background:#F6F0B6;
text-align:center;
}
.predaway{
background:#F6F0B6;
text-align:center;
}
#predicttablediv{
clear:both;
}
#predicttable{
border:1px solid white;/* black */
background:white;
}
#deadlinewarning{
display:block;/* was inline */
margin:0px;
}
.reshead{
width:30px;
text-align:center;
font-weight:bold;
background:#F6F0B6;
border:0px solid black;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
.restd{
width:25px;
font-weight:bold;
text-align:right;
}
/*
.predradio{
width:30px;
text-align:center;
}
*/
#predicttable td input{
width:30px;
text-align:center;
}
.spacerrow{
height:7px;
}
/* Predict Ends */
/***************************************************************************************************/
/* Index Starts*************************************************************************************/
#mainindex {
clear:both;
padding:10px 0px 0px 0px;
width:765px;
height:560px;
font:12px geneva, lucida, 'lucida grande', helvetica, sans-serif;
background:white;
}
#flags{
float:right;
display:inline;
margin:130px 10px 10px 10px;
width:300px;
height:179px;
background-color:white;
}
.odds{
text-align:right;
}
.firstletter{
font-size: 13pt;
font-weight:bold;
}
/* Index Ends*/
/***************************************************************************************************/
/* Register Starts**********************************************************************************/
#mainregister{
clear:both;
/*margin-top:8px;*/
width:765px;
height:570px;
background:white;
}
#rusername{
margin-right:10px;
}
#password1{
margin-right:10px;
}
.userrange,.pwdrange{
font-size:10px;
}
#emailmsg{
font-size:10px;
color:red;
padding-left:5px;
}
/* Register Ends*/
/***************************************************************************************************/
/* Premtable Starts*********************************************************************************/
#mainpremtable {
clear:both;
padding:10px 0px 0px 0px;
width:765px;
height:560px;
font: 10pt geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.pteamrow0{
text-align:right;
background:white;
}
.pteamrow1{
text-align:right;
background:#F6F0B6;
}

.pteamrowt01{
text-align:right;
background:#D3F7CF;
}
.pteamrowt02{
text-align:right;
background:#9DF191;
}
.pteamrowt03{
text-align:right;
background:#D3F7CF;
}
.pteamrowt04{
text-align:right;
background:#9DF191;
}
.pteamrowt18{
text-align:right;
background:#F95A5A;
}
.pteamrowt19{
text-align:right;
background:#F7D1CF;
}
.pteamrowt20{
text-align:right;
background:#F95A5A;
}
.pposn{
text-align:center;
width:20px;
}
.pname{
text-align:left;
width:100px;
}
.pplayed{
width:20px;
border:1px solid black;
}
.phwon,.phdrawn,.phlost{
width:20px;
}
.phfor,.phaga{
width:20px;
/*background:#3399FF;*/
border:1px solid black;
}
.pawon,.padrawn,.palost{
width:20px;
}
.pafor,.paaga{
width:20px;
border:1px solid black;
}
.pgd{
width:25px;
}
.ppts{
width:25px;
border:1px solid black;
}
#premtable{
border:1px solid black;
background:white;
}
.premtableheaderteam{
text-align:left;
}
#premtableheader{
text-align:right;
background:#C3B27E;
}
#tabletitle{
margin-top:10px;
font:22px geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
font-weight:bold;
}
/* Premtable Ends*/
/***************************************************************************************************/
/* Predtable Starts*********************************************************************************/
#mainpredtable {
clear:both;
padding:10px 0px 0px 0px;
width:765px;
height:100%;
font: 10pt geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#predtable{
margin:0px 0px 0px 0px;
border:1px solid black;
background:white;
}
#predtable th{
border:1px solid black;
background:#C3B27E;
}
#predtable td{
border:1px solid black;
text-align:right;
}
#predtable td.predtablename{
border:1px solid black;
text-align:left;
}
.predtableheadername{
text-align:left;
}
.predrow0{
background:white;
}
.predrow1{
background:#F6F0B6;
}
#completetable,#percenttable{
border:1px solid black;
background:white;
}
#completetable th,#percenttable th{
border:1px solid black;
background:#C3B27E;
}
#completetable td,#percenttable td{
border:1px solid black;
text-align:right;
}
.hprpc{
width:38px;
}
/*
#predtabletitle{
margin-top:10px;
font:22px geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
font-weight:bold;
}
*/
/* Predtable Ends*/
/***************************************************************************************************/
/* Winners Starts*********************************************************************************/
#mainwinners{
clear:both;
padding:10px 0px 0px 0px;
width:765px;
height:560px;
font:12px geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#winnerstable{
border:1px solid black;
background:white;
}
#winnerstable th{
border:1px solid black;
background:#C3B27E;
}
#winnerstable td{
border:1px solid black;
text-align:center;
}
.winyear{
width:80px;
}
.winname{
width:200px;
padding:0px 0px 0px 2px;
}
.winpts{
width:70px;
}
/*
.winnersrow0{
background:white;
}
.winnersrow1{
background:#F6F0B6;
}
*/
/* Winners Ends*/
/***************************************************************************************************/
/* User Profile Starts *****************************************************************************/
#mainuserprofile{
clear:both;
margin-top:8px;
width:765px;
background:white;
}
#userprofiletopdiv{
font: 10px geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin:0px;
}
#userprofilebotdiv{
font: 10px geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#userprofilediv{
float:left;
width:300px;
border:1px solid black;
padding:10px;
margin:5px 0px;
}
#changepassworddiv{
float:right;
width:300px;
border:1px solid black;
padding:10px;
margin:5px 0px 5px 0px;
}
#primarymaildiv{
clear:both;
border:1px solid black;
padding:0px 10px;
margin:0px 0px 5px 0px;
}
#secondarymaildiv{
border:1px solid black;
padding:0px 10px;
margin:5px 0px;
}
/* User Profile Ends */
/***************************************************************************************************/
/* Contact Starts */
#maincontact{
clear:both;
margin-top:20px;
width:765px;
height:570px;
background:white;
}
/* Contact Ends*/
/***************************************************************************************************/
/* Confirm Starts */
#mainconfirm{
clear:both;
margin-top:20px;
width:765px;
height:570px;
background:white;
}
/* Confirm Ends*/
/***************************************************************************************************/
/* Secondmail Starts */
#mainsecondmail{
clear:both;
margin-top:20px;
width:765px;
height:570px;
background:white;
}
/* Secondmail Ends*/
/***************************************************************************************************/
/* Forgot Starts************************************************************************************/
#mainforgot{
clear:both;
/*margin-top:20px;*/
width:765px;
height:570px;
background:white;
}
/* Forgot Ends*/
/***************************************************************************************************/
/* Sendmail Starts */
#mainsendmail{
clear:both;
margin-top:20px;
width:765px;
height:570px;
background:white;
}
/* Sendmail Ends*/
/***************************************************************************************************/













