/* CSS Document */
#header {
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
	height: 117px;
	padding-top: 62px;
	padding-left: 60px;
	width: 100%;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#embedCodeInput {
	background-color: #FFEC00;
	padding: 3px;
	width: 544px;
	border: 1px solid #000;
	height: 74px;
	overflow: auto;
	color: #000;
	text-align:center;
}#header h1 a {
	font-size: 48px;
	color: #222;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: oblique;
	font-weight: bold;
	text-align: left;
}
#header p {
	font-size: 16px;
	margin-top: 5px;
	padding-left: 35px;
	text-align: left;
}
#header small {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapPadding {
	padding: 25px;
}
#headMenu {
	
	
		
}
#mainContent .row {
	padding:10px;
}
.LinkClone {
	text-decoration: underline;	
}
.AdvancedCSSCode {
	height: 200px;
	width: 307px;
	background-color: #DAFFE1;
	
}
.AdvancedEmbedCode {
	height: 100px;
	background-color: #FFFBAC;
	width: 600px;
}
.xdelete {
	background-color: #19FF00;		
}
.time {
	text-align: center;
	width: 20px;	
}

.marginPlusBottom {
	margin-bottom: 14px;
}
.eventPreviewOuterWrap {
	display: block;
	height: 288px;
	width: 512px;
	margin-bottom: 24px;
}
.eventPreviewImage {
	text-align: center;	
	margin-top: 24px;
}
.eventPreview {
	display: block;
	height: 288px;
	width: 512px;
	margin-bottom: 4px;
	position: absolute !important;
	margin-top: 0px;
	margin-left: 0px;	
	/*pointer-events: none; */
}
#cvpevent_preview_item_wrap {
	pointer-events: visible;
	
}
.eventPreview img {
	display: block;
}
.eventPreviewWindowTitle {
	font-size: 12px;
	font-style: italic;
	color: #666;	
	margin-bottom: 4px;
	text-align:center;	
}
.eventSlider {
	width: 294px;
	padding: 2px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}

.eventSliderDisplay {
	margin-top: 4px;
	font-size: 11px;
}
.eventPreviewWrap {	
	position: absolute !important;	
}
.eventPreviewResizeHandlesxx {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F00;
	border-bottom-color: #0C0;	
}
.eventOverlayCustom {
	width: 100px;
	margin: 0px;
	padding: 0px;
	padding-right: 50px;	
}
.eventPreviewTools {
	align: center;
	width: 512px;
	padding-left: 60px;
}
#eventTemplates {
	display:block;	
}

/*Ruler*/
#eventPreviewRulerW {
	position: fixed;
	left: 679px;
	top: 117px;
	width: 512px;
	height: 288px;
	z-index: 230;
	pointer-events: none;
}
/* Hover MASK */
#eventPreviewHoverMask {
	position: fixed;
	left: 649px;
	top: 87px;
	width: 572px;
	height: 348px;
	z-index: 499;
	display:none;
	background-color:#FFF;
	pointer-events: none;
}

/* Event GRID */
#eventPreviewGrid {
	position: fixed;
	left: 679px;
	top: 117px;
	width: 512px;
	height: 288px;
	z-index: 229;
	pointer-events: none;
	background-image: url(../img/512Grid.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:none;
}
/* Event CH Ruler */
.eventCrossH {
	display: none;	
}
#eventPreviewRulerX {
	position: fixed;
	left: 679px;
	top: 117px;
	width: 10px;
	height: 288px;
	z-index: 231;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0FF;
	cursor:pointer;
}
#eventPreviewRulerY {
	position: fixed;
	left: 679px;
	top: 116px;
	width: 512px;
	height: 1px;
	z-index: 232;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0FF;
}
#eventPreviewRulerXHandleW {
	position: fixed;
	left: 668px;
	top: 405px;
	width: 536px;
	height: 14px;
	z-index: 231;
}
#eventPreviewRulerXHandle {
	width: 21px;
	height: 12px;
	cursor: pointer;
	display: block;
	background-color: #0FF;
	pointer-events: visible;
	border: 1px solid #15A9A9;
}
#eventPreviewRulerYHandleW {
	position: fixed;
	left: 1192px;
	top: 104px;
	width: 14px;
	height: 311px;
	z-index: 232;
	pointer-events: none;
}
#eventPreviewRulerYHandle {
	width: 12px;
	height: 21px;
	cursor: pointer;
	display: block;
	background-color: #0FF;
	pointer-events: visible;
	border: 1px solid #15A9A9;
}


