/***********************************************/
/* General Styles for the History presentation */
/***********************************************/

.stlHistory_OuterTable {
	width: 100%;
}

.stlHistory_MiddleTable {
	width: 100%;
}

.stlHistory_InnerTable {
	width: 100%;
}

.stlHistory_HeaderTable {
	width: 100%;
	background-color: #B8CAA6;
}

.stlHistory_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #669933;
}

.stlHistory_Line1 {
	height: 1px;
	background-color: black;
}

.stlHistory_Created {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: blue;
}

.stlHistory_Modified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: darkred;
}

.stlHistory_Viewed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: darkgreen;
}

.stlHistory_Downloaded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #FF8040;
}
