/************************************************************/
/* General Styles for the Content - Attributes presentation */
/************************************************************/

.stlContentAttributes_OuterTable{
	width: 100%;
}

.stlContentAttributes_MiddleTable{
	width: 100%;
}

.stlContentAttributes_InnerTable{
	width: 100%;
}

.stlContentAttributes_PropertiesTable{
	width: 100%;
	margin-top: 5px;
}

.stlContentAttributes_PropertyRow{
	vertical-align: top;	
}

.stlContentAttributes_PropertyFirstCell{
	
}

.stlContentAttributes_PropertyTitleCell{
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.stlContentAttributes_PropertySeperatorCell{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.stlContentAttributes_PropertyValueCell {
	font-size: 8pt;
	width: 75%;
	color: darkgreen;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/******************************************************************/
/* User Defined Styles for the Attributes-Header row presentation */
/******************************************************************/

.stlContentAttributesFullview-Header_Table {
	width: 100%;
}

.stlContentAttributesFullview-Header_Cell {
	width: 100%;
	padding-right: 2px;
}

.stlContentAttributesFullview-Header_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #669933;
}

.stlContentAttributesFullview-Header_Actions {
	text-align: right;	
}

.stlContentAttributesFullview-Header_Line1 {
	height: 1px;
	background-color: black;
}

.stlContentAttributesFullview-Header_Line2 {
	background-color: #0066FF;
	height: 1px;
}

.stlContentAttributesFullview-HeaderResource_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

.stlContentAttributesFullview-HeaderResource_Actions {
	background-color : #E0E0E0;
}

.stlContentAttributesFullview-HeaderUser_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

.stlContentAttributesFullview-HeaderUser_Actions {
	background-color : #E0E0E0;
}

/***************************************************************/
/* User Defined Styles for the Attributes' Titles presentation */
/* The styles are automatically applied by the attribute name  */
/***************************************************************/

.stlContentAttributes_PropertyTitle_nname {
	text-decoration: underline;	
}

/***************************************************************/
/* User Defined Styles for the Attributes' Titles presentation */
/* The styles are automatically applied by the attribute name  */
/***************************************************************/

.stlContentAttributes_PropertyValue_nname 
{
	color: Black;
	font-weight: bold;
	text-decoration: underline;	
}

.stlContentAttributes_PropertyValue_rname {
	font-weight: bold;
}

.stlContentAttributes_PropertyValue_rowner {
	color: black;
}

.stlContentAttributes_PropertyValue_rauthor {
	color: black;
}

.stlContentAttributes_PropertyValue_rdate {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #76B13A;
}

.stlContentAttributes_PropertyValue_rposted {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-style : italic;
	color: #999999;
}

.stlContentAttributes_PropertyValue_rdescr {
	color: black;
}

.stlContentAttributes_PropertyValue_rsmalltext {
	
}

.stlContentAttributes_PropertyValue_rtext {
	
}



