/*----------------------------------------------------------------------*/
/*                     South East Region Dressage                       */
/*----------------------------------------------------------------------*/

body
{
  margin-top: 8px;
  padding: 0px;
  background: #660000;
  color: #FFDD00;
  font-size: 100%;
}

/*----------------------------------------------------------------------*/
/*                                                                      */
/*                          The banner part                             */
/*                                                                      */
/*----------------------------------------------------------------------*/

#header
{
  margin-top: 4x;
  margin-bottom: 0px;
  width: 100%;
  min-width: 650px;
  text-align: center;
  background:  url(shared_images/bannerrepeat.gif) top repeat-x #A60000;
}

#header div {background: url(shared_images/br1.gif) 100% 100% no-repeat;}
#header div div {background: url(shared_images/tloutercurve.gif) 0 0 no-repeat;}
#header div div div {background: url(shared_images/tr1.gif) 100% 0 no-repeat; padding:0px; min-height: 86px;}

#header .headertext
{
  background: url(shared_images/logo.gif) 96% 3px no-repeat;
  padding: 0px 0px 0px 6%;
  margin: 0px;
}

#header h1
{
  margin: 0px 0px 3px 0px;
  padding: 4px 0px 0px 0px;
  font-size: 2.1em;
}

#header h2
{
  margin: 0px;
  padding: 0px 0px 8px 0px;
  font-size: 1.6em;
  color: #FFDD00;
}

/*----------------------------------------------------------------------*/
/*                                                                      */
/*                           The menu part                              */
/*                                                                      */
/*----------------------------------------------------------------------*/

#menu
{
  width: 11.25em;
  text-align: left;
  float: left;
  margin-bottom: 10px;
}

#menu #menutop {background: url(shared_images/menurepeat.gif) 100% 0 repeat-x; padding: 0px; height: 32px;}
#menu #menutop div {background: url(shared_images/tlinnercurve.gif) 100% 0 no-repeat; padding: 0px; height: 32px;}
#menu #menubody {padding-right: 20px;}

#menu #menubody div {background: url(shared_images/br2.gif) 100% 100% no-repeat #990000}
#menu #menubody div div {background: url(shared_images/bl2.gif) 0 100% no-repeat; padding-bottom:10px; margin-bottom: 10px;}

#menu a
{
  display: block;
  color: #FFCC33;
  font-family: verdana, helvetica, sans-serif;
  font-size: .8em;
  font-weight: bold;
  background: #990000;
  text-decoration: none;
  border-top: 2px #990000 solid;
  padding: 3px 10px 3px 10px;
}

#menu a:hover, #menu .here
{
  display: block;
  color: #000000;
  font-weight: bold;
  background: #FFCC33;
  text-decoration: none;
  border-top: 2px #990000 solid;
}

#submenu a, #submenu a:hover, #submenu .here
{
  font-size: 10pt;
}

/*----------------------------------------------------------------------*/
/*                                                                      */
/*                         The right panel                              */
/*                                                                      */
/*----------------------------------------------------------------------*/

#sidepanel
{
  float: right;
  width: 160px;
  margin-top: 10px;
  margin-left: 10px;
}

#sidepanel .topicheading {background: url(shared_images/tl3.gif) 0 0 no-repeat #9A0000;}
#sidepanel .topicheading div {background: url(shared_images/tr3.gif) 100% 0 no-repeat; padding-left: 10px; padding-right: 10px;}
#sidepanel .topicheading div div
{
  background: url(shared_images/t3repeat.gif) top repeat-x #9A0000;
  color: #FFDD00;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 12pt;
}

#sidepanel .content, #sidepanel .thumbbox {background: url(shared_images/bl3.gif) 0 100% no-repeat #FFFFFF; margin-bottom: 10px;}
#sidepanel .content div, #sidepanel .thumbbox div {background: url(shared_images/br3.gif) 100% 100% no-repeat; padding: 1px 10px;}

#sidepanel .content div div, #sidepanel .thumbbox div div
{
  text-align: center;
  color: #000000;
  padding: 10px 10px 0px 10px;
  margin-bottom: 10px;
  background: #FFFFFF;
}

