body {
	background: #303030 url('/img/bg_body.gif') center center repeat-y;
    margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #474747;
	font-size: 13px;
}

h3 {
	font-size: 16px;
	margin: 10px 2px 2px;
}

#bdy_content {
	background: #ffffff;
	margin: 0px auto;
	position: relative;
	width: 1024px;
}

a {
	color: #3cc3f4;
	text-decoration: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header {
	margin: 0px auto;
	position: relative;
	font-size: 11px;
	height: 75px;
}

a img {
	border: 0px;
}

#header #frengologo {
	top: 15px;
	left: 9px;
	position: absolute;
}

#main {
	margin: 10px auto;
	padding: 0 10px;
}

div.nores {
	padding: 10px 0 0;
}

#ftr {
	clear: both;
	font-size: 11px;
	color: #868686;
	text-align: center;
	margin: 0px auto 0 -1px;
	padding: 10px 0;
	border-top: 1px solid #C9ECFB;
}

#timeIndex {
	clear: both;
	font-size: 9px;
	color: #868686;
	text-align: right;
	padding: 4px 0;
}

span.time:hover {
	background-color: #eee;
	color: #555;
}

.stdTableBorder {
	border: 0px solid #999999;
}

.stdSectionHeader {
	background-image: url(/img/bottam_bar.jpg);
	height: 22px;
}

td.stdSection {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #444444;
	background-color: #C3D9FF;
	padding-left	: 5px;
	padding-right	: 5px;
 }


/* Action link */
.actionLink, td.actionLink{
	font-size 		: 9pt;
	color 			: #444444;
	font-family		: Arial, Verdana, Helvetica, sans-serif;
}
a.actionLink:link   	{ text-decoration: underline; color : #444444; }
a.actionLink:visited 	{ text-decoration: underline; color : #444444; }
a.actionLink:hover		{ text-decoration: underline; color : #000000; }

/* Action link */
.menuLink, td.menuLink{
	font-size 		: 9pt;
	color 			: #444444;
	font-family		: Arial, Verdana, Helvetica, sans-serif;
}
a.menuLink:link   	{ text-decoration: underline; color : #444444; }
a.menuLink:visited 	{ text-decoration: underline; color : #444444; }
a.menuLink:hover		{ text-decoration: underline; color : #000000; }


/* Form elements */
input,textarea{
	font-size 			: 9pt;
	color 				: #474747;
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-weight			: normal;
	border				: 1px #86D4FB solid;
	word-wrap			: hard;
}
select {
	font-size:9pt;
}
#aImage{
border:0px;
}
input.date{
	background-color:#FFFFFF;
	width: 40px;
	border:1px solid #86D4FB;
	color:#868686;
	padding:3px;
	margin-top:2px;
	font-size:9px;
}
input.date[readonly],input.date[disabled]{
	color:#505050 !important;
	background-color:#E4F5FD;
	border:1px solid #86D4FB;
}

/*#TODO - add class input.[readonly] with same definition as above if this does not cause problem*/

input.stdButton {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: bold;
	color			: #444444;
	border			: #555555 1px solid;
	background-color: #EFEFEF;
}

/* Check Box */
input.stdCheckBox {
   	border			: 0 solid #000099;
}

input.stdRadion {
   	border			: 0 solid #000099;
}

/* Td default style */


/* Field Label */
td.fieldLabelRight{
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: normal;
	text-align		: right;
	/*background-color: #EFEFEF;*/
}

td.fieldLabelLeft{
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: normal;
	color			: #333333;
	text-align		: left;
	font-weight		: bold;
	/*background-color: #E5E5E5;*/
}

td.fieldLabel{
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: normal;
	text-align		: left;
}

td.listHeader {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #000000;
	background-color: #c3d9ff;
	height			: 22px;
	text-align		: center;
}

td.listHeader2 {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #000000;
	background-color: #c3d9ff;
	height			: 22px;
	text-align		: left;
}

tr.list1{
	padding-left	: 5px;
	height			: 20px;
	background-color: #E0ECFF;
}

tr.list{
	padding-left	: 5px;
	height			: 20px;
	background-color: #ffffff;
}

tr.list2{
	padding-left	: 5px;
	height			: 20px;
	background-color: #E0ECFF;
}

tr.list_error{
	padding-left	: 5px;
	height			: 20px;
	background-color: #FFD400;
}

tr.listn{
	padding-left	: 5px;
	height			: 20px;
	background-color: #E0ECFF;
}

tr.listnGame{
	padding-left	: 5px;
	height			: 20px;
	background-color: #c3d9ff;
}

tr.listnPlayinstance{
	padding-left	: 5px;
	height			: 20px;
	background-color: #FAD163;
}
tr.list_success{
	padding-left	: 5px;
	height			: 20px;
	background-color: #D5E7A0;
}

td.successMsg {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	background-color: #FAD163;
	color			: #000000;
}

td.warningMsg {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: normal;
	color			: #E19094;
}

td.errorMsg {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: normal;
	color			: #E19094;
}

.error_message {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: normal;
	color			: #ff0000;
}

.popupWindow .popupLeftColumn{width: 150px;float: left;}
.popupWindow .rightColInputField{ width: 188px;}

.warningPopupMessage {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 13px;
	font-weight		: bold;
	color			: #6fa5fd;
	margin			: 10px 10px 0px;
}

#container{
text-align:left;
}

#content{
clear:both;
padding: 0px 40px 10px 40px;
background-color: #fff;
color: #333;
}
#footer{
clear:both;
padding: 10px 25px 0 0;
text-align: right;
float: right;
font-family		: Arial, Verdana, Helvetica, sans-serif;
font-size		: 8pt;
}
#userBox{
clear:both;
padding: 6px 10px;
text-align: right;
}

.headerlinks{
	/*float: right;*/
	padding: 0 0px 0 5px;
	/*text-align: right;*/
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 9pt;
	color: #6F655F;
	}

.headerlinks_right{
	float: right;
	padding: 0 5px 0 0;
	text-align: right;
	color: #000000;
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 9pt;
	}
.highlight{
        color: #d7000e;
}

table.MainTable {

	border-top:2px solid #B5EDBC;
	border-bottom:1px solid #C3D9FF;
	border-left:8px solid #B5EDBC;
}

.lightBorder {
	border-top:1px solid #C3D9FF;
	border-bottom:1px solid #C3D9FF;
	border-left:1px solid #C3D9FF;
	border-right:1px solid #C3D9FF;

}

.TitleSection {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 13pt;
	font-weight		: bold;
}

td.list1td{
	border-bottom:1px solid #BBBBBB;
}

tr.listselected{
	padding-left	: 5px;
	height			: 20px;
	background-color: #c3d9ff;
}

td.menuheader{
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #444444;
	background-color: #B5EDBC;
	padding-left	: 5px;
	padding-right	: 5px;
 }

td.appHeader {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #444444;
	background-color: #B5EDBC;
	padding-left	: 5px;
	padding-right	: 5px;
 }




#tabs,#subtabs{
	margin:0px auto;
	position:relative;
}
/* tabs */
#greenbottom
{
	border-bottom:1px solid #32971e;
	margin-top: 25px; /*Needed for non-whitelabeled manager logged in case. So, doing for non-whitelabeled publisher too*/
}
#tabs {
	Xbackground:transparent url('/img/bg_nav.gif') left bottom repeat-x;
	font-weight:bold;
	font-size:15px;
	height:29px;
	left:-1px;
	width:1025px;
}
#subtabs {
	border-bottom:1px solid #32971e;
	font-size:11px;
	margin:20px -10px 10px -11px;
}
#tabs ul, #tabs ul li,#subtabs ul, #subtabs ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tabs ul {
	text-align: left;
	position:relative;
	bottom:-5px;
	left:12px;
}
#subtabs ul {
	text-align: left;
	padding:0 10px 9px;
	margin-top:10px;
}

