@media print {    
    .cookie-consent-banner {
		display: none !important;
	}
}
.cookie-consent-banner {
	min-width: 200px;
	position: relative;
	z-index: 3;
	font-family: Verdana,Arial,Helvetica,"DejaVu Sans",sans-serif;
	font-size: small;
	color: black;
	overflow: auto;
	text-align: left;
	
	background: none repeat scroll 0% 0% rgb(241, 251, 255); 
}
.contrast .cookie-consent-banner {
	background: #000000;
	color: #FFFF00
}
.font-size-1 .cookie-consent-banner{
	font-size: small;
}
.font-size-2  .cookie-consent-banner{
	font-size: medium;
}
.font-size-3  .cookie-consent-banner{
	font-size: large;
}
.cookie-consent-banner h2{
	margin: 0;
	padding: 0;
	color: #336699;
    font-size: 150%;
    font-weight: normal;
}
.contrast .cookie-consent-banner h2{
	color: #FFFF00
}
.cookie-consent-banner p{
	color: #000000;
}
.contrast .cookie-consent-banner p{
	color: #FFFF00
}

.cookie-consent-inform a{
    color: #3366CC;
    text-decoration: underline;
}
.contrast .cookie-consent-inform a{
    color: #00FFFF;
}
.cookie-consent-inform a:hover, .cookie-consent-inform a:active, .cookie-consent-inform a:focus{
    color: #003366;
}
.contrast .cookie-consent-inform a:hover, .cookie-consent-inform a:active, .cookie-consent-inform a:focus{
    color: #00FFFF;
}

.cookie-consent-actions{
	float: left;
	margin-bottom: 5px;
	padding: 10px 0;
}
.cookie-consent-actions a{
	white-space: nowrap;
	text-decoration: none;
	background: url("/TED/static/images/button_banner.gif") no-repeat top;
	padding: 10px 15px;
    border-bottom: 1px solid #86B3C6;
    border-right: 1px solid #86B3C6;
	color: #000000;
}
.contrast .cookie-consent-actions a{
	color: #00FFFF;
	background: #000000;
    border: 0;
}
.cookie-consent-actions a:hover, .cookie-consent-actions a:active, .cookie-consent-actions a:focus{
	text-decoration: underline;
	background: url("/TED/static/images/button_banner.gif") no-repeat scroll center bottom transparent;
    border-top: 1px solid #86B3C6;
    border-left: 1px solid #86B3C6;
    border-bottom: 0;
    border-right: 0;
	color: #000000;
}
.contrast .cookie-consent-actions a:hover, .cookie-consent-actions a:active, .cookie-consent-actions a:focus{
	color: #00FFFF;
	background: #000000;
    border: 0;
}
.cookie-consent-container{
	overflow: auto;
}