#eventPreviewWindowLive {
	position: fixed;
	left: 645px;
	top: 117px;
	width: 512px;
	z-index: 200;
	padding-left: 34px;
	/*padding-right: 34px; pointer-events:none;
	background-color:rgba(247,203,0,0.5);*/
}
#eventPreviewWindowLiveHead {
	position: fixed;
	left: 679px;
	top: 100px;
	width: 512px;
	height: 18px;
	z-index: 220;
}
#eventPreviewWindowOverlay {
	position: fixed;
	background-color: #F00;
	left: 680px;
	top: 116px;
	width: 512px;
	height: 288px;
	z-index: 198;
	pointer-events: none;
}
#eventPreviewWindowOverlayActive {
	width: 512px;
	height: 263px;
	
	pointer-events: auto;
}

#eventPreviewWindowVideo, #eventPreviewWindowLive {
	pointer-events: none;
}
.pointerEvents {
	pointer-events: visible;
}
#eventPreviewHideShow {
	cursor: pointer;
	font-size: 11px;
	line-height:12px;
	background-color: #FFF;
	height: 13px;
	width: 113px;
	display: block;
	text-align: left;
	border: 1px solid #FFF;
	padding-left: 4px;
	color: #000;
	margin-top:2px;
}
#eventPreviewHideShow:hover {
	text-decoration: underline;	
}
#eventPreviewWindowVideo {
	height: 288px;
	display:block;
	
}
#eventPreviewWindowLiveFoot {
	position: fixed;
	left: 680px;
	top: 420px;
	width: 512px;
	z-index: 220;
	text-align: center;
	display: block;
	margin-left: 14px;
}
.pointer {
	cursor: pointer;		
}
.eventListAdd {
	background-color: #FFF;
	display: block;
	padding: 4px;
	cursor:pointer;	
	font-size: 16px;	
}
.eventListAdd:hover {
	text-decoration: underline;
}
#cvpevent_EVENTID {
	display:none;
}

/*
.event {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	min-height: 40px;
	text-align:left;
		
}*/
#events .tab-content {
	min-height: 300px;	
}
.eventTitle {
	text-align: left;  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
		  
		  
width: 570px;	  
  display: block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  
		    padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.eventTitleActive { 
 color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);	
}
.eventTitleActive:hover { 
background-color: #222222;
  *background-color: #151515;
}


.eventSettingsWrap {
	background-color: #F5F5F5;
	width: 558px;
	margin-left: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #474747;
	border-bottom-color: #474747;
	border-left-color: #474747;
	margin-bottom: 14px;
	padding: 8px;
}
.cvpFormAction {
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;	
	height: 40px;
	padding: 12px;
	padding-left: 80px;
	margin: 16px;
	
	margin-bottom: 24px;	
}
.btnInverseText, .btnInverseText:hover {
	color: #373737;		
}


.span3min {
	width: 180px;	
}
.buttonText, .buttonText:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bottomMargin {
	margin-bottom: 14px;	
}
/*
.eventPreview {
	width: 512px;
	height: 288px;
	background-color: #EFEEF0;
	border: 1px solid #CCC;	
	display:none;	
}*/

#eventOptinPreview {
	margin: 25px;
	text-align: center;
	width: 512px;
	border: 1px solid #CCC;
	
}
#eventPreviewHeadline {
	color: #F00;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height:40px;
	padding-top: 15px;
}

.eventOptinPreviewInput {
	height: 28px;
	line-height: 28px;
	color: #171717;
	font-size: 20px;
	font-family:"Helvetica Neue",sans-serif;
	font-weight: bold;
	text-align: center;
	position: relative;	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
#eventOptinPreview ::-webkit-input-placeholder {  
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FFF; 
	font-family:"Helvetica Neue",sans-serif;
	font-size: 20px;
	color: #333; 
	font-weight: bold;
}

#eventOptinPreview :-moz-placeholder { /* Firefox 18- */  
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FFF; 
	font-family:"Helvetica Neue",sans-serif;
	font-size: 20px;
	color: #333; 
	font-weight: bold;
}

