/*
 * style.css
 *
 * Style sheet for the Monday Night Football Club
 *
 * step off, bitches!
 *
 */


/* GENERAL */

.calign {text-align: center;}
.ralign {text-align: right;}
.righty {float:right;}
.small  {font-size: 0.75em;}


/* LINKs */

a:link    {color:black;} /* unvisited link */
a:visited {color:black;} /* visited link */
a:hover   {color:white;} /* mouse over link */
a:active  {color:black;} /* selected link */


/* BODY */

body 
{ 
font-family: Sans-serif, Verdana;
background-image:url('images/field3.jpg');
}

body.picks 
{
background:rgb(210,210,210);
}


/* DIVS */

.nav { float:left; margin-right:100px;}
.box { border: solid; border-width: thin; width: 100%; margin-bottom: 3em; }
.botbar {font-size: 0.6em; margin-top: 0; margin-bottom: 0; text-align: right;}
.color 
{
background: rgb(210,210,210);
display: table;
opacity: 0.85;
border: 2px solid black;
}


/* TEXT */

h1,h2,h3,h4,h5,h6 { font-family: sans-serif; text-align: center;}
h1.title {font-family: Impact; font-size: 4em; font-weight: normal;}
h3.title {font-family: Impact; font-size: 2em; font-weight: normal;}
h4.title {font-family: Impact; font-size: 1em; font-weight: normal;}
p { font-family: sans-serif; font-size: 1em; margin-left: 5%; margin-right: 5%; }
p.bylaws {font-weight: bold; text-align: left; }

pre { font-family: monospace; }


/* IMAGES */

img.title {border:0px; height:140px;}


/* LISTS */

ul { font-weight:bold;}
ol { font-size: 1em; margin-left: 4%; margin-right: 4%;}
li.bylaws {font-weight: bold; margin-bottom: 1em; }

/* IFRAMES */

.hosts { width:900px; height:100%;}
iframe.picks { width:1100px; height:100%; opacity: 1;}


/* TABLES */

table 
{
border:2px solid black;
background-color:rgb(210,210,210);
padding:5px;
}

.inner { width:100%;}
.domeT { width:100%; border:0px; font-weight: bold;}

table.hostlist 
{
font-weight:bold; 
text-align:center;
border:10px solid;
border-color:gray black black gray;
padding:0px;
}

th {padding: 5px; border:2px solid black;}

td { text-align:center; padding: 5px;}
.smright { font-size: 0.75em; text-align: right;}
.weather { opacity: 1; vertical-align:middle;}

.hostlist {background:grey;}

.dome {width:25px; height:25px; background-repeat: no-repeat; background-image:url('images/dome25.png');}
.team { font-weight: bold;}
.helmet {width:65px; height:62px; background-repeat: no-repeat;}

.TBD { color:black; background:grey;}
.TBDH {background-image:url('images/TBD.png');}

