/*******************************************************************************
 *   PubMatic Inc. ("PubMatic") CONFIDENTIAL
 *   Unpublished Copyright (c) 2006-2014 PubMatic, All Rights Reserved.
 *
 *  
 *
 *   NOTICE:  All information contained herein is, and remains the property of PubMatic. The intellectual and technical concepts contained
 *
 *   herein are proprietary to PubMatic and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
 *
 *   Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained
 *
 *   from PubMatic.  Access to the source code contained herein is hereby forbidden to anyone except current PubMatic employees, managers or contractors who have executed 
 *
 *   Confidentiality and Non-disclosure agreements explicitly covering such access.
 *
 *  
 *
 *   The copyright notice above does not evidence any actual or intended publication or disclosure  of  this source code, which includes  
 *
 *   information that is confidential and/or proprietary, and is a trade secret, of  PubMatic.   ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC  PERFORMANCE, 
 *
 *   OR PUBLIC DISPLAY OF OR THROUGH USE  OF THIS  SOURCE CODE  WITHOUT  THE EXPRESS WRITTEN CONSENT OF PubMatic IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE 
 *
 *   LAWS AND INTERNATIONAL TREATIES.  THE RECEIPT OR POSSESSION OF  THIS SOURCE CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS  
 *
 *   TO REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING THAT IT  MAY DESCRIBE, IN WHOLE OR IN PART.
 *******************************************************************************/
/*!!
Epoch Prime AJAX JavaScript Calendar - Version 1.0.2
English Edition
CSS style file
(c) 2006-2007 MeanFreePath
http://www.meanfreepath.com/epochprime/index.html
All rights reserved.

You can easily strip out all comments and unnecessary whitespace from this file -
visit http://www.meanfreepath.com/tools/jscompactor.html to use our free JavaScript/CSS code compactor.
!!*/