#tabs ul li,#subtabs ul li {
	display: inline;
	margin:0 -3px 0 -2px;
}
#subtabs ul li {
	display: inline;
	margin:-3px -2px -5px;
}

#tabs ul li.last,
#subtabs ul li.last {
	margin-right: 0;
}

#tabs ul li a,
#subtabs ul li a {
	background: url("/img/tab_off.gif") no-repeat left 0;
	color: #ffffff;
	padding: 10px 0 10px 10px;
	text-decoration: none;
}
#subtabs ul li a {
	padding: 9px 0 9px 10px;
}

#tabs ul li.current a,
#subtabs ul li.current a {
	background: url("/img/tab_on.gif") no-repeat left 0;
	color:#32971e;
	cursor:default;
	border-bottom:1px solid #ffffff;
}
#tabs ul li.current a:hover,
#subtabs ul li.current a:hover{
	text-decoration:none;
}

#tabs ul li a span,
#subtabs ul li a span {
	background: url("/img/tab_off.gif") no-repeat right 0;
	padding: 10px 15px 10px 5pt;
}
#subtabs ul li a span {
	/*padding: 9px 10px 9px 0pt;*/
	padding: 9px 2px 9px 0pt;
}
#tabs ul li.current a span,
#subtabs ul li.current a span {
	background: url("/img/tab_on.gif") no-repeat right 0;
}

#subtabsnewHolder{
	border-bottom:1px solid #c9ecfb;
	margin:-2px -10px 0pt -11px;
}
#subtabsnew ul{
	padding:0pt 0pt 7px 10px;
	font-size:11px;
}
#subtabsnew li{
	display:inline;
}
#subtabsnew li.current a{
	color:#474747;
	cursor:default;
}
#login{
	position:absolute;
	right:10px;
	top:10px;
}
#frmLogin .error{
	color:#ff0000;
	padding:10px;
	display: inline-table;
}

/*For dropdown enhancements - Temporarily added for admin logged in case*/
#welcome{
	position:absolute;
	right:10px;
	top:25px;
	bottom:10px;
	_bottom:20px;
	font-size:11px;
	float:right;
	color:#868686;
	font-weight:normal;
	text-align:right;
	height: 45px;
}

#uname{
	position:absolute;
	right:10px;
	bottom:10px;
	_bottom:20px;
	font-size:11px;
	color:#868686;
	font-weight:normal;
	top: 70px; 
	height: 25px;
}
#uname label{
	top: 5px;
	right: 112px;
	position:absolute;
	width: 100px;
	text-align: right;
}
/*end*/

#frmLogin{
	margin:60px auto 0px;
	width:367px;
	background:#ffffff url('/img/bg_cnr_top.gif') top left no-repeat;
	padding:5px 0 0;
	font-size:13px;
}
#frmLogin fieldset{
	border:0px;
	padding:0 0 10px;
	margin:0px;
	background:#ffffff url('/img/bg_cnr_btm.gif') bottom right no-repeat;
}

#frmLogin legend {
	display:none;
}
#frmLogin .legend{
	border-bottom:1px solid #c9ecfb;
	margin:0px;
	padding:5px 10px;
	font-size:18px;
	font-weight:bold;
}
#frmLogin label{
	margin:10px 0 0 10px;
	display:block;
	float:left;
	clear:left;
	width:190px;
	cursor:pointer;
    font-size:16px;
    display: inline-block;
}
#frmLogin input{
	margin:10px 5px 0 0;
	display:block;
	float:left;
	clear:right;
	width:120px;
	padding:5px;
	border:1px solid #86D4FB;
	border-radius: 12px 12px;
}
#frmLogin input.login{
	display:block;
	float:left;
	clear:both;
	background:#ffffff url('/img/btn_log_in.gif') center center no-repeat;
	border:0px;
	width:70px;
	height:50px;
	font-size:0px;
	color:#fff;
	overflow:hidden;
	line-height:200px;
	margin-left:140px;
}
#frmLogin input.submit{
	display:block;
	float:left;
	clear:both;
	background:#C9ECFB url('/img/btn_submit.gif?1=2') center center no-repeat;
	border:0px;
	width:60px;
	height:24px;
	font-size:0px;
	color:#fff;
	overflow:hidden;
	line-height:200px;
	margin-left:200px;
}
#frmLogin a#fgtPwd{
	float:left;
	clear:left;
	margin:10px auto  0px 200px;
	font-size:11px;
	width:150px;
}
#frmLogin a#loginReturn{
	margin:15px 5px;
	font-size:11px;
	float:right;
}

a.refresh{
	background:transparent url('/img/refresh.gif') left center no-repeat;
	padding:3px 0px 3px 20px;
}
	
#signup{
	margin:10px auto 0px;
	width:345px;
	padding:5px;
	font-size:18px;
	font-weight:bold;
}
#signup a{
	margin-left:20px;
}

div#sel_site{
	width: 210px;
}

div#sel_affiliate{
	width:218px;
}

div#sel_analytic{
	width:220px;
}

div#sel_affiliate select{
	width:158px;
	margin-top:2px;
}

div#sel_site select{
	width:166px;
	margin-top:2px;
}

div#sel_analytic select{
	width:155px;
	margin-top:2px;
}

div.filters{
	/* height:38px; */
	background:#ffffff url('/img/bg_summary.gif') left top no-repeat;
	padding-left:10px;
	float:left;
}
div.filters div.fields{
	height:38px;
	background:#ffffff url('/img/bg_summary.gif') right bottom no-repeat;
	padding-right:10px;
}
div.filters div.fields div{
	float:left;
	padding:7px 0 0;
}

div.filters div.affiliate_fields{
	height:38px;
	background:#ffffff url('/img/bg_summary.gif') right bottom no-repeat;
	padding-right:5px;
}
div.filters div.affiliate_fields div{
	float:left;
	padding:7px 0 0;
}
div#sel_campaign_netw{
	width:420px;
	margin-top:2px;
}
div#sel_filters{
	margin-left:10px;
	width:754px;
}
div#sel_filters div.fields div{
	margin-left: 5px;
}
div#sel_filters div.fields div.l0{
	margin-left:0px;
}
div#sel_filters select#date_options{
	margin-top:2px;
}
div.filters div label{
	margin-right: 6px ;
	Xdisplay:block;
	font-size:11px;
}

/*generic styles of UI report page controller section*/
div.generic_section_row{
	margin-top:2px;
}

div.generic_section_row div.unit{
	margin-left:10px;
}

