/* * * * * * * EDITOR STYLES * * * * * * */

body.editor {margin:0; padding:15px 0 0 20px; width:400px; background: #FFE828 url("../images/SCE/CSS/content-main-bg.jpg") 5px -20px no-repeat; font-family:Arial, helvetica, sans-serif; font-size:12px;}	

body.editor div {border:1px dotted #e2e2e2;}
body.editor h1 { margin:0 0 25px 0; border-bottom:2px dotted #990000; padding:5px 0 5px 0; font-size:26px; color: #990000; font-family:"arial narrow", Arial, helvetica, sans-serif;}
body.editor h2 { margin:0 0 4px 0; padding-top:5px; font-size:18px; color:#990000; border-bottom: 1px solid #990000; clear:both;}
body.editor h3 { margin:0 0 3px 0; padding-top:5px; font-size:18px;  color:#990000;}
body.editor h4 { margin:0 0 1px 0; padding-top:3px; font-size:14px;  color:#990000;}
body.editor h5 { margin:0 0 1px 0; padding-top:3px; font-size:12px;  color:#14267a;}
body.editor h6 { margin:0 0 1px 0; padding-top:3px; font-size:10px;  color:#14267a;}

body.editor h2 a {float:right; font-size:10px; display:block; padding:1px 6px 2px 6px; color:white; font-weight:bold; margin:0 0 0 5px; background: url("../images/SCE/CSS/text-link-bg2.gif") center repeat-x;}
body.editor h2 a:hover {text-decoration:none; color:white; background: url("../images/SCE/CSS/text-link-bg1.gif") center repeat-x;}
body.editor h2 a:visited {color:white;}

body.editor p, body.editor ul, body.editor ol {line-height:15px; font-size:12px; color:#14267a;}
body.editor p {margin:6px 0 0px 0;}
body.editor ul {  }
body.editor ul, body.editor ol {margin-top:4px; margin-bottom:7px; }
body.editor ul li, body.editor ol li {margin-top:2px;}
body.editor a {color:red;}
body.editor a:hover {color:#14267a; text-decoration:underline;}
body.editor a:visited {color:red;}

body.editor img.left {float:left; margin-right:10px;}
body.editor img.right float:right; margin-left:10px;{}