table.calendar {
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 215px;
	text-align: center;
	z-index: 300;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar a {
}
table.calendar a:hover {
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td, table.calendar th {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
.closeBtn {
	/*float: right;
	width: 15px;
	/*font-size: 1.5em;
	height: 13px;

	padding: 0 0 3px 0;
	margin: 1px 8px 0 0;
	border: solid black 1px;*/
}
/*all styles related to the main calendar grid*/
table.cells {
	border-collapse: collapse;
	border: solid #CCCCCC 1px;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
/*the day headings*/
table.cells th {
	border: solid #CCCCCC 1px;
	text-align: left;
	font-weight: bold;
	color: #0054E3;
	width: 22px;
}
table.cells th.wkhead {
	border-right: double #CCCCCC 3px;
	cursor: default;
	width: 22px;
}
/*The date cells*/
table.cells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	height: 20px; /*IE doesn't like ems*/
}
table.cells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.cells td.noselect {
	background-color: #EEEEEE;
	color: #BBBBBB;
	text-decoration: line-through;
	cursor: default;
}
table.cells td.hlday {
	background-color: #99FF99;
}
table.cells td.wkday {
	background-color: #DDDDDD;
}
table.cells td.wkend {
	background-color: #DDDDDD;
}
table.cells td.curdate {

}
table.cells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.cells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.cells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.cells td.hover {
	background-color: #999999;
}
table.cells td div {
	padding: 1px;
	margin: 0;
}
/*******************************************************************************
 *   PubMatic Inc. ("PubMatic") CONFIDENTIAL
 *   Unpublished Copyright (c) 2006-2014 PubMatic, All Rights Reserved.
 *
 *  
 *
 *   NOTICE:  All information contained herein is, and remains the property of PubMatic. The intellectual and technical concepts contained
 *
 *   herein are proprietary to PubMatic and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
 *
 *   Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained
 *
 *   from PubMatic.  Access to the source code contained herein is hereby forbidden to anyone except current PubMatic employees, managers or contractors who have executed 
 *
 *   Confidentiality and Non-disclosure agreements explicitly covering such access.
 *
 *  
 *
 *   The copyright notice above does not evidence any actual or intended publication or disclosure  of  this source code, which includes  
 *
 *   information that is confidential and/or proprietary, and is a trade secret, of  PubMatic.   ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC  PERFORMANCE, 
 *
 *   OR PUBLIC DISPLAY OF OR THROUGH USE  OF THIS  SOURCE CODE  WITHOUT  THE EXPRESS WRITTEN CONSENT OF PubMatic IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE 
 *
 *   LAWS AND INTERNATIONAL TREATIES.  THE RECEIPT OR POSSESSION OF  THIS SOURCE CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS  
 *
 *   TO REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING THAT IT  MAY DESCRIBE, IN WHOLE OR IN PART.
 *******************************************************************************/
@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	color:#000;
}
body * {
    font-family: Arial;
}
.desc {
	color:#6b6b6b;
}
.desc a {
	color:#0092dd;
}
.dropdown dd, .dropdown dt, .dropdown ul {
	margin:0px;
	padding:0px;
}
.dropdown dd {
	position:relative;
}
.dropdown a, .dropdown a:visited {
	color:#444444;
	text-decoration:none;
	outline:none;
}
.dropdown a:hover {
	color:#000000;
}
.dropdown dt a:hover {
	color:#000000;
	border: 1px solid #cccccc;
}
.dropdown dt a {
	background:#fafafa url(/images/dropDown_Images/arrow.png) no-repeat scroll right center;
	display:block;
	padding-right:10px;
	border:1px solid #cccccc;
	width: 35px;
}
.dropdown dt a span {
	cursor:pointer;
	display:block;
	padding:3px 3px 3px 5px;
}
.dropdown dd ul {
	background:#fafafa none repeat scroll 0 0;
	border:1px solid #cccccc;
	color:#C5C0B0;
	display:none;
	left:0px;
	padding:0px;
	position:absolute;
	top:-1px;
	min-width:45px;
	width:auto;
	list-style:none;
}
.dropdown span.value {
	display:none;
}
.dropdown dd ul li a {
	padding:5px;
	display:block;
}
.dropdown dd ul li a:hover {
	background-color:#eeeeee;
}
.dropdown img.flag {
	border:none;
	vertical-align:middle;
	margin: 0px 5px 0px 0px;
}
/*
.flagvisibility {
	display:none;
}*/
.dropdown .flag.active {background:url(/images/dropDown_Images/ico_check.png) top no-repeat}
.dropdown .flag.inactive {background:url(/images/dropDown_Images/ico_check.png) no-repeat; background-position: 0px -14px;}
/*******************************************************************************
 *   PubMatic Inc. ("PubMatic") CONFIDENTIAL
 *   Unpublished Copyright (c) 2006-2014 PubMatic, All Rights Reserved.
 *
 *  
 *
 *   NOTICE:  All information contained herein is, and remains the property of PubMatic. The intellectual and technical concepts contained
 *
 *   herein are proprietary to PubMatic and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
 *
 *   Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained
 *
 *   from PubMatic.  Access to the source code contained herein is hereby forbidden to anyone except current PubMatic employees, managers or contractors who have executed 
 *
 *   Confidentiality and Non-disclosure agreements explicitly covering such access.
 *
 *  
 *
 *   The copyright notice above does not evidence any actual or intended publication or disclosure  of  this source code, which includes  
 *
 *   information that is confidential and/or proprietary, and is a trade secret, of  PubMatic.   ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC  PERFORMANCE, 
 *
 *   OR PUBLIC DISPLAY OF OR THROUGH USE  OF THIS  SOURCE CODE  WITHOUT  THE EXPRESS WRITTEN CONSENT OF PubMatic IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE 
 *
 *   LAWS AND INTERNATIONAL TREATIES.  THE RECEIPT OR POSSESSION OF  THIS SOURCE CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS  
 *
 *   TO REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING THAT IT  MAY DESCRIBE, IN WHOLE OR IN PART.
 *******************************************************************************/
.margTop5 {margin-top: 5px;}
.margTop10 {margin-top: 10px;}
.margTop15 {margin-top: 15px;}
.margTop20 {margin-top: 20px;}
.margTop12 { margin-top: 12px;}
.margTopBot10 { margin: 10px 0px;}
.marRt5 { margin-right: 5px;}
.margLeft0 { margin-left: 0px}
.margLeft10 { margin-left: 10px} 
.margLeft5 { margin-left: 5px} 

.alignLft { text-align: left;}
.alignCenter { text-align: center;}
.alignRgt { text-align: right;}

.floatNone { float: none;}
.floatLeft { float: left;}
.floatRight { float: right;}

.pad5 { padding: 5px;}
.pad10 { padding: 10px;}
.pad0 { padding: 0px;}

.wdt110{ width: 110px;}
.wdt150{ width: 150px;}
.wdt200 {width: 200px;}
.wdt220 {width: 220px;}
.wdt250 {width: 250px;}
.wdt300 {width: 300px;}
.wdt310 {width: 310px;}
.wdt350 {width: 350px;}
.wdt400 {width: 400px;}
.wdt600 { width: 600px;}
.hgt142 { height: 142px;}

.margGray { margin-top: 3.5px;}

.fontBold { font-weight: bold;}

/*
.ddlList {
    float:left;margin:3px 0px;
}*/

/*Custom Table STARTS*/
.selectTag {
	height:320px;
	margin-top:10px;
	font-size:12px;
}

.e_titleLeft {
	width:48%;
	float:left;
}

.e_titleRight {
	width:48%;
	float:right;
}

.overflowLeft {
	overflow:scroll;
	height:300px;
	width:48%;
	float:left;
	border:1px solid #ddd;
}

.overflowRight {
	overflow:scroll;
	height:300px;
	float:right;
	width:48%;
	border:1px solid #ddd;
}

/*
 * * Clearfix: contain floats
 * *
 * * For modern browsers
 * * 1. The space content is one way to avoid an Opera bug when the
 * * `contenteditable` attribute is included anywhere else in the document.
 * * Otherwise it causes space to appear at the top and bottom of elements
 * * that receive the `clearfix` class.
 * * 2. The use of `table` rather than `block` is only necessary if using
 * * `:before` to contain the top-margins of child elements.
 * */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.selectTag table thead th {
	background-color:#c4c4c4;
	font-weight:bold;
	height:25px;
	padding-left:5px;
	text-align:left;
}

.selectTag table td {
	border-bottom:1px solid #ddd;
	height:25px;
	padding-left:15px;
}

.selectTag img {
	vertical-align:middle;
	padding-right:5px;
}

.yellowColor {
	background-color:#fcfecf;
	font-weight:bold;
}

.tabsNew {
	margin-bottom:10px;
	font-size:14px;
	color:#000;
	font-weight:bold;
	background:url(/images/bg_tabs.png) repeat-x;
	width:100%;
	float:left;
	line-height:15px;
	height:33px;
}

.tabsNew ul {
	list-style:none;
	margin:0;
	padding:0;
}

.tabsNew li {
	float:left;
	background:url() no-repeat left top;
	margin:0;
	padding:0 2px 0 10px;
}

.tabsNew a:hover,a:active,a:focus {
	outline:none;
	text-decoration:none;
	border:none;
}

.tabsNew a {
	float:left;
	display:block;
	background:url() no-repeat right top;
	text-decoration:underline;
	outline:none;
	font-weight:normal;
	color:#2a68d2;
	font-size:13px;
	height:33px;
	padding:8px 15px 4px 5px;
}

.tabsNew a:hover {
	color:#1248a5;
	text-decoration:none;
	border:none;
}

.tabsNew .selected {
	background-image:url(/images/bg_tabsLeft.png);
	text-decoration:none;
}

.tabsNew .selected a {
	background-image:url(/images/bg_tabsRight.png);
	color:#000;
	padding-bottom:5px;
	font-weight:bold;
	text-decoration:none;
}

#blocklist_uploader {
	display:none;
	position:absolute;
	background-color:#eee;
	padding:4px;
}

.editTag,.dataFirewall_editTag {
	border:1px solid #ddd;
	padding-bottom:10px;
}

/*Custom Table End*/

/* Search block style: Start */
.srLabel {
	width: auto; 
	margin-right: 5px;
}
.srInputSpan {
	display:none;
	font-weight:bold;
	color:black;
	font-size:12px;
}

.violationInfoBox {
	font-weight:bold;
	color:black;
	font-size:12px;
}

.srResultFor {
	color:#000;
	font-weight:bold;
}

.dvVioResulttbl {
	width:950px;
	overflow:visible;
	padding:0;
	margin:0;
	margin-top:5px;
}
/* Search block style: End */

/* Dashboard block style: Start */
.dvBackToResult {
	display: block; 
	float: left;
	border-bottom: 1px solid transparent;
}

.dvResumScan {
	display:none;
	float:right;
}

.dvVioDashboard {
	display: none; 
	height: 800px;
}

.dvPageWrap {
	float:right;
	width:auto;
}

.dvErrLoadCr {
	float:left;
	padding: 0px; 
	height: 500px;
	overflow:scroll;
	width:100%
}

.dvNetworkLog {
	display:none;
	position: absolute;
}

.frameNetLog {
	height:500px;
	width:500px;
}
/* Dashboard block style: End */

/* Creative listing */
.msgLoadData {
	font-weight: bold; 
	font-size: 12px;
}

.dvSiteList {
	width:950px;
	overflow:visible;
	padding:0;margin:0;
	margin-top:5px;
}

.loadImg {
	display:none;
	margin-top:5px;
	margin-bottom:10px;
}

.dvEditJob {
	font-size: 18px; 
	height: 16px; 
	padding: 5px; 
	background-color: rgb(247,247,247); 
	color: #000;
}

.dvSelTag {
	font-size: 12px; 
	background-color: rgb(247,247,247); 
	padding: 3px; 
	margin-top: 5px;
}

.dvSelGeo {
	float: left; 
	padding-left:10px; 
	width: 220px;
}

.dvSelNetwork {
	float: left; 
	padding-left: 46px;
}

.dvSelNoCr {
	font-size: 12px; 
	background-color: rgb(247,247,247); 
	padding: 3px;
}

.dvCrSummary {
	background-color:#FFE5D5;
	width:400px;
	height:80px; 
	padding:15px
}

.totCreatives {
	font-size:16px; 
	font-weight:bold;
}
.dvSaveSetting {
	text-align: right; 
	border-top: 1px solid rgb(221, 221, 221); 
	margin-top: 10px; 
	padding-top: 10px;
}

/* Blocklist block style */
#blocklist_uploader  div {margin: 10px 0px 5px 0px;}

.dvGlobalList {
	border: 1px solid rgb(241, 241, 241); 
	background: rgb(247, 247, 247) none repeat scroll 0pt 0pt; 
	-moz-background-clip: border; -moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	color: rgb(0, 0, 0);\
	font: normal 18px Arial,Helvatica,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	
	line-height: 30px; 
	font-size-adjust: none; 
	font-stretch: normal; 
	-x-system-font: none; 
	padding-left: 10px;
}

.dvSiteListFirewall {
	width:950px;
	overflow:visible;
	padding:0;
	margin:0;
	margin-top:5px;
	display:none;
}

.dvErrMsg {
	position:absolute;
	display:none;
}

.brandSubNav {
	clear: both;
	margin-left: 0px;
    width: 990px;
}
.dvSubHdr {
	float: left;
	margin: 0pt 0pt 0pt 10px;
	display: inline;
	padding: 5px 0px 0px 10px;
}

.gridSubFilter {
    background: url("/images/wbg.gif") repeat-x scroll center top transparent;
    float: left;
    padding: 5px !important;
    width: 739px;
}

/* Ad Serving Latency: Start */
.graphSummary {
    clear: both;
    padding: 20px;
    margin-left: 5px;
}
.graphSummary  ul{
    margin: 0px;
    list-style: none;
}

.graphSummary  ul li{
   background: url("/images/bg_DL.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    font-size: 11px;
    height: 33px;
    line-height: 32px;
    margin-right: 10px;
    padding-left: 10px;
    width: 155px;
}

.graphSummary  ul li span{
    font-weight: bold;
}

.graphFooter {
    clear: both;
    text-align: center;
    padding: 0px 0 10px 0;
    font-weight: bold;
}
.mCWrapper .warningAlert {
    margin-top: 5px;
    height: 30px;
    border: 2px solid #a48b30;
    background-color: #ffefc6;
}
.mCWrapper .warningAlert .warningImage {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.mCWrapper .warningAlert #closeAlert {
    cursor: pointer;
    width: 20px;
    margin-left:600px;
}
.mCWrapper .warningAlert .warningMsg {
    line-height: 25px;
    margin-left: 20px;
    font-size: 13px;
    font-weight: bold;
}
/* Ad Serving Latency: End */

/* Blocked Pixel Insights: Start */
.txtSearchBox {
    height: 18px;
    margin: 2px 0 0 8px;
    width: 170px;
    float: left;
}

.btnPixSearch {
    float: left;
    text-align: center;
    width: 50px;
}
.graphPanel {
    width: 372px;
    float: left;
    margin: 5px 0px;
}

.graphMargRight{
    margin-right: 5px;
}

.srchContainer input, .srchContainer .button {
    position: relative;
    top: 3px;
}
/* Blocked Pixel Insights: End */

/* Configuration: Start */
.pgTitleHdr {
    clear: both;
    margin: 10px 0 0 18px;
}
.pgTitleHdr h2 {
    float: left;
}

div.addpixbtn {
    float: right;
    height: 25px;
    margin: 10px 0px;
    width: 185px;
}

.btnSaveNext {
    padding: 3px 6px; 
    cursor: pointer;
}

.txtSectionName {
    width: 200px;
    height: 18px;
}
.selPixList {
    width: 135px;
    background: #fff;
    padding: 4px 6px;
    z-index: 20;
    border: 1px solid #DCE3E5;
    overflow: auto; 
    overflow-y: visible; 
    height: 150px;
}

.pixDropSrch {
    margin: 4px 0 0 10px;
}

ul.pixList {
    list-style: none;
    margin: 0px;
}

ul.pixList li{
    display: block;
    line-height: 22px;
}

.pageAuthent {
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    padding: 6px 0px;
}

#trended_CachedSuggest input.text {
    padding-left: 3px;
}
.resetBtn {
    float: left;
    margin: 3px 0 0 10px;
}

.dvSelectedPixList {
    float: right;
    font-size: 11px;
    text-align: right;
    width: auto;
    margin: auto;
    cursor: move;
}
/* Overriding existing calss*/

.sp_pTitle_Expand {
    padding-right: 12px;
    background: url("/images/ico_arrow_ffffff_r.gif") no-repeat scroll right center transparent;
    cursor: pointer;
    display:block;
}

.sp_pTitle_Collaps {
    padding-right: 12px;
    background: url("/images/ico_arrow_ffffff_e.gif") no-repeat scroll right center transparent;
    cursor: pointer;
}

.footText {
    clear: both;
    margin: 10px 0 0 0;
}

.currStepMode {
    color: #999;
}
/* Configuration: End */

/* RTB Creation: start */
.dvRTBStatusIco {
    clear: both;
    float: right;
}

.goBtn {
    margin: 4px 0 0 0;
}

ul.statusIcon {
    list-style: none;
    margin: 0px;
}

ul.statusIcon  li{
    display: inline;
    float: left;
    margin-left: 15px;
}

.btnAppRej {
    float: left;
}

.contentDivPad {
    padding-top: 2px;
    clear: both;
}

.urlLink {
    color: #0587C4;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.urlLink:hover {
	color:#69C;
	border-bottom: 1px dotted #69C;
    display: block;
}

.popupCreative {
    clear:both;
    padding: 8px;
    border: 1px solid #e9e9e9;
    margin: 6px;
}

.popupCreative  .creativeAttr {
    float: left;
    font-weight: bold;
}

.selCreatives {
    border: 1px solid #e9e9e9;
    padding: 5px 8px;
    background: #FDFBCC;
}

.buttonGo {
    padding: 2px 10px;
}

.filterColExp {
    text-align: center; 
    clear: both;
    position: relative;
    top: -9px;
}

.flexigrid div.bDiv #tblRtbCreatives td { /* Adding height to resolve flicker on hover */
    height: 36px;
    line-height: 18px;
    vertical-align: middle !important; /*Have to override important style added elsewhere*/
}

