﻿/****************************************************************************
/*                              UAA Stylesheet                              */
/****************************************************************************/
/*                      G.Holmes - Latest Issue: March 2010                 */
/****************************************************************************/
/* top right bottom left */

/******************************************
       Formatting for Master Page
******************************************/

body
{
    font-size: 0.8em;
    font-family: Tahoma, Geneva, sans-serif;
    background: #D2D3CD; /* UAACOLOUR - Background */
    background-image: url(uaabackground.jpg);
    background-attachment: fixed;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #FFFFFF; /* UAACOLOUR - Text Colour */
}

.oneColFixRtHdr #pagecontainer
{
    width: 960px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #43874E; /* UAACOLOUR - background Colour */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixRtHdr #headercontainer
{
    /* picks up 960 width from above */
    background: #43874E; /* UAACOLOUR */
    height: 220px;
}

.oneColFixRtHdr #headercontainerphoto
{
    /* picks up 960 width from above */
    background: #43874E; /* UAACOLOUR */
    height: 220px;
}

.oneColFixRtHdr #header
{
    background: #9FC; /* UAACOLOUR - Can't see because of changing photo */
    width: 940px;
    height: 200px;
    position: relative;
    top: 10px;
    left: 10px; /* move across and down 10 pixels */
}


.oneColFixRtHdr #headerphoto
{
    background: #27403A; /* UAACOLOUR  */
    width: 940px;
    height: 200px;
    position: relative;
    top: 10px;
    left: 10px; /* move across and down 10 pixels */
}


.oneColFixRtHdr #menucontainer
{
    background: #43874E; /* UAA Colour - Same as all borders */
    height: 26px;
    width: 940px; /*smaller than 940 because of 940 / 6 */
    position: relative;
    left: 10px; /* move across to center within container */
    border-bottom: 10px solid #43874E; /* UAACOLOUR - create a 10 px border at bottom of menu */
}

.oneColFixRtHdr #maincontent
{
    width: 919px;
    min-height: 800px;
    overflow: auto;
    float: left;
    background: #43874E; /* UAA COLOUR */
    position: relative;
    left: 10px; /* move across 10 pixels */
    padding: 5px 10px 5px 10px;
    background-color: #27403A;
}

.oneColFixRtHdr #footer
{
    padding: 0;
    height: 15px;
    background: #43874E; /* UAA COLOUR */
    text-align: center;
    font-size: 10px;
    border-bottom: 5px solid #1E5A28; /* UAACOLOUR */
}


.oneColFixRtHdr #maincontentphoto
{
    width: 919px;
    min-height: 800px; 
    overflow: auto;
    float: left;
    position: relative;
    left: 10px; /* move across 10 pixels */
    padding: 5px 10px 5px 10px;
    background-color: #27403A;
}

.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    font-size: 1px;
    line-height: 0px;
}

.oneColFixRtHdr #eticket
{
    Background-Color: #27403A; /* UAACOLOUR - Background */
    border-color: Green;
    Border-Width: 1px;
    min-height: 800px; 
    Width: 919px;
    Padding: 5px; 
    Font-family: Verdana,Tahoma, Geneva, sans-serif;
    Font-Size: 0.8em;
}

.oneColFixRtHdr #eticketheader
{
}

/****************************************************
  Formatting for header text at the top of the site
****************************************************/

h1.title
{
    font-size: 20pt;
    color: #FFFFFF; /* UAACOLOUR */
    text-align: left;
    padding-right: 5px;
    position: relative;
    top: -200px;
    left: 10px;
    z-index: 100;
}

h2.title
{
    font-size: 15px;
    font-weight: bolder;
    color: #FFFFFF; /* UAACOLOUR */
    text-align: left;
    position: relative;
    top: -200px;
    left: 30px;
    z-index: 100;
}

h3.title
{
    font-size: 11px;
    font-weight: bolder;
    color: #FFFFFF; /* UAACOLOUR */
    text-align: center;
    position: relative;
    top: -85px;
    z-index: 100;
}


h1.photoheader
{
    font-size: 20pt;
    color: #43874E; /* UAACOLOUR */
    text-align: left;
    padding-right: 5px;
    position: relative;
    top: -200px;
    left: 10px;
    z-index: 100;
}

h2.photoheader
{
    font-size: 15px;
    font-weight: bolder;
    color:#27403A; /* UAACOLOUR */
    text-align: left;
    position: relative;
    top: -200px;
    left: 30px;
    z-index: 100;
}

