body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, fieldset, img, input, blockquote {
	margin: 0; padding: 0; border: 0;
}
*:focus {
    outline: 0;
}
body {
	background: #fff right no-repeat;
  font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  color: #444444;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
select {
  	font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 100%; font-weight: normal;
    width:125px;
    border:1px #444444;
    -webkit-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-radius: 6px;
    padding:4px;
}
sup {
	font-size: 10px;
}
select {
  	font-family: 'Open Sans', sans-serif; font-size: 12px; line-height: 100%; font-weight: normal;
    width:100px;
    border:1px solid #e5e5e5;
    -webkit-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-radius: 6px;
    padding:4px;
}
#login_wrap {
    display: table-row;
    width: 100%;
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
}
#login_bar {
    margin: auto 0;
    display: table-cell;
    text-align: right;
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #999;
}
#login {
    display: table-cell;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #f2f2f2;
}
#top_container {
  width: 100%;
  background-color: #f2f2f2;
  border-bottom: 1px solid #999;
}
#top_bar {
    display: table-row;
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
    border-right: 1px solid #999;
}
#logo {
    display: table-cell;
    width: 100px;
    min-width: 100px;
    padding: 20px;
    border-right: 1px solid #999;
    background: #fff url('/../hoops/vav_logo.png') center no-repeat;
}
#logo:hover {
    cursor: pointer;
}
#event_select {
    display: table-cell;
    width: 100px;
    padding: 20px;
    border-right: 1px solid #999;
    background-color: #f2f2f2;
}
#tab-1, #tab-2, #tab-3, #tab-4 {
    display: table-cell;
    width: 100%;
}
#event {
    display: table-cell;
    min-width: 97px;
    padding: 5px 10px 5px 15px;
    border-right: 1px solid #999;
    background-color: #fff;
    text-align: left;
    vertical-align: top;
}
#event p {
    font-size: 11px;
    line-height: 21px;
}
#event:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}
#event1 {
    display: table-cell;
    width: 100px;
    min-width: 100px;
    padding: 30px 10px 30px 10px;
    border-right: 1px solid #999;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
#game_div {
  display: table-row;
}
#game_logo, #game_score {
  display: table-cell;
  padding: 0px 10px 5px 0px;
}
#game_logo {
  font-size: 11px;
  color: #909090;
}
#game_logo img {
  width: 16px;
  height: 12px;
  margin-right: 3px;
}
#game_score {
  text-align: right;
  font-size: 11px;
  color: #909090;
}
.img_crop2 {
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.img_crop4 {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
.img_crop6 {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
img.crop2 {
    display: block;
    margin: 10px auto;
    height: auto;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
img.crop3 {
    display: block;
    margin: 0px auto;
    height: auto;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#player2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 24px; line-height: 100%; font-weight: normal;
}
#player_img2 {
  display: table-cell;
}
#index_wrapper {
    display: table;
    width: 100%;
    margin-top: 5px;
    border-spacing: 5px;
}
#index_left {
    display: table-cell;
    min-width: 225px;
    padding: 5px;
    vertical-align: top;
    text-align: center;
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
}
#index_center {
    display: table-cell;
    min-width: 525px;
    padding: 5px;
    vertical-align: top;
    text-align: center;
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
}
#index_center img {
    height: 16px;
    width: auto;
}
#index_right {
    display: table-cell;
    min-width: 225px;
    padding: 5px;
    vertical-align: top;
    text-align: center;
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
}
#team_wrap {
    display: table;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 10px;
}
#teamlinks_wrap {
    display: table;
    width: 100%;
    height: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 10px;
}
#team {
    display: table-cell;
    text-align: left;
    padding: 5px;
}
#team ul {
  list-style-type: none;
}
#team ul:hover {
  color: #909090;
}
#team ul li {
  margin-left: 5px;
  margin-top: 3px;
  line-height: 150%;
  background-color: #fff;
  border-bottom:1px solid #e5e5e5;
  padding: 5px;
}
#team ul li:hover {
  background-color: #fafafa;
  border-bottom:1px solid #bfbfbf;
  color: #3366cc;
  cursor: pointer;
}
#team a {
  color: #444;
  text-decoration: none;
}
#team a:hover {
  color: #3366cc;
  text-decoration: underline;
}
#now_wrap {
    display: table;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 10px;
}
#widget_wrap {
    display: table;
    width: 100%;
    height: 300px;
    overflow: scroll;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 10px;
}
#lastsim_wrap {
    display: table;
    width: 100%;
    height: 508px;
    overflow: scroll;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 10px;
}
#now {
    display: table-cell;
    text-align: left;
    padding: 5px;
}
#center_wrap {
    display: table;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 10px;
}
#centerstand_wrap {
    display: table;
    width: 100%;
    height: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 10px;
}
#center {
    display: table-cell;
    width: 100%;
    text-align: left;
    padding: 5px;
}
.now_img {
    float: right;
    margin: 0px 0px 10px 10px;
}
#now_title {
    font-family: 'Open Sans', sans-serif; font-size: 12px; line-height: 250%; font-weight: bold;
}
#now_text {
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 150%; font-weight: normal;
}
#now_user {
    font-family: 'Open Sans', sans-serif; font-size: 12px; line-height: 150%; font-weight: normal;
    color: #9e9e9e;
}
input[type="text"].login, input[type="password"].login, input[type="text"].quick_title {
  display: block;
  margin: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif; font-size: 13px;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}