.flexigrid div.bDiv #tblRtbCreatives td > div {
    display: inline-block;
}

.flexigrid div.bDiv #tblRtbCreatives td input[type="checkbox"] {
    margin-top: 0;
}

input.ui-cancel-button {
    border: medium none;
}
/* RTB Creation: end */ 

/* Creative Violation Report: Start */
.trends {
    width: auto!important;
    margin: 10px 5px 0px 5px!important;
}

.trends ul, .trends ul li {
    width: auto!important;
}
.trends ul{
    display: block;
    margin: 0 102px;
    width: 740px !important;
}
.New_Spark_Container {
    float: left;
    background-repeat: no-repeat;
    background-position: top left;
}

.New_Spark_Container.Opener {
    background-image: url(/images/new_spark_container/bg_trend_left.gif);
}

.New_Spark_Container.sparkContainer.Center {
    background-image: url(/images/new_spark_container/bg_trend_center.png)!important;
    background-repeat: repeat-x!important;
    width: 327px;
}

.New_Spark_Container.Closer {
    background-image: url(/images/new_spark_container/bg_trend_right.png);
    width: 20px;
}

.New_Spark_Container.Center > div {
    width: 100%;
}

.sparkTitle {
    line-height: 26px!important;
}

.sparkValue {
    line-height: 26px;
}

