/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

body
{
}

#style_hp h1,#style_hp h2,#style_hp h3,#style_hp h4,#style_hp h5,#style_hp h6
{
  font-weight: normal;
  line-height: 1.2;
}

#style_hp h1 { font-size: 170%; font-weight: bold;  }
#style_hp h2 { font-size: 140%; font-weight: bold;  }
#style_hp h3 { font-size: 120%;}
#style_hp h4 { font-size: 100%; }
#style_hp h5 { font-size: 90%; }
#style_hp h6 { font-size: 80%;}

#style_hp .cke_editable
{
  font-size: 13px;
  line-height: 1.6;
  padding-left: 20px;
}

#style_hp blockquote
{
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
}

#style_hp .cke_contents_ltr blockquote
{
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

#style_hp .cke_contents_rtl blockquote
{
  padding-left: 8px;
  padding-right: 20px;
  border-right-width: 5px;
}

#style_hp a
{
  /*color: #0782C1;    */
}

#style_hp ol,#style_hp ul,#style_hp 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;
}


/*hr
{
  border: 0px;
  border-top: 1px solid #ccc;
} */

#style_hp img.right
{
  /*border: 1px solid #ccc;  */
  float: right;
  margin-left: 15px;
  padding: 5px;
}

#style_hp img.left
{
/*  border: 1px solid #ccc;   */
  float: left;
  margin-right: 15px;
  padding: 5px;
}

#style_hp pre
{
  white-space: pre-wrap; /* CSS 2.1 */
  word-wrap: break-word; /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}

#style_hp .marker
{
  background-color: Yellow;
}

#style_hp span[lang]
{
  font-style: italic;
}

#style_hp figure
{
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 2px;
  background: rgba(0,0,0,0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}

#style_hp figure > figcaption
{
  text-align: center;
  display: block; /* For IE8 */
}

#style_hp a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  /*outline: 1px solid #0782C1; */
}

#style_hp hr { border: 0;
     height: 0; /* Firefox... */
     box-shadow: 0 0 4px 1px black;
   }
#style_hp hr:after { /* Not really supposed to work, but does */
         content: "\00a0"; /* Prevent margin collapse */
         }