a:link { color: #b70101; text-decoration: none }
a:active { color: #b70101 }
a:visited { color: #b70101; text-decoration: none }
a:hover { color: red; text-decoration: underline }

body {
     background-image: url('images/styles/background.jpg');
     background-position: top center;
     background-repeat: repeat-x;
     text-align: center;
     font-family: verdana, arial, sans-serif;
     margin: 0;
     background-color: #ffffff;
     height: 100%;
}

h1 {
   font-size: 25px;
   line-height: 30px;
}

div.wrapper {
     width: 900px;
     margin: 0 auto;
     text-align: center;
     position: relative;
     border-width: 1px;
     border-style: solid;
     border-color: black;
}

div.helmet_menu {
    position: absolute;
    top: 20px;
    left: 240px;
    width: 640px;
    height: 110px;
}
div.team_name_header_area {
    position: absolute;
    top: 46px;
    left: 0px;
    width: 640px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
}
div.helmet_row_1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 640px;
    height: 40px;
}
div.helmet_row_2 {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 640px;
    height: 40px;
}

div.header {
    background-image: url('images/styles/header.jpg');
    width: 900px;
    height: 150px;
}
div.status {
    background-image: url('images/styles/statusbar.jpg');
    width: 900px;
    height: 20px;
    font-size: 13px;
    font-weight:  bold;
    line-height: 20px;
}
div.content_wrapper {
    background-image: url('images/styles/page_bg.jpg');
    width: 900px;
    background-repeat: repeat-y;
}
div.content {
    background-image: url('images/styles/content_bg.jpg');
    height: 180px;
    padding: 10px;
    background-repeat: no-repeat;
}
div.page_content {
    display: inline;
    float: right;
    width: 700px;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
}

div.menu {
    width: 150px;
    float: left;
    display: inline;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    text-align: left;
    padding: 5px;
}
ul.submenu {
    padding: 0 0 0 5;
    margin: 0px;
    width: 100%;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
}
ul.submenu li {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    list-style-type: none;
    text-transform: uppercase;
}
div.menu ul {
    padding: 0 0 0 5;
    margin: 0px;
}
div.menu li {
    font-size: 12px;
    line-height: 20px;
    padding-left: 25px;
    list-style-type: none;
    margin: 0px;
    background-image: url('images/styles/arrow.png');
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-weight: bold;
}
div.box {
    border-width: 2px;
    border-style: solid;
    border-color: black;
    padding: 4px;
}
div.misc_title,
div.conference_title,
div.standings_title {
    background-image: url('images/styles/statusbar.jpg');
    width: 100%;
    height: 20px;
    font-size: 11px;
    font-weight:  bold;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    clear: both;
    text-align: center;
}
div.misc_title select {
    font-size: 10px;
}
div.standings_table {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
}
div.standings table {
    font-size: 12px;
}
div.year_tab {
    text-align: right;
    font-size: 12px;
}
div.year_tab select {
    font-size: 12px;
}

p.player_name,
p.team_name {
    text-align: left;
    font-weight: bold;
    font-size: 25px;
}
div.team_logo {
    float: right;
}

table.data {
    width: 100%;
    border-width: 2px;
    border-color: black;
    border-style: solid;
}

table.data td {
    font-size: 11px;
    padding-left: 5px;
}

td.heading {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ddd;
    height: 20px;
}

td.primary {
    font-weight: bold;
    background-color: #ddd;
    height: 20px;
}

td.dark {
    background-color: #eee;
}

td.pages select,
td.pages {
    font-size: 12px;
}

p.report_total {
    text-align: center;
}

div.gamecenter {
    border: 1px black solid;
    padding: 0px;
    width: 690px;
    height: 690px;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:14px;
  cursor:pointer;
}
