/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

body
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #222;
    /* Remove the background color to make it transparent */
    background-color: #fff;
}

html
{
    /* #3658: [IE6] Editor document has horizontal scrollbar on long lines
    To prevent this misbehavior, we show the scrollbar always */
    _overflow-y: scroll
}

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

.indent1 {
  margin-left: 40px;
}
.indent2 {
  margin-left: 80px;
}
.indent3 {
  margin-left: 120px;
}
.indent4 {
  margin-left: 160px;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}
.marker-red { color :#cc0000; }
.marker-blue { color : #000099; }
.Yellow { color : #ffff33; }
.Lime { color : #339900; }

td { white-space :normal; }