h3.photoheader
{
    font-size: 11px;
    font-weight: bolder;
    color: #43874E; /* UAACOLOUR */
    text-align: center;
    position: relative;
    top: -85px;
    z-index: 100;
}


.removebulletonlist ul
{
    /* stops list bullets appearing in changing header pictures */
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/***********************************************
          Formatting for Forms
************************************************/
.leftformlabel
{
    float: left;
    text-align: right;
}

/***********************************************
          Formatting for News Pages
************************************************/
.newsh1
{
    font-size: 12pt;
    font-weight: bold;
    color: White;
}

.newstitle
{
    font-size: 10pt;
    font-weight: bold;
}

/***********************************************
          Formatting for Tables
************************************************/

#membership
{
    border: 1px solid;
    border-color: Green;
    padding: 10px;
    width: 500px;
    background-color: #1E5A28;
}

#membership td
{
    border: 1px solid;
    border-color: Green;
}

#membership th 
{
    background-color:#1E5A28;
    color: #FFD700; /*UAA Colour gold*/
}

table.tablecenter
{
    margin-left: auto;
    margin-right: auto;
}

table.tablecenter td
{
    padding: 30px;
}

table.rake
{
    margin-left: auto;
    margin-right: auto;
    border: 3px ridge #000000;
}

table.rake td
{
    padding: 30px;
}

.tdleftcolumn
{
    vertical-align: top;
}

.tdrightcolumn
{
    vertical-align: top;
}


.linktableleft
{
    vertical-align: top;
    text-align: left;
    width: 150px;
}

.linktableright
{
    text-align: left;
}

.uaalinktable
{
    text-align: left;
    color: #000000;
    background: #FFFFFF;
    border: ridge;
    border-color: Lime;
}


/* Table for PDF Download formatting */
.lefttd
{
    width: 80%;
}

.righttd
{
    width: 20%;
}


/* Insect emergence table formatting */
table.insect
{
    background-color:#1E5A28; /* UAACOLOUR - Background */
    border-color: #1E5A28; 
    border-style: solid;
    border-width: 3px;
    color: #FFD700; /*UAA Colour gold*/
    text-align: center;
}

table.insect th
{
    border: 1px, black;
    background-color:#1E5A28; /* UAACOLOUR - Background */
    color: #FFFFFF;
}
table.insect td
{
    border: 1px,#D2D3CD;
    background-color:#0F2D14; /* UAACOLOUR - Background */
    color: #FFFFFF;
}
td.species
{
    width: 110px;
}

td.comments
{
    width: 250px;
    text-align:left;
}
/***********************************************
          Specific Element Formatting
************************************************/


.imageinmiddle
{
    vertical-align: middle;
}


.smalltext
{
    font-size: x-small;
}

.alignright
{
    text-align: right;
}

.fontbolder
{
    font-weight: bolder;
}

img.incenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.centered
{
    border: 1px solid #000000;
    font-size: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

img.left
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

img.right
{
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.smallfont
{
    font-size: xx-small;
    font-family: arial;
}



/***********************************************
              Formatting for tags
************************************************/

p, li
{
    line-height: 1.4em;
}

p.aligntextright
{
    text-align: right;
}

p.center
{
    text-align: center;
}

.red
{
    color: Red;
}

h1.photogallery
{
    font-size: 12pt;
    font-weight: bold;
    color: #FFD700; /*UAA Colour gold*/
    margin: 2px 0 2px 0;
    text-align:center;
}

h1
{
    font-size: 12pt;
    font-weight: bold;
    color: #FFD700; /*UAA Colour gold*/
    margin: 2px 0 2px 0;
}

h1.center
{
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
    color: #FFD700; /*UAA Colour gold*/
    margin: 2px 0 2px 0;
}

h2
{
    font-size: 10pt;
    font-weight: bolder;
    color: #00FF00; /*lime green #65876A; /* Light Green */
    margin: 1px 0 1px 0;
}


h2.center
{
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    color: #00FF00; /*lime green #65876A; /* Light Green */
    margin: 1px 0 1px 0;
}


h3
{
    font-weight: bold;
    font-size: 9pt;
    color: #00FF00; /*lime green #65876A; /* Light Green */
}

h3.center
{
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: #00FF00; /*lime green #65876A; /* Light Green */
    margin: 1px 0 1px 0;
}

h4
{
    font-weight: lighter;
    font-size: 9pt;
    color: #1E5A28; /* Dark Green */
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: Black;
    font-family: Arial;
}

a:link
{
    color: #B29985;
}
a:visited
{
   color: #9B7674;
}
a:hover
{
    color: #B24D00;
}
a:active
{
    color: #B29985;
}

/*---------------------------------------------------------------------------------------------------------------*/
/* MENUSTYLE.CSS File put into global stylesheet                                                                 */
/*---------------------------------------------------------------------------------------------------------------*/
/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */
/*---------------------------------------------------------------------------------------------------------------*/
/*------------------------------------ VERTICAL-----------------------------------------------------------------*/
/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
/* Note that the example menu in this web site uses relative positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */
/*---------------------------------------------------------------------------------------------------------------*/
.PrettyMenu .AspNet-Menu-Vertical
{
    position: relative;
    top: 0;
    left: 0;
    z-index: 300;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenu ul.AspNet-Menu, .PrettyMenu ul.AspNet-Menu ul
{
    width: 158px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyMenu ul.AspNet-Menu ul
{
    left: 198px;
    top: 3px;
    background: #FFF;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyMenu ul.AspNet-Menu li
{
    /*background: url('../../images/bg-menu-example.png') repeat-x;*/
    background-color: #1E5A28; /* UAA Menu Colour */ /*margin:0 2px 2px 0;*/ /*border:1px solid #000000;*/ /* removed for UAA site 15032010 GH */
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyMenu ul.AspNet-Menu li a, .PrettyMenu ul.AspNet-Menu li span
{
    color: white;
    padding: 4px 2px 4px 8px;
    border-top: solid 1px #43874E; /* UAA COLOUR */ /* #E7E7E7; /*light grey*/
    border-right: solid 1px #43874E; /* UAA COLOUR */ /*#D2D2D2;*/
    border-bottom: solid 1px #43874E; /* UAA COLOUR */ /*#D2D2D2; /*grey*/
    border-left: solid 1px #43874E; /* UAA COLOUR */ /*#E7E7E7;*/ /*background: transparent url('../../images/arrow.png') right center no-repeat;*/
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyMenu ul.AspNet-Menu li:hover, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background-color: #1E5A28; /* UAA Menu Colour */
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu ul.AspNet-Menu li a:hover, .PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: #FFD700; /*UAA Colour gold*/
    font-weight: bold;
    background: url( '../../images/arrow-active.png' ) no-repeat right center;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


/* --------------------- HORIZONTAL ----------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.PrettyMenu .AspNet-Menu-Horizontal
{
    position: absolute;
    margin: 0 0 0 0px;
    width: 940px; /*UAA Size*/
    z-index: 300;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accomodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 940px; /*UAA Size*/
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */

/* --------------------------------------- */
/* 2nd level down menu item width set here */
/* --------------------------------------- */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 158px; /* Width of button */ /*UAA Size - was 160*/
    left: 0px; /* Offset to right from top menu level */
    top: 2em; /* Offset down from top level menu */
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    width: 158px; /*UAA Size - was 160*/
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
/* --------------------------------------- */
/* Top level down menu item width set here */
/* --------------------------------------- */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 156px; /*UAA Size - was 158*/
    text-align: left;
}

/* This rule can be used to set styles for the menu items in the second tier (and lower) in the menu. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
    text-align: left;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.8em 0 0 156px; /*UAA Size - was 158*/
}

/*---------------------------------------------------------------------------------------------------------------*/
/* MENU.CSS File put into global stylesheet                                                                      */
/*---------------------------------------------------------------------------------------------------------------*/
/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */
/* See WhitePaper.aspx for details. */
/*---------------------------------------------------------------------------------------------------------------*/

ul.AspNet-Menu
{
    position: relative;
}


ul.AspNet-Menu, ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;
}

ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
}

ul.AspNet-Menu li a, ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
}

ul.AspNet-Menu ul
{
    position: absolute;
    display: none;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul, ul.AspNet-Menu li:hover ul ul ul, ul.AspNet-Menu li.AspNet-Menu-Hover ul ul, ul.AspNet-Menu li.AspNet-Menu-Hover ul ul ul
{
    display: none;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul, ul.AspNet-Menu li li:hover ul, ul.AspNet-Menu li li li:hover ul, ul.AspNet-Menu li.AspNet-Menu-Hover ul, ul.AspNet-Menu li li.AspNet-Menu-Hover ul, ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    display: block;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. This allows us to force the top tier of the menu to layout */
/* horizontally, whereas all subsequent tiers of the menu lay out vertically. */

.AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    float: left;
}

.AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
    float: none;
}
