/**
 * Core styles.
 */

.fck_bold{font-weight: bold;}
.fck_italic{font-style: italic;}
.fck_underline{text-decoration: underline;}
.fck_strikeThrough{text-decoration: line-through;}

/*.fck_subscript{vertical-align: sub;font-size: smaller;}
.fck_superscript{vertical-align: super;font-size: smaller;}
*/
/**
 * Indentation.
 */

.fck_indent1{margin-left: 40px;}
.fck_indent2{margin-left: 80px;}
.fck_indent3{margin-left: 120px;}
.fck_indent4{margin-left: 160px;}
.fck_indent5{margin-left: 200px;}
.fck_indent6{margin-left: 240px;}

/**
 * Alignment.
 */

.fck_justifyLeft{text-align: left;}
.fck_justifyRight{text-align: right;}
.fck_justifyCenter{text-align: center;}
.fck_justifyFull{text-align: justify;}

/**
 * Other.
 */

code{font-family: courier, monospace;background-color: #eeeeee;padding-left: 1px;padding-right: 1px;border: #c0c0c0 1px solid;}
kbd{padding: 0px 1px 0px 1px;border-width: 1px 2px 2px 1px;border-style: solid;}
blockquote{color: #808080;}
