/***************************************************************/
/* General Styles for the Content - ResourceNodes presentation */
/***************************************************************/

.stlContentResourceNodes_OuterTable {
	width: 100%;
}

.stlContentResourceNodes_MiddleTable {
	width: 100%;
}

.stlContentResourceNodes_InnerTable {
	width: 100%;
}

.stlContentResourceNodes_ParentsTable {
	width: 100%;
	margin-top: 5px;
}

.stlContentResourceNodes_HeaderTable {
	width: 100%;
}

.stlContentResourceNodes_HeaderCell {
	width: 100%;
	padding-right: 2px;
}

.stlContentResourceNodes_HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #669933;
}

.stlContentResourceNodes_Line1 {
	height: 1px;
	background-color: black;
}

.stlContentResourceNodes_Line2 {
	background-color: #0066FF;
	height: 1px;
}

/*********************************************************************/
/* User Defined Styles for the ResourceNodes-Parent-Row presentation */
/*********************************************************************/

.stlContentResourceNodesParent-Row_Row {
	background-color: #EEEEEE;
}

.stlContentResourceNodesParent-Row_AlternateRow {
	background-color: Transparent;
}

.stlContentResourceNodesParent-Row_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: darkgreen;
}

.stlContentResourceNodesParent-Row_Description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: darkgreen;
}

.stlContentResourceNodesParent-Row_Actions {
	text-align: right;
}