html  /* for LTE IE6 */
{
   margin: 0; padding: 0;
   font-size: 100%;
}

body
{
   background: black;
   margin: 0;
   margin-bottom: 2em;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: .82em;
   text-align: center;
   padding: 0 10%;
}

a:link    {color: #a22500; text-decoration:none; outline: none;}
a:active  {color: #ff5a00; text-decoration:none; outline: none;}
a:visited {color: #a22500; text-decoration:none; outline: none;}
a:hover   {color: #ff5a00; text-decoration:none; outline: none;}

a.post:link    {font-size: 1em; color: black; text-decoration:none; outline: none;}
a.post:active  {color: #a22500; text-decoration:none; outline: none;}
a.post:visited {font-size: 1em; color: black; text-decoration:none; outline: none;}
a.post:hover   {color: #a22500; text-decoration:none; outline: none;}

input, select
{
   vertical-align: middle;
}

form
{
   margin: 0;
}

input.remlen
{
   text-align: center;
   border: 0px;
   padding: 0;
   background: #fff1e3;
   vertical-align: bottom;
}

img
{
   /* for DOCTYPE STRICT */
/*
   display: block; margin: auto;
*/
}

.hr
{
   margin: 1em 3em 1em 3em;
   height: 1px;
   background-color: gray;
}

input.button, a.button
{
   font-family: arial, helvetica, sans-serif;
   font-weight: bold;
   background: #6b1800;
   color: #eee;
   border-top: 2px solid #975d4d;
   border-left: 2px solid #975d4d;
   border-right: 2px solid #5b1400;
   border-bottom: 2px solid #5b1400;
}

input.button:hover, a.button:hover
{
   color: white;
   background: #a22500;
   border-top: 2px solid #8a1f00;
   border-left: 2px solid #8a1f00;
   border-right: 2px solid #be664d;
   border-bottom: 2px solid #be664d;
/*
   border-top: 2px solid #380d00;
   border-left: 2px solid #380d00;
   border-right: 2px solid #945138;
   border-bottom: 2px solid #945138;
*/
}

a.button:visited
{
   color: #eee;
}

input.small_button
{
   padding: 0;
   font-size: .8em;
   font-family: arial, helvetica, sans-serif;
   font-weight: bold;
   background: #6b1800;
   color: #eee;
   border-top: 1px solid #945138;
   border-left: 1px solid #945138;
   border-right: 1px solid #380d00;
   border-bottom: 1px solid #380d00;
}

input.small_button:hover
{
   color: white;
   background: #a22500;
   border-top: 1px solid #380d00;
   border-left: 1px solid #380d00;
   border-right: 1px solid #945138;
   border-bottom: 1px solid #945138;
}

input.red_button
{
   background: #800000; color: #ddd;
   font-family: arial, helvetica, sans-serif;
   font-weight: bold;
   border-top: 2px solid #9f3f3f;
   border-left: 2px solid #9f3f3f;
   border-right: 2px solid #600000;
   border-bottom: 2px solid #600000;
}

input.red_button:hover
{
   background: #b00000; color: white;
   border-top: 2px solid #700000;
   border-left: 2px solid #700000;
   border-right: 2px solid #B73F3F;
   border-bottom: 2px solid #B73F3F;
}

.hovertip
{
   position: relative; /*this is the key*/
}

.hovertip:hover
{
   z-index:25;
}

.hovertip span
{
   display: none;
}

.hovertip:hover span
{ /*the span will display just on :hover state*/
   display:block;
   position:absolute; /* */

   padding: 2px;
   color: black;
   top: -2em; left: 0;
   border-top: 2px solid #6b1800;
   border-bottom: 2px solid #6b1800;
   border-left: 2px solid #6b1800;
   border-right: 2px solid #6b1800;
   background-color: #fff1e3;
   text-align: left;
/*
   top:2em; left:2em; width:15em;
   border:1px solid #0cf;
   background-color:#cff; color:#000;
   text-align: center;
*/
}

input.golf_button
{
   background: #008000; color: #ddd;
   font-family: arial, helvetica, sans-serif;
   font-weight: bold;
   border-top: 2px solid #3f9f3f;
   border-left: 1px solid #3f9f3f;
   border-right: 2px solid #006000;
   border-bottom: 2px solid #006000;
}

input.golf_button:hover
{
   background: #007700;
   color: white;
   border-top: 2px solid #006000;
   border-left: 1px solid #006000;
   border-right: 2px solid #3f9f3f;
   border-bottom: 2px solid #3f9f3f;
}

.header
{
   background: #6b1800;
   color: #eee;
   border-top: 2px solid #945138;
   border-left: 2px solid #945138;
   border-right: 2px solid #380d00;
   border-bottom: 2px solid #380d00;
/*
   background: #ff4c00;
   border-top: 2px solid #ff860d;
   border-left: 1px solid #ff860d;
   border-right: 2px solid #e64400;
   border-bottom: 2px solid #e64400;
*/
}

.header_center
{
   text-align: center;
   background: #6b1800;
   color: #eee;
   border-top: 2px solid #945138;
   border-left: 2px solid #945138;
   border-right: 2px solid #380d00;
   border-bottom: 2px solid #380d00;
}

.golf_header
{
   background: #008000;
   color: #eee;
   text-align: center;
   font-weight: bold;
   border-top: 2px solid #3f9f3f;
   border-left: 1px solid #3f9f3f;
   border-right: 2px solid #006000;
   border-bottom: 2px solid #006000;
}

.data_left
{
   background: transparent;
   text-align: left;
   padding: .2em;
   border-top: 2px solid #FFFEFD;
   border-left: 2px solid #FFFEFD;
   border-right: 2px solid #D8CCC0;
   border-bottom: 2px solid #D8CCC0;
}

.data_center
{
   text-align: center;
   padding: .2em;
   border-top: 2px solid #FFFEFD;
   border-left: 2px solid #FFFEFD;
   border-right: 2px solid #D8CCC0;
   border-bottom: 2px solid #D8CCC0;
}

.data_right
{
   text-align: right;
   padding: .2em;
   border-top: 2px solid #FFFEFD;
   border-left: 2px solid #FFFEFD;
   border-right: 2px solid #D8CCC0;
   border-bottom: 2px solid #D8CCC0;
}

/*** **** ***/
/*** text ***/

.clear
{
   clear: both;
}

.smaller
{
   font-size: .8em;
}

.xsmaller
{
   font-size: .7em;
}

.notice
{
   margin: 1em;
   color: #0060C0;
   font-weight: bold;
   text-align: center;
}

.warning
{
   margin: 1em;
   color: #006000;
   font-weight: bold;
   text-align: center;
}

.error
{
   margin: 1em;
   color: #c00000;
   font-weight: bold;
   text-align: center;
}

.new
{
   background: #ff5a00;
   color: white;
   padding: 0 .5em;
}

h1
{
   margin: 0;
   font-family: arial, Helvetica, sans-serif;
   font-size: 2em;
   font-weight: bold;
   text-align:center;
}

h2
{
   margin: 0;
   font-family: arial, Helvetica, sans-serif;
   font-size: 1.3em;
   font-weight: bold;
   text-align:center;
}

h3
{
   margin: .5em 0;
   font-family: arial, Helvetica, sans-serif;
   font-size: 1.1em;
   font-weight: bold;
   text-align:center;
}

h4
{
   margin: .5em 0;
   font-family: arial, Helvetica, sans-serif;
   font-size: 1em;
   font-weight: bold;
   text-align:center;
}

h5
{
   display: inline;
   margin: 0;
   font-family: arial, Helvetica, sans-serif;
   font-size: 1em;
   font-weight: bold;
   text-align:center;
}

.menu
{
   margin: .2em 1em 1em 1em;
}

/* IE padding and white-space problem - see styles_old_stuff.css */

.menu_item a
{
   font-size: .9em;
   background-image: url(images/menu_bg.gif);
   /* height: 23px;*/
   line-height: 24px; /* w/o .9em was 25 */
   vertical-align: middle;
   font-weight: bold;
   text-align: center;
   padding: 3px .2em 4px 0;
   border-bottom: 1px solid black;
   border-top: 1px solid black;
   margin: 0 0;
   white-space: nowrap;
   color: #a22500;
}

.menu_item a:hover
{
   background-image: url(images/menu_bg_hover.gif);
   color: #ff5a00;
}

.menu_idle a
{
   font-size: .9em;
   background-image: url(images/menu_bg.gif);
   /* height: 23px; */
   line-height: 24px; /* w/o .9em was 25 */
   vertical-align: middle;
   font-weight: bold;
   text-align: center;
   padding: 3px .2em 4px 0;
   border-bottom: 1px solid black;
   border-top: 1px solid black;
   margin: 0 0;
   white-space: nowrap;
   color: #ff5a00;
}

.menu_disabled
{
   font-size: .9em;
   background-image: url(images/menu_bg.gif);
   /* height: 23px; */
   line-height: 24px; /* w/o .9em was 25 */
   vertical-align: middle;
   font-weight: bold;
   text-align: center;
   padding: 3px .2em 4px 0;
   border-bottom: 1px solid black;
   border-top: 1px solid black;
   margin: 0 0;
   white-space: nowrap;
   color:  #a22500;
}

.member_menu
{
   font-size: .9em;
   line-height: 1.8em;
   text-align: center;
   margin: .2em auto;
}

.post
{
   margin-bottom: 1em;
   font-size: .85em;
}

.post_subject
{
   font-size: 1em;
   font-weight: bold;
}

.post_text
{
   position: relative; /* ie6 peekaboo text  after floats*/
   margin-top: 0;
   margin-left: 50px; /* remove 4 wrapped text */
   padding: 0 1em 0 0;
}

.post_photo
{
   position: relative; /* ie6 peekaboo text after floats */
   width: 50px;
   float: left;
   margin-right: .3em;
}

.reply
{
   font-size: .9em;
   margin: 1em 1em 1em 50px;
   vertical-align: bottom;
   background: #f0e0d0;;
   padding: 2px;
}

.reply_text
{
   margin-top: 0;
   margin-left: 50px; /* remove 4 wrapped text */
   padding: 0 1em 0 0;
}

.reply_edit
{
   float: right;
}

/*** ****** ***/
/*** layers ***/

#container
{
   /* http://complexspiral.com/publications/uncollapsing-margins/ */
   padding: 1px;  /* fix collapsed margins */
   background: #FF4C00;
   margin: 1em auto;
   text-align: center;
}

#banner
{
   margin: .2em auto;
   text-align: center;
}

table#main_window, .main_window
{
   /* overflow: hidden; */ /* expand for floated contents */
   /* but then the hovertip disappears, so ...
   /* instead, put <div style="clear: both"></div> after content */
   width: 80%;
   background: #fff1e3; /* #fff8eb; #ffebdf; */
   background-image: url(images/tiger_overlay.gif);
   background-repeat: no-repeat;
   background-position: center;
   margin: 0 auto 1em auto;
   color: black;
   border: 5px solid black;
   padding: .5em;
}

#main_window_body, .main_window_body
{
   /* overflow: hidden; */  /* expand for floated contents */
   /* but then the hovertip disappears, so ...
   /* instead, put <div style="clear: both"></div> after content */
   text-align: center;
   border: 4px solid #FF4C00;
   padding: .5em 1em 1em;
}

#copyright
{
   text-align: center;
   margin: 2em;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: .7em;
   color: #8C2900;  /* #FF4C00;*/
}

