/* Basic styles */
html
{
    MARGIN: 0;
    PADDING: 0;
}
body
{
    MARGIN: 0;
    PADDING: 0;
    FONT: 100% arial,helvetica,sans-serif;
    BACKGROUND-COLOR: white;
    COLOR: black;
}
h1
{
    FONT-WEIGHT: bold;
    COLOR: red;
    FONT-FAMILY: skia,arial,helvetica,sans-serif;
    TEXT-ALIGN: center;
    FONT-SIZE: 150%;
	background-color: transparent;
	margin: 0 0 0.5em 0;
}
h2
{
    FONT-WEIGHT: bold;
    COLOR: red;
    FONT-FAMILY: skia,arial,helvetica,sans-serif;
    TEXT-ALIGN: center;
    FONT-SIZE: 120%;
	background-color: transparent;
}
h3
{
    COLOR: red;
	background-color: transparent;
}
h4
{
    COLOR: black;
	background-color: transparent;
}
a:link
{
    background-color: transparent;
    color: red;
    text-decoration: underline;
}
a:visited
{
    background-color: transparent;
    color: red;
    text-decoration: underline;
}
a:hover
{
    background-color: red;
    color: white;
    text-decoration: none;
}
a#current
{
	color: black;
	text-decoration: underline;
	font-weight: bold
}
a.noborder img
{
        border: 0;
}
strong
{
    FONT-WEIGHT: bold
}
em
{
    FONT-STYLE: italic
}
small
{
    FONT-SIZE: 75%
}
pre
{
    FONT-FAMILY: courier, monospace
}
ul,ol,dl
{
    /* Should do nothing, but fixes various IE bugs... */
    position: relative;
}

