/* change default html styles */
* {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
}
a img {
  border-style: none;
}

/* clearfix, the ie part is in the ie css */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* general styling */
body {
  background: #e3e3e3 url(http://springlog.springnote.com/pages/1055474/attachments/448232) repeat-x;
  color: #1b1b1b;
  font: normal 76% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0em;
  margin-bottom: .25em;
  font-weight: normal;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}
h1 { font-size: 2.6em; }
h2 { font-size: 2.3em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }

p {
  margin-bottom: 1em;
  line-height: 1.3;
}
a {
  color: #095eae;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul.list, ol.list {
  margin-left: 3em;
  margin-bottom: 1em;
}
.list li {
  margin-bottom: .5em;
  color: #1b1b1b;
}
ul.list li {
  list-style-type: disc;
}
ol.list li {
  list-style-type: decimal;
}


/* layout */
#wrapper {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding-right: 5px;
  border-left: solid 1px #9a9a9a;
  background: url(http://springlog.springnote.com/pages/1055474/attachments/448248) right repeat-y;
  font-size: 1.11em;
}
#header {
  padding: 30px 0 20px 80px;
  border-bottom: solid 1px #343434;
  background: #1c1c1c url(http://springlog.springnote.com/pages/1055474/attachments/448246) repeat-x;
}
#header h1 {
  float: left;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: normal;
}
#header h1 a {
  display: block;
  padding-top: 1em;
  color: #bababa;
}
#header h1 a:hover {
  text-decoration: none;
}
#menu {
  clear: both;
  float: right;
  display: inline;
  margin-top: -1em;
  margin-right: 30px;
  text-align: right;
}
#menu li {
  display: inline;
  margin-right: 10px;
  color: #868686;
}
#menu a {
  color: #868686;
  font-weight: bold;
  text-transform: lowercase;
}
#menu a:hover {
}
#menu li.selected a {
  color: #fff;
}

#contentwrapper {
  height: 100%;
  overflow: hidden;
  background: #fff url(http://springlog.springnote.com/pages/1055474/attachments/448270) right top repeat-y;
}
#content {
  float: left;
  width: 598px;
  background: url(http://springlog.springnote.com/pages/1055474/attachments/448236) repeat-x;
overflow: hidden;
}
h3.content {
  margin-top: 2em;
  margin-bottom: 1em;
  color: #e68800;
  font-size: 1.6em;
  font-weight: normal;
  text-transform: uppercase;
}
#innerwrapper {
  margin: 15px 0 80px 80px;
}
#sidebar {
  float: left;
  width: 280px;
  padding: 20px 0 20px 80px;
  background: url(http://springlog.springnote.com/pages/1055474/attachments/448272) 25px top no-repeat;

}
#sidebar h1 a,
#sidebar h2 a,
#sidebar h3 a,
#sidebar h4 a,
#sidebar h5 a,
#sidebar h6 a {
  font-weight: normal;
}
#subscribe a {
  font-weight: normal;
  font-size: 1.4em;
}

#footer {
  padding: 14px 380px 40px 80px;
  border-top: solid 1px #343434;
  background: #272727 url(http://springlog.springnote.com/pages/1055474/attachments/448244) left bottom repeat-x;
  color: #bababa;
  font-size: .8em;
  text-align: center;
}
#footer a {
  color: #bababa;
  text-decoration: underline;
}
#footer a:hover {
  color: #eaeaea;
}

/* article styles */
.article {
  margin-bottom: 20px;
}
.article h2.title {
  clear: both;
  font-size: 2.6em;
}
.article h2.title a {
  color: #f79910; /* default color */
}
.article h2.title a:hover {
}
.article .meta {
  margin-bottom: 1em;
  color: #838383;
  font-size: .8em;
}
.article a {
  color: #095eae;
}
.article a:hover {
}
.article .body {
  margin-bottom: 1em;
}
.article .comments {
  background: url(http://springlog.springnote.com/pages/1055474/attachments/448234) left center no-repeat;
  padding-bottom: 5px;
  color: #838383;
}
.article .comments a {
  padding: 5px 0px 10px 35px;
  color: #838383;
  line-height: 30px;
}
.article .comments a:hover {
}
.article .footer p, .article .footer li, .article .footer h4.meta {
  font-size: .8em;
}
.article .footer ul, .article .footer h4.meta, .article .footer p {
  display: inline;
  font-weight: normal;
}
.article .footer p {
  margin-right: 1em;
  padding-right: 1em;
  border-right: dotted 1px #838383;
}
.article .footer, .article .footer a {
  color: #838383;
}
.article .footer li {
  padding-left: 5px;
  border-left: dotted 1px #838383;
}
.article .footer li.first {
  border-left-style: none;
}

/* article and comment body */
.body ul, .article .body ol {
  margin-left: 3em;
  margin-bottom: 1em;
}
.body li {
  margin-bottom: .5em;
  color: #1b1b1b;
}
.body ul li {
  list-style-type: disc;
}
.body ol li {
  list-style-type: decimal;
}
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
  color: #1b1b1b;
  text-transform: none;
}
.body pre {
  overflow: auto;
  width: 99%;
  margin-bottom: 1.5em;
  border: dotted 1px #cacaca;
  background-color: #f6f6f6;
  color: #666;
}