#sidepanel .thumbbox div div a img
{
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#sidepanel a
{
  font-size: .8em;
  color: #990000;
  text-decoration: underline;
}

#sidepanel a:hover
{
  color: #FFFFFF;
  background: #990000;
  text-decoration: none;
}

#sidepanel a img, #sidepanel a img:hover
{
  border: none;
}

/*----------------------------------------------------------------------*/
/*                                                                      */
/*                        The main central part                         */
/*                                                                      */
/*----------------------------------------------------------------------*/

#main
{
  z-index: 2;
  position: absolute;
  left: 11.25em;
  right: 178px;
  min-width: 305px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

#main .topicheading {background: url(shared_images/tl3.gif) 0 0 no-repeat #9A0000;}
#main .topicheading div {background: url(shared_images/tr3.gif) 100% 0 no-repeat; padding-left: 10px; padding-right: 10px;}

#main .topicheading div div
{
  background: url(shared_images/t3repeat.gif) top repeat-x #9A0000;
  color: #FFDD00;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 12pt;
}

#main .content {background: url(shared_images/bl3.gif) 0 100% no-repeat #FFFFFF; margin-bottom: 10px;}
#main .content div {background: url(shared_images/br3.gif) 100% 100% no-repeat; padding: 1px 10px;}

#main .content div div
{
  color: #000000;
  padding: 0px 20px;
  margin-bottom: 10px;
  background: #FFFFFF;
}

#main .contentcentred div div
{
  text-align: center;
  color: #000000;
  padding: 0px 20px;
  margin-bottom: 10px;
  background: #FFFFFF;
}

#main h1, #main h2
{
  color: #FAFAFA;
  font-size: 4em;
  font-weight: bold;
}

#main h3
{
  color: #990000;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: .5em;
}

#main h4
{
  color: #990000;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: .5em;
}

#main a
{
  color: #990000;
  text-decoration: underline;
}

#main a:hover, #main a.here
{
  color: #FFFFFF;
  background: #990000;
  text-decoration: none;
}

#main a img, #main a img:hover
{
  border: none;
}

#main .nb
{
  color: #FF0000;
  font-style: italic;
}

#main .headingsmall
{
  color: #990000;
  font-weight: bold;
}

#main .important
{
  color: #FF0000;
  font-weight: bold;
  font-style: italic;
}

#main .note
{
  color: #000000;
  font-size: .7em;
  font-weight: normal;
  font-style: italic;
}

hr
{
  border: 1px solid #CC0000;
}

#main .cancelled
{
  text-decoration: line-through;
}

#main .blockindent
{
  margin-left: 3em;
}

.shift8, .shift10, .shift12, .shift13, .shift14
{
  display: block;
  float:left;
}

.shift8
{
  width: 8em;
}

.shift10
{
  width: 10em;
}

.shift13
{
  width: 13em;
}

.shift12
{
  width: 12em;
}

.shift14
{
  width: 14em;
}

/*----------------------------------------------------------------------*/
/*                                                                      */
/*                            The tables                                */
/*                                                                      */
/*----------------------------------------------------------------------*/

#main .box1
{
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

#main .box1 td
{
  color: #000000;
  border: 1px solid #000000;
  padding: 2px 10px;
}

#main .box1 td.boxheading
{
  color: #FFDD00;
  background: url(shared_images/t3repeat.gif) top repeat-x #9A0000;
  font-weight: bold;
}

#main .box1 td.boxheading a
{
  color: #FFDD00;
  font-weight: bold;
  text-decoration: underline;
}

#main .box1 td.boxheading a:hover
{
  color: #FFFFFF;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

#main .box1 td.boxheadingsmall
{
  font-weight: bold;
  color: #FFDD00;
  background: #CC0000;
}

#main .box1 td.dead
{
  color: #333333;
  background-color: #999999;
}

#main .box2
{
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

#main .box2 td
{
  color: #000000;
  border: 1px solid #000000;
  padding: 2px 10px;
}

#main .box2 td.boxheading
{
  font-weight: bold;
  text-align: center;
  color: #FFDD00;
  background:  url(shared_images/t3repeat.gif) top repeat-x #9A0000;
}

#main .box2 td.noedge
{
  border: 0px none;
  height: 1.5em;
}

#main .box2 td.boxheading a
{
  color: #FFDD00;
  font-weight: bold;
  text-decoration: underline;
}


#main .box2 td.boxheading a:hover
{
  color: #FFFFFF;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

#main .box2 td.boxheadingsmall, #main .box2 tr.boxheadingsmall td
{
  font-weight: bold;
  text-align: center;
  color: #FFDD00;
  background: #CC0000;
}

#main .box2 td.dead
{
  color: #333333;
  background-color: #999999;
}

#main .linksbox
{
  width: 100%;
  border: 0px;
}

#main .linksbox td
{
  width: 25%;
  text-align: center;
  vertical-align: top;
}

#main .linksbox td a img
{
  border: 0px;
}

/*----------------------------------------------------------------------*/
/*                                                                      */
/*                         The footer part                              */
/*                                                                      */
/*----------------------------------------------------------------------*/

#footer
{
  color: #000000;
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 10px;
}

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

#snow
{
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 135px;
  overflow: hidden;
}

#snow object
{
  width: 1600px;
  height: 135px;
  background: transparent;
}