ul
{
    LIST-STYLE-IMAGE: url(images/yellow_bullet.gif)
}
/* Page layout styles */
#header
{
    TEXT-ALIGN: left;
    PADDING: 0 0.5em 0 0;
    MARGIN: 0;
    COLOR: black;
    BORDER: 0;
	height: 110px;
    BACKGROUND-COLOR: white;
	BACKGROUND-IMAGE: url('/lmbc/images/header_bh2.jpg');
	background-position: right;
	background-repeat: no-repeat;
}
#header img
{
	display: block; /* Otherwise IE puts line spacing below the image */
	margin: 0;
}
#layout
{
	margin: 0;
    border-width: 0 168px 0 168px;
	border-color: red;
	border-style: solid;
	padding: 0;
    background-color: white;
	z-index: -1;
}
#sponsorbar
{
    BORDER: 0;
    MARGIN: 0;
    FONT-SIZE: 100%;
    PADDING: 0;
    COLOR: white;
    BACKGROUND-COLOR: black;
    FONT-FAMILY: arial, helvetica, sans-serif
}
#sponsorbar img, #sponsorbar a img
{
    BORDER: 0;
    PADDING: 0;
    margin: 0;
	vertical-align:text-top;
}
#userbar
{
	font-weight: 200;
	position: absolute;
	right: 0.5em;
	top: 115px;
	color: white;
	width: auto;
}
#userbar a:link
{
    background-color: transparent;
    color: red;
    text-decoration: underline;
}
#userbar a:visited
{
    background-color: transparent;
    color: red;
    text-decoration: underline;
}
#userbar a:hover
{
    background-color: red;
    color: white;
    text-decoration: none;
}
#main
{
	height: 1%; /* Needs hiding from non-broken brousers */
	margin: 0;
    border-width: 0;
	padding: 10px;
    background-color: white;
}
#eagle
{
	display: block;
	width: 168px;
	height: 170px;
	position: absolute;
	top: -171px;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 0;
}
#leftbar
{
	z-index: 10;
    position: relative; /* Hack: fixes IE peekaboo bug */
    float: left;
	display: inline; /* Hack: fixes IE double margin bug */
    width: 168px;
    height: auto;
    FONT-SIZE: 100%;
	font-weight: bold;
    padding: 0;
    MARGIN: 0 0 0 -168px;
    COLOR: white;
    FONT-FAMILY: Arial,sans-serif;
    TEXT-ALIGN: left;
	border: 0;
}
#leftbar a
{
    COLOR: white;
    TEXT-DECORATION: none;
	background-color: transparent;
}
#leftbar a:hover
{
    COLOR: white;
}
#leftbar ul.l1
{
    margin: 0;
    padding: 0.3em 0;
    list-style-type: none;
}
#leftbar ul.l1 li
{
    PADDING: 0.2em 0.5em;
    MARGIN: 0;
}
#leftbar ul.l1 li.current div
{
	background-color: #FF6666;
	margin: -0.2em -0.5em 0 -0.5em;
	padding: 0.2em 0.5em;
}
#leftbar ul.l1 li.current a
{
	color: black;
}
#leftbar ul.l2
{	
    margin: 0 -0.5em;
	border: 0;
    padding: 0.2em 0;
    list-style-type: disc;
    list-style-position: inside;
	background-color: transparent;
}
#leftbar ul.l2 li
{
    PADDING: 0.2em 1.0em;
    MARGIN: 0;
    BACKGROUND-COLOR: transparent;
	border-width: 0;
}
#leftbar ul.l2 li.current
{
	position: relative; /* Fix IE rendering bug */
    BACKGROUND-COLOR: #FF6666;
}
#leftbar ul.l2 li.current a
{
	color: black;
}
#leftbar ul.l1 li.current ul.l2 li a
{
    color: white;
}
#leftbar ul.l1 li.current ul.l2 li.current a
{
	color: black;
}
#rightbar
{
	z-index: 10;
    position: relative; /* Hack: fixes IE peekaboo bug */
    float: right;
	display: inline; /* Hack: fixes IE double margin bug */
    width: 168px;
    height: auto;
    padding: 0;
    MARGIN: 0 -168px 0 0;
	border: 0;
}
.infobar
{
    position: relative;  /* Hack: fixes IE peekaboo bug */
    float: right;
	clear: right;
	display: inline;  /* Hack: fixes IE double margin bug */
    width: 168px;
    height: auto;
    PADDING: 2px 0;
    FONT-SIZE: 12px;
    MARGIN: 0;
    COLOR: white;
    FONT-FAMILY: Arial,Helvetica,sans-serif;
    BACKGROUND-COLOR: #FF6666;
}
.infobar a:link, .infobar a:visited
{
	color: maroon;
	text-decoration: none;
}
.infobar a:link:hover, .infobar a:visited:hover
{
	color: maroon;
	text-decoration: underline;
	background-color: transparent;
}
.infobar h4
{
	margin: 0;
	padding: 2px;
	background-color: red;
	text-align: left;
}
.infobar h4 a:link, .infobar h4 a:visited
{
	color: black;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.infobar h4 a:link:hover, .infobar h4 a:visited:hover
{
	color: white;
	text-decoration: none;
	background-color: transparent;
}
.infobar a:link img, .infobar a:visited img
{
    border: 2px solid #FF6666;
    padding: 0;
    margin: 0;
	background-color: #FF6666;
}
.infobar a:hover img
{
	border: 2px solid white;
	padding: 0;
}
.infobar table td
{
	text-align: center;
}
.infobar dl.newsbar
{
	margin: 0.5em 0;
}
.infobar dl.newsbar dt
{
	margin-top: 0.5em;
	margin-left: 0.2em;
}
.infobar dl.newsbar dd
{
	margin-left: 1.2em;
	font-weight: bold;
}
.infobar p
{
	margin-left: 0.2em;
	margin-right: 0.2em;
}
#botbar
{
	position: relative;
    border-color: black;
	border-style: solid;
	border-width: 1px 0;
    MARGIN: 0 -168px;
    FONT-SIZE: 10px;
    PADDING: 0 0;
    COLOR: white;
    BACKGROUND-COLOR: maroon;
    clear: both;
}
#botbar p
{
	text-align: center;
	border: 0;
	margin: 0;
	padding: 2px 0;
}

/* Page-specific styles */
.slideshow
{
	background-color: white;
    TEXT-ALIGN: center
}
.slideshow a:link, .slideshow a:visited
{
	color: red;
}
.slideshow a:hover
{
	color: white;
	background-color: red;
}
.caption1
{
    FONT-WEIGHT: bold;
    COLOR: black;
    TEXT-ALIGN: center
}
.caption2
{
    FONT-WEIGHT: bold;
    COLOR: red;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.thumbnail
{
float: left;
width: auto;
border: 0;
margin: 0.25em;
padding: 0;
}
.thumbnail a:link img, .thumbnail a:visited img
{
border: 0;
}
.breadcrumbs
{
	TEXT-ALIGN: left;
    WIDTH: auto;
    BORDER-RIGHT: 0;
    BORDER-TOP: black 1px solid;
    MARGIN: 0;
    FONT-SIZE: 100%;
    PADDING: 0;
    BORDER-LEFT: 0;
    COLOR: white;
    BORDER-BOTTOM: black 1px solid;
    BACKGROUND-COLOR: maroon;
}
.breadcrumbs a:link, .breadcrumbs a:visited
{
    COLOR: yellow;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: underline
}
.breadcrumbs a:hover
{
    COLOR: blue;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: underline
}
td.stroke
{
    BACKGROUND-COLOR: #66f
}
td.cox
{
    BACKGROUND-COLOR: #6f6
}
td.bow
{
    BACKGROUND-COLOR: #fff
}
td.available
{
    BACKGROUND-COLOR: #000
}
td.booked
{
    BACKGROUND-COLOR: yellow
}
td.selfbooked
{
    BACKGROUND-COLOR: #6f6
}
td.selfbooked a
{
    COLOR: blue;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
td.booked a:hover
{
    COLOR: blue;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline
}
td.time
{
    BACKGROUND-COLOR: red
}
.pgbig
{
    FONT-SIZE: 120%;
    TEXT-ALIGN: center;
}
.calendar_term
{
    MARGIN-TOP: 0.5em;
    FONT-SIZE: 180%;
    MARGIN-BOTTOM: 0.5em;
    COLOR: red;
    LIST-STYLE-TYPE: none
}
.calendar_date
{
    MARGIN-TOP: 0.1em;
    PADDING: 0;
    FONT-SIZE: 120%;
    MARGIN-LEFT: 1.2em;
    COLOR: maroon;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: left
}
.calendar_entry
{
    MARGIN-TOP: 5px;
    PADDING-LEFT: 60px;
    FONT-SIZE: 18px;
    COLOR: red
}
.calendar_description
{
    MARGIN-TOP: 5px;
    MARGIN-BOTTOM: 10px;
    PADDING-LEFT: 60px;
    FONT-SIZE:  16px;
    COLOR: black
}
.news_date
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-STYLE: italic;
    text-align: right
}
.news_headline
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    BACKGROUND-COLOR: transparent;
    COLOR: black
}
.news_head
{
    WIDTH: auto;
    BORDER-RIGHT: 0;
    BORDER-TOP: black 1px solid;
    MARGIN: 0;
    FONT-SIZE: 100%;
    PADDING: 0 0.1em;
    BORDER-LEFT: 0;
    COLOR: white;
    BORDER-BOTTOM: black 1px solid;
    BACKGROUND-COLOR: maroon;
}
.news_head a
{
    COLOR: yellow;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: underline
}
.news_head a:hover
{
    COLOR: blue;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: underline
}
.news_content
{
    position: relative;
    margin: 0;
    padding: 1em 0.2em;
    border: 0;
    BACKGROUND-COLOR: white;
    COLOR: black;
	}
.news_content p
{
    margin: 0;
}
.news_content p a:link
{
    background-color: transparent;
    color: red;
    text-decoration: underline;
}
.news_content p a:visited
{
    background-color: transparent;
    color: maroon;
    text-decoration: underline;
}
.news_content p a:hover
{
    background-color: red;
    color: white;
    text-decoration: none;
}
#contacts td
{
    BACKGROUND-COLOR: white;
    FONT-SIZE: 100%
}
.coaching em
{
    TEXT-DECORATION: underline
}
table#start_order
{
  margin: 0 0 0.2em 0;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}
table#start_order tr
{
  margin: 0;
  padding: 0;
}
table#start_order tr.hline td, table#start_order td.hline
{
  border-bottom: 0.3em solid black;
}
table#start_order tr.hline th
{
  border-bottom: 0.3em solid black;
  background: white;
  padding: 0.2em
}
table#start_order td.maggie
{
  font-weight: bold  
}
table#start_order td.maggie_hline
{
  border-bottom: 0.3em solid black;
  font-weight: bold  
}
table#div_details
{
border-collapse: collapse;
}
table#div_details td
{
font-size: small;
text-align: center;
border: 1px solid black;
padding: 0.1em;
}
table#div_details td.subhead
{
text-align: left;
font-style: italic;
}
table#div_details td.gun
{
font-weight: bold;
}
table#div_details td.blank
{
background: black;
}
table#div_details td.blankrow
{
background: white;
}
table#div_details th
{
text-align: center;
font-weight: bold;
background: white;
border: 1px solid black;
}
.live_results p
{
font-family: monospace;
}
.live_results p span.time
{
font-weight: bold;
text-transform: lowercase;
}
.bumps table
{
border: 2px solid black;
border-collapse: collapse;
background-color: red;
font-size: 80%;
}
.bumps table td
{
padding: 0.3em;
text-align: center
}
.bumps table th
{
padding: 0.3em;
text-align: center;
background: white;
color: black
}
.bumps table tr.headings th
{
background: maroon;
color: white
}
div.warning, div.warning p, p.warning
{
    FONT-WEIGHT: bold;
    COLOR: white;
	background-color: red;
    FONT-FAMILY: skia,arial,helvetica,sans-serif;
    FONT-SIZE: large
}
.bumps table td.blank
{
background: black;
}
.author
{
text-align: right;
font-size: 70%;
margin: -1em 0 0 0;
}
.sw_img a img
{
margin: 0 0 0 -1em;
padding: 0;
}
div.highlight
{
background-color: #FF6666;
padding: 0.3em;
}
table.ergbookingtable
{
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid black; 
}
table.ergbookingtable td, table.ergbookingtable th
{
 border: 1px solid black;
}
td.ergavailable
{
  BACKGROUND-COLOR: #FFF;
}
td.ergwarmup
{
  background-color: #888;
}
td.ergbooked
{
  BACKGROUND-COLOR: yellow;
  color: black;
  font-size: 70%;
  vertical-align: center;
  text-align: center;
}
td.ergselfbooked
{
  BACKGROUND-COLOR: #6f6;
  color: black;
  font-size: 70%;
  vertical-align: center;
  text-align: center;
}
td.ergselfbooked a
{
  COLOR: blue;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none
}
td.ergbooked a:hover
{
  COLOR: blue;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: underline
}
td.ergtime
{
  BACKGROUND-COLOR: red
}
div#ergbookingform
{
  width: 50%;
  display: none;
  position: fixed;
  top: 5px;
  left: 5px;
  background-color: white;
  border: 2px solid red;
  padding: 1em;
  z-index: 1000;
}

