/*
  The following standard setting and these paragraph styles rules
  should be listed before the alignment rules. Otherwise,
  the alignment rules won't overwrite the standard setting.
*/
.language--en-gb { background-color: #9090AE; }
.language--en-us { background-color: #7070AE; }
.language--de    { background-color: #FEDE01; }
.language--fr    { background-color: #8080B5; }
.language--es    { background-color: #FFFF00; }
.language--ja    { background-color: #FF8080; }
p.language--en-gb { border-width: 0 0 0 2px; border-style: solid; border-color: #9090AE; }
p.language--en-us { border-width: 0 0 0 2px; border-style: solid; border-color: #7070AE; }
p.language--de    { border-width: 0 0 0 2px; border-style: solid; border-color: #FEDE01; }
p.language--fr    { border-width: 0 0 0 2px; border-style: solid; border-color: #8080B5; }
p.language--es    { border-width: 0 0 0 2px; border-style: solid; border-color: #FFFF00; }
p.language--ja    { border-width: 0 0 0 2px; border-style: solid; border-color: #FF8080; }
blockquote {
 background-color: silver;
}
cite {
 background-color: green;
}
tt, acronym {
 background-color: yellow;
}
samp, abbr {
 background-color: red;
}
p, p-implied {
  margin-top:1px; 
  margin-bottom:3px
}
.p--standard {
  font-size:12pt;
  font-family:arial,helvetica;
  font-weight: normal;
}
.p--heading-1 {
  font-size:24pt;
  font-family:arial,helvetica;
  font-weight: bold;
}
.p--heading-2 {
  font-size:20pt;
  font-family:arial,helvetica;
  font-weight: bold;
}
.p--heading-3 {
  font-size:16pt;
  font-family:arial,helvetica;
  font-weight: bold;
}
.p--heading-4 {
  font-size:14pt;
  font-family:arial,helvetica;
  font-weight: bold;
}
.p--heading-5 {
  font-size:13pt;
  font-family:arial,helvetica;
  font-weight: bold;
}
.p--heading-6 {
  font-size:12pt;
  font-family:arial,helvetica;
  font-weight: bold;
}
.align--left {
  text-align: left;
}
.align--center  {
  text-align: center;
}
.align--right {
  text-align: right;
}
.align--justify {
  text-align: justify;
}
.float--left {
  float: left;
}
.float--right {
  float: right;
}
.float--none {
  float: none;
}
.underline  {
  text-decoration: underline
}
.strike  {
  text-decoration: line-through
}
.font-name--arial { font-family:Arial; }
.font-name--arial-black { font-family:Arial Black; }
.font-name--arial-narrow { font-family:Arial Narrow; }
.font-name--century { font-family:Century; }
.font-name--courier { font-family:Courier; }
.font-name--lucida-console { font-family:Lucida Console; }
.font-name--lucida-sans-unicode { font-family:Lucida Sans Unicode; }
.font-name--times-new-roman { font-family:Times New Roman; }
.font-name--verdana { font-family:Verdana; }
.font-size--8  { font-size:8pt; }
.font-size--9  { font-size:9pt; }
.font-size--10 { font-size:10pt; }
.font-size--11 { font-size:11pt; }
.font-size--12 { font-size:12pt; }
.font-size--14 { font-size:14pt; }
.font-size--16 { font-size:16pt; }
.font-size--18 { font-size:18pt; }
.font-size--20 { font-size:20pt; }
.font-size--24 { font-size:24pt; }
.font-size--26 { font-size:26pt; }
.font-size--28 { font-size:28pt; }
.font-size--36 { font-size:36pt; }
.font-size--48 { font-size:48pt; }
.font-size--72 { font-size:72pt; }
.color--black { color: black; }
.color--green { color: green; }
.color--silver { color: silver; }
.color--lime { color: lime; }
.color--gray { color: gray; }
.color--olive { color: olive; }
.color--white { color: white; }
.color--yellow { color: yellow; }
.color--maroon { color: maroon; }
.color--navy { color: navy; }
.color--red { color: red; }
.color--blue { color: blue; }
.color--purple { color: purple; }
.color--teal { color: teal; }
.color--fuchsia { color: fuchsia; }
.color--aqua { color: aqua; }
.background-color--black { background-color: black; }
.background-color--green { background-color: green; }
.background-color--silver { background-color: silver; }
.background-color--lime { background-color: lime; }
.background-color--gray { background-color: gray; }
.background-color--olive { background-color: olive; }
.background-color--white { background-color: white; }
.background-color--yellow { background-color: yellow; }
.background-color--maroon { background-color: maroon; }
.background-color--navy { background-color: navy; }
.background-color--red { background-color: red; }
.background-color--blue { background-color: blue; }
.background-color--purple { background-color: purple; }
.background-color--teal { background-color: teal; }
.background-color--fuchsia { background-color: fuchsia; }
.background-color--aqua { background-color: aqua; }
.border-collapse--collapse { border-collapse:collapse; }
blockquote { background-color: silver; }
.q { background-color: silver; }
.list-item--coremedia 	{ color: blue; display: list-item; }
.list-item--none                        { list-style-type: none; }
.list-item--square                      { list-style-type: square; }
.list-item--circle                      { list-style-type: circle; }
.list-item--disc                        { list-style-type: disc; }
/* Replace the following example entries by your favorite bullet icons. */
/*.list-item--coremedia-logo 	{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/cm-16x16.ico"); }*/
/*.list-item--coremedia-arrow-blue  { list-style: url("/editor/icons/hox/corem/editor/icons-16x16/arrow-cm-blue.gif"); }*/
/*.list-item--coremedia-arrow-black  { list-style: url("/editor/icons/hox/corem/editor/icons-16x16/arrow-cm-black.gif"); }*/
/*.list-item--arrow-whiteonblue	{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/arrow-whiteonblue.gif"); }*/
/*.list-item--hand-pointing    	{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/hand-pointing.gif"); }*/
/*.list-item--hand-stop   	{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/hand-stop.gif"); }*/
/*.list-item--checkmark    	{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/checkmark-green.gif"); }*/
/*.list-item--coffecup    	{ list-style: url("/editor/icons/hox/corem/editor/icons-16x16/coffecup.gif"); }*/
/* Styles for elements transformed during paste
*/
.blockquote,
.dl {
   margin: 1.33em 0
}
.blockquote {
  margin-left: 40px;
  margin-right: 40px
}
.cite,
.em,
.var,
.address {
  font-style: italic;
}
.tt,
.code,
.kbd,
.samp {
  font-family: monospace;
}
.dt,
.dd {
  margin-left: 40px;
  list-style-type: none;
}
.dd {
  margin-left: 40px;
}
.ins { text-decoration: underline }
.center { text-align: center }
.abbr,
.acronym {
  font-variant: small-caps;
  letter-spacing: 0.1em
}
