if/* +========================================================================+ */
/* |                    WildMan                                             | */
/* |   (c) Copyright Birdsong Software 2006, 2016, 2017                     | */
/* |             All Rights Reserved                                        | */
/* +========================================================================+ */
/*
.class
#id
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

change colours to suit your needs 
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

change colours to suit your needs 
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

change border colour to suit your needs 
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
/* RADIOS & CHECKBOXES STYLES */

/* base styles */
input[type="radio"], 
input[type="checkbox"] {
    height: 1.2em;
    width: 1.2em;
    line-height:10px;
    vertical-align: middle;
    /*margin: 0 0.4em 0.4em 0;*/
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(#FCFCFC, #DADADA);
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
    box-shadow:inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
}

/* border radius for radio*/
input[type="radio"] {
    -webkit-border-radius:100%;
    border-radius:100%;
}

/* border radius for checkbox */
input[type="checkbox"] {
    -webkit-border-radius:2px;
    border-radius:2px;
}

/* hover state */
input[type="radio"]:not(:disabled):hover,
input[type="checkbox"]:not(:disabled):hover {
    border-color:rgba(0,0,0,0.5);
    box-shadow:inset 1px 1px 0 #fff, 0 0 4px rgba(0,0,0,0.3);
}

/* active state */
input[type="radio"]:active:not(:disabled),
input[type="checkbox"]:active:not(:disabled) {
    background-image: -webkit-linear-gradient(#C2C2C2, #EFEFEF);
    box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2), inset -1px -1px 0 rgba(255,255,255,0.6);
    border-color:rgba(0,0,0,0.5);
}

/* focus state */
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline:none;
    box-shadow: 0 0 1px 2px rgba(0, 240, 255, 0.4);
}

/* input checked border color */
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    border-color:rgba(0, 0, 0, 0.5)
}

/* radio checked */
input[type="radio"]:checked:before {
    display: block;
    height: 0.3em;
    width: 0.3em;
    position: relative;
    left: 0.4em;
    top: 0.4em;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
    content: '';
}

/* checkbox checked */
input[type="checkbox"]:checked:before {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    content: 'X';/*\2713';*/
    -webkit-margin-start: 0;
    margin-left: 2px;
    font-size: 0.9em;
}

/* disabled input */
input:disabled {
    opacity: 1;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    box-shadow:none;
}

/* style label for disabled input */
input:disabled + label {
    opacity: 1;
    cursor:default;
    -webkit-user-select: none;
}
@media all{
    .pagebreak	{ display: none;
    }
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
    body {-webkit-text-size-adjust: none;}
}
@media print
{    
    .noprint,.toolbar,.toolbarbutton,.filterLabel,.dropdownlist
    {
        display: none !important;
    }
    /* next line is a hack to force chrome to honour page breaks */
    * { 
        float: none !important; 
    }
    .pagebreak	{ 
        display: block; page-break-before: always; 
    }
}

hr{
    width:99%;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: black;
    background-color: white;
}
a:visited,a:link {
    color:#000000;    
}
select{
    font: small arial, sans-serif;
}

.wildman{
    color           : #000000;
    width           : 98%; 
    min-width       : 900px;
    /*height          : 1750px;*/
    text-align      : left;
    margin-left     : 1%;
    margin-right    : 1%;
    background-color: grey;
    font: small arial, sans-serif;
}
.iFrame{
    color           : #000000;
    width           : 100%; 
    min-width       : 900px;
    /*height          : 900px;*/
    text-align      : left;
    margin-left     : 0;
    margin-right    : 0;
    background-color: white;
    font: small arial, sans-serif;
}
.adminScreen {
    color           : #000000;
    width           : 100%; 
    min-width       : 900px;
    /*height          : 100%;*/
    margin     :0;
    border:0;
    padding:0;
    margin-left     : 0;
    margin-right    : 0;
    background-color: white;
    /*border:none;*/
}
/*div#header{
    border-top: 1px groove darkgreen;
    border-left: 1px groove darkgreen;
    border-right: 1px groove darkgreen;
}*/
div#page             {     
    /*border-radius   : 25px;*/
    /*border          : 1px groove darkgreen;*/  
    border-top:0;
    /*    position        : relative;*/
    /*width           : 880px;*/
    width           : 100%;
    height          : 100%;
    text-align      : left;
    margin-left     : auto;
    margin-right    : auto;
    /*font: small arial, sans-serif;*/
}  
div#titlebar{
    width:100%; /*878px;*/
    border:1px groove lightgrey;
    height:30px;
    background-color:#eee;
    /*font-size:medium;*/
    vertical-align:middle;
    font: small arial, sans-serif;
}
img#icon{
    height:25px;
    width:25px;
    vertical-align:middle;
    padding:2px;    
}
div#menubar{
    width:100%;/*878px;*/
    height:20px;                     
    background-color:#E6EFFA;
    padding-top:5px;
    padding-bottom:5px;
    font-size:medium;
    vertical-align:middle;
    border:1px groove lightgrey;
    font: arial, sans-serif;
}
a.menuitem{
    padding:5px;
    font: small arial, sans-serif;
}
div#header         
{      
    background-image: url(../Images/WildManBanner.jpg);
    background-color: transparent;
    background-repeat:repeat-x;
    background-position: top left;
    background-size: 100% 100%;
    width: 100%;/*878px;*/
    height: 110px;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    margin-right: auto;
    border:1px groove lightgrey;
    /*font: small arial, sans-serif;*/
} 

