/*tabs*/
.rich-tabpanel-content {
	padding: 0px !important; 
	padding-top: 5px !important; 
	border-bottom-width: 0px !important; 
	border-left-width: 0px !important; 
	border-right-width: 0px !important;
}

.rich-tab-active {
	background-image: none !important;
}

/*
 * fix for richfaces bug in 3.3.2 (bad css selector name)
 */
td.rich-tbpnl-tb-sel {
	/*
	background-image: url("/tb/faces/a4j/g/3_3_2.SR1org.richfaces.renderkit.images.TabGradientB/DATB/eAH7!!!!hw8fmAAaZwXQ");
	*/
	border-color: #FF9409;
}

/*tree*/

.rich-tree-node-text {
	border: 1px solid #e7e7e7;
	padding: 0 3px;
}

.rich-tree-node-text > a {
	display: block;
}

.rich-tree-node-highlighted {
	border : 1px solid;
	text-decoration: none !important;
	border-style: dashed;
	border-color: #666666;
}

.rich-tree-i-sel, .rich-tree-node-selected a {
    font-weight: bold !important;
}

.rich-tree-pointer-cursor, .dr-tree-pointer-cursor {
	height: 16px !important;
}
.rich-tree-h-ic-img, .dr-tree-h-ic-img {
	height: 5px;
	border: 0;
}
.rich-tree-h-text {
	padding: 0px !important;
}

/*table*/
.rich-table {
	border-left: 0px !important; 
	border-top: 0px !important;
	background-color: transparent !important;
}

.rich-table-headercell {
	border-bottom: 1px solid #c0c0c0 !important; 
	border-right: 0px !important;
	padding: 0px !important;
	font-weight: normal !important;
}

.rich-table-subheadercell {
	border-bottom: 1px solid #c0c0c0 !important; 
	border-right: 0px !important;
	padding: 0px !important;
}

.rich-table-subfootercell {
	border-bottom: 1px solid #c0c0c0 !important; 
	border-right: 0px !important;
	padding: 0px !important;
}

.rich-table-cell {
	padding: 0px !important;
	border-right: 0px !important;
}

.rich-table-cell-override, .dr-table-cell-override {
	border: 0px !important;
}

.rich-datascroller-table, .rich-dtascroller-table {
	background-color: transparent !important;
	border-width: 0px !important;
	border-style: none !important;
}

.rich-datascr-button {
	background-color: transparent !important;
	border-width: 0px !important;
	border-style: none !important;
	width: 10px !important;
}

.rich-datascr-sepctrl {
	background-color: transparent !important;
	border-width: 0px !important;
	border-style: none !important;
	width: 10px !important;
}

.rich-datascr-act {
	border-width: 0px !important;
	border-style: none !important;
	width: 10px !important;
	padding-right: 5px;
	font-weight: bold !important;
}

.rich-datascr-inact {
	border-width: 0px !important;
	border-style: none !important;
	color: #134094 !important;
	width: 10px !important;
	padding-right: 5px;
}

.rich-picklist-source-items {
	margin-left: 0px !important;
	margin-bottom: 8px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
}

#multiSelectPopup { 
	position:absolute; 
	top: 0px; 
	left: 0px; 
	visibility: hidden; 
	padding: 0px; 
	margin: 0px; 
	z-index: 2000;
}
