
span.rtebr{height:10px; display:block}

/*links*/
.editorLink{}
.rteLink{text-decoration:underline}
.editorLink:hover{}
.editorEmailLink{}
.editorEmailLink:hover{}

/*columns*/
.editorColumns { width: 100%; float: left;}
.editorColumns .editorColumnsInner { float: left; }

/*bullets and numbers*/
ul.editorList{list-style-type:disc; margin-left:15px}
ul.editorList li{padding:3px 0px 0px 0px;}
ol.editorList{list-style-type:decimal; margin-left:20px}
ol.editorList li{padding:3px 0px 0px 0px;}
ol.editorRom{list-style-type:lower-roman; margin-left:20px}
ol.editorRom li{padding:3px 0px 0px 0px;}

/*center left and right alignments*/
.editorCenter{width:100%; text-align:center}
.editorLeftJustify{width:100%; text-align:left}
.editorRightJustify{width:100%; text-align:right}
.editorJustified{width:100%; text-align:justify;}

/*bold itallic etc formatting*/
strong.editor{font-weight:bold;}
em.editor{text-style:italic;}
.editorUnderline{text-decoration:underline;}
.editorLargeText{font-size:120%}
.editorSmallText{font-size:80%}
.editorRedBorder{border:1px red solid}

/*code*/
pre.editor{background:#999999;}

/*===Sub and Sup (RTE + macro)===*/
#PrimaryMain sub{vertical-align:sub; font-size:0.8em}
#PrimaryMain sup{vertical-align:super; font-size:0.8em}


/*breaks and rules*/
.editorFullBreak{clear:both;}
hr.editor{border:0; width:90%; color:#777777; background-color:#777777; height:3px;}

/*floats*/
.fRight{float:right; margin-right:10px}
.fLeft{float:left}

/*images (RTE only - floated left right and enter with no caption)*/
#PrimaryMain .editorImg{}
#PrimaryMain .editorImgFloat-left{display: block; float:left; width:auto; margin:10px 20px 10px 0px;}
#PrimaryMain .editorImgFloat-right{display: block; float:right; width:auto;  margin:10px 0 10px 20px;}
#PrimaryMain .editorImgFloat-center{display: block;margin: 12px auto 0;text-align: center;}


/*titles*/

#PrimaryMain h2.editor,#PrimaryMain h2{font-weight:bold; padding:4px 4px 4px 0px; font-size:17px}
#PrimaryMain h3.editor,#PrimaryMain h3{font-weight:bold; padding:3px 3px 3px 0px; font-size:15px}
#PrimaryMain h4.editor,#PrimaryMain h4{font-weight:bold; padding:2px 2px 2px 0px; font-size:13px}

