
/* 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%;
}