/*----------------------------------------------------------------------*/
/*                     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;
}

#menu a:focus
{
  -moz-outline:none;
  outline:none;
}

#menu span.title
{
  display: block;
  color: #FFFFFF;
  font-family: verdana, helvetica, sans-serif;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  padding: 3px 20px 3px 0px;
}

#submenu {padding-right: 20px;}
#submenu div {background: url(shared_images/bl2.gif) 0 100% no-repeat #990000;}
#submenu div div {background: url(shared_images/br2.gif) 100% 100% no-repeat;}
#submenu div div div {background: url(shared_images/tl2.gif) 0 0 no-repeat;}
#submenu div div div div {background: url(shared_images/tr2.gif) 100% 0 no-repeat; padding:10px 0px 10px 0px;}

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

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

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

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

#main
{
  z-index: 2;
  position: absolute;
  left: 11.25em;
  right: 10px;
  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;
  overflow: auto;
}

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

#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 a:focus, #main a img:focus
{
  -moz-outline:none;
  outline: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;
}

#main .notopmargin
{
  margin-top: 0em;
}

#main .author
{
  font-style: italic;
  margin-bottom: 2em;
}

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

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

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

.shift4
{
  width: 4em;
}

.shift10
{
  width: 10em;
}

.shift13
{
  width: 13em;
}

.shift12
{
  width: 12em;
}

.shift14
{
  width: 10em;
}

hr
{
  border: 1px solid #CC0000;
}

/*----------------------------------------------------------------------*/
/*                                                                      */
/*                           The galleries                              */
/*                                                                      */
/*----------------------------------------------------------------------*/

#main div div div.galleryimages
{
  width: 750px;
  clear: both;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

#main div div div.galleryimages div.leftphoto, #main div div div.galleryimages div.rightphoto
{
  width: 370px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  outline: none;
  -moz-outline: none;
}

#main div div div.galleryimages div.lastphoto
{
  width: 380px;
  margin: 0px auto;
  padding: 0px 0px 10px 0px;
}

#main div div div.galleryimages div.leftphoto
{
  float: left;
}

#main div div div.galleryimages div.rightphoto
{
  float: right;
}

#main div div div.galleryimages div.leftphoto img
{
  margin: 0px 0px 0px 0px;
}

#main div div div.galleryimages div.rightphoto img
{
  margin: 0px 0px 0px 0px;
}

#main div div div.thumbnailimages
{
  clear: both;
  margin: 0px auto;
  padding: 0px 0px 10px 0px;
  text-align: center;
}

#main div div div.thumbnailbox
{
  float: left;
  display: block;
  width: 148px;
  min-height: 150px;
  text-align: center;
  padding: 1px;
  margin: 20px 0px 0px 0px;
  overflow: auto;
}

/*----------------------------------------------------------------------*/
/*                                                                      */
/*                         The suggestion box                           */
/*                                                                      */
/*----------------------------------------------------------------------*/

#main form
{
  width: 40em;
  position: relative;
  left: 50%;
  margin-left: -20em;
  padding: 0px;
}

#main form div.ordinary
{
  clear: both;
  padding: 0px;
}

#main form div.special
{
  display: none;
}

#main form label
{
  display: block;
  float: left;
  width: 8em;
  font-weight: bold;
  color: #990000;
  margin: 0px;
}

#main form input, #main form textarea
{
  font-family: times, serif;
  font-size: 1em;
  color: #000000;
  width: 32em;
  border: 1px solid #990000;
  margin: 0px;
  padding: 2px 4px;
}

#main form textarea
{
  height: 10em;
}

#main form a.submit
{
  display: block;
  float: left;
  font-family: times, serif;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #FFDD00;
  background: #990000;
  border: 0px;
  padding: 2px 4px;
  outline: 0px;
  margin: 0em 0em 0em 8em;
  -moz-outline: none;
}

#main form a.submit:hover
{
  color: #000000;
  background: #FFDD00;
}

#main form a.submit:active
{
  color: #000000;
  background: #FFDD00;
  padding: 3px 3px 1px 5px;
}

/*----------------------------------------------------------------------*/
/*                                                                      */
/*                            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.boxheadingsmall2, #main .box2 tr.boxheadingsmall2 td
{
  font-weight: bold;
  text-align: center;
  color: #FFEE00;
  background: #E57373;
}

#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;
}