#eventOptinPreview ::-moz-placeholder {  /* Firefox 19+ */  
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FFF; 
	font-family:"Helvetica Neue",sans-serif;
	font-size: 20px;
	color: #333; 
	font-weight: bold;
}

#eventOptinPreview :-ms-input-placeholder {  
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FFF; 
	font-family:"Helvetica Neue",sans-serif;
	font-size: 20px;
	color: #333; 
	font-weight: bold;
}

.eventOptinPlaceholderStylex {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 18px;
	color: #000;		
}
.eventOptinPreviewButtonxx {
	text-align: center;
	padding: 8px;
	background-color: #F90;
	font-size: 18px;
	color: #000;
}

#eventPreviewButton {
	min-height: 40px;
	line-height: 30px;
	color: #F4F4F4;
	text-decoration: none;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	position: relative;	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/*text-shadow: 1px 1px 1px #000; */
	box-shadow: 0 1px 3px black;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	margin: 8px;
	background: #097001;
	background: -moz-linear-gradient(top, #188c0d, #097001 30%, #096501 51%, #074e00); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #188c0d), color-stop(.3, #097001), color-stop(.5, #096501), to(#074e00));
	border: 1px solid #abd7b1;
	border-top: 1px solid #c3dfc6;
	cursor: pointer;
}


.eventOptinPreviewArrow {
	width: 0; 
	height: 0; 
	border-bottom: 15px solid transparent;  /* left arrow slant */
	border-top: 15px solid transparent; /* right arrow slant */
	border-left: 15px solid #F00; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
}

#eventOptinAddForm_arrows_add, #eventOptinAddForm_arrows_remove {
	font-size: 22px;
	padding-top:2px;
}
.span1-2 {
	width: 50px;
}
.eventOptinForm {
	background-color: #FFF;
	height: 250px;
	width: 492px;
	cursor: pointer;		
}

#results {
	background-color: #FFC;
	display: block;
	border: 5px solid #C00;
	display: none;
	margin: 25px;
	clear: both;
}
.eventSlider {
	width: 300px;
	height: 8px;
}
.eventMiniColors {
	width: 100px;
}
.eventActive {
	border: 1px solid #FF0;		
}
.btnGroupWrapper {
	width: 100%;
	display: block;
	height: 24px;
	margin-bottom: 4px;	
	margin-top: 4px;	
}
/* UI Tooltip */
.ui-tooltip, .arrow:after {
background: black;
border: 2px solid white;
}
.ui-tooltip {
padding: 10px 20px;
color: white;
border-radius: 20px;
font: bold 14px "Helvetica Neue", Sans-Serif;
text-transform: uppercase;
box-shadow: 0 0 7px black;
}
.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
tranform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}

.eventOptinPreview {
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
	line-height: 20px;	
}
.eventOptinPreviewWrap {
	background-color: #0C0;	
	
}

#floatAlert_mask {
position: fixed;
	left: 0px;
	top: 0px; /* 67 */
	width: 0px;
	height: 0px;
	background-color:#000;
	z-index: 1999;
	box-shadow: 3px 3px 5px #888888;
	font-size:1.3em;
	display:none;
	pointer-events: visible;	
}
#floatAlert {
	position: fixed;
	left: 0px;
	top: 0px; /* 67 */
	width: 500px;
	z-index: 2000;
	box-shadow: 3px 3px 5px #888888;
	font-size:1.3em;
	display:none;
}
.error {
	background-color: #FFD2DE;
	border: 1px solid #FF0009;		
}
.buttonsMoreOptinsLink {
	margin-top: 14px;
	display: block;	
}
#moreOptinsLinkMainWrap {
	min-height: 200px;	
}
#a_mainButtons2 {
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
}
.doubleClickLabel {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;	
	cursor: pointer;	
}
.optinTextfield {
	padding-left: 3px; padding-right: 3px; margin-left: 2px; margin-right: 2px;
}
.optinTextFieldWrap {
	float: none;
	padding-top: 3px; padding-left: 3px;padding-right: 3px;
}
#selfregW {
	padding-right: 0px;
}
#selfregTitleW {
	width: 500px;
}