input#submit,input#formsubmitbutton,input#targetsites_submit,input#existingdealsformsubmit  {
	display:block;
	float:left;
	background:#C9ECFB url('/img/btn_submit.gif?1=2') center center no-repeat;
	border:0px;
	margin:7px 10px;
	width:60px;
	height:24px;
	font-size:0px;
	color:#fff;
	overflow:hidden;
	line-height:200px;
	cursor:pointer;
	box-shadow: 1px 1px 0px 0px #afafaf;
    border-radius: 2px;
}
input#submit:active,input#formsubmitbutton:active,input#targetsites_submit:active{

	box-shadow: 1px 1px 0px 0px #afafaf inset;
}
.submit_button{
	display:block;
	float:left;
	background:#C9ECFB url('/img/btn_submit.gif?1=2') center center no-repeat;
	border:0px;
	margin:7px 10px;
	width:60px;
	height:24px;
	font-size:0px;
	color:#fff;
	overflow:hidden;
	line-height:200px;
}
.save_button{
	display:block;
	background:#C9ECFB url("/img/btn_save.gif") center center no-repeat;
	border:0px;
	margin:7px 10px;
	width:49px;
	height:24px;
	font-size:0px;
	color:#fff;
	overflow:hidden;
	line-height:200px;
}
input#requestrule{
	display:block;
	float:left;
	background:#fff url('/img/btn_requestrule.gif') center center no-repeat;
	border:0px;
	margin:7px 10px 7px 0;
	width:101px;
	height:24px;
	font-size:0px;
	color:#fff;
	overflow:hidden;
	line-height:200px;
}
a#done{
	display:block;
	float:left;
	background:#fff url('/img/btn_done.gif') center center no-repeat;
	border:0px;
	margin:7px 10px 7px 0;
	width:52px;
	height:24px;
	font-size:0px;
	color:#fff;
	overflow:hidden;
	line-height:200px;
}
a#done em{
	display:none;
}

input#submit.save,input#formsubmitbutton.save,input#targetsites_submit.save,input#existingdealsformsubmit.save
{
	background:#C9ECFB url('/img/btn_save.gif') center center no-repeat;
	width:49px;
	height:24px;
	margin:7px 10px 0pt 0pt;
}
div#summaryDivs{
	clear:all;
	margin-top:10px;
}
div#summaryDivs div{
	font-size:18px;
	height:38px;
	background:#ffffff url('/img/bg_summary.gif') left top no-repeat;
	padding-left:10px;
	margin-right:10px;
	float:left;
}
div#summaryDivs div .daterange{
	font-size:11px;
	color:#868686;
	display:block;
}
div#summaryDivs div div{
	height:38px;
	background:#ffffff url('/img/bg_summary.gif') right bottom no-repeat;
	padding:0px 10px 0 0;
	margin-right:0px;
}
div#summaryDivs div.nobg, div#summaryDivs div.nobg div{
	background:#ffffff;
	margin-right:0px;
	padding:1px 5px 0 0;
}
div#summaryDivs div div div{
	background:transparent;
	padding:10px 0px;
}
div#summaryDivs div strong{
	font-weight:bold;
}
div#summaryDivs .helpButton{
	margin:10px 0px;

}
.helpButton{
	cursor:pointer;
    width: 12px !important;
    height: 12px !important;
}
.helpButtonNew {
    width: 12px !important;
    height: 12px !important;
}




.tables{
	position:relative;
}
.tables .helpButton{
	position:absolute;
	top:5px;
	right:5px;
}

.tables a.helpButton{
	position:static;
}

table.zebra{
	font-size:11px;
	border:1px solid #ffffff;
	text-align:left;
	width:980px
}
table.f13{
	font-size:13px;
}
table.zebra td,table.zebra th {
	border:1px solid #ffffff;
	border-right:0px;
	padding:5px;
	text-align:right;
	word-wrap: break-word;
}
table.zebra th{
	border:0px;
	border-right:1px solid #1963FD;
	font-weight:normal;
}
table.zebra th.first,table.zebra th.left_aligned{
	text-align:left;
}
table.zebra td.first,table.zebra td.left_aligned{
	text-align:left;
}
table.zebra td.last {
	border:1px solid #ffffff;
}
table.zebra th{
	background:#ffffff url('/img/bg_th_off.gif?v=1') bottom repeat-x;
	color:#FFFFFF;
}
table.zebra th.headerSortDown,
table.zebra th.headerSortUp{
	background:#ffffff url('/img/bg_th_on.gif?v=1') bottom repeat-x !important;
	color:#FFFFFF;
}
table.zebra th em{
	display:block;
	font-style:normal;
	Xpadding-right:15px;
}
table.zebra .headerSortUp.first em, table.zebra .headerSortUp.leftAligned em{
	background:transparent url('/img/twiddle_th_down.png') center right no-repeat;
}
table.zebra .headerSortUp em{
	background:transparent url('/img/twiddle_th_down.png') center left no-repeat;
}
table.zebra .headerSortDown.first em, table.zebra .headerSortDown.leftAligned em{
	background:transparent url('/img/twiddle_th_up.png') center right no-repeat;
}
table.zebra .headerSortDown em{
	background:transparent url('/img/twiddle_th_up.png') center left no-repeat;
}
table.zebra th.current {
	background:#ffffff url('/img/bg_th_on.gif') bottom repeat-x;
}
table.zebra tr.odd td{
	background-color:#F9FDFF;
	border:0px;
}
table.zebra tr.even td{
	background-color:#F1FAFE;
	border:0px;
}
table.zebra .totals td{
	background:#ffffff url('/img/bg_th_totals.gif') bottom repeat-x;
	border:1px solid #96BCF9;
	border-color:#96BCF9 #BBD8FB #96BCF9 #BBD8FB;
	border-right:0px;
	border-right-color:#BBD8FB;
}
table.zebra .totals td.last{
	border-right:1px solid #96BCF9;
}
table.zebra .totals td.first{
	border-left:1px solid #96BCF9;
}
.f_middle{font-size:11px;padding:25px;}
.f_right{font-size:11px;margin:15px 0;float:right;}


.navLinks, .navLinksOpFs {
	clear:both;
	padding:20px 0px 7px;
}
.navLinks2{
	clear:both;
	padding:0px 0px 7px;
}
.navLinks div{
	margin-bottom:10px;
}
.navLinks .f_right{
	font-size:11px;
	margin:10px 0px 10px 10px;
	float:right;
}
.navLinks strong{
	font-size:18px;
	font-weight:bold;
}
.navLinks span.daterange{
	color:#868686;
	font-weight:normal;
}
#start_trigger,#end_trigger{margin-left:4px;}
.navLinks a.current, .navLinksOpFs a.current {
	color:#474747;
	cursor:default;
}
#profileEditForm{
	margin-bottom:20px;
}
.profile{
	margin-bottom:10px;
}
table#mysites tr td{
	Xpadding:1px;
}
.profile strong{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
}
.profile div{
	font-size:13px;
	display:block;
	margin-bottom:10px;
	clear:left;
	font-weight:bold;
}
.profile div span{
	font-weight:normal;
	float:left;
	width:240px;
}



/* POP-UP STYLES */
#backgroundPopup{
display:none;
position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
z-index:1;
}
 #previewCurtain {
 	background-color: #000000;
	height: 100%;
	left: 0px;
	opacity: 0.6;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 98;
}
.hide { display: none; }
.popupWindow,.popupWindowFlag,.popupWindowManageCampaigns{
	background-color: #ffffff;
	position: absolute;
	z-index: 1000;
	font-size:13px;
	display:none;
	overflow:auto;
}