/* comments list */
#commentslist {
  margin-bottom: 2em;
}
#commentslist li.comment {
  overflow: auto;
  width: 100%;
  margin-bottom: 2em;
}
#commentslist li.comment .meta {
  margin-bottom: .5em;
  padding: .25em 3%;
  border-bottom: dotted 1px #cacaca;
  background-color: #f6f6f6;
  color: #838383;
}
#commentslist li.by-author .body {
  padding-top: .5em;
  border: dotted 1px #cacaca;
  background-color: #f6f6f6;
}
#commentslist li.by-author .meta {
  margin-bottom: 0;
  border-bottom-style: none;
  background-color: #ddd;
}
.comment .body {
  padding: 0 3%;
  font-size: .9em;
}
.comment .body p {
  margin-bottom: 1em;
}
.comment .body h1 { font-size: 2.0em; }
.comment .body h2 { font-size: 1.8em; }
.comment .body h3 { font-size: 1.6em; }
.comment .body h4 { font-size: 1.4em; }
.comment .body h5 { font-size: 1.3em; }
.comment .body h6 { font-size: 1.2em; }

/* forms */
#comment-message, #comment-errors {
  margin-bottom: 1em;
  padding: .5em 3%;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  color: #1b1b1b;
  font-weight: bold;
}
#comment-message {
  background-color: #f6f6f6;
  border-bottom-color: #3a3a3a;
}
#comment-errors {
  border-bottom-color: #9a3a3a;
  background-color: #fff0f0;
}

fieldset {
  margin-bottom: 1em;
  border-style: none;
}
fieldset dt {
  margin-bottom: .25em;
  color: #838383;
  font-weight: bold;
}
fieldset dd {
  margin-bottom: 1em;
}
fieldset input, fieldset textarea {
  padding: 2px 4px;
  border: solid 1px #838383;
  background-color: #eaeada;
  font-family: monospace;
  font-size: 1.2em;
}
fieldset input:hover, fieldset textarea:hover {
  background-color: #f2f2e2;
}
fieldset input:focus, fieldset textarea:focus {
  background-color: #fafaea;
}
input {
  padding: 2px 4px;
}
fieldset textarea {
  width: 500px;
  height: 200px;
}
#search {
}
#search fieldset {
  text-align: right;
}
#search fieldset input {
  width: 90%;
}

/* side boxes */
.boxy {
  /*margin: 0px 40px 0px 80px;*/
  padding: 0px 20px 40px 20px;
  margin: 0;

  background-color: #f79910; /* default color */
  background-repeat: no-repeat;
}
#sidebar .short, #sidebar .tall {
  padding-top: 10px; /* only have top padding if we have a background */
}
#sidebar .short {
  background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448266);
}
#sidebar .tall {
  background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448268);
}
/* ems are nifty, eh? :) */
#sidebar .minor {
  font-size: .8em;
}
#sidebar .minor h3 {
  font-size: 2em;
}
#sidebar .minor dt {
  font-size: 1.5em;
}
.boxy {
  color: #fff;
}
.boxy a {
  color: #fff;
}
.boxy a:hover {
}
.boxy h3 {
  margin: 0 0 .5em 0;
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
}
.boxy h4 {
  margin: 1em 0 .25em 0;
}
.boxy li {
  margin-left: 1em;
  margin-bottom: .25em;
}

