/************************************************************/
/* General Styles for the Content - NodeNodes presentation */
/************************************************************/

.stlContentNodeNodes_OuterTable {
	width: 100%;
}

.stlContentNodeNodes_MiddleTable {
	width: 100%;
}

.stlContentNodeNodes_InnerTable {
	width: 100%;
}

.stlContentNodeNodes_ChildrenTable {
	width: 100%;
	margin-top: 5px;
}

/******************************************************************/
/* User Defined Styles for the NodeNodes-Header row presentation */
/******************************************************************/

.stlContentNodeNodesHeader-Row_Table {
	width: 100%;
}

.stlContentNodeNodesHeader-Row_Cell {
	width: 100%;
	padding-right: 2px;
}

.stlContentNodeNodesHeader-Row_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.stlContentNodeNodesHeader-Row_Actions {
	text-align: right;
}

.stlContentNodeNodesHeader-Row_Line1 {
	height: 1px;
	background-color: black;
}

.stlContentNodeNodesHeader-Row_Line2 {
	background-color: #0066FF;
	height: 1px;
}

/***********************************************************/
/* User Defined Styles for the NodeNodes-Body presentation */
/***********************************************************/

.stlContentNodeNodesBody_Row {
	background-color: #EEEEEE;
}

.stlContentNodeNodesBody_AlternateRow {
	background-color: Transparent;
}

.stlContentNodeNodesBody_Title {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}

.stlContentNodeNodesBody_Description {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	color: black;
}

.stlContentNodeNodesBody_Actions {
}

.stlContentNodeNodesBodyMeeting_Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #707070;
}

.stlContentNodeNodesBodyMeeting_Status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: darkgreen;
}

.stlContentNodeNodesBodyMeeting_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #2156B4;
}
