/* Begin CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1.5;
    font-family:Tahoma;
    color: black;
    background: #202020;
    font-size:12px;
    margin:0;
    padding:0;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align:top;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* End CSS reset */


/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
/* You can extend this CSS by adding your own CSS file with the the content_css option */

h1, h2, h3, h4, h5, h6 {
  margin: 0; padding: 0;
  font-size: 10px;
  font-weight: normal;
}

ul {
  list-style: square;
}

ul, ol {
  padding: 0 0 0 20px;
}

li {
    margin:3px 0;
}


/** Formatting **/

pre {
  margin: 10px;
  border: 1px solid #E7E7E7;
  padding: 10px;
  font: 12px monospace;
  overflow: auto;
}

h1, h2, h3, .title, .subtitle {
  display: block;
  color: #6F8C9E;
  font-weight: bold;
}

.title, h1 {
  font-size: 19px;
  margin: 10px 0;
}

.subtitle, h2 {
  font-size: 15px;
}

h3 {
    font-size:15px;
    color:#ff890a;
}

.important, .note, .updated {
  border-bottom: 3px double #ccc;
}

.important {
  border-color: red;
  background: #FFCFD1;
}

.note {
  border-color: yellow;
  background: #FFFFCF;
}

.updated {
  border-color: green;
  background: #CFFFD1;
}

.quote {
  display: block;
  border: 1px solid #E7E7E7;
  padding: 10px;
}

p {
    color: #C9C9C9;
    font-size:100%;
    line-height: 19px;
    text-align: left;
}

strong {
    font-weight:bold;
}

a {
    color:#FE003E;
    text-decoration:none;
}

em {
    font-style:italic;
}

