﻿html {
    font-family: "Times New Roman", Times, serif;
}
#nav_font {
    font-family: "Times New Roman", Times, serif;
}	
/*
label {
display:block; float:left; width:15em; padding:0; text-align:left;font-size:24px
}

form {
        min-width:30em; max-width:55em; width:15em; height: 15em; border:5px solid #000; padding:5em;
        }

select, options, input, textarea {margin-left:2em; }
fieldset { margin-top:1px; border:2;
}
input{ outline:1px red solid: color:red; 
}
*/
.doit {
  border: none;
  color: red;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  font-weight:bold;
  margin: 4px 2px;
  cursor: pointer;
}
.join_para
{
  font-size: 18px;
}
#href_id{
    white-space:normal; 
    margin-right:-5px;
    font-weight:bold;
    font-size:16px
}
#formWrapper {
    width : 400px;
    padding : 15px;
    border:5px solid #0tit00;
}
#formWrapper.label {
    float:left;
    margin-bottom : 15px;
    line-height: 25px;
    font-size:12px;
}
#formWrapper.input[type="text"] ,  #formWrapper.input[type="number"] {
    float :right;
    margin-bottom : 10px;
    padding : 2px;
    width : 250px;
    height: 25px;
    border:1px solid gray;
}
#roster_hdr{
    FONT-SIZE: 18px; 
    TEXT-DECORATION: underline;
    font-weight:bold;
    border:solid 1px;
    border-spacing:0px;
}
#roster_id{
    FONT-SIZE: 18px; 
    font-weight:bold;
    border:solid 1px;
    border-spacing:0px;
}
#score_id{
    FONT-SIZE: 18px; 
    text-align: center;
    font-weight:bold;
    border:solid 1px;
    border-spacing:0px;
}

#stat_hdr{
    FONT-SIZE: 12px; 
    font-weight:Fholebold;
    border-spacing:0px;
    border:solid 1px;
}
#stat_data{
    FONT-SIZE: 12px; 
    font-weight:bold;
    border:solid 1px;
    border-spacing:0px;
}

#score_tbl{
    width:100%;
    border:solid 2px;
    border-spacing:0px;
}
#putting_tbl{
    width:100%; 
    border:solid 2px;
    border-spacing:0px;
}
#roster_tbl{
    width:100%;
    border:solid 2px;
    border-spacing:0px;
}
#stat_tbl{
    width:1100px;
    border:solid 2px;
    border-spacing:0px;
}
table#t01{
    border: 2px solid black;
    border-spacing:0px;
    width:70%; 
    margin-left:auto; 
    margin-right:auto;
}
div.container {
    width:75%; 
    margin:1%;
}
table#t03{
    table-layout: fixed;
    width:80%;
    border: 2px solid black;
    border-spacing:0px;
    margin-left:auto; 
    margin-right:auto; 
}
table#t02{
    width:100%;
    border: 2px solid black;
    border-spacing:0px;
    margin-left:auto; 
    margin-right:auto; 
}
p#p_title{
    font-size: 32px;
    font-weight:bold;
    text-align: center;
}
th#th_title{
    font-size: 18px;
    border: 1px solid black;
    font-weight: bold;
    width : 15%;
}
td#th_title{
    font-size: 18px;
    border: 1px solid black;
    font-weight: bolder;
    width : 50%;
}


