/*******************************************************************************
 *   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.
 *******************************************************************************/
body, body *{
    font-family: Arial;
}
.accordianHeader {
	height:20px;
	cursor: pointer;
}
.accordianHeaderLabel {
	margin-left: 7px;
}
.accordianHeaderHelp {
	margin-left: 10px;
	margin-top:3px;
	font-size: 12px;
	color: #8f8f8f;
}
.accordionArrowCollapse {
	width: 12px;
	height: 12px;
	background: transparent url(/images/components/accordion/side_arrow.png) no-repeat right center;
	float: left;
	margin-top: 3px;
}
.accordionArrowExpand {
	width: 12px;
	height: 12px;
	background: transparent url(/images/components/accordion/down_arrow.png) no-repeat center bottom;
	float: left;
	margin-top: 3px;
	_margin-top: 0px;
}
.blueBorder {
	border:1px solid blue;
}
.myNetworkTable {
	margin-top: 15px;
}
.parentContainerOuter {
	width:814px;
	margin: 15px 10px 0px 15px;
}
.parentContainer {
	padding:10px 7px 10px 7px;
	width:798px;
	_width:814px;
	border-left:1px solid #dfedf7;
	border-right: 1px solid #dfedf7;
	float: left;
}
.parentContainer h2, .parentContainer h3 {
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 16px;
	display: inline;
	background-color: white;
	border-width: 0px;
	padding: 0px;
	font-weight:bold;
	color:#006699;
	_height: 10px;
	line-height:normal;
}
.parentContainer h3 {
	font-size: 13px;
	border-width: 0px;
}
/*  BEGIN Floating Div Classes */
.floatingDivParent {
	position:absolute;
	display:none;
	background-color:transparent;
	overflow:hidden;
}
.floatingDivHeader {
	height:20px;
}
.floatingDivHeaderLabel {
	font-weight:bold;
	color:#3c7fa6;
	width:140px;
	float:left;
	font-size: 11px;
}
.floatingResizeDiv {
	height:100%;
	width:4px;
	_width:5px;
	border-left:1px solid #666666;
}
.floatingDivData {
	padding-bottom:5px;
	float:left;
	width:50%;
	white-space:noWrap;
	overflow:hidden;
}
.floatingDivText {
	padding : 2px 0px;
	width : 100%;
	font-size : 11px;
	color : #666666;
	_white-space: nowrap;
}
/*  END FloatingDiv Classes   */
.waitDiv {
	width:100%;
	height:16px;
	background:transparent url(/images/ajax-loader.gif) no-repeat center center;
}
/*   BEGIN Table Classes */
.tableHeader {
	height: 31px;
}
.tableHeaderColumn {
	background : transparent url(/images/components/table/TableBg.png) repeat-x top;
	border-right: 1px solid #e5e5e5;
	padding: 0px 10px;
	text-align: right;
	white-space: noWrap;
	color: #006699;
	font-weight: bold;
}
.tableHeaderColumn div {
	white-space: noWrap;
	color: #006699;
	font-weight: bold;
}

.tableHeaderHelp {
	color:#999999;
	float:left;
	font-size:10px;
	width:14px;
	height: 14px;
	cursor: pointer;
	background: transparent url(/images/question_mark.gif) no-repeat 0 0;
}
.tableRoundedCornerLeft {
	width: 6px;
	background: transparent url(/images/components/table/TableTopLeft.png) no-repeat top;
}
.tableRoundedCornerRight {
	width: 6px;
	background: transparent url(/images/components/table/TableTopRight.png) no-repeat top;
}
.pmDataTable {
	border-bottom: 1px solid #e8f2f9;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.networkTableEvenRow {
	width: 100%;
	height: 23px;
	background-color: white;
}
.networkTableOddRow {
	width: 100%;
	height: 23px;
	background-color: #fafafa;
}
.tableBlanks {
	height: 23px;
	width: 6px;
}
.tableDataColumn {
	height: 23px;
	border-right: 1px solid #e5e5e5;
	white-space: noWrap;
	padding: 0px 10px;
	text-align: right;
	vertical-align: middle;
}
/* END Table Classes */

