body {
  margin: 0 0 0 30px;
  padding: 0;
  /* background: #f4f4f4 url(../img/bg.gif) top center repeat-y; */
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  color:          #005B99;
  /* color:          #4D8CBF; */
  text-align:     left;
  font-family:    'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
  font-weight:    bold;
  background:     none;
  padding:        1ex 0 0.1ex 0;
  margin:         1em 0 0.5em 0;
  border-bottom:  1px solid #aaa;
}

h1, h3, h4, h5, h6 {
  border-bottom: none;
}
h1, h2 {
  text-shadow: 2px 2px 2px rgba(187, 187, 187, 0.7);
}
h1 { font-size: 250%; }
h2 { font-size: 150%; }
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

img {
  border: none;
}


a img {
  border: none;
}

p {
  margin:  1ex 0 1ex 0;
}

hr {
  border-right: #d1d7dc 0px solid;
  border-top: #d1d7dc 1px solid;
  border-left: #d1d7dc 0px solid;
  border-bottom: #d1d7dc 0px solid;
  height: 0px;
}

:link, :visited, :link:hover, :visited:hover {
  text-decoration: none;
  color: #26f;
  border-bottom: none;
}
:visited, :link:hover, :visited:hover {
  color: #00a;
}
:link:hover, :visited:hover {
  border-bottom: 1px dotted #26f;
}

/* ul { */
/*   padding-left: 3.5em; */
/*   margin: 0; */
/*   list-style-type: disc; */

/*   display: block; /\*setting for FF and other standards compliant browsers*\/ */
/*   #display: block  /\*setting for IE7*\/ */
/*   _display: block  /\*setting for IE6*\/ */
/* } */

table tr th, table tr td {
  font-size: 12px;
  vertical-align: top;
}

/*---------------------------------------------------------------------------*/

#wrap {
  clear: both;
  background: #ffffff;
  margin: 0;
  padding: 1em;
  width: 760px;
}

#header {
  clear: both;
  margin: 0 auto;
  padding: 0 auto;
}

#header h1 {
  padding: 1ex 0 0 0;
  margin: 0 auto;
}

#header a {
  border-bottom: 0;
}

#logo {
  background: #cccccc;
  border: 2px solid #f0f0f0;
  display: inline;
  margin: 0 auto;
  padding: 0;
}

#menubar {
  clear: both;
}

#sidebar {
  clear: left;
  float: left;
  width: 185px;
  padding: 3ex 0 0 0;
  font-size: 0.9em;
  /* border-right: 1px solid #f0f0f0; */
}

#sponsors {
  width: 160px;
  padding: 1em 0 0 0;
  /* margin: 5 auto; */
/*   position: fixed; */
/*   top: 10px; */
/*   left: 810px; */
}

#sponsors a {
  border: 0;
}

#content {
  margin: 0 0 20px 185px;
  /* border-left: 1px solid #f0f0f0; */
  /* border-right: 1px solid #f0f0f0; */
  padding: 1.3ex 0 0 2.5ex;
  /* line-height: 1.6em; */
  text-align: left;
}

#footer {
  clear: both;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 2em;
  border-top: 3px solid #f0f0f0;
  text-align: center;
  color: #808080;
  /* font-family: verdana; */
  font-size: 0.8em;
}

#footer a {
  color: #808080;
}

/*---------------------------------------------------------------------------*/

.todo {
  color: red;
  /* text-decoration: under-line; */
  font-style: italic;
}

.tt {
  font-family: monospace;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

img.bg {
  padding: 1px;
  display: inline;
  background: #cccccc;
  border: 1px solid #f0f0f0;
}

.sponsor {
  margin: 0 auto;
  margin-bottom: 2px;
}

.news {
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 1ex;
  margin-right: 7px;
  background-color: #f6fcf6;
  border: 2px outset #5c5;
  text-align: left;
  word-spacing: -0.1em;
  line-height: 1.3em;
}

.news hr {
  height: 0;
  border: 0;
  border-bottom: #ccefcc 1px solid;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.news h1, .news h2, .news h3 {
  font-size: 1.3em;
  margin: 0 0 0.1ex 0;
  padding: 0;
}

.news p {
  margin: 0 auto;
  padding: 0;
}

.news2 {
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 1em;
  background-color: none;
  border: 1px solid #aaa;
  text-align: left;
  word-spacing: -0.1em;
  line-height: 1.3em;
}

.compact {
  margin-top: 0;
  margin-bottom: 0;
}

table.outlined {
  empty-cells: show;
  border: 1px solid gray;
  border-collapse: collapse;
  margin-left: 2em;
}

table.outlined caption {
  caption-side: bottom;
  font-size: 12px;
  width: 90%;
  text-align: left;
  font-style: italic;
  margin-top: 0.5ex;
  margin-left: 3em;
}

table.outlined th, table.outlined td {
  border: none;
  padding: 0.1em 1ex 0.1em 1ex;
  /*white-space: nowrap;*/
}

table.outlined tr {
  border: 1px solid gray;
}

table.outlined tr.d0 td, table.outlined tr.d0 th {
  background-color: #fcf6cf;
}

table.outlined tr.d1 td, table.outlined tr.d1 th {
  background-color: #fefef2;
}

table.outlined tr.d10 td, table.outlined tr.d10 th {
  background-color: #f0f0f6;
}

.caption {
  width: 80%;
  text-align: left;
  font-style: italic;
  margin-top: 0ex;
  margin-left: 3em;
}

/*---------------------------------------------------------------------------*/

table.scores th {
  font-weight: bold;
  background-color: #ddd;
  color: black;
}

table.scores th, table.scores td {
  border: 1px solid gray;
}

.ace {
  background-color: yellow;
  color: black;
}

.eagle {
  background-color: mediumseagreen;
  color: white;
}

.birdie {
  background-color: lightgreen;
}

.par {
}

.bogey {
  background-color: tomato;
}

.Bogey {
  background-color: #6666ff;
  color: white;
}

.penalty {
  text-decoration: underline;
}

/*---------------------------------------------------------------------------*/

input, textarea, select {
  border: 1px solid lightgrey;
  background: white;
  color: black;
  padding: 3px;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid black;
}

input.submit {
  background: #286ea0;
  color: white;
  border: 1px solid black;
  padding: 2px;
}

input:focus.submit {
  background: #589ed0;
  color: white;
  border: 2px solid black;
  padding: 1px;
}

tr.required input:focus, tr.required textarea:focus, tr.required select:focus {
  border: 2px solid #c03;
  padding: 2px;
}

tr.required {
  font-style: italic;
}

tr.error {
  color: #c03;
  font-weight: bold;
}

/*---------------------------------------------------------------------------*/

