/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
body
{
     /* Font */
     font-family: 'Helvetica Neue', Arial, Verdana, sans-serif;
     font-size: 14px;

     /* Text color */
     color: #222;

     /* Remove the background color to make it transparent */
     background-color: #fff;
}


p { margin: 0px; }

img:-moz-broken
{
     -moz-force-broken-image-icon : 1;
     width : 24px;
     height : 24px;
}
img, input, textarea
{
     cursor: default;
}

/* Changed from just bbc_emoticon because we vertically align all posted images, while editor baseline-aligns */
img { vertical-align: middle; }

strong.bbc				{	font-weight: bold !important; }
em.bbc 					{	font-style: italic !important; }
span.bbc_underline 		{ 	text-decoration: underline !important; }
acronym.bbc 			{ 	border-bottom: 1px dotted #000; }
span.bbc_center, div.bbc_center, p.bbc_center	{	text-align: center; display: block; }
span.bbc_left, div.bbc_left, p.bbc_left	{	text-align: left; display: block; }
span.bbc_right, div.bbc_right, p.bbc_right	{	text-align: right; display: block; }
div.bbc_indent 			{	margin-left: 50px; }
del.bbc 				{	text-decoration: line-through !important; }
ul, ul.bbc                               {     list-style: disc outside; margin: 12px 0 12px 0px; }
     ul ul,ul.bbc ul.bbc                {     list-style-type: circle; }
          ul ul ul,ul.bbc ul.bbc ul.bbc {     list-style-type: square; }
ul.decimal,ul .decimal, ul.bbc.decimal                     { list-style-type: decimal !important; }
     ul.lower-alpha,ul.bbc.lower-alpha          { margin-left: 0px; list-style-type: lower-alpha; }
     ul.upper-alpha,ul.bbc.upper-alpha          { margin-left: 0px; list-style-type: upper-alpha; }
     ul.lower-roman     ,ul.bbc.lower-roman          { margin-left: 0px; list-style-type: lower-roman; }
     ul.upper-roman,ul.bbc.upper-roman          { margin-left: 0px; list-style-type: upper-roman; }

ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right:0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding:0 40px;
}

blockquote.ipsBlockquote {
	font-size: 12px;
	padding:8px 10px;
	border: 1px solid #D8DDE8;
	background: #F1F6F9;
	margin: 0 0;
	overflow-x: none;
	color:#545353;
}
blockquote.ipsBlockquote p{
	color:#545353;
	font-size:12px;
}

blockquote.ipsBlockquote blockquote.ipsBlockquote {
	margin: 0 10px 0 0;
}

blockquote.ipsBlockquote p.citation {
	margin: 6px 10px 0 0;
}

cite.ipb {
	font-size: 12px;
	padding: 0px 10px 8px 10px;
	background: #E4EEF6;
	background: -moz-linear-gradient(top, #F1F5FC 0%, #E4EEF6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F5FC), color-stop(100%,#E4EEF6)); /* webkit */
	border-right: 1px solid #D8DDE8;
	font-weight: bold;
	font-style: normal;
	overflow-x: auto;
	margin-top: -1px;
	margin-bottom: 8px;
	margin-left: -10px;
	margin-right: -12px;
	width: 100%;
	display: block;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	color:#4987B0;
}


pre._prettyXprint {
    background-color: #fafafa !important;
    color: #000000;
    border: 1px solid #c9c9c9;
    margin-left: 10px;
    font-size: 13px;
    line-height: 140%;
    margin: 1em auto;
    padding: 1em;
    overflow: auto;
}