/* BEGIN Button Classes */
.pmPrimaryButton {
	height: 19px;
	_height: 26px;
	border: 1px solid green;
	padding: 5px 5px 0px 5px;
	font-weight: bold;
	font-size: 12px;
	background: transparent url(/images/primaryBtnBg.png) repeat-x 0 0;
	color: #ffffff;
	float: left;
	cursor: pointer;
	text-decoration: none;
}

a.pmPrimaryButton:hover {
	text-decoration: none;
	color: #ffffff;
	background-position: 0 100%;
}

.pmSecondaryButton {
	height: 19px;
	_height: 26px;
	border: 1px solid #6aa6ff;
	padding: 5px 5px 0px 5px;
	font-weight: bold;
	font-size: 12px;
	//background: transparent url(/images/secondaryBtnBg.png) repeat-x 0 0;
	color: #6aa6ff;
	float: left;
	cursor: pointer;
	text-decoration: none;
}

a.pmSecondaryButton:hover {
	text-decoration: none;
	color: #6aa6ff;
	background-position: 0 100%;
}

.pmDisabledButton {
	height: 24px;
	_height: 26px;
	border: 1px solid grey;
	padding: 5px 5px 0px 5px;
	font-weight: bold;
	font-size: 12px;
	//background: transparent url(/images/secondaryBtnBg.gif) repeat-x top;
	color: #333333;
}
.smallButton {
	height:16px;
	width:16px;
	float:left;
	margin-right:10px;
}
.editButton {
	background: transparent url(/images/edit-sprite.png) no-repeat 0 100%;
	cursor:pointer;
}
.unlinkButton {
	background: transparent url(/images/unlink-sprite.png) no-repeat 0 100%;
	cursor:pointer;
}
.updateButton {
	background: transparent url(/images/update-credentials.png) no-repeat 0 100%;
	cursor:pointer;
}
.deleteButtton {
	background: transparent url(/images/delete-sprite.png) no-repeat 0 100%;
	cursor:pointer;
}
.cancelLink {
	margin:5px 0px 15px 15px;
	float:left;
}
/* END Button Classes */
.containerHeader {
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	height: 31px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}
.formLabel {
	height: 32px;
	_height: 35px;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	white-space: noWrap;
	text-align: left;
}
.formElement {
	margin-bottom: 12px;
	height: 23px;
	width: 100%;
	border: 1px solid #adc7d8;
}
.smallBodyText {
	font-size: 11px;
	color: #333333;
}
.navigationLetter {
	height: 16px;
	width: 15px;
}
.activeLetter {
	text-decoration: underline;
	color: #6aa6ff;
	cursor: pointer;
}
.letterClass {
	width: 198px;
	margin: 10px 0px 0px 3px;
	border-bottom: 1px dotted #666666;
}
.networkListBlock {
	width: 204px;
	height:75px;
	margin: 8px 0px 10px 3px;
	vertical-align: middle;
}
.networkImageBlock {
	background-color:white;
	width:133px;
	height: 65px;
	_height: 67px;
	float:left;
	background-position: center center;
	background-repeat: no-repeat;
}
.networkDetailsBlock {
	background-color: #f8f8f8;
	width:50px;
	padding-top:12px;
	height:53px;
	_height:67px;
	float:left;
}
.networkDetailsLink {
	margin-left: 6px;
	font-size: 10px;
}
.networkAddedLabel {
	color:#999999;
	font-size:11px;
	margin:8px 0px 0px 8px;
	font-weight: bold;
}
.networkPendingLabel {
	color:red;
	font-size:11px;
	font-weight:bold;
	margin:8px 0px 0px 6px;
}
.networkBlockContainer {
	border-bottom:1px dotted #999999;
	width:520px;
	padding-bottom:15px;
	margin-top: 15px;
}
.networkAddedNetwork {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.networkAddedLeft {
	float:left;
	height:67px;
	width:8px;
	background:white url(/images/grey_left.gif) no-repeat top left;
	overflow: hidden;
}
.networkAddedRight {
	float:left;
	height:67px;
	width:8px;
	background:white url(/images/grey_right.gif) no-repeat top left;
	overflow: hidden;
}
.networkPubmaticNetwork {
	border-top: 1px solid #6bb3d6;
	border-bottom: 1px solid #6bb3d6;
}
.networkPubmaticLeft {
	float:left;
	height:67px;
	width:8px;
	background:white url(/images/blue_left.gif) no-repeat top left;
	overflow: hidden;
}
.networkPubmaticRight {
	float:left;
	height:67px;
	width:8px;
	background:white url(/images/blue_right.gif) no-repeat top left;
	overflow: hidden;
}
.networkPreferredNetwork {
	border-top: 1px solid #66cc00;
	border-bottom: 1px solid #66cc00;
}
.networkPreferredLeft {
	float:left;
	height:67px;
	width:8px;
	background:white url(/images/green_left.gif) no-repeat top left;
	overflow: hidden;
}
.networkPreferredRight {
	float:left;
	height:67px;
	width:8px;
	background:white url(/images/green_right.gif) no-repeat top left;
	overflow: hidden;
}
.addNetwork {
	height:20px;
	width:45px;
	margin: 7px 0px 0px 5px;
	background: transparent url(/images/addnetwork.gif) no-repeat 0 100%;
	cursor: pointer;
}
.additionalNetworksLink  {
	margin-left: 35px;
}
.radioInputType {
	margin: 5px 10px 0px 0px;
}
#searchform select {
	margin-bottom: 12px;
	height: 23px;
	width: 100%;
}
.redMsgBox {
	border:1px solid #CC0033;
	background-color:#FFF0F0;
}
.greenMsgBox {
	border:1px solid #92C83A;
	background-color:#DEF4C4;
}
.orangeMsgBox {
	border:1px solid #FFE764;
	background-color:#FFFFE1;
}
.redMsgBox div,.greenMsgBox div,.orangeMsgBox div {
	margin:5px;
}
.networkRowLeft {
	width: 170px;
	float: left;
}
.networkRowRight {
	width: 680px;
	float: left;
}
.networkRow {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 5px;
	padding-top: 5px;
}
.expandButton {
	float: left;
	margin:10px;
}
.additionalNetworkNameDiv {
	width: 110px;
	float: left;
	white-space: noWrap;
	margin-top: 8px;
	overflow-x: hidden;
}
.nestedTableContainer {
	width: 665px;
	margin: 5px 0px 10px 0px;
}
.addPlacementIcon {
	height: 20px;
	width: 90px;
	margin: 10px 0px 20px 30px;
	background: transparent url(/images/placement-image.png) no-repeat 0 0;
	cursor: pointer;
}
.editIconDiv, .previewIconDiv, .deleteIconDiv, .pauseIconDiv, .resumeIconDiv {
	float: left;
	margin-left: 5px;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
.editIconDiv {
	background: transparent url(/images/edit-sprite.png) no-repeat 0 100%;
}
.previewIconDiv {
	background: transparent url(/images/preview-sprite.png) no-repeat 0 100%;
}
.deleteIconDiv {
	background: transparent url(/images/delete-sprite.png) no-repeat 0 100%;
}
.pauseIconDiv {
	background: transparent url(/images/icons/ico_pause_blue.png) no-repeat 0 100%;
	padding-right:2px;
}
.resumeIconDiv {
	background: transparent url(/images/icons/ico_play_blue.png) no-repeat 0 100%;
	padding-right:2px;
}
/**for PCGH network paused button css**/
.pauseButton {
	background: url("/images/icons/ico_pause_blue.png") no-repeat scroll 0 bottom transparent;
	cursor: pointer;
}
.pauseButton:hover {
	background-position: 0 top;
}
.resumeButton {
	background: url("/images/icons/ico_play_blue.png") no-repeat scroll 0 bottom transparent;
	cursor: pointer;
}
.resumeButton:hover {
	background-position: 0 top;
}
#pausePlacmentStatus {
	display: inline-block;
}
/*   ROUNDED CORNER CLASSES */
.roundedCornerSearch {
	width:6px;
	height: 6px;
	float:left;
	overflow:hidden;
}
.roundedEdgeSearch {
	width:241px;
	_width:243px;
	background-color: #eff6fa;
	height: 5px;
	_height:6px;
	float:left;
	overflow:hidden;
}
.successMessage {
	border-top: 1px solid #FFDDBB;
	padding: 3px 10px;
	font-weight: bold;
	display: none;
	background-color: #FFFFDD;
	line-height: 20px;
}

