/* editor styles
--------------------------------------*/


/* border for images with class = border_img  */
.border_img { margin: 0 10px 5px 0; padding: 3px; background: #ffffff url("../images/pic-corner.gif") left top no-repeat; }
div.module .border_img { margin: 0; } 
.readon {}

/* design of paragraph with class = blue */
p.green { padding: 0 0 0 10px; border-left: 3px solid #69b123; }
/* design of paragraph with class = red */
p.blue { padding: 0 0 0 10px; border-left: 3px solid #2376b1; }
/* design of paragraph with class = blue */
p.red { padding: 0 0 0 10px; border-left: 3px solid #d02450; }
/* design of paragraph with class = yellow */
p.yellow { padding: 0 0 0 10px; border-left: 3px solid #ffd800; }
/* design of paragraph with class = grey */
p.gray { padding: 0 0 0 10px; border-left: 3px solid #cecece; }

p.quote,
blockquote { padding: 0 0 0 50px; background: url("../images/q.png") left top no-repeat; } 

.colortable {}
.colortable th { padding: 5px; font-weight: bold; background: #cecece; }
.colortable td{ padding: 5px;  border-bottom: 1px solid #cecece; }	

ul.linked li { background: url("../images/li-linked.gif") left 6px no-repeat; }
ul.special li li { background: url("../images/li-special.gif") left 7px no-repeat; }