.Background {
    background-color: #333;
    opacity: 0.9;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.Foreground {
    z-index: 10001;
    background-color: #fff;
    margin: 100px auto;
    padding: 0px;
    border: 20px solid #000;
    -moz-border-radius: 20px;
    height: 250px;
    overflow: hidden;
    width: 500px;
}

.Foreground .Header {
    font-weight: 900;
    color: #f00;
    text-decoration: none;
    outline: none;
    margin-bottom: 10px;
    font-weight: 900;
    text-align: right;
    padding: 10px;
    background-color: #333;
    color: #fff;
}

.Foreground .Center {
    padding: 30px;
}

.Foreground .Footer {
    padding: 5px;
}

.Foreground .Header .Close {
    position: absolute;
    margin-top: -17px;
    margin-left: -25px;
    padding: 1.5px;
}

.Overlay_Title {
    text-align: left;
    font-weight: 900;
    font-size: 118%;
}

.crd_header2 {
    color: #44AA0D;
    font-size: 1.075em;
    margin: auto;
    font-weight: 900;
    position: relative;
    left: 5px;
}

.LoadingMessage {
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    margin-top: 35.5px;
    margin-left: -12.5px;
    position: absolute!important;
}

.violationReasonImage {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1.5px!important;
}

.violationReason {
    width: 175px!important;
}

#flex1 a, #flex1 a:hover, #flex2 a, #flex1 a:hover {
    text-decoration: none!important;
    outline: none!important;
    border: none!important;
}

