html {
}

body {
  background-color: #344F5D;
  border: 0px hidden #CCCCCC;
  text-align: center;
}

#inner_body {
  width: 980px;
  margin: 0px auto;
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

.bodytext_subheader {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  font-size: 12pt;
  font-weight: bold;
}

.main_text{
  text-align: left;
  width: 800px;
  /*Added for the benfit of IE, these lines in the Body setting are enough for "real" browsers*/
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

/* all tables default*/
table {
  border-spacing: 0pt 0pt;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-Bottom: 0px;
}

/* all img default*/
img {
  border-collapse: collapse;
  border: 0px hidden #CCCCCC;
}

/* the main table that makes up the body*/
#bodytable {
  border-collapse: collapse;
  border-style: solid;
  border-right-width:1px;
  border-left-width:1px;
  border-top-width:1px;
  border-bottom-width:1px;
  Border-color: black;
  background-color: #E6E6E6;
}

#header_table {
  width: 980px;
}

/* header links link */
/*Used to hide text for screen readers on CSS rollovers*/
.hidden_span {
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.link_css {
  padding: 0px;
  display: block;
  background-repeat: no-repeat;
}

#header_moose42_cell {
  width: 740px;
}

#link_moose42 {
  width: 355px;
  height: 35px;
  background-image:url(images/button_moose42.png);
}
#link_moose42:hover {background-image:url(images/button_moose42_rollover.png); }


#link_news {
  width: 46px;
  height: 35px;
  background-image:url(images/button_news.png);
}
#link_news:hover {background-image:url(images/button_news_rollover.png); background-repeat: no-repeat; padding: 0px; display: block; width: 46px; height: 35px; }

#link_about {
  width: 54px;
  height: 35px;
  background-image:url(images/button_about.png);
}
#link_about:hover {background-image:url(images/button_about_rollover.png); background-repeat: no-repeat; padding: 0px; display: block; width: 54px; height: 35px; }

#link_faq {
  width: 35px;
  height: 35px;
  background-image:url(images/button_faq.png);
}
#link_faq:hover {background-image:url(images/button_faq_rollover.png); background-repeat: no-repeat; padding: 0px; display: block; width: 35px; height: 35px; }

#link_contact {
  width: 75px;
  height: 35px;
  background-image:url(images/button_contact.png);
}
#link_contact:hover {background-image:url(images/button_contact_rollover.png); background-repeat: no-repeat; padding: 0px; display: block; width: 75px; height: 35px; }

/* table which contains the includes for the main content, e.g gallery or contact*/
#main_content {
}

/* table that contains all gallery content, sit's directly in body table */
.gallery_table {
  width: 810px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-Bottom: 10px;
}

/* the table row that holds the main picture*/
.gallery_bigRow {
  text-align: center;
  height: 620px;
  vertical-align: middle;
}

#gallery_photo {
  border-width: 5px;
  border-style: solid;
  border-color: #CCCCCC;
  vertical-align: middle;
}

#details_table {
  height: 600px;
  width: 800px;
}

/* table that holds details text*/
#details_div {
  height: 280px;
  width: 750px;
  text-align: left;
  background-color: #999999;
  margin-top: 10px;
  margin-bottom: 4px;
  border: 2px inset #666666;
  overflow: auto;
}