.boxy ul, .boxy dt {
  margin-top: 1em;
  margin-bottom: .25em;
}
.boxy dt {
  font-size: 1.2em;
  line-height: 2;
  vertical-align: middle;
}
.boxy dt a {
}
.boxy dt a.feed {
}
.boxy dd {
  margin-left: 1em;
  margin-bottom: .25em;
}
.boxy ul dd, .boxy dl li {
  margin-left: 0;
}
.boxy ul dt, .boxy dl ul {
  margin-top: 0 !important;
}

/* feed icons */
.feed {
  margin-left: 5px;
  padding-left: 20px;
  background: url(http://springlog.springnote.com/pages/1055474/attachments/448238) 0% 100% no-repeat;
}
.feed:hover {
  background-position: -2000px 100%;
}
.feed span {
  font-size: .8em;
}

/* options box */
#header h2, #header h3, #options h3 {
  display: none;
}
#options h2 {
  display: block;
  float: left;
  margin-top: 3px;
  color: #9a9a9a;
  font: normal 10px/12px verdana, sans-serif;
  text-transform: uppercase;
}
#options {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
  margin-right: 30px;
}
#options ul {
  float: left;
  display: inline;
  margin-left: 10px;
}
#options li {
  float: left;
  margin: 1px;
  padding: 3px;
}
#options li a {
  display: block;
  width: 10px;
  height: 10px;
  border: solid 1px #9a9a9a;
  background-color: #1c1c1c;
  background-repeat: no-repeat;
}
#options li a span {
  display: none;
}

/* selected */
body.fixed  #options li.fixed ,
body.fluid  #options li.fluid ,
body.blue   #options li.blue  ,
body.cyan   #options li.cyan  ,
body.green  #options li.green ,
body.orange #options li.orange,
body.pink   #options li.pink  ,
body.red    #options li.red   ,
body.violet #options li.violet,
#options li:hover {
  padding: 3px;
  background-color: #9a9a9a;
}


/* colors */
#options li.fixed  a { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448240); }
#options li.fluid  a { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448242); }

/* colors */
#options li.blue   a { background-color: #0870c9; }
#options li.cyan   a { background-color: #1088f7; }
#options li.green  a { background-color: #61ac00; }
#options li.orange a { background-color: #f79910; }
#options li.pink   a { background-color: #f122be; }
#options li.red    a { background-color: #c90808; }
#options li.violet a { background-color: #ae3bd4; }


/* chelu customizations */
body.che #header h1 a {
  padding-left: 53px;
/*  background: url(/themes/skittlish/images/logo.gif) left bottom no-repeat;*/
  line-height: .8;
}
body.che #header h1 a:hover {
  background-position: -2000px 100%;
}

/* skittlish customizations */
/* defaults: fixed orange */

/* skittlish layout: fixed */
.fixed #wrapper {
  width: 980px;
  margin: 0 auto;
}
/* skittlish layout: fluid */
.fluid #wrapper {
  width: auto;
  margin: 0 80px;
}