.popupWindow
{
	width:606px;
	height:300px;
}

.popupWindowFlag
{
	width:606px;
	height:180px;
}
	
.popupWindowManageCampaigns{
	width:647px;
	height:399px;
}


/*#TODO - define a new class .popupWindowTitleScrollFixed, without the overflow:auto. will need popupWindow redundancy cleanup from all the whitelabeled css files.*/
.popupWindow h1, .popupWindowFlag h1{
height:23px;
margin-bottom:20px;
background:transparent url('/img/bg_popup_hd_25.gif') left top repeat-x;
margin:0px;
padding:0px;
position:relative;
}
.popupClose{
font-size:14px;
right:6px;
top:0px;
position:absolute;
color:#6fa5fd;
font-size:11px;
display:block;
cursor:pointer;
}
.popupClose img{
	position:relative;
	top:2px;
}
.popupWindow h2,.popupWindowFlag h2{
	border-bottom:1px solid #c9ecfb;
	color:#474747;
	font-size:13px;
	margin:10px;
	padding-bottom:10px;
}
.popupWindow h3,.popupWindowFlag h3{
	font-size:18px;
	font-weight:bold;
	color:#474747;
	margin:10px 10px 0px;
}

.popupWindow p,.popupWindowFlag p{
	font-size:13px;
	color:#474747;
	margin:0px 10px 5px;
}


.popupWindowLarge{
	background-color: #ffffff;
	position: absolute;
	z-index: 1000;
	font-size:13px;
	width:606px;
	
	display:none;
	overflow:auto;
}


.popupWindowSmall{
	background-color: #ffffff;
	position: absolute;
	z-index: 1000;
	font-size:13px;
	width:500px;
	display:none;
	overflow:auto;
}


.popupWindowLarge h1, .popupWindowManageCampaigns h1{
height:23px;
margin-bottom:20px;
background:transparent url('/img/bg_popup_hd.gif') left top repeat-x;
margin:0px;
padding:0px;
position:relative;
width:100%;
}
.popupWindowSmall h1
{
	height:23px;
	margin-bottom:20px;
	background:transparent url('/img/bg_popup_hd.gif') left top repeat-x;
	margin:0px;
	padding:0px;
	position:relative;
	width:100%;
}
.popupWindow .popupBody,.popupWindowFlag .popupBody{padding:5px 8px;}

/*.contentList and .indentLevelOne are coupled, one affects the other*/
.popupWindow .contentList{padding-left:1px; margin: 5px 0px;}
.popupWindow .indentLevelOne{margin-left: 14px;} 


.popupWindowManageCampaigns ul{margin: 0 0 0 20px; padding: 0px;}

#networkstable input{
	width:30px;
	text-align:right;
}
#networkstable input.checkbox{
	width:auto;
}


/* added for tableTree for Campaign Page */


table.treeTable{
	font-size:11px;
	border:1px solid #ffffff;
	text-align:right;
	width:980px
}

table.treeTable tr.child{
	display:none;
}

table.treeTable td,table.treeTable th {
	border:1px solid #ffffff;
	border-right:0px;
	padding:3px 5px;
	text-align:left;
    word-wrap: break-word;
}
table.treeTable th{
	border:0px;
	border-right:1px solid #1963FD;
	font-weight:normal;
}
table.treeTable th.first{
	text-align:left;
}
table.treeTable td.first{
	text-align:left;
	padding-left:20px;
}
table.treeTable td.last {
	border:1px solid #ffffff;
}
table.treeTable th,
table.treeTable th.last {
	background:#ffffff url('/img/bg_th_off.gif') bottom repeat-x;
	color:#FFFFFF;
}
table.treeTable th.last{
	border:0px;
}
table.treeTable th.current {
	background:#ffffff url('/img/bg_th_on.gif') bottom repeat-x;
}
table.treeTable tr.odd td{
	background-color:#F9FDFF;
	border:0px;
}
table.treeTable tr.even td{
	background-color:#F1FAFE;
	border:0px;
}

/*** THE BELOW PART WE HAVE ADDED IN NEW CSS FILE - MANAGECAMPAIGNS.CSS -  SO, PLEASE DO CHNAGES IN THAT ****/
/*
#tree .customStyle1 a.restart {
    float: right;
    margin: 0 10px 0 0;
    padding: 0 0 0 14px;
}
.manageAdNetworksTable .label_notice {
    padding: 0;
    width: 130px;
}
#tree .manageAdNetworksTable .add.bulkAddCampaign {
    float: left;
    padding-right: 10px;
    width: auto;
}
.manageAdNetworksTable .dealId {
    width: 107px;
}
#tree .manageAdNetworksTable a.restart {
    margin-left: 9px;
}
#tree.overviewTable td.pause div[id$="campaigndiv"] a.pause {
    margin-right: 13px;
    padding: 0 0 0 16px;
}
.editDelWrapper a:first-child {
    display: inline-block;
    width: 42px;
}
*/
/*** THE ABOVE PART WE HAVE ADDED IN NEW CSS FILE - MANAGECAMPAIGNS.CSS -  SO, PLEASE DO CHNAGES IN THAT ****/

table.treeTable .totals td{
	background:#ffffff url('/img/bg_th_totals.gif') bottom repeat-x;
	border:1px solid #96BCF9;
	border-color:#96BCF9 #BBD8FB #96BCF9 #BBD8FB;
	border-right:0px;
	border-right-color:#BBD8FB;
}
table.treeTable .totals td.last{
	border-right:1px solid #96BCF9;
}
table.treeTable .totals td.first{
	border-left:1px solid #96BCF9;
}


Xspan.expander{	position:relative;}
.treeTable tr td .expander {
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0;
    zoom: 1; /* IE7 Hack */
}

.treeTable tr.collapsed td .expander {
	background:transparent url('/img/twiddle_up.gif') center center no-repeat;
}

.treeTable tr.expanded td .expander {
	background:transparent url('/img/twiddle_down.gif') center center no-repeat;
}


.treeCountry tr td .expander {
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0;
    zoom: 1; /* IE7 Hack */
}

.treeCountry tr.collapsed td .expander {
    background-image: url('/img/toggle-expand-dark.gif');
}

.treeCountry tr.expanded td .expander {
    background-image: url('/img/toggle-collapse-dark.gif');
}


.treeDate tr td .expander {
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0;
    zoom: 1; /* IE7 Hack */
}

.treeDate tr.collapsed td .expander {
    background-image: url('/img/toggle-expand-dark.gif');
}

.treeDate tr.expanded td .expander {
    background-image: url('/img/toggle-collapse-dark.gif');
}

.treeHour tr td .expander {
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0;
    zoom: 1; /* IE7 Hack */
}

.treeHour tr.collapsed td .expander {
    background-image: url('/img/toggle-expand-dark.gif');
}

.treeHour tr.expanded td .expander {
    background-image: url('/img/toggle-collapse-dark.gif');
}


.treeDevice tr td .expander {
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0;
    zoom: 1; /* IE7 Hack */
}

.treeDevice tr.collapsed td .expander {
    background-image: url('/img/twiddle_up.gif');
}

