@charset "utf-8";
/* CSS Document */


body {
	background: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	}


a:link, a:visited {
   color: #C00;
   background: transparent;
   text-decoration: underline;
   }
   
/* Print the URLs of hyperlinks in parentheses.
The code is from http://www.alistapart.com/articles/goingtoprint/
*/

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

a[href^="/"]:after { /* This credits relative links to BU--ensure the links are correct*/
   content: " (http://www.bu.edu" attr(href) ") ";
   }


/* Media objects - Since Flash doesn't print, this will put a boxed placeholder graphic in its place */
.swf:before, .swfcenter:before {
	display: block;
	border: 1px solid #000;
	content: url(/webct/RelativeResourceManager/Template/course_template_images/swf_placeholder.jpg);
	margin: 1em;
	padding: 0;
	}


/* Print a border around callout boxes */
.tip, .tipcenter, .summary, .summarycenter, .story, .storycenter, .example, .examplecenter, .danger, .dangercenter {
	margin: 1em;
    padding: .7em;
	border: 1px solid #000;
	}

/* Print a border around colored boxes */
.boxBlue, .boxBlueCenter {
	margin: 1em;
    padding: .7em;
	border: 1px solid #000;
	}
