
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
/* You can extend this CSS by adding your own CSS file with the the content_css option */

.mceVisualAid {
	border: 1px dashed #BBBBBB !important;
}

div.mceVisualAid {
	background-image:url('/inc/html/learningforgrownups/pix/spacer.gif');
	visibility: visible !important;
}

.mceItemAnchor {
	width: 12px;
	line-height: 6px;
	overflow: hidden;
	padding-left: 12px;
	background-image: url('/inc/html/learningforgrownups/pix/anchor_symbol.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

/* Important is needed in Gecko browsers inorder to style links */
/*
a {
	color: green !important;
}
*/

/* Style selection range colors in Gecko browsers */
/*
::-moz-selection {
	background-color: red;
	color: green;
}
*/

/* MSIE specific */

* html body {
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
}

div.object h2 {
	font-size: 16px;
}

div.object-body h2 {
	font-size: 14px;
}

div.object-body h3 {
	/* important note */
	font-size: 12px;
	font-family: Georgia, serif;
	font-weight: normal;
	background-color: #a8d5f1;
	background-color: #ffb;
	padding: 5px;
	padding-left: 30px;
	margin: 5px;
	color: #000;
	background-image: url(/inc/html/learningforgrownups/pix/exclamation.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 25px;
}

div.object-body h4 {
	/* side note */
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #ccc;
	background-image: url(/inc/html/learningforgrownups/pix/bg-fade.gif);
	background-repeat: repeat-x;
	padding: 5px;
	margin: 5px;
	margin-left: 10px;
	float: right;
	width: 250px;
	font-weight: normal;
}

div.object-body h5 {
	/* tip */
	font-size: 12px;
	font-weight: normal;
	background-color: #a8d5f1;
	background-color: #ffb;
	padding: 5px;
	padding-left: 40px;
	margin: 5px;
	color: #000;
	background-image: url(/inc/html/learningforgrownups/pix/push-pin.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 25px;
}

div.object-body h6 {
	/* quote */
	font-size: 12px;
	font-weight: normal;
	/*width: 550px;
	height: 164px;*/
	padding: 8px;
	padding-left: 40px;
	padding-right: 30px;
	margin: 10px;
	margin-bottom: 0px;
	background-image: url(/inc/html/learningforgrownups/pix/bg-quote2.gif);
	background-repeat: no-repeat;
	min-height: 33px;
	font-style: italic;
}

p.object-snippet {
	text-align: center;
}

dt {
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-left: 5px;
}

dd {
	padding-bottom: 5px;
}

ul.object-checklist li {
	padding-bottom: 8px;
	padding-left: 25px;
	padding-top: 7px;
	list-style-type: none;
	list-style-image: none;
	background-image: url(/inc/html/learningforgrownups/pix/checkmark.gif);
	background-repeat: no-repeat;
	background-position: 0px 25%;
}

div.indicator {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 65px;
	clear: both;
}

div.indicator img {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
}

div.indicator>div[class] {
	position: relative;
	top: 5px;
	left: 35px;
	border-radius: 5px;
	padding: 10px 10px 10px 45px;
	width: 550px;
	color: #3c3c3b;
	margin-top: -108px;
}

div.indicator-instructions {
	background-color: #e8eec3;
	border: 1px solid #3aaa35;
}

div.indicator-important {
	background-color: #bfe4f3;
	border: 1px solid #1d71b8;
}

div.indicator-journal {
	background-color: #d1cde8;
	border: 1px solid #662483;
}

	div.indicator-journal p.question {
		font-weight: bold;
	}

	div.indicator-journal textarea {
		width: 510px;
	}

div.indicator-activity {
	background-color: #ffebb6;
	border: 1px solid #e6332a;
}

div.indicator-theory {
	background-color: #facfbd;
	border: 1px solid #be1622;
}

div.indicator-discussion {
	background-color: #f8d7e0;
	border: 1px solid #a3195b;
}

div.indicator-outcomes {
	background-color: #d5e8cf;
	border: 1px solid #063;
}