input[type="text"]:focus {
  outline: none;
}
#quick_article {
  font-family: 'Open Sans', sans-serif; font-size: 13px;
  display: block;
  width: 100%;
  height: 150px;
  padding: 5px;
  border: 0px;
  line-height: 130%;
}
#textarea_feedback {
  font-family: 'Open Sans', sans-serif; font-size: 13px;
  display: table-cell;
  text-align: left;
  color: #999;
}

/* lists */
ul.input-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
ul.input-list li {
  display: block;
  padding: 0 10px;
  width: 85%;
  float: left;
}

.drop_6 input[type="text"], .drop_6 input[type="password"] {
  padding: 5px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.drop_6 input[type="text"]:focus, .drop_6 input[type="text"].focus, .drop_6 input[type="password"]:focus, .drop_6 input[type="password"].focus {
  border-bottom: solid 2px #969696;
}
h2 {
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 200%; font-weight: normal;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#submitbtn {
    height: 24px;
    padding: 0 16px;
    border: 1px solid;
    outline: 0;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 1px 0px #222;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    border-color: #030a03 #071807 #000;

    -moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    -ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    box-shadow: inset 0 1px 0 rgba(256,256,256, .35);

    background: #4b545f;
    background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
    background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}
.logout {
    font-size: 10px;
    line-height: 175%;
    color: #999;
    text-decoration: none;
}
.logout:hover {
    text-decoration: underline;
}
#stat_lead {
  display: table;
  width: 100%;
  font-family: 'Open Sans', sans-serif, Arial; font-size: 13px; color: #444444;
  background-color: #fff;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#row1, #row2, #row3 {
  display: table-row;
}
#row2:hover {
  color: #999;
}
#cell1 {
  display: table-cell;
}
#cell2 {
  display: table-cell;
  border-top: 1px solid #e5e5e5;
}
#cell2 {
  padding: 10px;
}
.stat_lead_head {
  background-color: #f2f2f2;
  font-size: 10px;
  height: 20px;
  border: 1px solid #e5e5e5;
}
#tabs1, #tabs2, #tabs3 {
  display: table-cell;
  font-size: 14px;
  border-bottom: 4px solid #fff;
  padding: 5px 10px 5px 10px;
}
#tabs1:hover, #tabs2:hover, #tabs3:hover {
  color: #444;
    border-bottom: 4px solid #9f3e1c;
    cursor: pointer;
}
#tabs1:active, #tabs2:active, #tabs3:active {
  color: #444;
    border-bottom: 4px solid #9f3e1c;
    cursor: pointer;
}
.tabContent {
  display: none;
}
#tabz1, #tabz2, #tabz3, #tabz4 {
  display: table-cell;
  font-size: 14px;
  border-bottom: 4px solid #fff;
  padding: 5px 10px 5px 10px;
}
#tabz1:hover, #tabz2:hover, #tabz3:hover, #tabz4:hover {
  color: #444;
    border-bottom: 4px solid #9f3e1c;
    cursor: pointer;
}
.tabContent2 {
  display: none;
}
#player_img {
  display: table-cell;
  padding: 10px;
}
#player {
  display: table-cell;
  padding: 5px;
  vertical-align: top;
}
#player a {
    font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 100%; font-weight: normal;
    color: #666;
    text-decoration: none;
}
#player a:hover {
    font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 100%; font-weight: normal;
    color: #666;
    text-decoration: underline;
}
#bot_link {
  padding: 5px;
  text-align: center;
}
#bot_link a {
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
    color: #3366cc;
    text-decoration: none;
}
#bot_link a:hover {
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
    text-decoration: underline;
}
.player_stat {
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
    color: #444;
    text-decoration: none;
}
.player_stat:hover {
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
    text-decoration: underline;
}
.img_crop {
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
}
img.crop {
    display: block;
    margin: 10px auto;
    height: auto;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
p {
  font-family: 'Open Sans', sans-serif, Arial; font-size: 13px; color: #444;
}
p.player {
  font-family: 'Open Sans', sans-serif, Arial; font-size: 13px; color: #666;
}
p.stat {
  font-family: 'Open Sans', sans-serif, Arial; font-size:32px; line-height:150%; color:#000;
}
#table_wrapper {
  width: 98%;
  padding: 10px;
  background-color: #fff;
}
#table_title {
  display: table-cell;
  font-size: 26px;
  padding: 10px;
  background-color: #fff;
}
#table_extra {
  display: table-cell;
  font-size: 26px;
  padding-left: 25px;
  background-color: #fff;
}
#table_links_wrapper {
  margin-left: 10px;
  color: #444;
  font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  border-bottom: 1px solid #f2f2f2;
  min-width: 800px;
}
#table_links_wrapper:hover {
  color: #999;
  cursor: pointer;
}
#table_links {
  display: table-cell;
  padding: 10px;
  border-bottom: 4px solid #fff;
}
#table_links:hover {
  color: #444;
  border-bottom: 4px solid #9f3e1c;
}
#table_links_highlight {
  display: table-cell;
  padding: 10px;
  color: #444;
  font-weight: bold;
  border-bottom: 4px solid #f2f2f2;
}
#table_links_highlight:hover {
  border-bottom: 4px solid #9f3e1c;
}