/* cell that holds details type text e.g "Location"*/
.details_typecell {
  font-weight: bold;
  width: 120px;
  /*Added for the benfit of IE, these lines in the Body setting are enough for "real" browsers*/
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

/* row that holds details type text*/
.details_typetext {
  margin-left: 60px;
  /*Added for the benfit of IE, these lines in the Body setting are enough for "real" browsers*/
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

/* second cell in each row, that holds details text for location, camera and date*/
.details_cell {
  width: 250px;
  /*Added for the benfit of IE, these lines in the Body setting are enough for "real" browsers*/
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

/*Cell contains the comment */
.details_commentstext {
  min-height: 180px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  /*Added for the benfit of IE, these lines in the Body setting are enough for "real" browsers*/
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

.details_who {
  text-align: center;
  font-weight: bold;
}

.comments_comment {
  margin-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 4px solid #CCCCCC;
  /*Added for the benfit of IE, these lines in the Body setting are enough for "real" browsers*/
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

.comments_form {
  /*Added for the benfit of IE, these lines in the Body setting are enough for "real" browsers*/
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

.comments_textbox {
  margin-top: 5px;
  margin-left: 15px;
  border:1px solid #CCCCCC;
  background-color: #FFFFFF;
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

.comments_textarea {
  margin-top: 5px;
  margin-left: 15px;
  border:1px solid #CCCCCC;
  background-color: #FFFFFF;
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

.comments_button {
  margin-left: 15px;
}

.comments_error {
  margin-top: 5px;
  font-weight: bold;
}

/* tab links*/
.gallery_tab_cell {
  width: 100px;
  height: 25px;
}

.link_tabs {
  width: 100px;
  height: 25px;
  padding-top: 5px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;
}

#background_control {
  visibility: hidden;
  width: 180px;
}

.colour_swatch {
  display: inline-table;
  height: 23px;
  width: 23px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  vertical-align: middle;
}

/* the photograph title in the gallery */
.gallery_header {
  width: 420px;
  text-align: right;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

/* the table in the row that holds the the tumbnails*/
.gallery_thumbnail_row {
  margin-top: 10px;
  padding-left: 15px;
  text-align: left;
}

/* the table in the row that holds the the tumbnails*/
.gallery_thumbnail_arrow {
}

.gallery_thumbnail_image {
  width: 100px;
  height: 100px;
}

.gallery_thumbnail_link {
  display: block;
  width: 100px;
  height: 100px;
  border-width: 2px;
  border-style: solid;
  border-color: #CCCCCC;
}

.gallery_categories {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: sans-serif, "Sans Serif", monospace;
}

/*
News cell which contains news text
  IE HACK - This div should be use main_text in the HTML but IE is too thick
    - Float drop bug cos main_text is too wide
    - this is overwritten for IE in a style hack at the top of index.php
*/
.news_text{
  text-align: left;
  width: 800px;
}

.news_header {
  font-size: 12pt;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-Bottom: 5px;
}

.news_item {
  font-size: 10pt;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 15px;
  margin-Bottom: 0px;
}

.news_thumbnail_header {
  font-size: 12pt;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-Bottom: 10px;
}

/*home table which contains 4 newest photo's*/
.news_uploads {
  float: right;
  clear: right;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-Bottom: 10px;
}

/* Contains the dynamic info at the bottom of the about page */
.about_names {
  text-align: center;
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-Bottom: 5px;
  /*Added for the benfit of IE, these lines in the Body setting are enough for "real" browsers*/
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

.about_people_info {
  text-align: center;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-Bottom: 5px;
}

.about_info_top {
  display: inline;
  margin-right: 20px;
  width: 225px;
}

.about_info_bottom {
  width: 980px;
}

.faq_question {
  text-align: left;
  margin-left: 40px;
  margin-top: 15px;
  margin-Bottom: 5px;
  font-style: italic;
  text-decoration: underline;
  /*Added for the benfit of IE, these lines in the Body setting are enough for "real" browsers*/
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

.faq_answer {
  text-align: left;
  width: 800px;
  /*Added for the benfit of IE, these lines in the Body setting are enough for "real" browsers*/
  font-family: Arial, "Arial", monospace;
  font-size: 10pt;
}

.contact_table {
  width: 650px;
  text-align: left;
  vertical-align: top;
}

/* footer text */
.footer {
  text-align: center;
  margin-top: 15px;
  margin-Bottom: 15px;
}

.photoblog {
  margin-top: 5px;
  text-align: center;
}

.WC3 {
  margin-top: 2px;
  text-align: center;
}

.preloader {
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

/* a Normal link */
a:link { color: #003399; text-decoration: underline; }
a:visited { color: #003399; text-decoration: underline; }
a:hover { color: #003399; text-decoration: none;}
a:active { color: #003399; text-decoration: none;}

/*Image links just for IE7 */
a:link img{  border: none; }
a:visited img{ border: none; }
a:hover img{ border: none; }
a:active img{ border: none; }

/* thumbnail images links link */
a.gallery_thumbnail_link:link { }
a.gallery_thumbnail_link:visited { }
a.gallery_thumbnail_link:hover { border-style: outset; }
a.gallery_thumbnail_link:active { border-style:inset; }

/* Gallery links */
a.link_tabs:link { background-image:url(images/button_blank.png); color: #000000; text-decoration: none;}
a.link_tabs:visited { background-image:url(images/button_blank.png); color: #000000; text-decoration: none; }
a.link_tabs:hover { }
a.link_tabs:active { background-image:url(images/button_blank_blap.png); }

.gallery_categories a:link { color: #000000; text-decoration: none; }
.gallery_categories a:visited { color: #000000; text-decoration: none; }
.gallery_categories a:hover { text-decoration: underline; }
.gallery_categories a:active { text-decoration: none; }

.details_who a:link { color: #000000; text-decoration: none; font-weight: bold; font-size: 8pt; }
.details_who a:visited { color: #000000; text-decoration: none; font-weight: bold; font-size: 8pt; }
.details_who a:hover { color: #000000; text-decoration: underline; font-weight: bold; font-size: 8pt; }
.details_who a:active {  color: #000000; text-decoration: none; font-weight: bold; font-size: 8pt; }

/*FAQ anchors*/
a.faq_anchor_link:link { color: #003399; text-decoration: underline; }
a.faq_anchor_link:visited { color: #003399; text-decoration: underline; }
a.faq_anchor_link:hover { color: #003399; text-decoration: underline;}
a.faq_anchor_link:active { color: #003399; text-decoration: underline;}

a.faq_anchor:link { color: #000000; text-decoration: underline; }
a.faq_anchor:visited { color: #000000; text-decoration: underline; }
a.faq_anchor:hover { color: #000000; text-decoration: underline;}
a.faq_anchor:active { color: #000000; text-decoration: underline;}

/* footer link */
.footer a:link { color: #000000; text-decoration: none; font-weight: bold; font-size: 8pt; }
.footer a:visited { color: #000000; text-decoration: none; font-weight: bold; font-size: 8pt; }
.footer a:hover { text-decoration: underline; }
.footer a:active { text-decoration: none; }