/* START - styles for TMP ad tag dialog */

.formAddMode {
	border: 2px solid #b6ee2f;
	border-top-width: 0px;
}
.formEditMode {
	border: 2px solid #ffea36;
	border-top-width: 0px;
}
.manageTagTabFillers {
	height:59px;
	_height:39px;
	width:25px;
	float:left;
	border-bottom:2px solid white;
	margin-top: 9px;
}
.tabButtonAdd {
	height: 39px;
	width: 106px;
	float: left;
	background: transparent url(/images/add_button_manage_tag.gif) no-repeat 0 100%;
	overflow: hidden;
	cursor: pointer;
}
.tabButtonAddActive {
	height: 39px;
	width: 106px;
	float: left;
	background: transparent url(/images/activeadd_button_manage_tag.gif) no-repeat 0 100%;
	overflow: hidden;
	cursor: pointer;

}
.tabButtonEdit {
	height: 39px;
	width: 106px;
	float: left;
	background: transparent url(/images/edit_button_manage_tag.gif) no-repeat 0 100%;
	overflow: hidden;
	cursor: pointer;
}

.tabButtonAdd:hover {
	background-position: 0 0;
}
.tabButtonEdit:hover {
	background-position: 0 0;
}

/* END - styles for TMP ad tag dialog */

