﻿/*html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}*/



/*a:focus, a:hover {
    text-decoration:none;
    color: #00823B;
}*/

img.cookielaw {
    float: left;
    margin-right: 5px;
    height: 50px;
    width: 50px;
    }
    div.cookielaw {
    color:#F8F8F8;
    margin-top: 0px;
    background-color: #323232;
    padding: 4px 4px 25px 4px;
    border: solid 1px gray;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 10pt;
    font-weight: normal;
    width: 75%;
    /*margin-left: -15em;*/
    position:fixed;
    bottom:0;
    left: 15%;
    display: none;
    }
    a.cookielaw {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: bold;
    font-size: 10pt;
    color: #F8F8F8;
    text-decoration:none;
    background-color: silver;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 0px 5px 0px 5px;
    border: solid 1px gray;
    }

    a.cookielawClose {
    margin-top: -.3em;
    float: right;
    right: 5px;
    font-weight: bold;
    font-size: 10pt;
    color: black;
    text-decoration:none;
    background-color: silver;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3x 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 0px 5px 0px 5px;
    border: solid 1px gray;
    }

#chkCookies {
    border: 0;
    color: #F8F8F8;
}

#CookieText, #CookieText a:link, #CookieText a {
    color: #F8F8F8;
}
#CookieText a:link,#CookieText a{
    text-decoration:underline;
}
.divCell a.cookielawClose {
    color: black !important;
}
.divCell a.cookielawClose:hover {
   text-decoration: none;
}