.treeDevice tr.expanded td .expander {
    background-image: url('/img/twiddle_down.gif');
}
a.btn_addadvertiser{
	background:transparent url('/img/btn_add_advertiser.gif') left center no-repeat;
	height:24px;
	width:115px;
	display:block;
}
a.btn_addallocation{
	background:transparent url('/img/btn_addallocrule.gif') left center no-repeat;
	height:24px;
	width:145px;
	display:block;
}
a.btn_addsegment{
	background:transparent url('/img/btn_addsegment.gif') left center no-repeat;
	height:24px;
	width:182px;
	display:block;
	margin-top:10px;
}

a.btn_addallocation strong, a.btn_addadvertiser strong,
a.btn_addsegment strong{
	display:none;
}

/*** THE BELOW PART WE HAVE ADDED IN NEW CSS FILE - MANAGECAMPAIGNS.CSS -  SO, PLEASE DO CHNAGES IN THAT ****/
/*
#tree th.last{
	padding:5px;
}
#tree td.last a{
	padding:0px 0px 0px 13px;
}
#tree a.advertiser{
	background:transparent url('/img/suit.gif') left center no-repeat;
	padding:3px 0px 3px 20px;
}

#tree a.publisher{
	background:transparent url('/img/suit.gif') left center no-repeat;
	padding:3px 0px 3px 20px;
}

#tree a.campaign{
	background:transparent url('/img/foldy.gif') left center no-repeat;
	padding:3px 0px 3px 20px;
}
#tree a.banner{
	background:transparent url('/img/lilfile.gif') left center no-repeat;
	padding:3px 0px 3px 20px;
}
#tree a.bannerimg{
	background:transparent url('/img/lilimg.gif') left center no-repeat;
	padding:3px 0px 3px 20px;
}
#tree a.bannerimg{
	background:transparent url('/img/lilimg.gif') left center no-repeat;
	padding:3px 0px 3px 20px;
}
#tree a.add{
	background:transparent url('/img/add_sm.gif') left center no-repeat;
	padding:3px 0px 3px 12px;
	width:120px;
}
#tree a.edit{
    background: transparent url("/img/editlink.gif") no-repeat scroll left 0 / 14px auto;
    padding: 3px 0 3px 16px;
	margin-left: 5px;
}
#tree a.target{
	background:transparent url('/img/target.gif') left center no-repeat;
	padding:3px 0px 3px 13px;
}
#tree a.duplicate{
    background: transparent url("/img/dupe_campaign.gif") no-repeat scroll left 1px / 13px auto;
    float: none;
    margin-left: 5px;
    padding: 0 0 1px 16px;
}
#tree table tr td a.duplicate_campaign{
    background: transparent url("/img/dupe_campaign.gif") no-repeat scroll left 1px / 13px auto;
    float: none;
    padding: 0 0 1px 13px;
	margin-left: 5px;
}
#tree a.pause{
	background:transparent url('/img/pause.gif') left center no-repeat;
	padding:3px 0px 3px 13px;
	float:right;
}
.label_notice {
    float: left;
	padding-right: 23px;
}
.label_notice label {
    clear: none;
	float:left;
}
.parentTable table, .parentTable tr, .parentTable td, .parentTable th {
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.statusDiv {
    width: 50px;
}
.dealId {
    margin: 0 24px 0 20px;
    width: 70px;
}
#tree .childAction a.pause {
    padding: 0 0 0 15px;
}
#tree a.restart{
	background:transparent url('/img/restart.gif') left center no-repeat;
	padding:3px 0px 3px 11px;
	float:left;
}
#tree a.delete{
	background:transparent url('/img/delete.gif') left center no-repeat;
	padding:3px 0px 3px 14px;
	margin-left: 5px;
}
#tree a.undelete{
	background:transparent url('/img/undelete.png') left center no-repeat;
	padding:3px 0px 3px 20px;
}

#tree .na_actions a,#tree .na_actions span.saved{padding:0 0 0 20px; margin-right:20px;}
#tree .na_actions .edit{
	background:transparent url('/img/na_edit.gif') left center no-repeat;
}
#tree .na_actions .save{
	background:transparent url('/img/na_save.gif') left center no-repeat;
}
#tree .na_actions .cancel{
	background:transparent url('/img/na_cancel.gif') left center no-repeat;
}
#tree .na_actions .saved{
	background:transparent url('/img/na_saved.gif') left center no-repeat;
}
#tree .na_actions .error{
	background:transparent url('/img/delete.gif') left center no-repeat;
	padding:0 0 0 20px; 
	margin-right:20px;
	color: red;
}
#tree .na_actions .saving{
	padding:0 0 0 240px;
	background:transparent url('/img/ajax-loader-alloc.gif') left center no-repeat;
}
#tree .na_actions .saving img{
	display:none;
}

#tree .last {xpadding-bottom:0px;}
#tree .last a.activate{ float:right; }
#tree .last table tr td{padding:0px 5px;}
*/
/*** THE ABOVE PART WE HAVE ADDED IN NEW CSS FILE - MANAGECAMPAIGNS.CSS -  SO, PLEASE DO CHNAGES IN THAT ****/

a.view_alloc{
	background:transparent url('/img/icn_view.gif') left center no-repeat;
	padding:0 0 0 20px; margin-right:20px;
}
a.edit_alloc{
	padding:0 0 0 20px; margin-right:20px;
	background:transparent url('/img/na_edit.gif') left center no-repeat;
}


.bcrumbs{
	padding:0 15px 7px;
	border-bottom: 1px solid #C9ECFB;
	margin:auto -10px auto -11px;
	font-size:11px;
}
/*The following styles are for the popup box in zoneprobability page changes by Debashish*/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	/*padding: 20px;*/
	border: 20px solid #AAFF7F;
	float: left;
	/*overflow: auto;*/
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -30px -35px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

form table.form tr td{padding:5px 0;}
form table.form tr td strong{font-size:14px;display:block;}
form table.form fieldset{border:0px;padding:0;margin:0;}
form table.form fieldset legend{display:none;}
form table.form fieldset label{display:block;float:left;width:185px;padding-top:2px;}

form table.form tr#is_site_disabled fieldset label{display:block;float:left;width:100px;padding-top:2px;padding-left:5px;}

/* added the below style for scraper key set option in addbanner page in case of internal adnetworks */
form table.form tr#set_scraper_key_options fieldset label{display:block;float:left;width:100px;padding-top:2px;}
/* added the below style for scraper key set option in addbanner page in case of internal adnetworks */
form table.form fieldset input{display:block;float:left;}
img.twd{padding:3px 5px 2px 5px;}
form table.form tr td.sub{padding:0 0 0 20px;}
.tblbrdr2{
	border:1px solid #86D4FB;
	padding:1px;
	height:150px;
	overflow:auto;
	font-size:11px;
}
.tblbrdr{
	border:1px solid #86D4FB;
	padding:0pt 10px 0 0;
	width:300px;
	max-height:300px;
	overflow:auto;
	font-size:11px;
}
.tblbrdr .sub{
	padding:3px;
}
.tblbrdr .treeCountry td{
	padding:0px;
}
.tblbrdr1{
	border:1px solid #86D4FB;
	padding:0pt 10px 0 0;
	width:300px;
	max-height:165px;
	overflow:auto;
	font-size:11px;
}
.tblbrdr1 .sub{
	padding:3px;
}
.tblbrdr1 .treeCountry td{
	padding:0px;
}
.form td div.sel{
	color:#cccccc;
	font-size:11px;
	padding-bottom:5px;
}

