/*
<!-- __ORIGINAL__ -->
*/

/*
 *	$Id: resultsTable.css,v 1.2 2017/07/27 14:13:37 jpro Exp $
 */

td.resultTable {
	font-weight: normal;
	line-height : 120%;
	font-size: 8pt;
	vertical-align: top;
	border-right: 1px solid #e3ddda;
	border-top: 1px solid #e3ddda;
}

td.tdpa, td.tdpam {
    border-right: 0px;
    border-top: 1px solid #e3ddda;
}

td.mid {
    vertical-align: middle;
}

td.tdpam {
    padding: 11px 6px 3px 0px;
}

td.tdnobo {
    border-right: 0px;
    border-top: 0px;
    padding: 0px 6px 3px 0px;
}

td.tooltip {
    border-right: 0px;
    border-top: 0px;
    font: 8pt tahoma;
}

td.title {
    font-weight: bold;
}

td.listTitle {
    font-weight: bold;
    border-bottom: 1px solid #e3ddda;
}
    
.rtColumn {
	overflow: hidden;
	white-space: nowrap;
	height: 19px;
	font-size:8pt;
    font-family: tahoma;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;	
}    

.rtCancelColumn {
	overflow: hidden;
	white-space: nowrap;
	height: 19px;
	font-size:8pt;
    font-family: tahoma;
    color: red;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;	
}

.rtColumnSysTerm {
	overflow: hidden;
	white-space: nowrap;
	height: 19px;
	font-size:8pt;
    font-family: tahoma;
	font-weight: bold;
    padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;	
	color: blue;
}

.tooltipItem {
	font-size:8pt;
    font-family: tahoma;
	border: solid; 
	border-color: #BED6F8; 
	border-width: 1px;
}