
.frameBody
{
    font-family:Geneva,Arial,Helvetica,sans-serif;
	line-height:1.5em;
    font-size: 90%;
    margin:3px;
    width:99%;
    height:100%;
	background-color:#E1E8F1;
	overflow:auto;
}

.frameBody p
{
    border:1px #bbb solid;
    padding:2px;
	background: #FFFFFF  url(../jscript/rte.jquery/rte-p.png) no-repeat 2px 2px;
}

.frameBody h2
{
    border:1px #bbb solid;
    padding:2px;
	background: #FFFFFF url(../jscript/rte.jquery/rte-h2.png) no-repeat 2px 2px;
}
.frameBody h3
{
    border:1px #bbb solid;
    padding:2px;
	background: #FFFFFF url(../jscript/rte.jquery/rte-h3.png) no-repeat 2px 2px;
	color:#5190B9;
}

.frameBody h4
{
    border:1px #bbb solid;
    padding:2px;
	background: #FFFFFF url(../jscript/rte.jquery/rte-h4.png) no-repeat 2px 2px;
}

.frameBody ul
{
    border:1px #bbb solid;
    padding:2px;
	background: #FFFFFF url(../jscript/rte.jquery/rte-ul.png) no-repeat 2px 2px;
	list-style:disc inside;
}

/* visual cue for bad nesting */
frameBody h2 h2, frameBody h2 h3, frameBody h2 h4,
frameBody h3 h2, frameBody h3 h3, frameBody h3 h4,
frameBody h4 h2, frameBody h4 h3, frameBody h4 h4,
frameBody p h2, frameBody p h3, frameBody p h4,
frameBody h4 p, frameBody h4 p, frameBody h4 p,
frameBody p p, frameBody p h3, frameBody p h4{  
    background-color: #ff9999 !important;
    border: 1px solid red !important;
    font-size: 12px !important;
    font-weight: normal; 
}

.rte-zone
{
	width:90%;
	margin:0;
	padding:0;
	height:160px;
	border:1px #999 solid;
    clear:both;
}

.rte-toolbar,.rte-panel{ overflow:hidden; }

.rte-panel{
   background-color:#396482;
   height:25px;
   color:#fff;
   display:none;
}

.rte-toolbar a, .rte-toolbar a img {
	border:0;
}
.rte-toolbar a {
	border:0;
	height:24px;
	width:24px;
	line-height:20px;
	background-position: 0px -27px;
	/*background-position:bottom left;*/
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float:left;
}
.rte-toolbar a:hover{
    background-position:top left;
}

.rte-toolbar a.hide{display:none;}

.rte-toolbar a.unorderedlist{
    background-image: url(../jscript/rte.jquery/sgo-list.gif);
}
.rte-toolbar a.fcolor{
    background-image: url(../jscript/rte.jquery/fcolor.gif);
}
.rte-toolbar a.bold{
    background-image: url(../jscript/rte.jquery/sgo-bold.gif);
}
.rte-toolbar a.italic{
    background-image: url(../jscript/rte.jquery/sgo-italic.gif);
}
.rte-toolbar a.link{
    background-image: url(../jscript/rte.jquery/sgo-link.gif);
}
.rte-toolbar a.image{
    background-image: url(../jscript/rte.jquery/sgo-image.gif);
}
.rte-toolbar a.disable{
    background-image: url(../jscript/rte.jquery/sgo-html.gif);
}
.rte-toolbar a.enable{
    background-image: url(../jscript/rte.jquery/sgo-editor.gif);
}
.rte-toolbar a.fleft{
    background-image: url(../jscript/rte.jquery/left.gif);
}
.rte-toolbar a.fcenter{
    background-image: url(../jscript/rte.jquery/center.gif);
}
.rte-toolbar a.fright{
    background-image: url(../jscript/rte.jquery/right.gif);
}
.rte-toolbar a.cleanup{
    background-image: url(../jscript/rte.jquery/cleanup.gif);
}
.rte-toolbar a.word{background-image: url(../jscript/rte.jquery/word.gif);}

.rte-toolbar p {
    float:left;
    margin:0;
    padding-right:5px;
}



