/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

html{ 
    font-size:100%;
    background: #0A1C5C url(gfx/page_layout/html_bg.png) repeat-x 50% top;
}


body {                                                                      
font-family: arial, sans-serif;
font-size: 1em;
color: #ffffff;
background: transparent url(gfx/page_layout/body_bg.png) no-repeat 50% top;
}

h2 {
font-size: 1.3em;   
font-family: arial; 
}

div#wrapper {
width: 947px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 15px;                                                  
}
   
div#test {
padding: 1px;                                     
background-position: top-left;
background-repeat: repeat-x;
background: url('gfx/page_layout/sideborder.jpg') repeat-x left top;
}


div#header {
position: relative;
height: 99px;
border-bottom: 1px solid #50609b;
background-color: #0a1c5c;
}

img#topclock {
position: absolute;
top: -8px;
left: 11px;
}

div#header img {
   border: 0px;
}

div#contactno {
position: absolute;
top: 5px;
right: 15px;
    text-align: right;
}

div#login {
font-size: 0.75em;
position: absolute;
right: 10px;
bottom: 2px;     
}


#ac_menu {
    padding: 2px 0px 0px 0px; 
    text-align: right; 
}                   
#ac_menu p {
    text-align: right;
    line-height: 140%;
}

#ac_menu p a.edit_details {
    display: block;
}

#ac_menu a {        
    color: white;
    font-weight: bold;
    text-decoration: none;
}
form#loginForm {      
}

form#loginForm .login_button {
background: transparent url(gfx/page_layout/button.png) no-repeat right top;
border: none;
margin: 1px 0px 0px 2px;
padding: 0px 15px 2px 0px;
color: white;
}

form#logoutForm .logout_button {                    
background: transparent url(gfx/page_layout/button.png) no-repeat right top;
border: none;  
margin: 1px 0px 0px 2px;
padding: 0px 15px 2px 0px;
color: white;
}



fieldset {
border: 1px solid #ffffff; 
}


div#nav {
height: 25px;
background: #0a1c5c url(gfx/page_layout/intro_header.png) no-repeat 50% bottom;
color: #ffffff;
padding-top: 0px;
padding-bottom: 4px;
font-size: 0.8em
}

div#nav ul {      
}

div#nav ul li {
list-style-type: none;
display: inline;   
}                   

div#nav ul li a {
    display: block;
    float: left;     
    border-top: 3px solid #0A1C5C;
    text-decoration: none;
    color: #d5dcff;
    padding: 2px 20px 4px 20px;
    margin: 0px 2px 0px 0px;
}

div#nav ul li.active a,
div#nav ul li a:hover {   
    border-top: 3px solid #50609B;        
    color: white; }

/* Standrd Content (anywhere except home page) */  
div#topcontentstandard {   
position: relative;
margin: 0px;
font-size: 0.9em;
line-height: 1.7em;                                                 
    background: #0a1c5c;  
    padding: 15px 50px 50px 40px;
}    
div#topcontentstandard h1,
div#topcontentstandard h2,
div#topcontentstandard h3,
div#topcontentstandard h4,
div#topcontentstandard h5,
div#topcontentstandard dl.news_story_listing dt {
    font-weight: normal;
    font-size: 1.9em;          
    margin: 0px 0px 15px 0px; 
    color: #A9B5E3;                  
}             
div#topcontentstandard h2,
div#topcontentstandard h3,
div#topcontentstandard h4,
div#topcontentstandard h5 {
    font-size: 1.4em;          
}             
div#topcontentstandard dl.news_story_listing dt {
    font-size: 1.3em;     
    margin: 0px 0px 0px 0px;        
}             
   
div#topcontentstandard p {   
    margin: 0px 0px 10px 0px; 
}     
 a { color: #ffffff; }

div#topcontentstandard hr {
    clear: both;
    width: 860px;
    height: 1px;
    border: 0px;
    margin: 10px 0px 10px 0px;
    color: #2E3C6C; 
    background: #2E3C6C;
}  

/* Start of Column CSS */      
div#topcontent {     
position: relative;
margin: 0px;
font-size: 0.9em;
line-height: 1.7em;                                                 
    background: #0a1c5c url(gfx/page_layout/intro_bg.png) repeat-y 50% bottom;  
}
                          


.clear { clear: both; }
     
div#topcontent a { color: #ffffff; }