.overlayContent {
    text-align: center;
    margin: 0px!important;
    padding: 0px!important;
}

#overlayImage {
    background-color: #fff;
    margin: 0px!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

#networkLogIframe {
    width: 500px!important;
}

.overlayHeaderRow {
    padding: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: left!important;
    clear: both;
    padding-left: 5px!important;
}

.overlayHeaderRow * {
    text-align: left;
}

.overlayViolationRemark , .overlayImageName {
    font-weight: 900;
    color: #fe284b;
    float: left;
    font-size: 115%;
}

.overlayViolationRemark {
    font-style: italic!important;
}

.overlayLabel {
    color: #777;
    font-weight: 900;
    margin-right: 10px;
    font-size: 98%;
    color: #777;
    width: 30px;
    float: left;
}

.overlayImageURL {
    font-size: 98%;
    color: #777;
    float: left;
}

.overlayImageTags {
    font-size: 98%;
    color: #777;
    float: left;
}

.pGroup * {
    font: inherit;
}

.pDiv2 .btnseparator:nth-child(9) {
    display: none;
}

.overlayHyphen {
    float: left;
    color: #fe284b;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 900;
    font-size: 125%;
}

#pubSiteList_child {
    width: 200px!important;
}

.blocklistPortal {
    width:100% !important;
}

