﻿/* cookie banner*/

#CookieBannerBody {
    white-space: nowrap;
}
#CookieBannerDiv {
    position: absolute;
    top: 0px;
    z-index: 500;
    width: 100%;
    padding: 0;
    line-height: 15px;
}
.cookieBanner {
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#4a4a4a', endColorstr='#000000');
    background: '#4a4a4a'; /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #4a4a4a,  #000); /* for firefox 3.6+ */
    background-repeat: repeat-x;
    background-repeat: repeat-x;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #4A4A4A 0%, #000000 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #4A4A4A 0%, #000000 100%);
    color: White;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 20px;
}
.cookieBanner td > span {
    padding-left: 1px;
    font-size: 11px;
    color: white;
}
.cookieBanner H1 span.content {
    font-size: 20px;
    color: white;
    background-color: transparent;
    background: transparent;
}
.cookieBanner H1 {
    margin-bottom: 12px;
}
.cookieBanner H3 {
    margin-top: 14px;
    margin-bottom: 6px;
}
.cookieBanner H3 span.content {
    font-size: 16px;
    color: white;
    background-color: transparent;
    background: transparent;
}
.cookieBannerHeader {
    color: white;
}
.buttonCookieBanner {
    background-color: #f0f0f0;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
}
.cookieLink {
    color: #08948f;
}
a.cookieBanner:link {
    background-color: transparent;
    color: #08948f;
    TEXT-DECORATION: none
}
a.cookieBanner:active {
    background-color: transparent;
    color: #08948f;
    TEXT-DECORATION: none
}
a.cookieBanner:hover {
    background-color: transparent;
    color: #08948f;
    TEXT-DECORATION: underline
}
.validationError {
    color: red;
}
table.listControl td input {
    vertical-align: middle;
}
table.listControl td label {
    vertical-align: middle;
}
div.tableSeparate {
    border-spacing: 0;
    width: auto;
    display: table;
    border-collapse: separate;
}
div.tableRow {
    display: table-row;
    height: 2px;
    max-width: 200px !important;
}
div.tableCell {
    height: 10px;
    display: table-cell;
}
div.roundedButtonTable {
    text-align: center;
    vertical-align: middle;
    cursor: hand;
    cursor: pointer;
}
div.circleStar {
    border-spacing: 0;
    width: auto;
    display: table;
    border-collapse: separate;
    border-width: 25px 10px 15px 25px;
    border-style: solid;
    border-color: #eeede7;
    border-image: url("images/circlestarbackground.png") 25 10 10 25 stretch;
}
div.socialSharingControl a {
    padding: 3px;
}