h1,h2,h3,div,td {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}

p {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
}
a {
  color: #000000;
}

a:hover {
  color: #8A6B0B;
}

img {
  border: 0;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 200%;
  height: 35px;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 12px;
  line-height: 200%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color:  #8A6B0B;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-size: 10px;
  line-height: 200%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #BDA764;
  background-color:  #000000;
  margin: 0px;
  padding: 0px;
}


h4 {
}

hr {
  border: none;
  width: 90%;
  height: 1px;
  background-color: #8A6B0B;
}

/********** DESIGN **********/
table.design {
  width: 800px;
  margin: auto;
  background-color: #FFFFFF;
  border: solid #8A6B0B;
  border-width: 5px;
}

body.pagebody {
    margin: 0px;
    padding: 0px;
    background-color: #BDA764;
    text-align: center;
}

#bannerphoto {
  border: solid #8A6B0B;
  border-width: 0 0 2 0;
}

#banner.img {
  float: left;
}

#mainbody {
  width: 530px;
  padding: 5px;
  background-color: white;
}

#announcements {
  text-align: center;
  border: solid #8A6B0B;
  border-width: 2px;
}


#rightcol {
  width: 270px;
  padding: 5px;
  border: solid #8A6B0B;
  border-width: 0 0 0 1;
}

#scoreboard {
  height: 25px;
  valign: center;
}

#upcoming {
  height: 250px;
  overflow: auto;
  scrollbar-base-color: #BDA764;
}


#weather {
  padding: 5px;
}

#footer {
  color: #003466;
  background-color: #FFFFFF;
  text-align: center;
}


/**** NAVIGATION ****/

#rollovernav {
  background-color:  #BDA764;
  text-align: center;
 padding: 5 10 5 10;
}

#rollovernav a {
 padding: 5 10 5 10;
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

#rollovernav a:hover {
  color: #FFFFFF;
  background-color: #8A6B0B;
  text-decoration: none;
}


.navbar-secondary {
  text-align: center;
}

.navbar-secondary a {
  text-decoration: none;
}

.navbar-secondary a:hover {
  color: #8A6B0B;
  text-decoration: underline;
}

/**** DROP DOWN MENU ****/

.dropdownmenu {
  position:absolute;
  visibility: hidden;
  background-color: #BDA764;
  width: 155px;
  border:1px solid black;
  border-bottom-width: 0;
  font:normal 12px Verdana;
  z-index: 100;
}

.dropdownmenu a {
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid black;
  color: #000000;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
  text-indent: 5px;
}

.dropdownmenu a:hover {
  background-color: #000000;
  color: #FFFFFF;
}



/********** UPCOMING GAMES **********/

div.boxscore {
  color: #000000;
  font-size: 10px;
  line-height: 13px;
  padding: 0 0 0 5;
}

div.boxscore-score {
  float: right;
  color: #000000;
  font-size: 10px;
  line-height: 13px;
  padding-right: 5px;
}


/********** SCOREBOARD **********/

div.scroller {
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  padding: 0 0 0 150;
}


/********** ROSTERS **********/

table.roster {
   color: #003466;
    font-weight: bold;
}

.roster-header  {
    background-color: #8A6B0B;
    color: #003466;
    font-weight: bold;
    padding: 2px;
}

tr.roster-row0 a:hover, tr.roster-row1 a:hover {
    text-decoration: underline;
    color: #FFDD21;
}
tr.roster-row0 td {
    background-color: #BDA764;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row1 td {
    background-color: #C1CBD4;
    font-size: 11px;
    padding: 2px;
}

table.bio {
    background-color: #8A6B0B;
    border: ridge;
    border-width: 2px;
    padding: 5px;
    width: 400px;
}

.bio-name {
    background-color: #BDA764;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
}

.bio-data {
   color: #003466;;
    font-weight: bold;
    font-size: 12px;
}


/********** SCHEDULE **********/
table.schedule {
  width: 500px;
}

.schedule-header {
  background-color: #8A6B0B;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}


tr.schedule-header td {
  padding-left: 5px;
}

.schedule-row td {
  color: #003466;
  padding-left: 5px;
}


/********** STANDINGS **********/


table.stats-table {
  width: 100%;
  border-width: 0px;
  border-collapse: collapse;
  margin: 0px;
}

table.stats-table td {
  padding: 0px;
}

tr.stats-row0 {
    background-color: #EEEFF8;
}
tr.stats-row1 {
    background-color: #DDDDDD;
}

td.stats-label {
  color: #4A5593;
}

td.stats-institution {
  color: #4A5593;
  width: 25%;
}

td.stats-institution a {
  text-decoration: none;
}

td.stats-institution a:hover {
  text-decoration: none;
  color: red;
}

td.stats-field {
  color: #4A5593;
  text-align: center;
}

tr.stats-header {
  background: #6A75B3;
}

tr.stats-header td {
  padding-right: 0px;
  color: white;
  font-weight: bold;
  font-size: 10px;
}


/**** LINK-tag style sheet anylink.css ****/

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}
}


/********* FORM **********/

span.formfield {
  color: #BDA764;
  font-weight: bold;
}