div#headertext{
    /*    background-image: url(../Images/WildManBanner.jpg);
        background-color: transparent;
        background-repeat:repeat-x;
        background-position: top left;
        background-size: 100% 100%;*/
    float:right;
    height:110px;
    width:88%; /*768px;*/
    margin:0px;
    border:0px;
    /*font: small arial, sans-serif;*/
}
div#sitename         { 
    background-color: transparent;
    height:35px;
    width:600px; 
    text-align:center;
    color           : #EDF4FC;
    font-size       : 30px;
    white-space     : nowrap;
    overflow        : hidden; 
    /*font: 30px arial, sans-serif;*/
}
div#address         { 
    background-color: transparent;
    height:35px;
    width:600px; 
    text-align:center;
    color           : #EDF4FC;
    font-size       : medium;
    white-space     : nowrap;
    overflow        : hidden; 
    /*font: arial, sans-serif;*/

}
div#screentitle{
    background-color: transparent;                             
    height:110px;
    width:750px;
    padding-left:24px;
    text-align:left;
    float:left;
    color           : #EDF4FC;
    font-size       : medium;
    white-space     : nowrap;
    overflow        : hidden; 
    /*font: arial, sans-serif;*/
}
div#name1             { 
    background-color: transparent;
    height:40px;
    width:350px;
    margin-right:10px;
    text-align      : right;
    color           :#EDF4FC;
    font-size       : 48px;
    /*font: 48px arial, sans-serif;*/
}
div#lefttitle{
    background-color: transparent;
    float:left;
    /*height:110px;*/
    width:50%;  
    padding-top:40px;
    /*margin-left:24px;*/
    color           :#EDF4FC;
    vertical-align:middle;
    font-size       : 20px;
    /*font: small arial, sans-serif;*/
}
div#pad{
    background-color: transparent;
    height:30px;
    width:375px;
    vertical-align: bottom;
}
div#name2             { 
    background-color: transparent;
    height:20px;
    width:350px;
    margin-top:10px;
    margin-right:10px;
    text-align      : right;
    color           :#EDF4FC;
    font-size       : medium;
    /*font: arial, sans-serif;*/
}
div#copyright             { 
    background-color: transparent;
    height:30px;
    width:350px;
    margin-right:10px;
    vertical-align:top;
    text-align      : right;
    font-size       : x-small;
    color           :#064B1F;
    font: arial, sans-serif;
}
div#title             { 
    background-color: transparent;
    height:30px;
    width:375px;
    vertical-align: bottom;
    text-align      : left;
    color           : #064B1F;
    font-size       : 24px;
    /*font: 24px arial, sans-serif;*/
    white-space     : nowrap;
    overflow        : hidden; 
    bottom          : 0;
}       
div#user             { 
    background-color: transparent;
    height:30px;
    width:375px;
    text-align      : left;
    color           : #064B1F;
    font-size       : small;
    font: arial, sans-serif;
}     
div#righttitle{
    background-color: transparent;
    float:right;
    height:110px;
    width:375px;
    /*font: small arial, sans-serif;*/
}
div#clear{
    clear:both;
}
div#logo{ 
    background-color: transparent;
    float:left;
    height:100px;
    width:100px;
    margin:0;
    border:0;
    /*background-image:url(../Images/NaturalTherapistProIcon.jpg);*/
    background-repeat:no-repeat;
}
div#footerbar{
    width:100%; /*878px;*/
    border:1px groove lightgrey;
    height:20px;
    background-color:#eee;
    font-size:small;
    font: arial, sans-serif;
    vertical-align:middle;
    text-align:center;
    color:grey;
    /*    opacity:0.5;
        z-index:0;*/
}


