/* The CSS in this file overrides some CSS on Staging that are used to visually inform the Contribute user of specific styles or tags that are applied. */

 	/*-- blockquote default is in bootstap, however the font-size and border-left are overridden below. --*/
 	/*-- blockquote displays with light grey background color and border on Staging. --*/
	/* on www, in the www-specific.css, the blockquote is referenced to not display the background color or border. */
	/* all other blockquote properties are defined in indexCSS.css */
blockquote {
	font-size: 1em;
	border: none;
	background-color: #ffffff;
}

	/* on staging, we display the text and use a background color, but on www, we do not display */
	/* all other printurl properties are defined in indexCSS.css */
.printurl{
	display:none;
	background-color:#FFFFFF;
}

@media print {
.printurl{
	display:inline !important;
}
}

li.nobulletlist /* added to remove the bullet from unorderlists, when nobulletlist class is applied in Contribute 02/12/2013 - tjb */
{
	background-color:#FFFFFF;
}

/* New */
#mbdiv
{
border: none;
}