﻿
/* for embedded listiews */
/* height for lvTableContainer is set by pega_ui_listview.js */
div.lvTableContainer {
	overflow: auto;
	overflow-x:hidden;        
}

table.ViewTableStyle {
	width:100%;	
} 

table.ViewTableStyle thead tr.lvFixedHeaderRow {
	position:relative; 
}

table.ViewTableStyle > tbody.lvFixedHeaderTbody {
	overflow: auto; 
	overflow-x: hidden;
	overflow-y:auto;
}

TD.reports_tdLeftStyle A:Hover {
	text-decoration: underline;
}

/* start: core styles for filtering columns */
#filterpanel.yui-panel .hd { 
	display:none;
}
#filterpanel UL {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}
#filterpanel UL LI {
	position: relative;
	padding:3px;
	padding-right:10px;
	font-size: 8pt;
	}
#filterpanel LI UL {
	display: none;
	position: absolute;
	top: 0px
}
#filterpanel_c.yui-panel-container.shadow .underlay { 
	border:none;
}
.lv_header_col{
	background-color:transparent;
	position:relative;
	cursor:hand;
	overflow:visible;
	height:100%;
}
.lv_header_span{
	width:100%;
         cursor:move;
         margin:1px 15px 1px 3px;
	padding-right:5px;
}
INPUT.Checkbox {
    width:auto;
}
/* end: core styles for filtering columns */

.iconChart {		
    background-image: url(desktopimages/pzreport_performChart_13231460237.gif!!.gif);
    background-repeat: no-repeat;
    border: none;
    height: 15px; 
    width: 14px;
    cursor:pointer;
    background-color: transparent;
}
.iconChart_on {		
    background-image: url(desktopimages/pzreport_performChart_13231460237.gif!!.gif);
    background-repeat: no-repeat;
    border: none;
    height: 15px; 
    width: 14px;
    cursor:pointer;
    background-color: transparent;
}

.iconSearch {
    background-image: url(../images/pzreport_search_1482417904.png!!.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 20px;
    height: 18px;
    cursor: pointer;
    display: block;
}
.iconSearch_on {
    background-image: url(../images/pzreport_search_1482417904.png!!.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 18px;
    cursor: pointer;
    display: block;
}
.ellipsis {	
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden; 
	-moz-binding: url(webwb/pzMozBindingEllipsis.xml#ellipsis);
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
}