div#topcontent p { margin: 15px 25px 5px 40px; }    

div#topcontent #flash_header {
    padding: 5px 20px 5px 20px; margin: 10px 42px 10px 40px; float: right;
    background: transparent url(gfx/page_layout/intro_photo_bg.png) repeat-y 50% 50%;  
}
div#topcontent hr {
    clear: both;
    width: 1px;
    border: 0px;
    color: #0A1C5C; 
    background: #0A1C5C;
}
/* --> */


     
/*
This is what I have added for formatting the e-subscription form - Dan
*/

fieldset {
    border: none;  
}

form.esubscribe fieldset {  
    margin-left: 10px;
}

form.esubscribe fieldset div.formrow {
    margin-bottom: 10px;
}

                                    
form.esubscribe div.formrow label {
    display: block;
    float: left;
    width: 6em;
    margin-right: 1em;
    text-align: right;  
}
form.esubscribe input,
form.esubscribe_home input {
    border: 1px solid #50609B;   
}
form.esubscribe_home {
    margin: 0px;
}                    

form.esubscribe_home div.formrow .subscribe_button {   
background: transparent url(gfx/page_layout/button.png) no-repeat right top; 
    height: 20px;
    border: none;   
    margin: 0px 0px 0px 2px;  
    padding: 1px 15px 3px 0px;
    color: white;
}

/* Bottom three columns on home page */

div#bottomsection {
    clear: both;    
    padding: 0px 0px 0px 15px;                                       
    background: #0A1C5C url(gfx/page_layout/3col_bg.png) no-repeat 50% top;  
}
div#bottomsection h3 {
    font-weight: normal;
    font-size: 1em;  
    margin: 0px 0px 10px 0px; 
  padding: 0px 0px 5px 0px;       
    color: #A9B5E3; 
  text-align: center;
  border-bottom: 1px solid #2E3C6C;                 
}     
div#bottomsection hr {
    clear: both;
    width: 1px;
    border: 0px;
    color: #0A1C5C; 
    background: #0A1C5C;
} 
                  
/* Start of Column CSS */
/* Column 1 for Latest Gallery */
#bottomcol1 {
    margin-top: 30px;
    float:left;
    width: 278px;
    height: 280px;    
    overflow:hidden;            
    padding: 10px; 
    text-align: center;      
} 

/* Column 2 for Upcoming events and newsletter sign up */
#bottomcol2 {
    margin: 30px 0px 0px 25px;    
    float:left;
    width: 243px;
    height: 280px;   
    overflow:hidden;            
    padding: 10px;   
}
ul#latest_events {
    margin: 0px 0px 20px 0px;
}

ul#latest_events li {    
    list-style: none;
}

ul#latest_events li a {
    color: #ffffff;    
    font-size: 0.7em;
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 5px;
    border-bottom: 1px solid #2E3C6C;
    background: transparent url(gfx/page_layout/book_button.png) no-repeat right bottom;
}
ul#latest_events li a:hover {
    background: #152664 url(gfx/page_layout/book_button.png) no-repeat right bottom;
}
ul#latest_events li a strong {
    font-size: 1.4em;
    font-weight: normal;     
}  

#bottomcol2 p,
#bottomcol2 label  {  
    font-size: 0.9em;
    margin: 0px 0px 5px 5px;
}      

                                                                         

div#emailsub {
    text-align: center;             
    padding-top: 10px;
    position: absolute;
    bottom: 15px;
    left: 0px;        
}         
    

/* Column 3 for Sponsor Adverts */
#bottomcol3 {          
    margin: 30px 0px 0px 25px;    
    float:left;
    width: 278px;  
    padding: 10px;   
    text-align: center; 
}         

div#bottomsection a.banner_advert {
    display: block;
    float: left;
    margin: 0px 5px 10px 5px; 
    filter:alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity:0.8;    
}     
div#bottomsection a:hover.banner_advert {
filter:alpha(opacity=100);
opacity: 1.0;
-moz-opacity:1.0;    
}    
div#bottomsection a.banner_advert img { 
    border: 0px;    
}
             
  
           



div#footer {
width: 947px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;        
text-align: center;
color: #50609B;
font-size: 0.8em;
}

div#footer a {   
color: #50609B;   
text-decoration: none;
}
div#footer a:hover {     
text-decoration: underline;
}