#draft_wrapper {
  margin: 10px;
  max-width: 900px;
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  padding: 10px;
  background-color: #fff;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
#draft_cats_bar {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #999;
}
#draft_players_bar {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
#draft_title {
  background-color: #f2f2f2;
  font-size: 11px;
  padding: 5px;
  border: 1px solid #e5e5e5;
}
#draft_cats {
  border-bottom: 1px solid #999;
  padding: 5px;
  font-size: 11px;
}
#draft_players {
  padding: 5px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
#draft_wrapper tr:nth-child(odd) {
  background-color: #fff;
}
#draft_wrapper tr:nth-child(even) {
  background-color: #f2f2f2;
}
#draft_wrapper tr:nth-child(1) {
  background-color: #f2f2f2;
}
#draft_wrapper tr:nth-child(2) {
  background-color: #fff;
}
#draft_players_bar td:nth-child(1) {
  font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  max-width: 25px;
  padding-right: 5px;
  text-align: right;
}
#draft_players_bar td:nth-child(2) {
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  max-width: 30px;
  text-align: center;
}
#draft_players_bar td:nth-child(3) {
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  min-width: 200px;
  width: 35%;
  text-align: left;
}
#draft_players_bar td:nth-child(4) {
    font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  min-width: 200px;
  width: 65%;
  text-align: left;
}
#draft_cats_bar td:nth-child(1) {
    font-family: 'Open Sans', sans-serif; font-size: 11px; line-height: 100%; font-weight: normal;
  max-width: 15px;
  padding-right: 5px;
  text-align: right;
}
#draft_cats_bar td:nth-child(2) {
    font-family: 'Open Sans', sans-serif; font-size: 11px; line-height: 100%; font-weight: normal;
  max-width: 30px;
  text-align: center;
}
#draft_cats_bar td:nth-child(3) {
  font-family: 'Open Sans', sans-serif; font-size: 11px; line-height: 100%; font-weight: normal;
  min-width: 200px;
  width: 35%;
  text-align: left;
}
#draft_cats_bar td:nth-child(4) {
  font-family: 'Open Sans', sans-serif; font-size: 11px; line-height: 100%; font-weight: normal;
  min-width: 200px;
  width: 65%;
  text-align: left;
}
#draft_cats a {
  text-decoration: none;
  color: #444444;
}
#draft_cats a:hover {
  text-decoration: none;
}
#draft_players a {
  text-decoration: none;
  color: #3366cc;
}
#draft_players a:hover {
  text-decoration: underline;
}
#stat_title {
  background-color: #f2f2f2;
  font-size: 11px;
  padding: 5px;
  border: 1px solid #e5e5e5;
}
#club_logo {
  display: table-cell;
  width: 100px;
  padding:20px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  vertical-align: center;
}
#club_record {
  display: table-cell;
  padding: 5px 10px 5px 10px;
  font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  color: #444;
}
#club_linkrow {
  display: table-row;
}
#club_linkrow:hover {
  color: #909090;
}
#club_link {
  display: table-cell;
  font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 100%; font-weight: normal;
  padding: 15px 15px 10px 15px;
  border-bottom: 4px solid #fff;
}
#club_link:hover {
  border-bottom: 4px solid #9f3e1c;
  color: #444;
  cursor: pointer;
}
#club_outer {
  width: 100%;
  padding: 5px 0px 5px 0px;
}
#club_left {
  display: table-cell;
  width: 175px;
  padding: 0px;
  vertical-align: top;
}
#club_center {
  display: table-cell;
  width: 600px;
  padding: 10px 10px 10px 0px;
  vertical-align: top;
}
#club_right {
  display: table-cell;
  width: 320px;
  padding: 10px 10px 10px 5px;
  vertical-align: top;
}
#club_heading {
  display: table-cell;
  font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 100%; font-weight: normal;
  background-color: #f2f2f2;
  padding: 5px;
  font-size: 10px; 
}
#club_roster {
  font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
}
#club_roster a {
  font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  color: #3366cc;
  text-decoration: none;
}
#club_roster a:hover {
  text-decoration: underline;
}
#club_stnd {
  font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
}
#club_stnd a {
  font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  color: #3366cc;
  text-decoration: none;
}
#club_stnd a:hover {
  text-decoration: underline;
}
#club_stnd td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}
#club_cat {
  font-family: 'Open Sans', sans-serif; font-size: 11px; line-height: 100%; font-weight: normal;
  background-color: #fff;
  color: #909090;
}
#club_cat td {
  padding: 5px 5px 5px 10px;
}
#club_cat td:nth-child(1), #club_stnd td:nth-child(1) {
  border-left: 1px solid #e5e5e5;
}
#club_cat td:nth-child(8), #club_stnd td:nth-child(5) {
  border-right: 1px solid #e5e5e5;
}
#club_stcat {
  font-family: 'Open Sans', sans-serif; font-size: 11px; line-height: 100%; font-weight: normal;
  background-color: #fff;
  color: #909090;
}
#club_stcat td {
  padding: 5px 5px 5px 10px;
}
#club_stcat td:nth-child(1), #club_roster td:nth-child(1) {
  border-left: 1px solid #e5e5e5;
}
#club_stcat td:nth-child(8), #club_roster td:nth-child(8) {
  border-right: 1px solid #e5e5e5;
}
#stnd_link {
  font-family: 'Open Sans', sans-serif; font-size: 11px; line-height: 100%; font-weight: normal;
  background-color: #fff;
  color: #909090;
}
#stnd_link td {
  padding: 10px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
  text-align: center;
}
#stnd_link a {
  font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  color: #3366cc;
  text-decoration: none;
}
#stnd_link a:hover {
  text-decoration: underline;
}
#club_rnk td:nth-child(1) {
  font-family: 'Open Sans', sans-serif; font-size: 24px; line-height: 100%; font-weight: normal;
  text-align: center;
  color: #444;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
}
#club_rnk td:nth-child(2) {
  font-family: 'Open Sans', sans-serif; font-size: 13px; line-height: 100%; font-weight: normal;
  color: #444;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
}
#club_rnk td:nth-child(3) {
  font-family: 'Open Sans', sans-serif; font-size: 12px; line-height: 100%; font-weight: normal;
  color: #909090;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
}
#sim_box {
  display: table-cell;
  font-family: 'Open Sans', sans-serif, Arial; font-size: 11px; color: #444444;
  height: 45px;
  padding-left: 5px;
  vertical-align: middle;
  background-color: #fbfbfb;
  border-top: 1px solid #e5e5e5;
}
#sim_box:hover {
  cursor: pointer;
  background-color: #fff;
}
#sim_logo {
  display: table-cell;
  vertical-align:middle;
  padding:5px
}
#sim_logo img {
  height: 16px;
  width: auto;
  margin-right: 5px;
}
#sim_score {
  display: table-cell;
  vertical-align: middle;
}
#sim_score p {
  line-height: 150%;
}
#links_wrapper {
  width: auto;
  background-color: #fff;
  border-bottom: 1px solid #999;
  padding: 10px 0px 10px 0px;
  min-width: 1000px;
}
#links_bar, #main_links {
  font-family: 'Open Sans', sans-serif, Arial; font-size: 14px; color: #666;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#links_bar {
  margin-left: 20px;
}
#main_links {
  padding: 10px;
}
#main_links tr:hover {
  color: #c0c0c0;
}
#main_links td {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 5px 15px 5px 15px;
}
#main_links td:hover {
  color: #444;
  border-bottom: 4px solid #9f3e1c;
  cursor: pointer;
}
#nba_logo {
  min-width: 85px;
  border-right: 1px solid #e5e5e5;
  padding: 5px 18px 5px 45px;
  background: url('nba_logo.png') left center no-repeat;
}
table.tri {
  width: 100%;
  padding: 5px 20px 10px 20px;
  margin: 0 auto;
  line-height: 150%;
}
table.spotlight {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  background-color: #ffffff;
  line-height: 150%;
  -moz-border-bottom-right=radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-left=radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-top-right=radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-top-left=radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  border: 1px dashed #999;
}
td.spotlight {
  font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 24px; line-height: 100%; font-weight: normal;
  border-bottom: 1px dashed #999;
  display: inline;
}
td.spot1 {
  width: 33%;
  vertical-align: top;
}
img.award {
  margin: 5px 5px 5px 15px;
  float: right;
}
img.award_team {
  margin: 5px 15px 5px 5px;
  float: left;
}
td.spot {
  padding: 10px;
  height: 125px;
  vertical-align: top;
  font-family: Verdana, sans-serif; color: #444444; font-size: 11px; font-weight: normal;
}
td.spot h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif; color: #444444; font-size: 24px; line-height: 100%; font-weight: normal;
  border-bottom: 1px dashed #999;
  display: inline;
}
td.spot h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif; color: #444444; font-size: 24px; line-height: 100%; font-weight: normal;
}
td.spot a {
  font-family: Verdana, sans-serif; color: #3366ff; font-size: 11px; font-weight: normal;text-decoration: underline;
}
td.spot a:hover {
  font-family: Verdana, sans-serif; color: #003366; font-size: 11px; font-weight: normal;text-decoration: underline;
}
td.spot h4 {
  font-family: Verdana; color: #909090; font-size: 10px; line-height: 200%;
}
td.spot2 {
  font-family: Verdana, sans-serif; color: #444444; font-size: 11px; font-weight: normal;
}
td.spot2 h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif; color: #8eb049; font-size: 24px; line-height: 100%; font-weight: normal;
  border-bottom: 1px dashed #999;
  display: inline;
}
td.spot ul {
  list-style-type: none;
  padding-top: 10px;
  margin: 0px;
}
td.spot ul li {
  padding-left: 5px;
  font-family: Verdana; color: #909090; font-size: 10px; 
  line-height: 150%;
}
#scroll {
  height: 210px;
  overflow:auto;
}
#scroll ul {
  line-height: 200%;
}
#scroll ul li {
  line-height: 200%;
}
#admin_fyi {
  width: 100%;
  font-family: 'Open Sans', sans-serif, Arial; font-size: 13px; color: #666;
}
#admin_fyi a {
  font-family: 'Open Sans', sans-serif, Arial; font-size: 13px; color: #3366cc;
  text-decoration: none;
}
#admin_fyi a:hover {
  text-decoration: underline;
}
#admin_fyi td {
  padding: 10px;
}
.player_ratings5 {
  display: table-cell;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-family: 'Open Sans', sans-serif; font-size: 9px; line-height: 225%; font-weight: normal;
  text-align: center;
  vertical-align: center;
  color: #444;
}
#mid {
  width: 100%;
  font-family: 'Open Sans', sans-serif, Arial; font-size: 13px; color: #444;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#mid a {
  font-family: 'Open Sans', sans-serif, Arial; font-size: 13px; color: #3366cc;
  text-decoration: none;
}
#mid a:hover {
  text-decoration: underline;
}
#categories {
  font-family: 'Open Sans', sans-serif; font-size: 11px; line-height: 100%; font-weight: normal;
  background-color: #fff;
}
#categories td {
  border-bottom: 1px solid #000;
  padding: 5px;
}
#cat_head td {
  font-family: 'Open Sans', sans-serif, Arial; font-size: 13px; color: #444;
}
#performances, #awards {
  font-family: 'Open Sans', sans-serif, Arial; font-size: 13px; color: #444;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  border-collapse: collapse;
}
#performances tr:hover, #awards tr:hover {
  background-color: #fafafa;
  cursor: pointer;
}
#performances tr:nth-child(1):hover, #awards tr:nth-child(odd):hover {
  background-color: #fff;
  cursor: initial;
}
#performances td, #awards td {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#awards tr:nth-child(odd) td {
  padding: 5px;
  border: 0;
}
#awards tr:nth-child(1) td {
  padding-top: 0px !important;
}
#performances td p:nth-child(1) {
  font-family: 'Open Sans', sans-serif, Arial; font-size: 15px; color: #444;
}
#performances td p:nth-child(2), #awards td p:nth-child(2) {
  font-size: 15px;
  color: #c0c0c0;
}
#performances td p:nth-child(3), #awards td p:nth-child(3) {
  color: #c0c0c0;
  font-size: 13px;
}