.nobd input{border:0px;}
.fleft input, .fleft label{float:left;margin:0px 3px;}
.fleft label{width:100px;}

.navLinksGroup{
	clear:both;
	padding:20px 0px 7px;
}
.navLinksGroup div{
	margin-bottom:10px;
}
.navLinksGroup a.current{
	color:#474747;
	cursor:default;
}
.navLinksGroup .f_right{
	font-size:11px;
	margin:10px 0px 10px 10px;
	float:right;
}
.navLinksGroup strong{
	font-size:18px;
	font-weight:bold;
}
.navLinksGroup span.daterange{
	color:#868686;
	font-weight:normal;
}
div.tms{
	padding:5px 0 5px 55px;
	clear:left;
}
div.tms label{
	float:left;
	width:40px;
	padding:3px 3px 3px 10px;
}
div.tms span{
	float:left;
}

a.addpar{
	background:transparent url('/img/add_sm.gif') left center no-repeat;
	padding:3px 0px 3px 20px;
}

/*generic style, do not modify for specific needs*/
a.addElement{
	background:transparent url('/img/add_sm.gif') left center no-repeat;
	padding:3px 0px 3px 15px;
        position: relative;
        top: -5px;
}

#CustomParTable input{
	border:1px solid #86D4FB;
	margin-right:10px;
}
/* Added two classes for ADMARVEL 7825 Bidder Page updates */
a.deleteCustParam, a.deleteDefaultTargetingParam,a.deleteDspSeatWrapperLabel,a.deleteDspSeatWrapperInput,a.doNotDeleteSeatsLabel{
	background:transparent url('/img/delete.gif') left center no-repeat;
	padding:3px 0px 3px 15px;
	width:50px;
	font-size:11px;
    position: relative;
    top:-5px;
}


span.na_good{color:#00dc00;}
span.na_bad{color:#ff0000;}

#control{
	float:right;
}
#control a{
	padding:0 0 0 20px;
	background:transparent url('/img/twiddle_down.gif') left center no-repeat;
	font-size:11px;
}
#control a.collapseAll{
	background:transparent url('/img/twiddle_up.gif') left center no-repeat;
}

/*adv case only*/
div#sel_campaign{
	width:290px;
}

div#sel_campaign select{
	width:220px;
	margin-top:2px;
}

/*adv case only*/
div#sel_filters1{
	margin-left:10px;
	width:675px;
}
div#sel_filters1 div.fields div{
	margin-left:10px;
}
div#sel_filters1 div.fields div.l0{
	margin-left:0px;
}
div#sel_filters1 select#date_options{
	margin-top:2px;
}
input.date1{
	background-color:#FFFFFF;
	width:47px;
	border:1px solid #86D4FB;
	color:#868686;
	padding:3px;
	margin-top:2px;
	font-size:9px;
}
input.date1[readonly],input.date1[disabled]{
	color:#868686 !important;
	background-color:#E4F5FD;
	border:1px solid #86D4FB;
}
#banner_preview{
	border-top: 1px solid #C9ECFB;
}
#banner_preview a{
	color: #0000EE;
	text-decoration:underline;
}
#banner_preview strong{
	font-size:14px;
}

#frmUser{
	margin:0px;
	width:900px;
	padding:5px 0 5px 0;
	font-size:13px;
}
#frmUser .outer_user{
	border:0px;
	padding:5px 0 5px 0;
	margin:0px;
}
div.user_fields{
	line-height: 30px;
	padding-right:10px;
}
/*manage ad network templates - Sandeepan*/
#frmUser a.add_user,
#frmUser a.remove_user
{
	padding:3px 0px 3px 15px;
	width:140px;
	font-size:14px;
	font-weight: 700;
	color: #474747;
	margin: 5px;
}

#frmUser a.add_user{
	background:transparent url('/img/add_sm.gif') left center no-repeat;
	
}
#frmUser a.remove_user{
	background:transparent url('/img/remove_sm.gif') left center no-repeat;
}
/*manage ad network templates - Sandeepan*/

/*generic expander collapser links*/
/*added during "Expand All and Collapse All option on Edit Target Sites"*/
.expand_section{
	background:transparent url('/img/add_sm.gif') left center no-repeat;
	padding-left: 12px;
}
	
.collapse_section{
	background:transparent url('/img/remove_sm.gif') left center no-repeat;
	padding-left: 12px;	
}
/*end - generic expander collapser links*/
#frmUser label{
	margin-left:8px;
}
.col_user{
	width:150px;
	float:left;
	font-size:9pt;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color: #474747;
	font-weight: normal;
}
.col1_user{
	width: 200px; width: 260px !ie; _width: 260px;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -200px;
    width: 345px;
    height: 250px;
    
    background-color: #EEE;
    color: white;
    border: 1px solid black;
    padding: 12px;
}

.jqmWindow iframe{
   width: 335px;
    height: 230px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.switch_account{
	/*background:#C9ECFB url('/img/Switch-to-Account.jpg') center center no-repeat;*/
	width:115px;
	height:24px;
	margin:5px 10px;
}
.update_permission{
	/*background:#C9ECFB url('/img/Update-Permissions.jpg') center center no-repeat;*/
	width:115px;
	height:24px;
	margin:2px 10px 0pt 0pt;
}
.view_permission{
	/*background:#C9ECFB url('/img/view-Permissions.jpg') center center no-repeat;*/
	width:115px;
	height:24px;
	margin:2px 10px 0pt 0pt;
}
#adnetwork_options {
	width:228px;
}
#userId {
	width: 108px; width: 158px !ie; _width: 158px;
}
#customreport div{
	margin: 10px;
}

#customreport div.reportfields{
	line-height:30px;
	padding-right:10px;
}

#report_date div{
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float:left;
}
#customreport div label{
	margin-right: 6px ;
	display:block;
	font-size:11px;
}

.csvnote{font-size:12px;margin:15px 0;float:left;color:#767676;}

/* Accounts page css */
.accounts{
	margin-bottom:10px;
}
.accounts strong{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	float:left;
	width:120px;
}
.accounts div{
	font-size:13px;
	display:block;
	margin-bottom:10px;
	clear:left;
	font-weight:bold;
}
.accounts div span{
	font-weight:normal;
	float:left;
	width:240px;
}
.accounts a{
	font-weight:normal;
	float:left;
	padding-top:4px;
}
.view_userinfo{
	width:115px;
	height:24px;
	margin:5px 10px;
}

.GeoInputs input{
	border:1px solid #86D4FB;
	margin-right:10px;
}
/* ADMARVEL 8126 */
.DealInputs input{
	border:1px solid #86D4FB;
	margin-right:10px;
}

.CityInputs input{
	border:1px solid #86D4FB;
	margin-right:10px;
}

/* scrollable table css - start */
div.scrollwrapper {
  	width:980px;
  	height:500px;
  	overflow-y: hidden;
  	overflow-x: scroll;
}

table.scrollable{
	margin-right:0 !important;
  	margin-right:16px;
  	border-collapse:separate;
}
table.scrollable th{
 	padding:5px;
  	position: relative;
}
table.scrollable tbody{
  	height:450px;
  	overflow-y: scroll;
  	overflow-x: hidden;
}
table.scrollable tr{
  	height:0px;
}
/* scrollable table css - end */

/* new request(feedback) css by Rahul - start */
.popupReq{
	background-color: #ffffff;
	position: absolute;
	z-index: 1000;
	font-size:13px;
	display:none;
	border: 3px solid #C9ECFB;
	width:900px;
	height:555px;
}

.popupReq h2{
	border-bottom:1px solid #c9ecfb;
	color: #ffffff;
	margin:10px;
	text-align:center;
	padding:10px;
	background-color: #32971e; /* #66cc00 */
	height:20px;
}

#popupCloseIcon{
	right:6px;
	top:0px;
	position:absolute;
	color:#6fa5fd;
	/*display:block;*/
	display:none;
	cursor:pointer;
	z-index: 1000;
}
#popupCloseIcon img{
	position:absolute;
	top:2px;
}
/* new request(feedback) css - end */

