@charset "utf-8";
/* CSS Document */

/*
.task, .concept, .glossentry {
	/*padding-left: 40px;
	padding-top: 40px; 
	margin-top: 40px;
	margin-left: 40px; 
	font-family: Arial;
}*/

/*
.taskbody, .body, .glossentry {
	font-family: Arial;
	padding-left: 80px;
	padding-right: 160px;
}*/

.uicontrol {
	color: darkblue;
	font-weight: bold;
}

.menucascade {
	color: midnightblue;
	font-weight: bold;
}

.stepresult {
	font-style: italic;
	padding-left: 40px;
	color: darkgreen;
}

.stepresult::before {
	content: ">> ";
	font-weight: bold;
	color: darkgreen;
}
/*
.div {
	font-style: italic;
	font-size: 9pt;
}

.div::before {
	content: "Screenshot: ";
	font-weight: bold;
}*/

.fig {
	font-style: italic;
	color: mediumblue;
	font-size: 9pt;
	padding-left: 40px;
}

/*
.title {
	background-color: aliceblue;
	padding-left: 40px;
	padding-top: 40px;
	font-family: Arial;
}*/

.info {
	padding-left: 40px;
}
.info::before {
	content: "For your info: ";
	font-weight: bold;
}

.shortdesc {
	font-style: italic;
}

.note {
	background-color: lemonchiffon;
}

/*
.related-links {
	padding-left: 80px;
	font-family: Arial;
}

.linklist::before {
	content: "More Information: ";
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial;
}*/

.result {
	color: darkgreen;
}