/* CSS Document */
body
{
  width:                600px; 
  color:                black; 
  background:           white;
  background-image:     url('/images/Background.png');
  background-repeat:    repeat-x;
  margin-left:          5%; 
  margin-right:         5%;
  margin-top:           40px; 
  font-family:          Verdana;
  font-size:            12px; 
}

.caption
{
  width:                600px; 
}
.caption H1
{
  text-align:           center;
  color:                #333333;
  font-family:          arial;
  margin-top:           5px;
  margin-bottom:        2px;
  font-size:            24px; 
}
.select
{
  width:                600px;
  text-align:           center;
  color:                navy;
  font-weight:          bold;  
}

table 
{
  width:                600px;
  border-collapse:      collapse;
  border:               1px solid navy;
}

th
{
  font-size:            x-small;
  text-align:           center ;
  font-weight:          bold;
  border:               1px solid navy;   
}

td
{
  font-size:            x-small;
  text-align:           center;
  font-weight:          bold;
  color:                navy;
  border:               1px solid navy; 
}
td.team
{
  font-size:            x-small;
  border:               1px solid navy; 
}
td.input
{
  font-size:            x-small;
  border:               1px solid navy; 
}
td.input input
{
  font-size:            x-small;
  border:               1px solid navy;
  background-color:     #FFFFCC; 
}

a
{
  display:              inline;
  color:                navy;
  font-weight:          bold;
}
a:hover
{
  background:           silver;
  color:                navy;
  font-weight:          bold;
}
a:link
{
  display:              inline;
  color:                navy;
  font-weight:          bold;
}
a:visited 
{
  display:              inline;
  color:                navy;
  font-weight:          bold;
} 



.header
{
  width:                600px;
  height:               109px;
  padding:              5px;
  background-image:     url('/images/LineOfScrimmage.jpg');
  background-repeat:    no-repeat;
  background-position:  top right;
  background-color:     #006600;

}

.header H1
{
  margin-right:         250px;
  margin-top:           10px;
  margin-bottom:        10px;
  text-align:           center;
  color:                #FFFFCC;
  font-family:          arial;
  font-weight:          bold;
  font-size:            30px;
}

.header H3
{
  margin-right:         250px; 
  text-align:           center;
  color:                #FFFFCC;
  font-family:          arial;
}

.due
{
  width:                600px;
  text-align:           center;
  color:                maroon;
  margin-top:           5px;
  margin-bottom:        2px;
  font-family:          Verdana;
  font-size:            10px;
  font-weight:          bold; 

}

.enter
{
  width:                600px;
  text-align:           center;
  margin-top:           5px;
  margin-bottom:        2px;
  font-family:          Verdana;
  font-size:            12px;
}


.enter table 
{
  width:                250px;
  border-collapse:      collapse;
  border:               none;
}

.enter td
{
  font-size:            x-small;
  text-align:           center;
  color:                navy;
  border:               none;
  font-size:            12px; 
}

.enter input
{
  font-size:            12px; 
  border:               1px solid navy;
  background-color:     #FFFFCC; 
}

.enter select
{
  font-size:            12px;
  border:               1px solid navy;
  background-color:     #FFFFCC; 
}

.enter select option
{
  font-size:            12px;
  background-color:     #FFFFCC; 
}

.submitPicks
{
  width:                600px;
  text-align:           center;
  color:                navy;
  margin-top:           5px;
  margin-bottom:        2px;
  font-family:          Verdana;
  font-size:            12px;
}

.submitPicks textarea
{
  font-size:            12px;
  border:               1px solid navy;
  background-color:     #FFFFCC; 
}









