body                    { background-color: #999999; color: black; font-family: Tahoma; font-size: 12px; }

a                       { text-decoration: none; color: white; }
a:link                  { text-decoration: underline; }
a:visited               { text-decoration: underline; }
/* a:link                  { text-decoration: underline; color: #0E3693; } */
/* a:visited               { text-decoration: underline; color: #0F3693; } */
/* a:hover                 { text-decoration: none; color: #0F3693; } */
a:hover                 { text-decoration: none; color: white; }

#breadcrumbs            { font-size: 13px; color: white; white-space: nowrap; border: 0px solid green; }
#breadcrumbs a:link     { text-decoration: underline; color: white; }
#breadcrumbs a:active   { text-decoration: underline; color: red; }
#breadcrumbs a:visited  { text-decoration: underline; color: white; }
#breadcrumbs a:hover    { text-decoration: underline; color: white; }

#sidenav                { font-size: 13px; color: white; white-space: nowrap; border: 0px solid green; padding: 3px; }
#sidenav a:link         { text-decoration: none; color: white; }
#sidenav a:active       { text-decoration: underline; color: #ff0000; }
#sidenav a:visited      { text-decoration: none; color: white; }
#sidenav a:hover        { text-decoration: underline; color: #3c61a5; }
#sidenav a.current      { font-weight: bold; }
#sidenav .logout        { font-size: 10px; margin-top: 2em; }
#sidenav ul             { list-style: none; margin: 0px; padding: 0px; }
#sidenav ul > li:hover  { background-color: white; color: #3c61a5; }
#sidenav ul > li:before { content: "\00BB\0020"; }

#logout                { font-size: 10px; margin-top: 2em; color: white; border: 0px solid green; padding: 0px; }
#logout:hover          { background-color: white; color: #3c61a5; }
/*#logout a:link         { text-decoration: none; color: white; }*/
/*#logout a:active       { text-decoration: underline; color: #ff0000; }*/
/*#logout a:visited      { text-decoration: none; color: white; }*/
/*#logout a:hover        { text-decoration: underline; color: #3c61a5; }*/
#logout a         { width: inherit; border: 1px green solid; display: block; }
#logout a:link         { text-decoration: none; color: white; }
#logout a:active       { text-decoration: underline; color: #ff0000; }
#logout a:visited      { text-decoration: none; color: white; }
#logout a:hover        { text-decoration: underline; color: #3c61a5; }
#logout ul             { list-style: none; margin: 0px; padding: 0px;}

.flag {
    display: inline;
    margin: 0.5em;
    padding: 0.5em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    font-size: 10px;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.flag.success { background-color: #b7eba5; color: black; }
.flag.warning { background-color: #f9c683; color: black; }
.flag.error   { background-color: #ea0021; color: black; }
