/*
===================================================
Styles required for Cookie Notification Popup (CNP)

A version also exists in the root directory, any
changes should be made to both versions
===================================================
*/

.cnp_overlay {
  position: fixed;
  z-index: 100;
  background: #0C0C0C;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  opacity: 0.3;
  filter: Alpha(opacity=30);
}

.cnp_box {
  position: fixed;
  z-index: 101;
  background-color: #FFFFFF;
  color: #0F0F0F;
  top: 25%;
  right: 30%;
  left: 100%;
  width: 650px;
  padding:10px;
  border:2px solid #1879FC;
}

a.cnp_text {
  font-family: verdana; 
  font-size: 10pt; 
  font-weight: 500;
  color: #1879FC; 
  text-decoration: none
}

a.cnp_text:hover {
  font-family: verdana; 
  font-size: 10pt; 
  font-weight: 500;
  color: #1879FC; 
  text-decoration: underline
}

.cnp_title {
  font-family: verdana; 
  font-size: 12pt; 
  font-weight: 500;
  color: #1879FC;
}

.cnp_text {
  font-family: verdana; 
  font-size: 10pt; 
  font-weight: 500;
  color: #333333; 
  background-color: #ffffff
}

