/* Botanicus Australia Pty Ltd - Style Sheet 1 */

/* Colour codes obtained from http://www.w3schools.com/css/css_colornames.asp */

/* MAIN STYLES */
h1 {color: black; font-family: "lucida sans"; letter-spacing: 0.2em}
h2 {color: White; background:#FF8C00; letter-spacing: 0.2em; padding-left: 0.2em}
h3 {color: White; background: #006400; padding-left: 0.2em}
h4 {color: #FF8C00; font-size: 120%; font-weight: bold; font-variant: small-caps}
body {font-family: Garmond; color: black}
blockquote.QuoteGreen {background: #99cc66; padding: 1em}
blockquote.QuoteGreenBig {background: #99cc66; padding: 1em; font-size:110%}

/* INDEX PAGE  */
table.indextable {padding: 0.1cm}
td.indextext {vertical-align: top; font-size: 120%}

/* IMAGE TABLES  */
table.imagetable {padding: 0.1cm}
td.imagetext {vertical-align: top}

/* TUTORIAL LIST TABLES  */
table.tutorialtable {width: 90%; margin-left:auto; margin-right:auto; padding: 0.1cm; border-width: 1px; border-spacing: 1px; border-style: solid; border-color: #F5DEB3; border-collapse: collapse}
td.tutorialimage {vertical-align: center; text-align: center; border-width: 2px; padding: 4px; border-style: solid; border-color: #F5DEB3}
td.tutorialtext {vertical-align: center; border-width: 2px; padding: 4px; border-style: solid; border-color: #F5DEB3}
td.tutorialtitle {vertical-align: center; background: #F5DEB3; border-width: 2px; padding: 4px; border-style: solid; border-color: #F5DEB3}

/* Emphasis Text */
span.BigGreen {font-size:110%; font-weight: bold; color: #006400}
span.BigBlue {font-size:120%; font-weight: bold; color: #00008B}
del {color: Red}
ins {color: Blue}

/* Forms  present on EcoCheck and EcoAlert pages */
form {background: #8FBC8F}
fieldset {padding: 0.1cm}

/*This is the MAIN NAVIGATION BAR present on all webpages */
td.navbar {background: #ADD8E6; padding-left: 1em; padding-right: 1em; text-align: center; font-weight: bold; letter-spacing: 0.1em}
td.navbar:hover {background-color:#FF8C00}
a.navbar:link {color: Blue; text-decoration:none}
a.navbar:visited {color: Blue; text-decoration:none}
a.navbar:hover {color: Blue}

/*This is the state navigation bar used in EcoAlerts Webpage Monitoring */
td.statebar {background: #FFB6C1; padding-left: 1em; padding-right: 1em; text-align: center}
td.statebar:hover {background-color:#FF8C00}
a.statebar:link {color: Blue; text-decoration:none}
a.statebar:visited {color: Blue; text-decoration:none}
a.statebar:hover {color: Blue}

/*This controls how the links work */
a:link {color: Blue; text-decoration:none}
a:visited {color: Blue; text-decoration:none}
a:hover {color: Blue; background-color:#FF8C00}
href {color: black; text-decoration:none}

