/**
 * (c) InfoProjects bv. - www.infoprojects.nl
 *
 * $Revision: 1.3 $
 * $Date: 2009/12/02 12:23:19 $
 * $Author: basvl $
 */

.htmlView, .htmlEdit, .htmlView TD, .htmlEdit TD { /* editor */
}

.htmlView   h3,
.htmlEdit   h3{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#5ec4ec;
  margin:0 0 0 0;
  font-weight:normal;
  /*text-transform:uppercase;*/
  line-height:190%;
  font-size:110%;
  font-weight:bold;
  }
.htmlView  h4,
.htmlEdit  h4{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#122371;
  margin:0 0 0 0;
  font-weight:normal;
  /*text-transform:uppercase;*/
  font-size:108%;
  line-height:140%;
  font-weight:bold;
  }
.htmlView  h5,
.htmlEdit  h5,
.htmlView h6,
.htmlEdit h6,
.htmlView h7,
.htmlEdit h7 {
  color:#122371;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin:0 0 0 0;
  font-weight:bold;
  font-size:100%;
  line-height:135%;
  }
  .htmlView a,
  .htmlEdit a{
  color:#333333;
  text-decoration:underline;
  }
  .htmlView a:hover,
  .htmlEdit a:hover{
  color:#5ec4ec;
  text-decoration:underline;
  }
  .htmlView p,
  .htmlEdit p{
  margin:0 0 1.5ex 0;
  }
  .htmlView img,
  .htmlEdit img  {
  border-style:solid;
  border-color:#5ec4ec;
  background-color:#FFFFFF;
  padding:0 0 0 0;
  }
  .htmlView td img,
  .htmlEdit td img{
  margin:5px;
  border-style:solid;
  border-color:#5ec4ec;
  background-color:#FFFFFF;
  padding:0 0 0 0;
  }
  .htmlView a img,
  .htmlEdit a img{
  border-style:solid;
  border-color:#5ec4ec;
  background-color:#FFFFFF;
  padding:0 0 0 0;
  }
  .htmlView td a img,
  .htmlEdit td a img  {
  border-color:#5ec4ec;
  }
  .htmlView a:hover img,
  .htmlEdit a:hover img{
  border-color:#A70B27;/*rood*/
  }
  .htmlView td a:hover img,
  .htmlEdit td a:hover img  {
  border-color:#A70B27;/*rood*/
  }
  .htmlView table,
  .htmlEdit table{
  border-collapse:collapse;
  font-size:100%;
  border-left-color:#5ec4ec;
  border-right-color:#5ec4ec;
  border-top-color:#5ec4ec;
  border-bottom-color:#5ec4ec;
  border-left-style:solid;
  border-right-style:solid;
  border-top-style:solid;
  border-bottom-style:solid;
  }
  .htmlView table tbody,
  .htmlEdit table tbody{
  }

  .htmlView table caption,
  .htmlEdit table caption{
  padding-bottom:0.5em;
  text-align:left;
  color:#949494;
  }
  .htmlView table tr,
  .htmlEdit table tr{
  }

  .htmlView table th,
  .htmlEdit table th{
  text-align:left;
  vertical-align:text-top;  
  font-weight:bold;
  text-transform:uppercase;
  color:#ffffff;
  background-color:#5ec4ec;
  border-left-color:#5ec4ec;
  border-right-color:#5ec4ec;
  border-top-color:#5ec4ec;
  border-bottom-color:#5ec4ec;
  border-left-style:solid;
  border-right-style:solid;
  border-top-style:solid;
  border-bottom-style:solid;
  }

  .htmlView table td,
  .htmlEdit table td{
  border-left-color:#5ec4ec;
  border-right-color:#5ec4ec;
  border-top-color:#5ec4ec;
  border-bottom-color:#5ec4ec;
  border-left-style:solid;
  border-right-style:solid;
  border-top-style:solid;
  border-bottom-style:solid;
  }
  .htmlView sub,
  .htmlEdit sub{
  font-size:90%!important;
  line-height:100%!important;
  }
  .htmlView sup,
  .htmlEdit sup{
  font-size:90%!important;
  line-height:100%!important;
  }
  .htmlView BLOCKQUOTE ,
  .htmlEdit BLOCKQUOTE {
  clear:left;
  display:block;
  margin:0.5em;
  padding:0.5em;
  border:1px dotted #5ec4ec;
  }
  .htmlView BLOCKQUOTE p,
  .htmlEdit BLOCKQUOTE p{
  margin:0;
  }
  .htmlView  cite,
  .htmlEdit  cite{
  font-style:italic;
  }
  .htmlView ABBR,
  .htmlEdit ABBR,
  .htmlView .abbrBlock,
  .htmlEdit .abbrBlock {
  cursor:pointer;
  border-bottom:1px dotted #122371;
  }
  .htmlView DFN,
  .htmlEdit DFN,
  .htmlView .dfnBlock,
  .htmlEdit .dfnBlock{
  cursor:pointer;
  border-bottom:1px dotted #122371;
  font-style:italic;
  }
  .htmlView ul,
  .htmlEdit ul{
  display:inline-block;
  list-style:outside;
  list-style-type:none;
  padding:0 0 0 10px;
  margin:0 0 1em 0;
  }
  .htmlView ul li,
  .htmlEdit ul li{
  list-style:outside;
  list-style-type:none;
  margin-left:0.1em;
  padding:0 0 0 24px;
  background-image:url(../img/background/square.gif);
  background-repeat:no-repeat;
  background-position:left 1.2ex;
  }
  .htmlView ol,
  .htmlEdit ol{
  display:inline-block;
  list-style:outside;
  list-style-type:decimal;
  margin:0 0 1em 0;
  padding:0;
  }
  .htmlView .list-style-type-lower-alpha,
  .htmlEdit .list-style-type-lower-alpha,
  .htmlView .listType_a ,
  .htmlEdit .listType_a {
  display:block;
  list-style:outside;
  list-style-type:lower-alpha;
  }
  .htmlView .list-style-type-upper-alpha,
  .htmlEdit .list-style-type-upper-alpha,
  .htmlView .listType_A,
  .htmlEdit .listType_A{
  display:block;
  list-style:outside;
  list-style-type:upper-alpha;
  }
  .htmlView .list-style-type-upper-roman,
  .htmlEdit .list-style-type-upper-roman,
  .htmlView .listType_I ,
  .htmlEdit .listType_I {
  display:block;
  list-style:outside;
  list-style-type:upper-roman;
  }
  .htmlView .list-style-type-lower-roman,
  .htmlEdit .list-style-type-lower-roman,
  .htmlView .listType_i ,
  .htmlEdit .listType_i {
  display:block;
  list-style:outside;
  list-style-type:lower-roman;
  }
  .htmlView ol li,
  .htmlEdit ol li{
  margin:0 0 0 2.8em;
  padding:0;
  }