.Bears { color:#DF6108; background:#061E3E;}
.CHI { color:#DF6108; background:#061E3E;}
.BearsH {background-image:url('images/Bears.jpg');}
.CHIH {background-image:url('images/Bears.jpg');}

.Bengals { color:black; background:#F96400;}
.CIN { color:black; background:#F96400;}
.BengalsH { background-image:url('images/Bengals.jpg');}
.CINH { background-image:url('images/Bengals.jpg');}

.Bills { color:#D82027; background:#000278;}
.BUF { color:#D82027; background:#000278;}
.BillsH { background-image:url('images/Bills.jpg');}
.BUFH { background-image:url('images/Bills.jpg');}

.Broncos { color:#DE6109; background:#000044;}
.DEN { color:#DE6109; background:#000044;}
.BroncosH { background-image:url('images/Broncos.jpg');}
.DENH { background-image:url('images/Broncos.jpg');}

.Browns { color:black; background:#FF4100;}
.CLE { color:black; background:#FF4100;}
.BrownsH { background-image:url('images/Browns.jpg');}
.CLEH { background-image:url('images/Browns.jpg');}

.Bucs { color:#BF093A; background:#665C50;}
.TB { color:#BF093A; background:#665C50;}
.BucsH { background-image:url('images/Buccaneers.jpg');}
.TBH { background-image:url('images/Buccaneers.jpg');}

.Cardinals { color:white; background:#D90000;}
.ARI { color:white; background:#D90000;}
.CardinalsH { background-image:url('images/Cardinals.jpg');}
.ARIH { background-image:url('images/Cardinals.jpg');}

.Chargers { color:#FFC20E; background:#5077BC;}
.LAC { color:#FFC20E; background:#5077BC;}
.ChargersH { background-image:url('images/Chargers.jpg');}
.LACH { background-image:url('images/Chargers.jpg');}

.Chiefs { color:white; background:#A80F09;}
.KC { color:white; background:#A80F09;}
.ChiefsH { background-image:url('images/Chiefs.jpg');}
.KCH { background-image:url('images/Chiefs.jpg');}

.Colts { color:white; background:#17158F;}
.IND { color:white; background:#17158F;}
.ColtsH { background-image:url('images/Colts.jpg');}
.INDH { background-image:url('images/Colts.jpg');}

.Cowboys { color:#C7C7C7; background:#00007D;}
.DAL { color:#C7C7C7; background:#00007D;}
.CowboysH { background-image:url('images/Cowboys.jpg');}
.DALH { background-image:url('images/Cowboys.jpg');}

.Dolphins { color:#F77515; background:#007883;}
.MIA { color:#F77515; background:#007883;}
.DolphinsH { background-image:url('images/Dolphins.jpg');}
.MIAH { background-image:url('images/Dolphins.jpg');}

.Eagles { color:white; background:#114746;}
.PHI { color:white; background:#114746;}
.EaglesH { background-image:url('images/Eagles.jpg');}
.PHIH { background-image:url('images/Eagles.jpg');}

.Falcons { color:#BD343B; background:black;}
.ATL { color:#BD343B; background:black;}
.FalconsH { background-image:url('images/Falcons.jpg');}
.ATLH { background-image:url('images/Falcons.jpg');}

.Giants { color:white; background:#002F9D;}
.NYG { color:white; background:#002F9D;}
.GiantsH { background-image:url('images/Giants.jpg');}
.NYGH { background-image:url('images/Giants.jpg');}

.Jaguars { color:black; background:#00829A;}
.JAX { color:black; background:#00829A;}
.JaguarsH { background-image:url('images/Jaguars.jpg');}
.JAXH { background-image:url('images/Jaguars.jpg');}

.Jets { color:white; background:green;}
.NYJ { color:white; background:green;}
.JetsH { background-image:url('images/Jets.jpg');}
.NYJH { background-image:url('images/Jets.jpg');}

.Lions { color:#C7C7C7; background:#0D5F9B;}
.DET { color:#C7C7C7; background:#0D5F9B;}
.LionsH { background-image:url('images/Lions.jpg');}
.DETH { background-image:url('images/Lions.jpg');}

.Packers { color:#FBDD09; background:#023904;}
.GB { color:#FBDD09; background:#023904;}
.PackersH { background-image:url('images/Packers.jpg');}
.GBH { background-image:url('images/Packers.jpg');}

.Panthers { color:black; background:#0097C6;}
.CAR { color:black; background:#0097C6;}
.PanthersH { background-image:url('images/Panthers.jpg');}
.CARH { background-image:url('images/Panthers.jpg');}

.Patriots {  color:white; background:#1C3F79;}
.NE {  color:white; background:#1C3F79;}
.PatriotsH { background-image:url('images/Patriots.jpg');}
.NEH { background-image:url('images/Patriots.jpg');}

.Raiders { color:#C4C8CB; background:black;}
.OAK { color:#C4C8CB; background:black;}
.LV { color:#C4C8CB; background:black;}
.RaidersH { background-image:url('images/Raiders.jpg');}
.OAKH { background-image:url('images/Raiders.jpg');}
.LVH { background-image:url('images/Raiders.jpg');}

.Rams { color:#C8A466; background:#0E274F;}
.LAR { color:#C8A466; background:#0E274F;}
.RamsH { background-image:url('images/Rams.jpg');}
.LARH { background-image:url('images/Rams.jpg');}

.Ravens { color:white; background:#6B01AE;}
.BAL { color:white; background:#6B01AE;}
.RavensH { background-image:url('images/Ravens.jpg');}
.BALH { background-image:url('images/Ravens.jpg');}

.Redskins { color:#E5B601; background:#8A0025;}
.WAS { color:#E5B601; background:#8A0025;}
.RedskinsH { background-image:url('images/Redskins.jpg');}
.WASH { background-image:url('images/Redskins.jpg');}

.Saints { color:black; background:#A79D50;}
.NO { color:black; background:#A79D50;}
.no { color:black; background:#A79D50;}
.SaintsH { background-image:url('images/Saints.jpg');}
.NOH { background-image:url('images/Saints.jpg');}

.SanFran { color:#B09964; background:#A90606;}
.SF { color:#B09964; background:#A90606;}
.SanFranH { background-image:url('images/49ers.jpg');}
.SFH { background-image:url('images/49ers.jpg');}

.Seahawks { color:white; background:#3C5179;}
.SEA { color:white; background:#3C5179;}
.SeahawksH { background-image:url('images/Seahawks.jpg');}
.SEAH { background-image:url('images/Seahawks.jpg');}

.Steelers { color:#F2C800; background:black;}
.PIT { color:#F2C800; background:black;}
.SteelersH { background-image:url('images/Steelers.jpg');}
.PITH { background-image:url('images/Steelers.jpg');}

.Texans { color:#C4373A; background:#27375B;}
.HOU { color:#C4373A; background:#27375B;}
.TexansH { background-image:url('images/Texans.jpg');}
.HOUH { background-image:url('images/Texans.jpg');}

.Titans { color:white; background:#6089C3;}
.TEN { color:white; background:#6089C3;}
.TitansH { background-image:url('images/Titans.jpg');}
.TENH { background-image:url('images/Titans.jpg');}

.Vikings { color:#F0BF00; background:#360651;}
.MIN { color:#F0BF00; background:#360651;}
.VikingsH { background-image:url('images/Vikings.jpg');}
.MINH { background-image:url('images/Vikings.jpg');}