/* START - style for geo heat maps */

.dropDownHolderDiv{
	width:780px;
	_width:790px;
	height:35px;
	_height:50px;
	padding: 15px 0px 0px 10px;
	background-color:#eeeeee;
	color:#999999;
	border-bottom:1px dotted
}

.geoMapArrowExpand {
	width: 12px;
	height: 12px;
	background: transparent url(/images/components/accordion/down_arrow_grey.png) no-repeat center bottom;
	float:left;
	margin-top: 8px;
	_margin-top: 5px;
	cursor:pointer;
}

.geoMapArrowCollapse {
	width: 12px;
	height: 12px;
	background: transparent url(/images/components/accordion/side_arrow_grey.png) no-repeat right center;
	float:left;
	margin-top: 8px;
	_margin-top: 5px;
	cursor:pointer;
}

.geoDateField {
	float:left;
	width:70px;
}

.geoLegendBoxes {
	margin-right:3px;
	height:16px;
	width:16px;
	float:left;
}

/* END - styles for geo heat map */
/* START - styles for Campaign-Groups config page */
#ajaxLoading {
	background:url(/images/Mediakit/ajax-loader-large.gif) no-repeat scroll 5px 10px #FAFAFA;
	border:2px solid #666666;
	color:#444444;
	display:none;
	position:absolute;
	top:40%;
	left:42%;
	float:right;
	font-size:12px;
	font-weight:bold;
	padding:14px 10px 16px 38px;
	white-space:nowrap;
	cursor:wait;
 }