/* skittlish color: blue */
body.blue .article h2 a   { color:            #0870c9; }
body.blue .boxy           { background-color: #0870c9; }
body.blue #contentwrapper { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448254); }
body.blue #sidebar        { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448256); }
body.blue #sidebar .short { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448250); }
body.blue #sidebar .tall  { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448252); }

/* skittlish color: cyan */
body.cyan .article h2 a   { color:            #1088f7; }
body.cyan .boxy           { background-color: #1088f7; }
body.cyan #contentwrapper { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448262); }
body.cyan #sidebar        { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448264); }
body.cyan #sidebar .short { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448258); }
body.cyan #sidebar .tall  { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448260); }

/* skittlish color: green */
body.green .article h2 a   { color:            #61ac00; }
body.green .boxy           { background-color: #61ac00; }
body.green #contentwrapper { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448278); }
body.green #sidebar        { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448280); }
body.green #sidebar .short { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448274); }
body.green #sidebar .tall  { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448276); }

/* skittlish color: orange */
body.orange .article h2 a   { color:            #f79910; }
body.orange .boxy           { background-color: #f79910; }
body.orange #contentwrapper { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448286); }
body.orange #sidebar        { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448288); }
body.orange #sidebar .short { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448282); }
body.orange #sidebar .tall  { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448284); }

/* skittlish color: pink */
body.pink .article h2 a   { color:            #f122be; }
body.pink .boxy           { background-color: #f122be; }
body.pink #contentwrapper { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448294); }
body.pink #sidebar        { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448296); }
body.pink #sidebar .short { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448290); }
body.pink #sidebar .tall  { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448292); }

/* skittlish color: red */
body.red .article h2 a   { color:            #c90808; }
body.red .boxy           { background-color: #c90808; }
body.red #contentwrapper { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448302); }
body.red #sidebar        { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448304); }
body.red #sidebar .short { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448298); }
body.red #sidebar .tall  { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448300); }

/* skittlish color: violet */
body.violet .article h2 a   { color:            #ae3bd4; }
body.violet .boxy           { background-color: #ae3bd4; }
body.violet #contentwrapper { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448310); }
body.violet #sidebar        { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448312); }
body.violet #sidebar .short { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448306); }
body.violet #sidebar .tall  { background-image: url(http://springlog.springnote.com/pages/1055474/attachments/448308); }







/*--------------------------------------------------------------------------------------------------------
내용 CSS
--------------------------------------------------------------------------------------------------------*/
.xhtmlEditorBody p {
    margin: 0;
    padding:0;
    line-height:2.0em;
}
.xhtmlEditorBody string {
    margin:0;
    padding:0;
    line-height:2.0em;
    background:#ffff00;
}
.xhtmlEditorBody em {
    margin:0;
    padding:0;
    line-height:2.0em;
    font-style:normal;
}
.xhtmlEditorBody em.italic {
    margin:0;
    padding:0;
    line-height:2.0em;
    font-style:italic !important;
}
.xhtmlEditorBody em.italic * {
    margin:0;
    padding:0;
    line-height:2.0em;
    font-style:italic !important;
}
.xhtmlEditorBody em.hilight {
    margin:0;
    padding:0;
    line-height:2.0em;
}
.xhtmlEditorBody em.underline {
    margin:0;
    padding:0;
    line-height:2.0em;
    text-decoration:underline;
}

.xhtmlEditorBody span.strike {
    margin:0;
    padding:0;
    line-height:2.0em;
    text-decoration:line-through;
}

body.xhtmlEditorBody span.super {
    font-size:0.60em;
    position:relative;
    top:-0.4em;
}
div.xhtmlEditorBody span.super {
    font-size:0.9em;
    position:relative;
    top:-0.4em;
}
/*********************************************************/
body.xhtmlEditorBody span.sub {
    font-size:0.60em;
    position:relative;
    bottom:-0.4em;
}
div.xhtmlEditorBody span.sub {
    font-size:0.9em;
    position:relative;
    bottom:-0.4em;
}

.xhtmlEditorBody sub {
    font-size:0.75em;
    position:relative;
    bottom:-0.5em;
    line-height:2.6em;
}
.xhtmlEditorBody sup {
    font-size:0.75em;
    position:relative;
    top:-0.2em;
    line-height:1.8em;
}
.xhtmlEditorBody hr {
    margin: 0 0 1.835em 0;
    position:relative;
    bottom:-0.9em;
    background:none;
    border:none;
    border-top:1px solid #000;
}
/*********************************************************/
.xhtmlEditorBody h1 {
    margin:0;
    margin-bottom:0.5em;
    padding:0;
    font-size: 2em;
    line-height:1.27em;
    color:#223d67;
    border-bottom:5px solid #425e89;
}
.xhtmlEditorBody h2 {
    margin:0;
    margin-bottom:0.5em;
    padding:0;
    font-size: 1.8em;
    line-height:1.55em;
    color:#223d67;
    border-bottom:4px solid #425e89;
}
.xhtmlEditorBody h3 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.5em;
    line-height:1.95em;
    color:#223d67;
    border-bottom:3px solid #425e89;
}
.xhtmlEditorBody h4 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.3em;
    line-height:2.3em;
    color:#223d67;
    border-bottom:2px solid #425e89;
}
.xhtmlEditorBody h5 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.13em;
    line-height:2.75em;
    color:#223d67;
    border-bottom:1px solid #425e89;
}
.xhtmlEditorBody h6 {
    margin:0;
    padding:0;
    font-size: 1em;
    line-height:1.92em;
    color:#223d67;
    border-bottom:1px solid #425e89;
}
/**************************************************************/
.xhtmlEditorBody table.datatable {
    width:98%;
    margin:2em 0;
    border-collapse: collapse;
    font-size:1em;
}
.xhtmlEditorBody table.datatable caption {
    margin:0;
    padding:0;
    text-align:left;
    line-height:2.1em;
}
.xhtmlEditorBody table.datatable tr {
    border:1px solid #000000;
}
.xhtmlEditorBody table.datatable th {
    margin:0;
    padding:0 3px;
    line-height:1.9em;
    border:1px solid #000000;
    background:#E7E7E7;
    font-weight:lighter;
}
.xhtmlEditorBody table.datatable td {
    margin:0;
    padding:0 3px;
    line-height:1.9em;
    overflow:hidden;
    border:1px solid #000000;
    background:#fff;
}







.xhtmlEditorBody table.datatable p {
    margin: 0;
    padding:0;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable string {
    margin:0;
    padding:0;
    line-height:1.8em;
    background:#ffff00;
}
.xhtmlEditorBody table.datatable em {
    margin:0;
    padding:0;
    line-height:1.8em;
    font-style:normal;
}
.xhtmlEditorBody table.datatable em.italic {
    margin:0;
    padding:0;
    line-height:1.8em;
    font-style:italic !important;
}
.xhtmlEditorBody table.datatable em.italic * {
    margin:0;
    padding:0;
    line-height:1.8em;
    font-style:italic !important;
}
.xhtmlEditorBody table.datatable em.hilight {
    margin:0;
    padding:0;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable em.underline {
    margin:0;
    padding:0;
    line-height:1.8em;
    text-decoration:underline;
}

.xhtmlEditorBody table.datatable span.strike {
    margin:0;
    padding:0;
    line-height:1.8em;
    text-decoration:line-through;
}

body.xhtmlEditorBody table.datatable span.super {
    font-size:0.60em;
    position:relative;
    top:-0.4em;
}
div.xhtmlEditorBody table.datatable span.super {
    font-size:0.9em;
    position:relative;
    top:-0.4em;
}
/*********************************************************/
body.xhtmlEditorBody table.datatable span.sub {
    font-size:0.60em;
    position:relative;
    bottom:-0.4em;
}
div.xhtmlEditorBody table.datatable span.sub {
    font-size:0.9em;
    position:relative;
    bottom:-0.4em;
}

.xhtmlEditorBody table.datatable sub {
    font-size:0.75em;
    position:relative;
    bottom:-0.5em;
    line-height:2.6em;
}
.xhtmlEditorBody table.datatable sup {
    font-size:0.75em;
    position:relative;
    top:-0.2em;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable hr {
    margin: 0 0 1.835em 0;
    position:relative;
    bottom:-0.9em;
    background:none;
    border:none;
    border-top:1px solid #000;
}
/*************************************************************
.xhtmlEditorBody table.datatable h1 {
    margin:0;
    margin-bottom:0.5em;
    padding:0;
    font-size: 2em;
    line-height:1.27em;
    color:#223d67;
    border-bottom:5px solid #425e89;
}
.xhtmlEditorBody table.datatable h2 {
    margin:0;
    margin-bottom:0.5em;
    padding:0;
    font-size: 1.8em;
    line-height:1.55em;
    color:#223d67;
    border-bottom:4px solid #425e89;
}
.xhtmlEditorBody table.datatable h3 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.5em;
    line-height:1.95em;
    color:#223d67;
    border-bottom:3px solid #425e89;
}
.xhtmlEditorBody table.datatable h4 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.3em;
    line-height:2.3em;
    color:#223d67;
    border-bottom:2px solid #425e89;
}
.xhtmlEditorBody table.datatable h5 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-size: 1.13em;
    line-height:2.75em;
    color:#223d67;
    border-bottom:1px solid #425e89;
}
.xhtmlEditorBody table.datatable h6 {
    margin:0;
    padding:0;
    font-size: 1em;
    line-height:1.92em;
    color:#223d67;
    border-bottom:1px solid #425e89;
}
/*************************************************************/
.xhtmlEditorBody table.datatable dl {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:2em;
}
.xhtmlEditorBody table.datatable ul {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable ol {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable li {
    margin:0;
    padding:0;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable li ul {
    margin:0;
    padding:0;
    padding-left:2em;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable li ol {
    margin:0;
    padding:0;
    padding-left:2em;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable li dl {
    margin:0;
    padding:0;
    line-height:1.8em;
}
.xhtmlEditorBody table.datatable q {
    margin:0 0.3em;
    padding:0 0.3em;
    line-height:1.8em;
    background:#EFEFEF;
}
table.datatable q:before {
  content:close-quote;
}
table.datatable q:after {
  content: close-quote;
}
.xhtmlEditorBody table.datatable blockquote {
    margin: 0;
    padding:0;
    padding-left:38px;
    line-height:1.8em;
    background:#EFEFEF url(http://app.springnote.com/images/contextBlockquoteBg.gif) no-repeat 14px 4px;
}

.xhtmlEditorBody table.datatable img {
    margin: 0;
    padding:0;
    max-width:100%;
}

.xhtmlEditorBody table.datatable div {
    margin: 0;
    padding:0;
    padding-left:12px;
    line-height:1.8em;
    background:#F9F9D8 url(http://app.springnote.com/images/bg/bg_content.gif) repeat;
}
.xhtmlEditorBody table.datatable pre {
    margin:0;
    padding:0;
    line-height:1.8em;
    border-left:2px solid #afa;
    background-color: #CCC;
    font-size:1em;
    background:#F9F9D8;
}
.xhtmlEditorBody table.datatable a,
.xhtmlEditorBody table.datatable a:visited,
.xhtmlEditorBody table.datatable a:hover {
    margin:0;
    padding:0;
    color: #568942 !important;
    line-height:1.8em;
    text-decoration:underline;
    cursor: pointer !important;
}
.xhtmlEditorBody table.datatable a.wiki,
.xhtmlEditorBody table.datatable a.wiki:visited,
.xhtmlEditorBody table.datatable a.wiki:hover {
    margin:0;
    padding:0;
    color: #002BB8 !important;
    line-height:1.8em;
    text-decoration:underline;
    cursor: pointer !important;
}















/*.xhtmlEditorBody table {
    border: 1px solid #bbbbbb !important;
}
.xhtmlEditorBody td {
    border: 1px solid #bbbbbb !important;
}*/
/**************************************************************/
.xhtmlEditorBody dl {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:2.0em;
}
.xhtmlEditorBody ul {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:2.0em;
}
.xhtmlEditorBody ol.code {
    margin: 0;
    padding:0;
    padding-left:38px;
    line-height:1.8em;
    font-family: courier, monospace;
    background:#EFEFEF url(http://app.springnote.com/images/contextCodeBg.gif) no-repeat 8px 7px;
}

.xhtmlEditorBody ol.code li {
    list-style-type: none;
}
.xhtmlEditorBody ol {
    margin: 0;
    padding:0;
    padding-left:2em;
    line-height:2.0em;
}
.xhtmlEditorBody li {
    margin:0;
    padding:0;
    line-height:2.0em;
}
.xhtmlEditorBody li ul {
    margin:0;
    padding:0;
    padding-left:2em;
    line-height:2.0em;
}
.xhtmlEditorBody li ol {
    margin:0;
    padding:0;
    padding-left:2em;
    line-height:2.0em;
}
.xhtmlEditorBody li dl {
    margin:0;
    padding:0;
    line-height:2.0em;
}
.xhtmlEditorBody q {
    margin:0 0.3em;
    padding:0 0.3em;
    line-height:2.0em;
    background:#EFEFEF;
}
q:before {
  content:close-quote;
}
q:after {
  content: close-quote;
}
.xhtmlEditorBody blockquote {
    margin: 0;
    padding:0;
    padding-left:38px;
    line-height:2.0em;
    background:#EFEFEF url(http://app.springnote.com/images/contextBlockquoteBg.gif) no-repeat 14px 4px;
}

.xhtmlEditorBody img {
    margin: 0;
    padding:0;
    max-width:100%;
}
.xhtmlEditorBody div {
    margin: 0;
    padding:0;
    padding-left:12px;
    line-height:2.0em;
    background:#F9F9D8 url(http://app.springnote.com/images/bg/bg_content.gif) repeat;
}
.xhtmlEditorBody pre {
    margin:0;
    padding:0;
    line-height:2.0em;
    border-left:2px solid #afa;
    background-color: #CCC;
    font-size:1em;
    background:#F9F9D8;
}
.xhtmlEditorBody a,
.xhtmlEditorBody a:visited,
.xhtmlEditorBody a:hover {
    margin:0;
    padding:0;
    color: #568942 !important;
    line-height:2.0em;
    text-decoration:underline;
    cursor: pointer !important;
}
.xhtmlEditorBody a.wiki,
.xhtmlEditorBody a.wiki:visited,
.xhtmlEditorBody a.wiki:hover {
    margin:0;
    padding:0;
    color: #002BB8 !important;
    line-height:2.0em;
    text-decoration:underline;
    cursor: pointer !important;
}