.topAdNetTbl {
    width:100% !important;
    border-top:1px solid #DCE3E5;
}
/* Creative Violation Report: End */

/* Master Blocklist/Whitelist Report */
#masterBlListContent #diffWl {
    margin-top: 25px;
}

.download-link {
    float: right;
    margin-top: 7px;
    color: #888;
}

.download-link a {
    cursor: pointer;
}

#creativeReviewTabs > li {
    color: #0587C4;
    float: left;
    margin-right: 10px;
    text-decoration: underline;
    cursor: pointer;
    padding: 5px 8px;
    line-height: 1;
}

#creativeReviewTabs > li.active {
    background: #DDD;
    border: 1px solid #CCC;
    border-radius: 2px;
    color: #444;
    text-decoration: none;
    font-weight: bold;
    cursor: normal;
}

#creativeReviewTabs {
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#adNetListSearch {
    background: #EEEDEE;
    padding: 5px;
}

#adNetListSearchBox {
    background: url("../publisher/images/ico_search.png") no-repeat 3px center #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    padding: 6px 6px 6px 20px;
    margin-right: 5px;
}

#adNetListSearchBtn {
    cursor: pointer;
}
/*******************************************************************************
 *   PubMatic Inc. ("PubMatic") CONFIDENTIAL
 *   Unpublished Copyright (c) 2006-2014 PubMatic, All Rights Reserved.
 *
 *  
 *
 *   NOTICE:  All information contained herein is, and remains the property of PubMatic. The intellectual and technical concepts contained
 *
 *   herein are proprietary to PubMatic and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
 *
 *   Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained
 *
 *   from PubMatic.  Access to the source code contained herein is hereby forbidden to anyone except current PubMatic employees, managers or contractors who have executed 
 *
 *   Confidentiality and Non-disclosure agreements explicitly covering such access.
 *
 *  
 *
 *   The copyright notice above does not evidence any actual or intended publication or disclosure  of  this source code, which includes  
 *
 *   information that is confidential and/or proprietary, and is a trade secret, of  PubMatic.   ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC  PERFORMANCE, 
 *
 *   OR PUBLIC DISPLAY OF OR THROUGH USE  OF THIS  SOURCE CODE  WITHOUT  THE EXPRESS WRITTEN CONSENT OF PubMatic IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE 
 *
 *   LAWS AND INTERNATIONAL TREATIES.  THE RECEIPT OR POSSESSION OF  THIS SOURCE CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS  
 *
 *   TO REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING THAT IT  MAY DESCRIBE, IN WHOLE OR IN PART.
 *******************************************************************************/