.bodyBg {
	background:url(/images/body_background.png);
}
.clearLeft {
	clear:both;
}
.mainCotainerDiv {
   width:99%;
   padding:10px 0px 0px 20px;
   float:left;
}
.mainCotainerDiv form {
   margin:0px;
}
.columnWrapper {
	padding:0px;
	margin:0px 10px 0px 0px;
	clear:none;
	float:left;
}
.sideheader2 {
	background:#F7F7F7 none repeat scroll 0px 0px;
	border:1px solid #f1f1f1;
	color:#333;
	padding:8px;
	margin:0px 0px 10px 0px;
}
.sideheader2 input {
    vertical-align:middle;
}
.campGroupSearch {
	width:150px;
}
.campGroupsWrapper {
	float:left;
	margin:0;
	padding:0;
	overflow-y:scroll;
	overflow-x:hidden;
	height:400px;
	border:1px solid #f1f1f1;
	width:100%;
}
/*right column css starts here*/

.InfoBox {
	border:1px solid #f1f1f1;
	padding:8px;
	margin:0px 0px 10px 0px;
	float:inherit;
	height:430px;
}
.InfoList {
	float:left;
	width:100%;
}
.InfoList ul {
	list-style:url(/images/ico_arrow_list.png);
	padding:0px 20px 0px 25px;
	line-height:26px;
	margin:0px;
}
.InfoList ul li {
	line-height:26px;
}
.InfoListHeader {
	color:#004a80;
	background:url(/images/img_grpHeading.png) top left no-repeat;
	line-height:29px;
	padding:0 0 0 10px;
}
.seperator15 {
	clear:both;
	height:15px;
	width:100%;
}
.createNewButton {
	float:right;
	width:160px;
	margin:15px 25px;
	display: inline;
	font-size:16px;
}
/* List Box component Starts*/
.listBox{
	float:left;
	height:auto;
	width:100%;
}
.listBox ul{
	list-style:none;
	margin:0px;
	padding:0px;
	line-height: 25px;
}
.listBox ul li{
	margin:0px;
	border-bottom:1px solid #f1f1f1;
	cursor:pointer;
}
.listBox ul li:hover{
    background:#f5f8fd;
    border-bottom:1px solid #9bb8e4;
}
.listBox ul li:hover img{
    visibility:visible !important;
}
.listBox ul li.currentGroup{
	margin:0px;
	border-bottom:1px solid #f1f1f1;
	background:#fcfecf;
}
.listBox ul li.currentGroup a{
	color:#000000;
}
.listBox .listBoxHeading {
	line-height:24px;
	color:#000000;
	font-weight:bold;
	padding:0px 0px 0px 8px;
	background:#f1f1f1 url(/images/bg_grpHeaderList.png) repeat-x;
	cursor:default;
}
.listBox ul li a{
	padding:0px 0px 0px 8px;
	display:inline-block;
	line-height: 25px;
	width:86%;
	#width:81%;
	text-decoration:none;
}
.doubleImg ul li a{
	width:80%;
	#width:75%;
}
.listBox ul li a:hover{
     color:#000000;
}
.listBox ul li img{
	margin:0px 8px 0px 0px;
	visibility:hidden;
	cursor:pointer;
}
/* List Box component Ends */

