/*******************************************************************************
 *   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.
 *******************************************************************************/
.dd {
	float: left;
	text-align:left;
	font-size:11px;
	margin-right:8px;
}
.dd .ddTitle {
	background:#fcfcfc;
	border:1px solid #dddddd;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:14px;
}
.dd .ddTitle span.arrow {
	background:url(/images/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px; white-space:nowrap;float:right;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 2px;margin-top:2px;display:none;}
.dd .ddTitle img.selected {
	padding:0 2px 0 2px;
	vertical-align:top;
	display:none;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 5px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	line-height:1.4;
}
.dd .ddChild a:hover {
	background:#eeeeee;
	border-width: 0px;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 2px;
	vertical-align:middle;
	margin-top:2px;
	display:none;
}
.dd .ddChild a.selected {
	background:#117ceb;color:#fff;
	
}
.hidden {display:none;}

.dd .flag.rev {background:top no-repeat}
.dd .flag.imp {background:no-repeat; background-position: 0px -11px;}
.dd .flag.eCPM {background:no-repeat; background-position: 0px -22px;}
.dd .flag.rev_imp {background:no-repeat; background-position: 0px -33px;}
.dd .flag.rev_eCPM {background:no-repeat; background-position: 0px -44px;}
.dd .flag.imp_eCPM {background:no-repeat; background-position: 0px -55px;}
.dd .flag.topN {background:no-repeat; background-position: 0px -66px;}
.dd .flag.fill {background:no-repeat; background-position: 0px -77px;}
.dd .flag.fill_eCPM {background:no-repeat; background-position: 0px -88px;}
.dd .flag.topAdTag {background:no-repeat; background-position: 0px -99px;}
