@import "/Themes/modern/page_style.css";




.presentation_note
{
font-size:0.85em;
	margin-left:50px;
	margin-right:50px;
	background-color:#E9E9E5;
	padding:10px;
		-khtml-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    border-radius: 0.7em;
}

.presentation_indepth
{
	font-size:0.85em;
	margin-left:50px;
	margin-right:50px;


	background-color:#E9E9E5;
	padding:10px;
		-khtml-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    border-radius: 0.7em;
}

.presentation_indepth img
{
	padding-right:20px;
	float:left;
}


.presentation_main_page_sidebar_text p
{
	line-height:normal;
	text-align:right;
}


/* For the bold text headings at the top of each page in the story and focus-on pages */

.focus_on_paragraph
{
   padding:10px; font-size:0.8em;
   background-image:url(Graphics/focus_on_transparent_background.png);
}

/* style for inline UL elements in page */

.styleTextBlockList
{
	text-align:left;
}