.pager_wrapper {background-color: #f1f9ff!important;width:400px;padding: 3px 0px 2.5px 0px;}

.pager_wrapper .pager_el {background-position: center center;background-repeat:no-repeat;display:block;float:left;padding: 4px;}
.pager_wrapper a.pager_el {text-decoration:none!important;outline:none!important;border:none!important;}
.pager_wrapper a.pager_el:hover {text-decoration:none!important;outline:none!important;border:none!important;}
.pager_wrapper .pager_el:active {text-decoration:none!important;outline:none!important;border:none!important;}
.pager_wrapper .first {background-image: url(/images/paginator/first.png);height:12px;width:15px;}
.pager_wrapper .prev {background-image: url(/images/paginator/prev.png);height:12px;width:15px}
.pager_wrapper .next {background-image: url(/images/paginator/next.png);height:12px;width:14px;}
.pager_wrapper .last {background-image: url(/images/paginator/last.png);height:12px;width:15px;}
.pager_wrapper .pager_console {text-align:left;padding:1px!important;}
.pager_wrapper .disabled {opacity: 0.3;cursor:text;}
.pager_wrapper .separator {width:2px;background-image: url(/images/paginator/separator.png);background-position:0 0;background-repeat:repeat-y;}
.pager_wrapper .sep_left {background-position: left 0px;}
.pager_wrapper .sep_right {background-position: right 0px;}
.pager_wrapper .rpp_label {margin-left: 20px;padding:1px!important;position:relative;top:1px;}
.pager_wrapper .records_per_page {margin-left:5px;width:30px;text-align:center;margin-top:1px;}
.pager_wrapper .page_number {width:30px;text-align:center;}
.pager_wrapper .pm_table_default tbody tr td:first {border-left:1px solid #eee!important;}
.pager_wrapper .greyed {background-color: rgb(247,247,247) !important;border-bottom:none!important;}
.pager_wrapper .pseudo_header_cell {border-bottom:1px solid #94C1DC!important;}

.loading_image {width:358px;background-image:url(/images/paginator/ajax-loader.gif);background-position: 10px center;background-repeat:no-repeat;text-align:left;font-weight:900;color:#333;position:absolute;opacity: 0.9;background-color:#a1f2f7;padding: 5px;padding-left:40px;height:20px;}
.error_message {background-color: #ff0;color:red;font-style:italics;font-size: 90%;padding: 1px auto 1px auto;position:absolute;width:399.5px;text-align:center;}
.pager_wrapper .error_field {background-color: #ff0;color:red;font-style:italics;}

.greyed{background-color:#eee!important;border:none!important;border-top:1px solid #94C1DC!important;}
/*******************************************************************************
 *   PubMatic Inc. ("PubMatic") CONFIDENTIAL
 *   Unpublished Copyright (c) 2006-2014 PubMatic, All Rights Reserved.
 *
 *  
 *
 *   NOTICE:  All information contained herein is, and remains the property of PubMatic. The intellectual and technical concepts contained
 *
 *   herein are proprietary to PubMatic and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
 *
 *   Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained
 *
 *   from PubMatic.  Access to the source code contained herein is hereby forbidden to anyone except current PubMatic employees, managers or contractors who have executed 
 *
 *   Confidentiality and Non-disclosure agreements explicitly covering such access.
 *
 *  
 *
 *   The copyright notice above does not evidence any actual or intended publication or disclosure  of  this source code, which includes  
 *
 *   information that is confidential and/or proprietary, and is a trade secret, of  PubMatic.   ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC  PERFORMANCE, 
 *
 *   OR PUBLIC DISPLAY OF OR THROUGH USE  OF THIS  SOURCE CODE  WITHOUT  THE EXPRESS WRITTEN CONSENT OF PubMatic IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE 
 *
 *   LAWS AND INTERNATIONAL TREATIES.  THE RECEIPT OR POSSESSION OF  THIS SOURCE CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS  
 *
 *   TO REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING THAT IT  MAY DESCRIBE, IN WHOLE OR IN PART.
 *******************************************************************************/
@charset "utf-8";
/* CSS Document */

.vFound{height:80px;background-color:#f1f9ff; width:100%; border:1px solid #d8f4ff;line-height:40px;font-size:12px;}
.vFoundDt{background-color:#d8edff;height:80px;}
.vFound ul{margin:0px; padding:0px; list-style:none;}
.vFound li{margin:0px;width:24%; float:left;border-right:1px solid #d8f4ff;height:80px;color:#6b6b6b;}
.vFound .vFoundLast { border:none;}
.vFoundCont{width:95%; margin:auto;text-align:center;}
.fBold{font-weight:bold;}

.vFoundSummary { margin:0px;width:24%; float:left;border-right:1px solid #d8f4ff;height:80px;color:#6b6b6b;}

.siteReview{width:100%; float:left; border:1px solid #e3e3e3;background:url(/images/bg_siteReview.png) repeat-x;font-size:12px;}
.siteReviewContent{width:99%; margin:auto;}
.src_Left{float:left;width:60%;height:32px;line-height:32px;}
.src_Left span img{line-height:32px;vertical-align:middle;padding:0px 4px 0px 4px;}
.src_Right{float:right;text-align:right;width:30%;height:32px;line-height:32px;}
.siteReviewPag{height:31px; float:left; clear:both;background:url(/images/bg_siteReviewPagination.png) repeat-x;line-height:31px;width:100%;text-align:right;}
#siteReviewTable thead td{height:34px;line-height:34px;border-right:1px solid #e8e8e8;width:25%;}
#siteReviewTable thead td img{padding-right:5px;}
#siteReviewTable thead td.last { border:none;}
#siteReviewTable tbody td{border-right:1px solid #e8e8e8;height:100px;text-align:center;}
#siteReviewTable tbody td.last { border:none;}

/*LEGEND BOX STARTS*/
.legendBox{border:1px solid #e3e3e3; width:100%;float:left;background-color:#f8f8f8;font-size:12px;}
.legendBoxContent{width:99%; margin:auto;padding-top:5px;}
.legendBoxContent img{vertical-align:middle;padding-right:8px;}
.legendBoxContent ul{margin:0px; padding:0px; list-style:none;white-space:nowrap;}
.legendBoxContent li{margin:0px; padding:0px; list-style:none;width:33%;float:left;}
.legendTitle {float:left; padding-right:20px;height:85px;}
.legendNames{padding-bottom:10px;}
/*LEGEND BOX ENDS*/

.marginTop25 {
    margin-top: 25px;
}

.violationFootPager {
    width: 100%; 
    float: right
}
/*******************************************************************************
 *   PubMatic Inc. ("PubMatic") CONFIDENTIAL
 *   Unpublished Copyright (c) 2006-2014 PubMatic, All Rights Reserved.
 *
 *  
 *
 *   NOTICE:  All information contained herein is, and remains the property of PubMatic. The intellectual and technical concepts contained
 *
 *   herein are proprietary to PubMatic and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
 *
 *   Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained
 *
 *   from PubMatic.  Access to the source code contained herein is hereby forbidden to anyone except current PubMatic employees, managers or contractors who have executed 
 *
 *   Confidentiality and Non-disclosure agreements explicitly covering such access.
 *
 *  
 *
 *   The copyright notice above does not evidence any actual or intended publication or disclosure  of  this source code, which includes  
 *
 *   information that is confidential and/or proprietary, and is a trade secret, of  PubMatic.   ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC  PERFORMANCE, 
 *
 *   OR PUBLIC DISPLAY OF OR THROUGH USE  OF THIS  SOURCE CODE  WITHOUT  THE EXPRESS WRITTEN CONSENT OF PubMatic IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE 
 *
 *   LAWS AND INTERNATIONAL TREATIES.  THE RECEIPT OR POSSESSION OF  THIS SOURCE CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS  
 *
 *   TO REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING THAT IT  MAY DESCRIBE, IN WHOLE OR IN PART.
 *******************************************************************************/
.wrapper{width:100%; float:left;}

/*this is hack beacuse of above css*/

.width995 table.contentwidth {
    clear: both;
}

.cont{width:71.5%; margin:auto; height:85px;margin-top:20px;white-space:nowrap;}
.contTop{width:98%;height:25px;float:left;margin-bottom:10px;}
.contLeft{font-size:16px;color:#122c3d;width:87%;float:left;text-align:left;}
.contRight{width:13%;float:right;font-size:14px;text-align:center;}
.dropDown{float:left;padding-top:8px;font-size:11px;}
.contBottom{float:left;width:100%;line-height:32px;}
.progessbar{ border:1px solid #8bae79;float:left; width:84%; margin:auto;font-size:16px; color:#316b16; height:32px;margin-left:10px;text-align:center;}

/*CSS for right click div starts*/
.hoverMenu{
/*opacity:0.8;filter:alpha(opacity = 80);*/
width:200px;
z-index: 999;
position:absolute;
font-size:11px;

}
/*.hoverMenuTop{height:3px; width:166px;float:right;background:url(/images/bg_hoverMenutb.png) top repeat-x;margin-right:2px;}*/
.hoverMenuLeft{width:45px; height:205px; background:url(/images/img_hoverArrow.png) no-repeat right bottom;float:left;margin-left:6px;margin-bottom:-205px;position:relative;}
.hoverMenuRight{border:2px solid #b0b0b0;background-color:#FFF;}
/*.hoverMenuBottom{height:6px; width:166px;float:right;background:url(/images/bg_hoverMenutb.png) bottom repeat-x;margin-right:2px;}*/
.hoverMenuRight_Content{border-top:1px solid #d5d5d5; margin:auto;padding:10px;}
.hoverMenuRight_Content ol,li{margin:5px 0px 0px 10px; padding:0px;}

.fGreen{color:#8bc209;}
.sNet{padding:10px 0px 0px 20px;font-size:10px;color:#bababa;background:url(/images/ico_gbullet.png) no-repeat left bottom;}
.hoverMenuRight_Footer{background-color:#e9e9e9;height:30px; margin:auto;text-align:center;}
/*CSS for right click div ends*/