form#registerForm th {
    width: 150px;
    text-align: right;
    padding: 0px 10px 5px 0px;
    font-weight: normal;
}

form#registerForm td {
    padding-bottom: 5px;
}

form#registerForm td input {
    width: 350px;
    border: 1px solid #50609B;
}
form#registerForm td input.submit {
    display: block;
    width: auto;
    border: 0px;
    float: right;
    height: 20px;
    padding: 1px 18px 3px 5px;
    color: white;
    background: transparent url(gfx/page_layout/button.png) no-repeat right bottom;
}



form#registerForm td span.dob select {
    width: 80px;
}

form#registerForm td textarea {
    width: 350px;
    height: 100px;
}

form#registerForm td select {
    width: 154px;
}

img#captcha {
    margin-top: 10px;
    width: 160px;
}

/* Gallery Table */
 table.gallerytable {
margin-top: 20px;
margin-bottom: 20px;  
width: 850px;             
border: 0px;
border-collapse: collapse;
}
#bottomcol1 table.gallerytable { 
    width: auto;
    margin: 0px;             
    border: 0px;
    border-collapse: collapse;
}         
table.gallerytable td {
    text-align: center;
    padding: 0px 8px 20px 8px;
}
table.gallerytable td a {
    text-decoration: none;
    font-size: 0.8em;
    background: #50609B;
    display: block;
    text-align: center;
    width: 114px;
    padding: 7px 0px 3px 0px;
    border-top: 2px solid #0A1C5C;
    border-bottom: 0px solid #0A1C5C;
}
#bottomcol1 table.gallerytable td a {
    padding: 1px 1px 2px 1px;
    width: auto;
    border-top: 1px solid #0A1C5C;
    border-bottom: 0px solid #0A1C5C;
} 
table.gallerytable td a:hover {
    border-top: 0px solid #0A1C5C;
    border-bottom: 2px solid #0A1C5C;   
}
#bottomcol1 table.gallerytable td a:hover {
    border-top: 0px solid #0A1C5C;
    border-bottom: 1px solid #0A1C5C;   
}

table.gallerytable td a img {
    border: 0px;
}
#bottomcol1 table.gallerytable td a img {
    border: 0px;
    width: 75px;
}


/* Diary Table */
table.diarytable {
margin-top: 20px;
margin-bottom: 20px;  
width: 850px;             
border: 0px;
border-collapse: collapse
}

table.diarytable th {
    text-align: left;
    padding: 5px;
    background: #50609B;
    border: 2px solid #0A1C5C;  
}
table.diarytable th.date {
    width: 150px;
} 
table.diarytable th.details {
    width: 300px;
}                 

table.diarytable tr {
    border: 0px;
}

table.diarytable td {
    padding: 5px;
    border: 2px solid #0A1C5C;  
    background: #10246A;
}
table.diarytable tr.dark td { 
    background: #192D74;
}
table.diarytable td  a{
  text-decoration: none;   
}
table.diarytable td a.book_now {
  text-decoration: none; 
  text-align: right;
  display: block;    
  font-style: italic;  
}
table.diarytable td a:hover.book_now {
    text-decoration: underline;
}
       

.when_where {
    margin-bottom: 10px;
}

ul.when_where {
    list-style: none;
}

ul.event_price_list {
    list-style: none;
}

p.booking_links a {
    display: block;
}

table#booking_form {
margin-top: 20px;
margin-bottom: 20px;  
width: 400px; 
border: 0px;
border-collapse: collapse
}

table#booking_form th {
    text-align: right;
    padding: 5px;
    background: #50609B;
    border-bottom: 2px solid #0A1C5C;
}

table#booking_form tr {
}

table#booking_form td {
    padding: 5px;
    background: #33437A;
    border-bottom: 2px solid #0A1C5C;
    border-left: 2px solid #0A1C5C;
}  

table#event_confirmation {
margin-top: 20px;
margin-bottom: 20px;
width: 400px; 
border: 1px solid #ffffff;
border-collapse: collapse
}

table#event_confirmation th {
    text-align: left;
    padding: 5px;
}  

table#event_confirmation tr {
    border: 1px solid #ffffff;
}

table#event_confirmation td {
    padding: 5px;
    border: 1px solid #ffffff;  
}   

div#paypal_holder {
    padding: 5px;
    background-color: #ffffff;
    width: 150px;
    margin-bottom: 5px;
}




