*{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

body{
  width: 900px;
}

h1{
  font-size: 18px;
  /*color: #993300;*/
}

h2{
  font-size: 16px;
}

h3{
  font-size: 14px;
  /*color: #773300;*/
}

h4{
  font-size: 12px;
  /*color: #664400;*/
}

h5{
  font-size: 10px;
  /*color: #773300;*/
}

#display_row{
  vertical-align: top;
}

#left_col, #middle_col, #right_col{
  padding-left: 10px;
}

#outer_table{
  width: 900px;
  height: 500px;
}

#left_col{
  width: 170px;
}

#right_col{
  width: 160px;
}

#middle_col, #right_col{
  border-left: 1px solid #CCDDCC;
  padding: 0px 10px;
}

#middle_col{
  width: 570px;
  text-align: center; /* for IE */
}

#header_row{
  background-image: url(/images/logo.png);
  background-repeat: no-repeat;
  background-position: center left;
  /*row height needs to be equal to or greater than the logo height*/
  height: 100px;
  width: 896px;
  margin: 0px 2px;
  vertical-align: bottom;
}

#header_text{
  font-style: italic;
  font-size: 14px;
  /*font-weight: bold;*/
  /*left padding needs to be greater than the logo width*/
  padding-left: 560px;
  margin-top: 28px;
}

#main_content, #admin_main_content{
  width: 480px;
  text-align: left; /* counter IE fix above */
  margin-left: auto;
  margin-right: auto;
}

#main_content table, #admin_main_content table{
  margin: auto;
}

#admin_main_content input, #admin_main_content button{
  font-size: 10px;
}

.div{
  height: 1px;
  width: 75%;
  border-top: 1px solid #CCDDCC;
  border-bottom: 0px;
}

a{
  text-decoration: none;
}

a:link, a:active, a:visited{
  color: blue;
}

a:hover{
  color: green;
}

div.errors{
  color: red;
  padding: 10px 0px 0px 10px;
}

.small_size, .details{
  font-size: 10px;
}

.details{
  font-style: italic;
}

.p8n, .p8n a, .p8n strong{
  font-size: 10px;
  white-space: nowrap;
  /*text-align: center;*/
}

a.admin_link, a.admin_link:link, a.admin_link:active, a.admin_link:visited{
  color: #880000;
  font-size: 10px;
}

.admin_table th, .admin_table td{
  font-size: 10px;
}

.admin_table th{
  padding: 2px 4px;
}

.admin_table td{
  padding: 4px;
}

tr.offline_user{
  color: gray;
}

#new_user th{
  text-align: right;
}

#audit_table{
  border-collapse: collapse;
}

#audit_table td{
  border-bottom: 2px solid #000000;
}

.reminders{
  text-align: left;
  font-size: 10px;
  padding: 5px 0px 5px 25px;
  color: #0AF;
  border-bottom: 1px solid #0AF;
}

.reminders span{
  font-size: 10px;
  padding-right: 10px;
  font-style: italic;
}

#mycontent_table th, #mycontent_table td{
  padding: 4px;
}

#bullet_table{
  width: 99%;
  table-layout: fixed;
}

#bullet_table tr{
  vertical-align: middle;
}

#bullet_table td, #bullet_table td a{
  font-size: 10px;
  text-align: center;
}

#whos_online, #whos_online strong{
  font-size: 10px;
}

#admin_popup_form input, #admin_popup_form button{
  font-size: 10px;
}

.comment_heading{
  font-size: 10px;
  text-align: center;
}

.comment_header{
  color: gray;
  font-size: 10px;
}

.comment_text{
  font-size: 10px;
}

.poster{
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
}

.terms li, .terms_sub li{
  margin-bottom: 10px;
}

.terms_sub{
  list-style-type: lower-latin;
}

.legal, .legal a{
  font-size: 10px;
}

#footer{
  padding: 0px 20px;
  font-size: 75%;
  color: gray;
}

#archive_table th{
  padding: 2px 4px;
}

#archive_table td{
  padding: 4px;
}

#member_form_table th{
  text-align: left;
  font-size: 10px;
}

#format_game_table th, #format_game_table td,
#division_table th, #division_table td,
#team_table th, #team_table td{
  font-size: 10px;
  padding: 2px;
}

#format_game_table td{
  text-align: right;
}

.admin_form p, .admin_form select, .admin_form option{
  font-size: 10px;
}

#standings_table th, #standings_table td,
#team_match_table th, #team_match_table td,
.player_table th, .player_table td{
  padding: 2px 4px;
}

#standings_table td.team_name,
#notables_table td.player_name,
#member_table td,
#award_table td.player_name, #award_table td.team_name{
  white-space: nowrap;
}

td.points{
  text-align: right;
  font-size: 10px;
}

td.center{
  text-align: center;
}

#team_match_table td.result,
#team_match_table td.id{
  text-align: center;
}

#match_table{
  border-collapse: collapse;
}

#match_table th, #match_table td{
  border: 1px solid black;
  padding: 4px;
}

#player_search_table td, #player_search_table th,
#player_search_table button, #player_search_table input,
#sponsor_search_table td, #sponsor_search_table th,
#sponsor_search_table button, #sponsor_search_table input,
#sponsor_search_table select, #sponsor_search_table option{
  font-size: 10px;
}

#player_menu_table{
  width: 99%;
  table-layout: fixed;
}

#player_menu_table tr{
  vertical-align: middle;
}

#player_menu_table td, #player_menu_table td a{
  font-size: 10px;
  text-align: center;
}

#notable_table th, #notable_table input,
#award_table td, #award_table th{
  font-size: 10px;
  padding: 0px 4px;
}

#sponsor_info{
  padding-left: 20px;
}

div#clkprnt form[name=archive_form],
div#clkprnt form[name=sponsor_form],
div#clkprnt table#player_menu_table,
div#clkprnt table#sponsor_search_table,
div#clkprnt div#sponsor_info a{
  display: none;
}