div#content             { 
    /*    position        : relative;
        left            :   10px; 160px;
        top             :   116px ;*/
    width           : 100%;/*880px;*/
    font: small arial, sans-serif;
    /*margin-bottom:10px;*/
    /*height          :  100%;*/
    /*border          : 2px groove darkgreen;*/
}     
#filters{
    width:100%;
    border:0;
    margin:0;
    padding:0;
    border-spacing:0;
    background-color:white;
    text-align:left;
    vertical-align: middle;
    font: small arial, sans-serif;
    /*    border:1px solid darkgreen;*/
}
.filterLabel{
    text-align:left;
    vertical-align: middle;
    font: small arial, sans-serif;
}

.toolbar{
    background-color:#E6EFFA;
    color:#000099;
    padding: 0;
    margin:0;
    width:100%; 
    /*width:880px;*/  
    text-align:right;
    font: small arial, sans-serif;
    /*border-top: 1px groove darkgreen;*/
    /*    border-left: 1px groove darkgreen;
        border-right: 1px groove darkgreen;*/
}
.toolbar td{    
    text-align:left;
    vertical-align: top;
    /*text-wrap: none;*/
    font: small arial, sans-serif;
}
.toolbarbutton{
    background-color:transparent;
    width:55px;  
    height:50px; 
    font-size: x-small;
    font:  arial, sans-serif;
    border:0;    
    /*text-wrap: none;*/
    overflow: hidden;
    vertical-align: top;
}
.toolbarbutton img {    
    height:30px; 
    width:30px;
}
.toolbarbutton p{
    font-size: x-small;
    font-weight: normal;    
    /*text-wrap: none;*/
    overflow: hidden;
    font: arial, sans-serif;
}
.smalltoolbarbutton{
    background-color:transparent;
    width:30px;  
    /*height:60px;*/ 
    font-size: x-small;
    font:  arial, sans-serif;
    border:0;    
    /*text-wrap: none;*/
    overflow: hidden;
}
.smalltoolbarbutton img {    
    width:15px; 
}
.smalltoolbarbutton p{
    font-size: x-small;
    font-weight: normal;    
    /*text-wrap: none;*/
    overflow: hidden;
    font: arial, sans-serif;
}
.actionbar{
    background-color:#E6EFFA;
    color:#000099;
    padding: 0;
    margin:0;
    width:100%; 
    /*width:880px;*/  
    text-align:right;
    font: small arial, sans-serif;
    /*border-top: 1px groove darkgreen;*/
    /*    border-left: 1px groove darkgreen;
        border-right: 1px groove darkgreen;*/
}
.actionbar td{    
    text-align:left;
    vertical-align: top;
    /*text-wrap: none;*/
    font: small arial, sans-serif;
}
.actionbarbutton{
    background-color:transparent;
    width:55px;  
    height:50px; 
    font-size: x-small;
    font:  arial, sans-serif;
    border:0;    
    /*text-wrap: none;*/
    overflow: hidden;
    vertical-align: top;
}
.actionbarbutton img {    
    height:30px; 
    width:30px;
}
.actionbarbutton p{
    font-size: x-small;
    font-weight: normal;    
    /*text-wrap: none;*/
    overflow: hidden;
    font: arial, sans-serif;
}
.smallactionbarbutton{
    background-color:transparent;
    width:30px;  
    /*height:60px;*/ 
    font-size: x-small;
    font:  arial, sans-serif;
    border:0;    
    /*text-wrap: none;*/
    overflow: hidden;
}
.smallactionbarbutton img {    
    width:15px; 
}
.smallactionbarbutton p{
    font-size: x-small;
    font-weight: normal;    
    /*text-wrap: none;*/
    overflow: hidden;
    font: arial, sans-serif;
}
.adminbutton{
    background-color:transparent;
    width:80px;  
    height:60px; 
    font-size: x-small;
    font:  arial, sans-serif;
    border:0;    
    /*text-wrap: none;*/
    overflow: hidden;
}
.adminbuttonimg {    
    height:40px; 
}
.monthselector{
    width:90px;
    padding:0;
}
.numericmonthselector{
    width:50px;
    padding:0;
}
.dayselector{
    width:50px;
    padding:0;
}
.yearselector{
    width:70px;
    padding:0;
}
.kilogramselector{
    width:80px;
    padding:0;
}
.gramselector{
    width:50px;
    padding:0;
}
.dropdownlist{
    /*margin:0;*/
    font: small arial, sans-serif;
    display: inline-block;
}
/*.lgsTextArea { width: 100%; margin: 0; padding: 0; border-width: 0; }*/
.PopupMenu    {
    padding:0;
    margin:0;
    border:thin solid #808080;
    border-spacing:0;
    cursor:default;
    width:300px;
    font: small arial, sans-serif;
    /*    z-index: 999;
        opacity:1.0;*/
}
.ContextItem    {
    background-color:lightyellow;
    border: 1px outset #222222;
    color:Black;
    font-weight:normal;
    text-align:left;
    font: small arial, sans-serif;
    /*    z-index: 999;
        opacity:1.0;*/
}
.ContextItem:hover   {
    background-color:#DADAFB;
    color:Black;
    font-weight:normal;  
    text-align:left;
    font: small arial, sans-serif;
    /*    z-index: 999;
        opacity:1.0;*/
}
tr.detailItem{
    background:transparent;
}
tr.detailItem:hover {
    background-color:#FEE378;
    border: 1px outset #222222;
    font-weight:normal;
    cursor:default;
    font: small arial, sans-serif;
}
table.lgstab2 {
    width:100%; /*880px;*/
    border:0;
    margin:0;
    padding:2px;
    background-color:white;
    color:black;
    text-align:center;
    vertical-align: top;
    border:1px solid black;
    font: small arial, sans-serif;
}
table.lgstab {
    width:100%; /*880px;*/
    border:0;
    margin:0;
    padding:2px;
    background-color:white;
    color:black;
    text-align:center;
    vertical-align: top;
    border:1px solid black;
    font: small arial, sans-serif;
}
table.lgstab tr:nth-child(even) {
    background-color: #eee;
    cursor: pointer;
    vertical-align: top;
    font: small arial, sans-serif;
}
table.lgstab tr:nth-child(odd) {
    background-color:#fff;
    cursor: pointer;
    vertical-align: top;
    font: small arial, sans-serif;
}
table.lgstab th	{
    background-color: lightgrey;
    text-align:left;
    font-weight: bold;
    text-decoration: none;
    font: small arial, sans-serif;
}
table.lgstab2 th	{
    background-color: lightgrey;
    text-align:left;
    font-weight:bold;
    text-decoration: none;
    font: small arial, sans-serif;
}
table.lgstab a	{
    font-weight: normal;
    text-decoration: none;
    font: small arial, sans-serif;
}
.search{
    vertical-align:middle;
    float:right;
    font: small arial, sans-serif;
}
.search input{
    vertical-align:middle;
    width:150px;
    font: small arial, sans-serif;
}
.search img{
    width:20px; 
    vertical-align:middle;
}
.colourRed, .colourRed:hover, .colourRed:checked{
    background-color:red;
    color:black;
}
.colourYellow, .colourYellow:hover, .colourYellow:checked{
    background-color:yellow;
    color:black;
}
.colourGreen, .colourGreen:hover, .colourGreen:checked{
    background-color:green;
    color:white;
}
.colourBlue, .colourBlue:hover, .colourBlue:checked{
    background-color:blue;
    color:white;
}
.colourBlack, .colourBlack:hover, .colourBlack:checked{
    background-color:black;
    color:white;
}
.colourWhite, .colourWhite:hover, .colourWhite:checked{
    background-color:white;
    color:black;
}
input:disabled, textArea:disabled{
    background-color: #f0f0f0;
    /*color:black;*/
}
input:enabled, textArea:enabled{
    background-color: white;
    /*color:black;*/
    /*width: 100%; margin: 0; padding: 0; border-width: 0;*/
}
span.validationError {
    color:red;
    font: small arial, sans-serif;
    padding-left: 2px;
}