.myListBox
{
	position:relative;
	display:inline-block;
	width:100%;
	jmin-height:9em;
	height:21em;
	jheight:80%;
	jheight:300px;
	jbackground-color:#ffffff;
	jcursor:pointer;
	jbackground-color:#cc0000;
}

.ptdlbHeaderDiv
{
	padding:0 6px;	/* Note: You probably need to sync padding between ptdlbDataCell and ptdlbHeaderDiv */
}
.ptdlbHeaderTable
{
	width:100%;
    border-collapse: separate; 
    border-spacing: 0 1px; 
    jmargin-top: -10px;
}
.ptdlbHeaderRow
{
}
.ptdlbHeaderCell
{
	text-align:left;
	font-size:0.5em;
	font-weight:normal;
	jpadding-left:1px;	/* for left border of data row */
}
.ptdlbDataDiv
{
	position:relative;
	overflow:auto;
	padding:0 0;
	border:1px solid #999999;
	background-color:#cccccc;
	
	-webkit-overflow-scrolling:touch; /* inertial scrolling */
}
.ptdlbDataTable
{
	width:100%;
    border-collapse: separate; 
    border-spacing: 0 0px; 
    jmargin-top: -12px;
	white-space:nowrap;
}
.ptdlbDataRow
{
	jcursor:default;
}
.ptdlbDataRow:nth-child(even)
{
	background-color:#e6e6e6;
}
.ptdlbDataRow:nth-child(odd)
{
	background-color:#ffffff;
}td.ptdlbDataCell
{
    jborder: solid 1px #999999;
    jborder-style: solid none;
	padding: 6px 6px;			/* Note: You probably need to sync padding between ptdlbDataCell and ptdlbHeaderDiv */
    jbackground-color: cyan;
	jwidth:80px;
}
td.ptdlbDataCell:first-child
{
    jborder-left-style: solid;
    jborder-top-left-radius: 6px; 
    jborder-bottom-left-radius: 6px;
}
td.ptdlbDataCell:last-child
{
    jborder-right-style: solid;
    jborder-top-right-radius: 6px; 
    jborder-bottom-right-radius: 6px; 
}
.ptdlbDataCellSelected
{
	background-color:#3399ff !important;
	color:#ffffff !important;
}
.ptdlbDataRowSelected
{
	background-color:#3399ff !important;
	color:#ffffff !important;
}
/*
.ptdlbDataRow:hover
{
	background-color:#ff0000 !important;
}
*/
.ptdlbPleaseWait
{
	position:absolute;
	display:table;
	width:100%;
	height:100%;
	jheight:300px;
	background-color:#ffffff;
	opacity:0.9;
    jborder-collapse: separate; 
    jborder-spacing: 0 0px; 
}
.ptdlbPleaseWaitContent
{
	display:table-cell;
	jposition:absolute;
	jright:0px;
	jbottom:0px;
	vertical-align:middle;
	width:100%;
	height:100%;
	text-align:center;
	jbackground-color:#ffff00;
	jborder:1px solid #000000;	
}