.pipeSeparator{
	float: left; 
	margin:0 8px;
}

.lfloat{ float: left;}

.highlightedMsg,.highlightedMsgNew{ font-size: 12px; margin: 5px auto; padding: 5px; background-color: #EBF8A4; border: 2px solid #A2D246; text-align: center;} /*jquery .curvycorners applied on .highlightedMsg in fam.js, and jquery.curvycorners.min.js included module-wise, radius is set in fam.js */

.successTitleMsg{color:#55B208;}
.errorTitleMsg{color:red;} /*added during ADMARVEL-2405*/
.warningTitleMsg{color:#FF8103; font-size: 11px; background:url('/img/warning.png') no-repeat; padding: 2px 0 0 15px; background-size:12px; line-height: 19px; float: left; background-position: 0px 3px;}

/*.textField to be used only for fields which can be made readonly, vice versa*/
/* input.textField[disabled] added for banner type - 2 phase*/
input.textField[readonly],textarea.textField[readonly],input.textField[disabled]{
	color:#868686 !important;
	background-color:#E4F5FD;
	border:1px solid #86D4FB;
}

.formHelpText{font-size: 11px; color: rgb(118, 118, 118); display: inline;}
.formHelpText_Target{font-size: 11px; color: rgb(118, 118, 118); display: inline;}
.formHelpText_info{font-size: 11px; color: rgb(118, 118, 118); display: inline;}
input#submit.requestad{
	background:#C9ECFB url('/img/btn_requestad.gif') center center no-repeat;
	width:95px;
	height:24px;
	margin:7px 10px 0pt 0pt;
}

input#submit.setscraper{
	background:#C9ECFB url('/img/btn_setscraper.gif') center center no-repeat;
	width:95px;
	height:24px;
	margin:7px 10px 0pt 0pt;
}

/*ad event tracking*/
.no_margin_no_padding,.no_extra_space {
	margin: 0px;
	padding: 0px;
}

/*this does not have the pencil icon. for pencil icon use .formHelpText*/
.formGreyNote {
	color: #767676;
	font-size: 11px;
}

.supportedSizeDropdown {
	width: 140px;
}

.supportedExecDropdown {
	width: 130px;
}

.errorField {
	border: 1px solid red;
}

.errorFieldLabel {
	color: red;
}

/* audit log preloader*/

#preLoader
{
	background: url("/img/ajax-loader-big.gif") no-repeat scroll center 522px white;
    height: 2000px;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    display:none;
}

/* audit log preloader*/

/**/

/*IE 7 fix - to remove ugly blue borders around checkboxes*/
input.noBorderCheckbox[type=checkbox] { border: none; } 


/*Added Margin clear class from top and bottom*/
/*Start*/
.marginTopClear{
margin-top:0 !important;
}
.marginBottomClear{
margin-bottom:0 !important;
}
/*end*/
.banner_scraper_key_field_required{background:#FFE5EA;}
.banner_scraper_readonly {background:#f3f3f3;}
/*ADMARVEL-5562 - Bulk Campaign/Site Management - Phase 2*/
.email_client_notification_label{
    background:url('/img/emailnotification.png');
	display: inline-block;
	position : relative;
    float : left;
	background-position: 20px 0px;
	padding: 0 20px 0 0;
	background-repeat: no-repeat;
}

/*ADMARVEL-5562 - Bulk Campaign/Site Management - Phase 2*/
.edit_bulk_campaign {
 background: url('/img/edit_bulk_campaign.png');
 display: inline-block;
	position : relative;
	float : right;
    background-position: 20px 0px;
	padding: 0 20px 0 0;
    background-repeat:no-repeat;  
	clear: both;
}

.management td{vertical-align: top;}

.amo_help{
    background:url(/img/amo.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 12px; 
}
.non_amo_help{
    /*background:url(/img/amo2.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 12px; */
}
.amo_sub_table_heading {
    color: #767676;
    font-size: 10px;
    font-weight: bold;
}
span.formGreyNoteIndexAdnetworks {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    background: url("/img/targeting/note.png") no-repeat scroll 0 0 / 12px auto rgba(0, 0, 0, 0);
    padding-left: 15px;
    font-size: 11px;
    color: #767676;
}
#messageIndexAdnetworks {
    color: #767676;font-size: 13px;
}

.debug_overlay{
    position: absolute;
    width: 98%;
    overflow: auto;
    background: antiquewhite;
    padding: 3px 5px;
    z-index: 2;
}
.addetails_filter_by_anchor{
    line-height: 22px;
    margin: 0 5px;
    vertical-align: top;
}
#views_options_container { text-align: right; padding: 10px 0px 5px;border-bottom: 1px solid #32971E;
width: 102%;
margin-left: -1%;
}
#views_options_container>div{padding-right:10px;padding-top:5px;}
#views_options_container span{padding-left:15px;}
#views_options_container input[type=radio]{display:none;}
#views_options_container input[type=radio]:checked+label{color:black;}
#views_options_container input[type=radio]:not(:checked)+label{color:#20b8eb;}
#views_options_container span:first-of-type{color:#868686;} 
#views_options_container span label{cursor:pointer;}
#addetails_views_holder_div{
    border-bottom: 1px solid #32971E;
    width: 102%;
    margin-left: -1%;
}
.addetails_chart_container{}
.addetails_chart_header{}
.addetails_chart_type_links_holder{
    margin-top: 5px;
}
.addetails_chart_type_links_holder span{
    display: block;
    border-bottom: 1px solid #eeeeee;
}
.addetails_chart_type_links_holder a{ padding:10px; display: inline-block; color: #474747; font-weight: bold;}
.addetails_chart_type_links_holder a.current{ background: #EEEEEE;}
.addetails_campaign_search_text{border: 1px solid #ABADB3;width:248px;height:20px;padding-left:5px;color:#474747;font-size:9pt;font-family: Arial, Verdana, Helvetica, sans-serif;font-weight:normal;}
.addetails_campaign_search_div {padding-bottom: 5px;}
.btn-targeting-search,.btn-targeting-search:active,
.btn-targeting-search:focus,.btn-targeting-search:hover,
.btn-targeting-search:visited{
  background:#efefef !important;
  border:1px solid #A1A1A1;
  /*box-shadow: 0px 0px 0px 1px #888888 !important;*/
  color: #474747 !important;
  border-radius: 1px !important;
  padding: 3px 10px !important;
  font-weight: bold;
}
.btn-targeting-clear2,.btn-targeting-clear2:active,
.btn-targeting-clear2:focus,.btn-targeting-clear2:hover,
.btn-targeting-clear2:visited{
  background:#efefef !important;
  border:1px solid #A1A1A1;
  /*box-shadow: 0px 0px 0px 1px #888888 !important;*/
  color: gray !important;
  border-radius: 1px !important;
	padding: 3px 5px !important;
  font-weight: normal;
}
.warning_message {
    color: #ff8103;
    font-size: 11px;
    background-image: url(/img/targeting/warning.png);
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left:18px;
}
sup {font-size:xx-small; vertical-align:top;}

/* Used in SDK download page */
input#buildsdk{
	display:block;
	float:left;
	background:#fff url('/img/btn_buildsdk.gif') center center no-repeat;
	border:0px;
	margin:7px 10px 7px 0;
	width:110px;
	height:24px;
	font-size:0px;
	color:#fff;
	overflow:hidden;
	line-height:200px;
	cursor:pointer;
}
/* user list ajax loader */ 
#userListLoader {
margin-right: 42px;
position: relative;
bottom: 15px;
}
.dloader{
	position: relative;
	border: 1px solid #CCC;
	padding: 4px;
	background-image: url(/img/ajax-loader-small.gif);
	background-repeat: no-repeat;
	background-position: center right;
	width: 54px;
	font-size: 11px;
}
#dsiteloader > div {
    position: relative;
    float: left;
}
#dsiteloader,#dcampaignloader,#dadvertiserloader,#dadnetworkloader {
    position: relative;
    float: left;
    font-size: 11px;
    margin-right: 7px;
}
#dsiteloader > div:nth-child(1){
    margin-top: 5px;
    margin-right: 4px;
}
#dadnetworkloader {
margin-left: 0;
}