/*TABS STARTS*/
.blueTabs{ 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;}
.blueTabs ul{margin:0;  padding:0;  list-style:none;}
.blueTabs li {  float:left;  background:url(../../tabs/images/tab_left.gif) no-repeat left top;  margin:0;  padding:0 2px 0 10px;  }
.blueTabs span {  float:left;  display:block;  background:url(../../tabs/images/tab_right.gif) no-repeat right top;  padding:8px 15px 4px 5px;text-decoration:underline;  font-weight:normal; cursor:pointer; color:#2a68d2; font-size:13px;height:33px;}
.blueTabs span:hover {  color:#1248a5; }
.blueTabs .current {  background-image:url(/images/bg_tabsLeft.png); text-decoration:none;}
.blueTabs .current span {  background-image:url(/images/bg_tabsRight.png);  color:#000;  padding-bottom:5px;  font-weight:bold; text-decoration:none;}
/*TABS ENDS*/

/* FlexiGrid css Starts*/
.portlet_Wrapper {
	background:url(/images/bg_ltMiddle.gif) repeat-x top;
	color:#fff;
	font-size:12px;
	width:100%;
	height:31px;
	float:left;
	line-height:31px;
}
.pTitle_Right740 {
	font-size:11px;
	width:auto;
	float:right;
	margin-right:-32px;
}
.lp_Top {
	background:url(/images/bg_leftMenu.jpg) no-repeat top left;
	width:13px;
	height:31px;
	float:left;
}
.rp_Top {
	background:url(/images/bg_leftMenu.jpg) no-repeat top right;
	width:13px;
	height:31px;
	float:right;
}
.pTitle {
	width:92.2%;
	float:left;
	margin:auto;
	cursor: move;
}
.pTitle_Left {
	width:auto;
	float:left;
	font-size:11px;
	margin-top:7px;
	color:#ffffff;
}
.mainTabs_Dropdown {
	float:left;
	margin-left:5px;
	line-height:15px;
	padding-top: 10px;
}
.mC_borderContent {
	font-size:11px;
	padding:0px;
	float:left;
	width:99.8%;
}
.mC_borderGrey2 {
	border:1px solid #dce3e5;
	border-top-width:0px;
	background:#fff;
	float:left;
	width:99.7%;
	overflow: hidden;
}
.flexigrid td, .flexigrid tr, .flexigrid div, .flexigrid span, .flexigrid select, .flexigrid input {
	color:#000000;
}
.flexigrid select {
    width:auto !important;
}
/* FlexiGrid css Ends*/
/*************** groups_config and create_group page styles starts********************/
.width30, #publisherName, #siteUrl {
   width:30%;
}
.width31 {
   width:31%;
}
.width33 {
   width:33%;
}
.width35 {
   width:35%;
}
.width61 {
   width:61%;
}
.width66 {
   width:66%;
}
.width50 {
  width:50%;
}
.width97 {
   width:97%;
}
.width100 {
   width:100%;
}
#campaignName {
   width:28%;
}
#campaignDescr {
   width:69%;
}
#publisherId {
   width:15%;
}
#addSites {
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #EBEBEB;
	color:#333333;
	padding:8px 8px 0px 8px;
}
.searchMsg {
    margin-bottom:8px;
    display:none;
}
.textCenter {
    text-align:center;
}
.addGrpMsg {
	background:none repeat scroll 0 0 #FFFFBE;
	border:1px solid #F0E650;
	padding:3px 20px;
	font-weight:bold;
	visibility:hidden;
}
.btn_expandAddSites  {
	background:url(/images/btnbg_AddSites.png) no-repeat scroll center top transparent;
	height:11px;
	width:86px;
}
.btn_collapseAddSites  {
	background-position:center -16px;
	height:11px;
	width:86px;
}
.buttonDiv {
    text-align:right;
    margin:20px 0px 20px; 20px;
}
.buttonDiv .saveGroupBtn {
	vertical-align:middle;
}
#fileLoader {
    width:100%;
}
#fileLoader th {
    text-align:center;
    vertical-align:middle;
    background-color:#DDDDDD;
    padding:6px;
    color:#000000;
    border-right:solid 1px #ffffff;
    width:50%;
}
#fileLoader td {
    text-align:center;
    vertical-align:middle;
    background-color:#EEEEEE;
    padding:9px;
    border-right:solid 1px #ffffff;
    width:50%;
}
#fileLoader input {
    color:#000000;
    background-color:#ffffff;
}
#fileLoader img, .fileDownLoad {
    margin-right: 5px;
}
#fileLoader .sysGrpFiles {
    border-top:solid 1px #ffffff;
}
#fileLoader .sysGrpFiles a, .marginRight15, #fileUploader {
    margin-right: 15px;
}
.hideDisplay {
    display:none;
}
#sub_nav_container .subNavPadding {
    padding: 5px 0px 0px 10px;
}
ul.sub_nav {
    padding: 5px 0px 0px 0px;
    margin:0px;
    list-style:none;
}
ul.sub_nav li {
    float:left;
    padding:0 10px 0 10px;
    border-right:1px solid #AAA;
}
.stepNav {
   line-height:24px;
   float:right;
   clear:both;
}
.noWrap {
    white-space:nowrap;
}
.siteListGrid {
    width:648px;
}
.removeSitesBtn {
   margin:4px;
}
.noMargin {
   margin-bottom:0px;
}
.button_flexigrid_row {
	line-height: 31px;
	width:99.7%;
	height: 31px;
	float: left;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DCE3E5;
}
#adflexFAQ {
  float:right;
  margin-right:20px;
}
/*************** groups_config and create_group page styles ends********************/
/*************** campaing_autoselect page styles starts********************/
.groupHeader {
    font-weight:bold;
    margin-bottom:8px;
}
.groupHeader img {
    margin-left:5px;
}
.greyheader {
	background:#F7F7F7 none repeat scroll 0px 0px;
	border:1px solid #f1f1f1;
	padding:5px;
	width:96%;
}
.greyheader ul {
    padding: 3px 0px 3px 0px;
    margin:0px;
    list-style:none;
}
.greyheader ul li{
    float:left;
    padding:0 10px 0 10px;
}
.greyheader ul li.seperator {
    border-right:solid 2px #666;
    padding-left:0px;
}
.siteDetailsGrid {
	width:950px;
	display:none;
}
/*************** campaing_autoselect page styles ends********************/
/*************** campaing_manualselect page styles starts********************/
.dataColumn {
    background-color:#F7F7F7;
	width:99%;
}
.dataColumn table {
	width:100%;
}
.dataColumn h2 {
	font-weight: bold;
	font-size: 1.1em;
}
.dataColumn table tr td {
	border:1px solid #AAAAAA;
	width:50%;
}
.dataColumn .rightLink {
	cursor: pointer;
	color: #0587c4;
	position:absolute;
	right:8px;
}
.dataColumn .columnHeader {
	background-color:#DDDDDD;
	padding:5px;
	width:98%;
	font-weight:bold;
	position:relative;
}
.dataColumn .targetColumn,.dataColumn .srcColumn {
	float:left;
	height:240px;
	overflow-x:hidden;
	overflow-y:scroll;
	width:100%;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.dataColumn .listItem {
	background-color:#EEEEEE;
	border:solid 1px #efefef;
	float:left;
	font-size:11px;
	line-height:20px;
	padding: 2px;
	margin: 1px;
	width:98%;
	cursor:pointer;
}
.dataColumn .listItem div {
    width:95%;
    #width:92%;
    float:left;
}
.dataColumn .listItem span.actionImg {
	color:#0587C4;
	float:left;
	cursor: pointer;
	line-height: 18px;
	font-weight:bold;
	font-size:20px;
}
.searchContainer {
	background:#F7F7F7 none repeat scroll 0px 0px;
	border:1px solid #f1f1f1;
	padding:8px 0px 8px 8px;
	width:96%;
}
.searchContainer label {
    font-weight:bold;
}
.searchContainer input {
    vertical-align:middle;
}
.systemGroup input {
  vertical-align:middle;
}
.systemGroup label,.systemGroup .searchButton{
  margin-right:8px;
}
#manualSelectForm .greyheader{
  margin-left:20px;
  width:95%;
}
#manualSelectForm .blueTabs{
  margin-left:20px;
  width:96%;
}
/*************** campaing_manualselect page styles ends********************/
/* END - style for Campaign-Groups config page */
.blank {
	background: transparent url(/images/blank.png) no-repeat top;
}

/*table link*/

.tableLink a:link
,.tableLink a:visited {
 color:#0587C4 !important;
 text-decoration:none
}

.overflowHidden{
	overflow:hidden;
}
/***Start: AdNetwork and placement Pause/resume custom dialog***/
 .gfill_warning {
	padding:10px 10px 0px 40px;
	margin: 10px 0px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url("/images/warning.png");
}
.pause_dialog_content {
	padding: 15px 0 10px 40px;
}
.pause_dialog {
	width: 420px !important;
}
/***** End: AdNetwork and placement Pause/resume custom dialog *****/