/*ADMARVEL-4342 - Following used in modules having expand-collapsible section - edit site and edit instruction order modules*/
.legendText {
        font-weight: 300;
        font-size: 16px;
        /*padding-bottom: 6px;*/
        text-align: left;
        color: #20b8eb;
        letter-spacing: 1px;
	text-transform: none /*uppercase*/;
}
/*End - expand-collapsible section*/

/*ADMARVEL-4440 - loading dropdowns for addetail reports*/
#overlay {
	background: url("/img/ajax-loader-small.gif") no-repeat scroll center
		center rgba(254, 255, 255, 0.9);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999999;
}

.rel_pos_style {
	position: relative;
}

.dropdown-result td {vertical-align: top }
.dropdown-info { /*padding-left:4px;*/ vertical-align: top; }
.dropdown-optgroup-label { color:#000000; cursor:default; font-style: italic; font-weight: bold; padding-bottom:6px; }
.dropdown-title { font-size: 1em;  }
.template-footer {
    background-color: #EEEEEE;
    color: #808080;
    left: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    color: #000000;
    font-size:8pt;
    margin-left:1px;
    margin-right:1px;
}

/* END - ADMARVEL-4440 - loading dropdowns for addetail reports*/
.headerNote{color: #767676; font-size: 13px;}
/*ADMARVEL-4582*/
.notepassback{
    background: url(/img/targeting/note.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 12px;
}

.formGreyNoteWithImage {
    background: url("/img/targeting/note.png") no-repeat scroll 0 0 / 12px auto rgba(0, 0, 0, 0);
    padding-bottom: 5px;
    padding-left: 15px;
	color: #767676;
	font-size: 11px;
	float:left;
}
#wikiSearch {
    position: absolute;
    right: 314px;
    top: 10px;
}
#wikiSearchSelect {
    background-color: #ccc;
    width: 200px;
    height: 20px;
}

#input_wikiSearchSelect {
	background: url("/js/select2/select2.png") no-repeat scroll 100% -22px, -moz-linear-gradient(center bottom , #fff 85%, #eee 99%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
    font-family: sans-serif;
    font-size: 1em;
    height: auto !important;
    margin: 0;
    outline: 0 none;
    padding: 5px;
    width: 260px;

}
#result_input_wikiSearchSelect {
    position: absolute;
    z-index: 999;
    background-color: #F7F7F7;
    width: 280px;
    padding: 5px;
}
div.individual_wiki_result_row {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
div.individual_wiki_result_row a div {
    width: 100% !important;
    height: 100% !important;
    font-weight: bold;
}
#pagetreesearch input.aui-button {
    background: #f2f2f2;
    background: -moz-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -ms-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -o-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: linear-gradient(top,#fff 0,#f2f2f2 100%);
    border: 1px solid #ccc;
    border-radius: 3.01px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4285714285714;
    margin: 0;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    vertical-align: baseline;
    white-space: nowrap;
    background: url('/js/select2/select2.png');
    background-position: 22px 17px;
    height: 22px;
    width: 22px;
    float: right;
    margin-left: 0.12em;
    /*padding: 12px;*/
    background-size: 300%;
}
#pagetreesearch input.textsearchfiled {
    border: 1px solid #ccc;
    border-radius: 3.01px;
    box-shadow: inset 0 1px 3px #ccc;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: inherit;
    margin: 0;
    width: 140px;
    vertical-align: baseline;
    height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    /*font-size: 14px;*/
    font-variant: normal;
    font-weight: normal;
}
/*.help-link::before {
	background: linear-gradient(#f7ec13, #b8892d) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: black !important;
    content: "New !";
    font-size: 87%;
    font-weight: 700;
    left: -43px;
    padding: 2px 6px;
    position: absolute;
    white-space: nowrap;
    top : 0px;
}*/

#btns button {
    background: none repeat scroll 0 0 #6fc72f;
    border-radius: 2px;
    color: #fff;
    /*font-size: 0.8em;*/
    height: 28px;
    text-align: center;
    width: 120px;
    
    
    border: 0 none;
    box-sizing: border-box;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
#cancel {
    background: none repeat scroll 0 0 #908e8e !important;
}
#cancel:hover {
    background: none repeat scroll 0 0 #787676 !important;
}
#btns button:not(.ui-multiselect):hover {
    background: none repeat scroll 0 0 #599f26 !important;
}
.css_spinner_size8 {
    width: 8px;
    height: 8px;    
}
.css_spinner_size16 {
    width: 16px;
    height: 16px;    
}
.css_spinner_size32 {
    width: 32px;
    height: 32px;    
}
.css_spinner1 {
    border: 5px solid #f3f3f3; /* Light grey */
    /*border-top: 5px solid #3498db;  Blue */  
    border-top: 5px solid #000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    position: absolute;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.deleteTargetLink{
	cursor: pointer;
}
/* Pagination in Manage deals EX-753 */
.pagination_deal_mng .pagination li,
.pagination_template_mng .pagination li {
    display: inline-block;
    border: 1px solid #3cc3f4;
    padding: 2px 6px 2px 6px;
    margin: 0 3px 0 3px;
    font-size: 12px;
    color: #3cc3f4;
    cursor:pointer;
}
.pagination_deal_mng .pagination ul li.inactive, 
.pagination_deal_mng .pagination ul li.inactive:hover,
.pagination_deal_mng .pagination ul li.pgn_sitconfig_li_last,
.pagination_template_mng .pagination ul li.inactive, 
.pagination_template_mng .pagination ul li.inactive:hover,
.pagination_template_mng .pagination ul li.pgn_sitconfig_li_last {
       background-color: #ededed;
       color: #bababa;
       border: 1px solid #bababa;
       cursor: default;
}
.login_type > *{
float:left;
height:60px;
width:43%;
padding:0 10px;
}